| /plugin/html2pdf/html2pdf/html2ps/ |
| D | ot.class.php | 375 function lookup($platformId, $encodingId, $languageId, $nameId) { argument 379 if ($this->_nameRecord[$i]->match($platformId, $encodingId, $languageId, $nameId)) { 412 function match($platformId, $encodingId, $languageId, $nameId) { argument 416 (is_null($languageId) || $languageId == $this->_languageId) &&
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| H A D | TTFontFileAnalysis.php | 132 $languageId = $this->read_ushort(); 140 …if ($platformId == 3 && $encodingId == 1 && $languageId == 0x409) { // Microsoft, Unicode, US Engl… 155 …} elseif ($platformId == 1 && $encodingId == 0 && $languageId == 0) { // Macintosh, Roman, English…
|
| H A D | OtlDump.php | 486 $languageId = $this->read_ushort(); 494 …if ($platformId == 3 && $encodingId == 1 && $languageId == 0x409) { // Microsoft, Unicode, US Engl… 510 …if ($platformId == 1 && $encodingId == 0 && $languageId == 0) { // Macintosh, Roman, English, PS N…
|
| H A D | TTFontFile.php | 692 $languageId = $this->read_ushort(); 702 …if ($platformId == 3 && $encodingId == 1 && $languageId == 0x409) { // Microsoft, Unicode, US Engl… 717 …} elseif ($platformId == 1 && $encodingId == 0 && $languageId == 0) { // Macintosh, Roman, English…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 2.2.js | 794 function create(uri, languageId, version, text) { 795 return { uri: uri, languageId: languageId, version: version, text: text }; 803 …return Is.defined(candidate) && Is.string(candidate.uri) && Is.string(candidate.languageId) && Is.… 1417 function create(uri, languageId, version, content) { 1418 return new FullTextDocument(uri, languageId, version, content); 1426 …& Is.string(candidate.uri) && (Is.undefined(candidate.languageId) || Is.string(candidate.languageI… 1489 function FullTextDocument(uri, languageId, version, content) { 1491 this._languageId = languageId; 32178 switch (document.languageId) { 32262 else if (document.languageId === 'scss' || document.languageId === 'less') { [all …]
|
| D | 5.5.js | 1 …languageId:this._defaults.languageId},label:this._defaults.languageId}),this._client=this._worker.… property
|
| D | 4.4.js.map | 1 …languageId));\n lastProblemOffset = startOffset;\n }\n }\n function _error…
|
| D | 6.6.js | 1 …languageId,createData:{languageSettings:this._defaults.diagnosticsOptions,languageId:this._default… property
|
| D | 4.4.js | 1 …languageId,createData:{languageSettings:this._defaults.diagnosticsOptions,languageId:this._default… property
|
| D | 3.3.js.map | 1 …languageId The document's language identifier.\n * @param version The document's version numbe…
|
| D | 2.2.js.map | 1 …languageId The document's language identifier.\n * @param version The document's version numbe…
|
| D | json.worker.js.map | 1 …languageId));\n lastProblemOffset = startOffset;\n }\n }\n function _error…
|
| D | bundle.js.map | 1 …languageId) {\n var _this = this;\n this._languageId = languageId;\n this._lo…
|
| D | bundle.js | 1 …itor",void 0),e.notInCompositeEditor=e.inCompositeEditor.toNegated(),e.languageId=new r.c("editorL… 396 …languageId=n,this.metadata=i,this.next=null}}class c{constructor(){this._elementsCount=0,this._cur… 426 …languageId}: ${t}`)}function Rt(e,t,n,i,r){let o=null;return t.replace(/\$((\$)|(#)|(\d\d?)|[sS](\…
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| D | 6.6.js | 1 …languageId,createData:{languageSettings:this._defaults.diagnosticsOptions,languageId:this._default… property
|
| D | bundle.js | 1 …itor",void 0),e.notInCompositeEditor=e.inCompositeEditor.toNegated(),e.languageId=new r.c("editorL… 396 …languageId=n,this.metadata=i,this.next=null}}class c{constructor(){this._elementsCount=0,this._cur… 426 …languageId}: ${t}`)}function Rt(e,t,n,i,r){let o=null;return t.replace(/\$((\$)|(#)|(\d\d?)|[sS](\…
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 1192 …languageId:n,version:a,text:s}}o(t,"create"),S(t,"create"),e.create=t;function r(i){let n=i;return… 1194 …languageId)||Ze.string(s.languageId))&&Ze.uinteger(s.lineCount)&&Ze.func(s.getText)&&Ze.func(s.pos… 1296 …ared.profilers.LangiumProfiler.createTask("parsing",e.LanguageMetaData.languageId)):this.wrapper=n… 1297 …his._content=n,this._lineOffsets=void 0}get uri(){return this._uri}get languageId(){return this._l… 1302 …languageId:"architecture",fileExtensions:[".mmd",".mermaid"],caseInsensitive:!1,mode:"production"}…
|