Home
last modified time | relevance | path

Searched refs:script (Results 451 – 475 of 762) sorted by path

1...<<11121314151617181920>>...31

/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js2491 script = document.createElement( "script" ),
2549 script.addEventListener( "load", function() {
2563 head.removeChild( script );
2566 script.addEventListener( "error", function( e ) {
2576 head.removeChild( script );
2579 script.src = url;
2580 head.insertBefore( script, head.firstChild );
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js488 script: "2.9.2",
3392 var msg = "jPlayer " + this.version.script + " : id='" + this.internal.self.id +"' : " + message;
3473 …VERSION: "jPlayer " + $.jPlayer.prototype.version.script + " needs Jplayer.swf version " + $.jPlay…
/plugin/jplayer/vendor/robloach/component-installer/
H A DREADME.md43 Components manually using a `script` or `link` tag:
46 <script src="components/jquery/jquery.js"></script>
59 <script src="components/require.js"></script>
63 <script>
67 </script>
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireJsProcess.php162 foreach ($scripts as $script) {
164 $path = $this->getVendorDir($package).DIRECTORY_SEPARATOR.$script;
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js1886 eachReverse(scripts(), function (script) { argument
1887 if (script.readyState === 'interactive') {
1888 return (interactiveScript = script);
1897 eachReverse(scripts(), function (script) { argument
1901 head = script.parentNode;
1907 dataMain = script.getAttribute('data-main');
/plugin/jplayer/vendor/symfony/process/
H A DPhpProcess.php28 * @param string $script The PHP script to run (as a string)
34 …public function __construct($script, $cwd = null, array $env = null, $timeout = 60, array $options… argument
44 file_put_contents($file, $script);
47 $script = null;
53 parent::__construct($php, $cwd, $env, $script, $timeout, $options);
/plugin/jquery-syntax/
H A Daction.php33 $event->data['script'][] = array(
44 $event->data['script'][] = array(
50 $event->data['script'][] = array(
H A Djquery-1.6.min.js16script")&&(!h[i].type||h[i].type.toLowerCase()==="text/javascript"))e.push(h[i].parentNode?h[i].pa…
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.bash-script.css1 .syntax-theme-base .syntax .bash-script .function {
3 .syntax-theme-base .syntax .bash-script .option {
5 .syntax-theme-base .syntax .bash-script .env {
H A Djquery.syntax.brush.bash.css7 .syntax-theme-base .syntax .bash .bash-script {
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.js10script=document.createElement('script');script.onreadystatechange=function(){if(this.onload&&(this…
12 script.src=path;document.getElementsByTagName('head')[0].appendChild(script);},getResource:function…
H A Djquery.syntax.min.js10script=document.createElement('script');script.onreadystatechange=function(){if(this.onload&&(this…
12 script.src=path;document.getElementsByTagName('head')[0].appendChild(script);},getResource:function…
/plugin/jquery/
H A Djquery-1.4.2.js530 script.type = "text/javascript";
535 script.text = data;
541 head.removeChild( script );
893 script.type = "text/javascript";
911 delete script.test;
917 root.removeChild( script );
5027 head.removeChild( script );
5065 script.src = s.url;
5075 script.onload = script.onreadystatechange = function() {
5083 script.onload = script.onreadystatechange = null;
[all …]
H A Djquery-1.4.2.min.js123 …")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, …
H A Dscript.js19 …HttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, …
/plugin/jquerymigrate/
H A DREADME3 Adds production/development version of jquery-migrate script to DokuWiki
H A Dplugin.info.txt6 desc Adds production/development version of jquery-migrate script to DokuWiki
/plugin/jsmath/
H A Ddiff3 < $renderer->doc .= '<span dir="ltr"><script type="math/tex">';
5 > $renderer->doc .= '<script type="math/tex">';
7 < $renderer->doc .= '<span dir="ltr"><script type="math/tex; mode=display">';
9 > $renderer->doc .= '<script type="math/tex; mode=display">';
11 < $renderer->doc .= '</script></span>';
13 > $renderer->doc .= '</script>';
15 < $renderer->doc .= '</script></span>';
17 > $renderer->doc .= '</script>';
H A Dsyntax.php143 $renderer->doc .= '<span dir="ltr"><script type="math/tex">';
152 $renderer->doc .= '<span dir="ltr"><script type="math/tex; mode=display">';
176 $renderer->doc .= '</script></span>';
185 $renderer->doc .= '</script></span>';
/plugin/katex/_assets/
H A Dkatex.min.js1script:x.SCRIPT,scriptscript:x.SCRIPTSCRIPT},dt={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mop… property in AnonymousFunctionf879a824ff00.o
/plugin/konsole/
H A Ddeleted.files2 script.js
/plugin/labeled/
H A Dadmin_tpl.php3 <form action="<?php echo script()?>" method="post">
/plugin/latexit/tests/dw_orig_test_files/
H A Dstart.txt2 Pro spuštění testů zavolat soubor v adresáři ''lib/plugins/latexit/tests/script X Y Z'' , kde X zna…
/plugin/leightweightscript/
H A DREADME3 Adds an "Editor and better only" script part and removes a lot of
H A Daction.php148 * @param string $script the script file to check against the list
151 private function filter_admin_scripts( $script ) { argument
152 return $this->includeFilter( $script, array(
178 )) && $this->excludeFilter( $script, array(
186 * @param string $script the script file to check against the list
189 private function filter_user_scripts( $script ) { argument
190 return !$this->filter_admin_scripts( $script );

1...<<11121314151617181920>>...31