Home
last modified time | relevance | path

Searched refs:scriptTag (Results 1 – 8 of 8) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtl.php1281 function _applyGSUBrules($usetags, $scriptTag, $langsys) argument
1288 $GSUBFeatures = $this->mpdf->CurrentFont['GSUBFeatures'][$scriptTag][$langsys];
1332 function _applyGSUBrulesSingly($usetags, $scriptTag, $langsys) argument
1336 $GSUBFeatures = $this->mpdf->CurrentFont['GSUBFeatures'][$scriptTag][$langsys];
1386 function _applyGSUBrulesMyanmar($usetags, $scriptTag, $langsys) argument
1391 $GSUBFeatures = $this->mpdf->CurrentFont['GSUBFeatures'][$scriptTag][$langsys];
1442 function _applyGSUBrulesIndic($usetags, $scriptTag, $langsys, $is_old_spec) argument
1448 $GSUBFeatures = $this->mpdf->CurrentFont['GSUBFeatures'][$scriptTag][$langsys];
2838 private function arabic_shaper($usetags, $scriptTag) argument
2869 …$output[] = $this->get_arab_glyphs($crntChar, 1, $chars, $i, $scriptTag, $usetags); // <final> form
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DMenus.js391 layers, tags, lightbox, editLink, mxUtils.bind(this, function(html, scriptTag) argument
396 … '<meta charset="utf-8"/>\n</head>\n<body>' + html + '\n' + scriptTag + '\n</body>\n</html>';
1972 layers, tags, lightbox, editLink, mxUtils.bind(this, function(html, scriptTag) argument
1974 var dlg = new EmbedDialog(editorUi, html + '\n' + scriptTag, null, null, function()
1996 doc.writeln(scriptTag);
2023 script.src = /<script.*?src="(.*?)"/.exec(scriptTag)[1];
/plugin/freechat/phpfreechat/data/public/js/
Dprototype.js388 return (this.match(matchAll) || []).map(function(scriptTag) { argument
389 return (scriptTag.match(matchOne) || ['', ''])[1];
/plugin/s5reloaded/ui/effects_support/
Dprototype.js489 return (this.match(matchAll) || []).map(function(scriptTag) { argument
490 return (scriptTag.match(matchOne) || ['', ''])[1];
/plugin/issuetracker/
Dprototype.js606 return (this.match(matchAll) || []).map(function(scriptTag) { argument
607 return (scriptTag.match(matchOne) || ['', ''])[1];
/plugin/datatables/assets/pdfmake/
Dpdfmake.js29719 var scriptTag = function (content) {
29725 activeXDocument.write(scriptTag(''));
29744 iframeDocument.write(scriptTag('document.F=Object'));
58747 this.scriptTag = null;
58785 if (!this.script || script !== this.scriptTag) {
58791 return this.scriptTag;
58793 this.scriptTag = entry.tag;
58833 return this.scriptTag;
Dpdfmake.min.js2scriptTag=function(r){return"<"+O+">"+r+"</"+O+">"},NullProtoObjectViaActiveX=function(r){r.write(
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js41836 var scriptTag = function (content) {
41842 activeXDocument.write(scriptTag(''));
41861 iframeDocument.write(scriptTag('document.F=Object'));