Searched refs:scriptTag (Results 1 – 7 of 7) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Otl.php | 1281 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, 2899 get_arab_glyphs($char, $type, & $chars, $i, $scriptTag, $usetags) global() argument [all...] |
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Menus.js | 391 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/ |
H A D | prototype.js | 388 return (this.match(matchAll) || []).map(function(scriptTag) { argument 389 return (scriptTag.match(matchOne) || ['', ''])[1];
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | prototype.js | 489 return (this.match(matchAll) || []).map(function(scriptTag) { argument 490 return (scriptTag.match(matchOne) || ['', ''])[1];
|
/plugin/issuetracker/ |
H A D | prototype.js | 606 return (this.match(matchAll) || []).map(function(scriptTag) { argument 607 return (scriptTag.match(matchOne) || ['', ''])[1];
|
/plugin/datatables/assets/pdfmake/build/ |
H A D | pdfmake.min.js |
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 41836 var scriptTag = function (content) { 41842 activeXDocument.write(scriptTag('')); 41861 iframeDocument.write(scriptTag('document.F=Object'));
|