Home
last modified time | relevance | path

Searched refs:scripts (Results 51 – 75 of 587) sorted by last modified time

12345678910>>...24

/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DLICENSE.txt158 associated interface definition files, plus the scripts used to
H A DCHANGELOG.md249 - Support for OpenTypeLayout tables / features for complex scripts and Advances Typography.
251 - Improved line-breaking, including for complex scripts e.g. Lao, Thai and Khmer.
254 - Kashida for text-justification in arabic scripts.
543 - Line breaking in CJK scripts improved (and ability to force hanging punctuation)
739 The 3 utility scripts have been updated to use the new extended class:
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DDhyanaOFL.txt6 http://scripts.sil.org/OFL
32 include source files, build scripts and documentation.
H A DGNUFreeFontinfo.txt46 scripts to any greater extent than Kufi or Nashki can be applied beyond
H A DJomolhari-OFL.txt9 http://scripts.sil.org/OFL
35 - build scripts
H A DKhmerOFL.txt5 http://scripts.sil.org/OFL
31 include source files, build scripts and documentation.
H A DLateef font OFL.txt6 http://scripts.sil.org/OFL
31 include source files, build scripts and documentation.
H A DLohitKannadaOFL.txt6 http://scripts.sil.org/OFL
32 include source files, build scripts and documentation.
H A DXW Zar Font Info.txt4 http://scripts.sil.org/OFL
30 include source files, build scripts and documentation.
/plugin/dw2pdf/vendor/mpdf/mpdf/data/patterns/
H A DNOTES.txt5 Hyphenator4PHP- alternative PHP hyphenator scripts: http://apps.sourceforge.net/trac/hyphenator4php/
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js7674 var scripts=doc.getElementsByTagName("script");
7677 script=scripts[i];
H A Dfirebug-lite-1.2-compressed.js24 el.nav={};el.nav.container=new lib.element("DIV").attribute.addClass("Nav").insert(el.left.container);el.nav.console=new lib.element("A").attribute.addClass("Tab Selected").event.addListener("click",lib.util.Curry(d.navigate,window,"console")).update("Console").insert(el.nav.container);el.nav.html=new lib.element("A").attribute.addClass("Tab").update("HTML").event.addListener("click",lib.util.Curry(d.navigate,window,"html")).insert(el.nav.container);el.nav.css=new lib.element("A").attribute.addClass("Tab").update("CSS").event.addListener("click",lib.util.Curry(d.navigate,window,"css")).insert(el.nav.container);if(!internal.isPopup){el.nav.scripts=new lib.element("A").attribute.addClass("Tab").update("Script").event.addListener("click",lib.util.Curry(d.navigate,window,"scripts")).insert(el.nav.container);}
25 el.nav.dom=new lib.element("A").attribute.addClass("Tab").update("DOM").event.addListener("click",lib.util.Curry(d.navigate,internal.targetWindow,"dom")).insert(el.nav.container);el.nav.xhr=new lib.element("A").attribute.addClass("Tab").update("XHR").event.addListener("click",lib.util.Curry(d.navigate,window,"xhr")).insert(el.nav.container);el.nav.optionsdiv=new lib.element("DIV").attribute.addClass("Settings").insert(el.nav.container);el.nav.options=new lib.element("A").attribute.addClass("Tab Button Options").update("Options    ").event.addListener("click",settings.toggle).insert(el.nav.optionsdiv);el.borderInspector=new lib.element("DIV").attribute.set("id","FirebugBorderInspector").attribute.set('firebugIgnore',true).event.addListener("click",listen.inspector).insert(document.body);el.bgInspector=new lib.element("DIV").attribute.set("id","FirebugBGInspector").attribute.set('firebugIgnore',true).insert(document.body);el.left.console={};el.left.console.container=new lib.element("DIV").attribute.addClass("Console").insert(el.left.container);el.left.console.mlButton=new lib.element("A").attribute.addClass("MLButton").event.addListener("click",d.console.toggleML).insert(el.left.console.container);el.left.console.monitor=new lib.element("DIV").insert(new lib.element("DIV").attribute.addClass("Monitor").insert(el.left.console.container));el.left.console.container.child.add(new lib.element("DIV").attribute.addClass("InputArrow").update(">>>"));el.left.console.input=new lib.element("INPUT").attribute.set("type","text").attribute.addClass("Input").event.addListener("keydown",listen.consoleTextbox).insert(new lib.element("DIV").attribute.addClass("InputContainer").insert(el.left.console.container));el.right.console={};el.right.console.container=new lib.element("DIV").attribute.addClass("Console Container").insert(el.right.container);el.right.console.mlButton=new lib.element("A").attribute.addClass("MLButton CloseML").event.addListener("click",d.console.toggleML).insert(el.right.console.container);el.right.console.input=new lib.element("TEXTAREA").attribute.addClass("Input").insert(el.right.console.container);el.right.console.input.event.addListener("keydown",lib.util.Curry(tab,window,el.right.console.input.element));el.right.console.run=new lib.element("A").attribute.addClass("Button").event.addListener("click",listen.runMultiline).update("Run").insert(el.right.console.container);el.right.console.clear=new lib.element("A").attribute.addClass("Button").event.addListener("click",lib.util.Curry(d.clean,window,el.right.console.input)).update("Clear").insert(el.right.console.container);el.button.console={};el.button.console.container=new lib.element("DIV").attribute.addClass("ButtonSet").insert(el.button.container);el.button.console.clear=new lib.element("A").attribute.addClass("Button").event.addListener("click",d.console.clear).update("Clear").insert(el.button.console.container);el.left.html={};el.left.html.container=new lib.element("DIV").attribute.addClass("HTML").insert(el.left.container);el.right.html={};el.right.html.container=new lib.element("DIV").attribute.addClass("HTML Container").insert(el.right.container);el.right.html.nav={};el.right.html.nav.container=new lib.element("DIV").attribute.addClass("Nav").insert(el.right.html.container);el.right.html.nav.computedStyle=new lib.element("A").attribute.addClass("Tab Selected").event.addListener("click",lib.util.Curry(d.html.navigate,firebug,"computedStyle")).update("Computed Style").insert(el.right.html.nav.container);el.right.html.nav.dom=new lib.element("A").attribute.addClass("Tab").event.addListener("click",lib.util.Curry(d.html.navigate,firebug,"dom")).update("DOM").insert(el.right.html.nav.container);el.right.html.content=new lib.element("DIV").attribute.addClass("Content").insert(el.right.html.container);el.button.html={};el.button.html.container=new lib.element("DIV").attribute.addClass("ButtonSet HTML").insert(el.button.container);el.left.css={};el.left.css.container=new lib.element("DIV").attribute.addClass("CSS").insert(el.left.container);el.right.css={};el.right.css.container=new lib.element("DIV").attribute.addClass("CSS Container").insert(el.right.container);el.right.css.nav={};el.right.css.nav.container=new lib.element("DIV").attribute.addClass("Nav").insert(el.right.css.container);el.right.css.nav.runCSS=new lib.element("A").attribute.addClass("Tab Selected").update("Run CSS").insert(el.right.css.nav.container);el.right.css.mlButton=new lib.element("A").attribute.addClass("MLButton CloseML").event.addListener("click",d.console.toggleML).insert(el.right.css.container);el.right.css.input=new lib.element("TEXTAREA").attribute.addClass("Input").insert(el.right.css.container);el.right.css.input.event.addListener("keydown",lib.util.Curry(firebug.tab,window,el.right.css.input.element));el.right.css.run=new lib.element("A").attribute.addClass("Button").event.addListener("click",listen.runCSS).update("Run").insert(el.right.css.container);el.right.css.clear=new lib.element("A").attribute.addClass("Button").event.addListener("click",lib.util.Curry(d.clean,window,el.right.css.input)).update("Clear").insert(el.right.css.container);el.button.css={};el.button.css.container=new lib.element("DIV").attribute.addClass("ButtonSet CSS").insert(el.button.container);el.button.css.selectbox=new lib.element("SELECT").event.addListener("change",listen.cssSelectbox).insert(el.button.css.container);el.left.scripts={};el.left.scripts.container=new lib.element("DIV").attribute.addClass("Scripts").insert(el.left.container);el.right.scripts={};el.right.scripts.container=new lib.element("DIV").attribute.addClass("Scripts Container").insert(el.right.container);el.button.scripts={};el.button.scripts.container=new lib.element("DIV").attribute.addClass("ButtonSet Scripts").insert(el.button.container);el.button.scripts.selectbox=new lib.element("SELECT").event.addListener("change",listen.scriptsSelectbox).insert(el.button.scripts
33 values+='height:'+(parseInt(firebug.internal.targetWindow.firebug.el.main.element.style.height.replace(/px/,''),10)-38);exdate=new Date();exdate.setDate(exdate.getDate()+365);fir global() variable
[all...]
H A Dfirebug-lite-1.2.js174 el.nav.scripts = new lib.element("A").attribute.addClass("Tab").update("Script").event.addListener("click",lib.util.Curry(d.navigate,window,"scripts")).insert(el.nav.container);
260 * scripts
263 el.left.scripts = {};
264 el.left.scripts.container = new lib.element("DIV").attribute.addClass("Scripts").insert(el.left.container);
266 el.right.scripts = {};
267 el.right.scripts.container = new lib.element("DIV").attribute.addClass("Scripts Container").insert(el.right.container);
269 el.button.scripts = {};
270 el.button.scripts.container = new lib.element("DIV").attribute.addClass("ButtonSet Scripts").insert(el.button.container);
271 el.button.scripts
673 var interval,scripts,script,scriptPath, global() variable
[all...]
/plugin/combo/action/
H A Djs.php47 $scripts = &$event->data['script'];
48 foreach ($scripts as &$script) {
84 $dokuScriptPath = $directorySeparatorInDokuwikiList . 'lib' . $directorySeparatorInDokuwikiList . 'scripts' . $directorySeparatorInDokuwikiList;
/plugin/combo/
H A DLICENSE158 associated interface definition files, plus the scripts used to
/plugin/adhoctags/
H A DLICENSE158 associated interface definition files, plus the scripts used to
/plugin/dwtimeline/
H A DLICENSE158 associated interface definition files, plus the scripts used to
/plugin/mobiletable/
H A DLICENSE158 associated interface definition files, plus the scripts used to
/plugin/katex/
H A DLICENSE136 work) run the object code and to modify the work, including scripts to
/plugin/bbcodeextensions/
H A DLICENSE136 work) run the object code and to modify the work, including scripts to
/plugin/confightmlok/
H A DLICENSE57 The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.
/plugin/randomtables/
H A DLICENSE158 associated interface definition files, plus the scripts used to
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock442 "scripts/phpcs",
443 "scripts/phpcbf"
/plugin/upgrade/
H A DLICENSE158 associated interface definition files, plus the scripts used to
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md3 PHP-CLI is a simple library that helps with creating nice looking command line scripts.
13 It is lightweight and has **no 3rd party dependencies**. Note: this is for non-interactive scripts only. It has no readline or similar support.
90 then uses terminal colors. You can always suppress colored output by passing ``--no-colors`` to your scripts.

12345678910>>...24