Searched defs:fromString (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | StrToCurs.c | 160 XrmValue fromString, toFont; local in function:XmuCvtStringToCursor
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | input.c | 1928 addTranslation(XtermWidget xw, const char *fromString, const char *toString) argument
|
| /xsrc/external/mit/freetype/dist/docs/reference/assets/javascripts/ |
| H A D | application.c33a9706.js | 19 */,D.utils={},D.utils.warn=(t=this,function(e){t.console&&console.warn&&console.warn(e)}),D.utils.asString=function(e){return null==e?"":e.toString()},D.utils.clone=function(e){if(null==e)return e;for(var t=Object.create(null),n=Object.keys(e),r=0;r<n.length;r++){var i=n[r],o=e[i];if(Array.isArray(o))t[i]=o.slice();else{if("string"!=typeof o&&"number"!=typeof o&&"boolean"!=typeof o)throw new TypeError("clone is not deep and does not support nested objects");t[i]=o}}return t},D.FieldRef=function(e,t,n){this.docRef=e,this.fieldName=t,this._stringValue=n},D.FieldRef.joiner="/",D.FieldRef.fromString=function(e){var t=e.indexOf(D.FieldRef.joiner);if(-1===t)throw"malformed field ref string";var n=e.slice(0,t),r=e.slice(t+1);return new D.FieldRef(r,n,e)},D.FieldRef.prototype.toString=function(){return null==this._stringValue&&(this._stringValue=this.fieldName+D.FieldRef.joiner+this.docRef),this._stringValue} function in function:D.FieldRef
|
Completed in 11 milliseconds