/plugin/virtualkeyboard/vk/ |
H A D | readme.txt | 8 <script type="text/javascript" src="ArrayExtensions.js"></script> 9 <script type="text/javascript" src="DOMextensions.js"></script> 10 <script type="text/javascript" src="ddi/ddi.js"></script> 11 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.fixNoMouseSelect.js"></script> 12 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.moveIT.js"></script> 13 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.adjustZIndex.js"></script> 14 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.fixDragInMz.js"></script> 15 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.fixDragInIE.js"></script> 16 <script type="text/javascript" src="virtualkeyboard.js"></script>
|
/plugin/elasticsearch/vendor/ruflin/elastica/lib/Elastica/Aggregation/ |
H A D | ScriptedMetric.php | 47 * @param string $script 51 public function setCombineScript(string $script): self argument 53 return $this->setParam('combine_script', $script); 61 * @param string $script 65 public function setInitScript(string $script): self argument 67 return $this->setParam('init_script', $script); 76 * @param string $script 80 public function setMapScript(string $script): self argument 82 return $this->setParam('map_script', $script); 91 * @param string $script [all …]
|
H A D | BucketScript.php | 17 * @param string|null $script 19 public function __construct(string $name, array $bucketsPath = null, string $script = null) argument 27 if (null !== $script) { 28 $this->setScript($script); 47 * @param string $script 51 public function setScript(string $script): self argument 53 return $this->setParam('script', $script);
|
H A D | BucketSelector.php | 15 * @param string|null $script 17 public function __construct(string $name, array $bucketsPath = null, string $script = null) argument 25 if (null !== $script) { 26 $this->setScript($script);
|
/plugin/jsmath/ |
H A D | diff | 3 < $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>';
|
/plugin/syntaxhighlighter3/sxh3/src/js/ |
H A D | shAutoloader.js | 86 var script = document.createElement('script'), 90 script.src = url; 91 script.type = 'text/javascript'; 92 script.language = 'javascript'; 93 script.onload = script.onreadystatechange = function() 102 script.onload = script.onreadystatechange = null; 103 script.parentNode.removeChild(script); 108 document.body.appendChild(script);
|
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
H A D | shAutoloader.js | 102 var script = document.createElement('script'), 106 script.src = url; 107 script.type = 'text/javascript'; 108 script.language = 'javascript'; 109 script.onload = script.onreadystatechange = function() 118 script.onload = script.onreadystatechange = null; 119 script.parentNode.removeChild(script); 124 document.body.appendChild(script);
|
/plugin/elasticsearch/vendor/ruflin/elastica/lib/Elastica/Query/ |
H A D | Script.php | 20 * @param array|string|AbstractScript $script Script 22 public function __construct($script = null) argument 24 if (null !== $script) { 25 $this->setScript($script); 32 * @param BaseScript|string|array $script 36 public function setScript($script): self argument 38 return $this->setParam('script', BaseScript::create($script));
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/ |
H A D | SshScript.php | 25 public $script; variable in Google\\Service\\DatabaseMigrationService\\SshScript 30 public function setScript($script) argument 32 $this->script = $script; 39 return $this->script;
|
/plugin/toolbox/extension/ |
H A D | content.js | 15 var script = document.createElement('script'); variable 16 script.setAttribute("type", "application/javascript"); 17 script.src = (chrome || browser).extension.getURL('script.js'); 18 script.onload = function () { 21 (document.head || document.documentElement).appendChild(script);
|
/plugin/edittable/ |
H A D | deleted.files | 9 script/jquery.handsontable.columnmove.js 10 script/jquery.handsontable.rowmove.js 11 script/jquery.handsontable.full.js 15 script/handsontable.full.js 17 script/inserttable.js 18 script/tableeditor.js
|
/plugin/socialshareprivacy2/SSP/scripts/ |
H A D | jquery.socialshareprivacy.disqus.js | 47 var script = document.createElement('script'); 48 script.type = "text/javascript"; 49 …script.src = 'http://'+options.shortname+'.disqus.com/count.js?q=1&0=2,'+encodeURIComponent(opti… 50 script.async = true; 51 script.setAttribute('data-request-id', options.requestId); 52 script.onload = script.onreadystatechange = script.onerror = requestLoad; 53 (document.head||document.body).appendChild(script);
|
/plugin/leightweightscript/ |
H A D | action.php | 148 * @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 );
|
/plugin/lightweightscript/ |
H A D | action.php | 149 * @param string $script the script file to check against the list 152 private function filter_admin_scripts( $script ) { argument 153 return $this->includeFilter( $script, array( 180 )) && $this->excludeFilter( $script, array( 190 * @param string $script the script file to check against the list 193 private function filter_user_scripts( $script ) { argument 194 return !$this->filter_admin_scripts( $script );
|
/plugin/owncloud/exe/ |
H A D | detail.php | 49 $script = '_detail'; variable 51 $script = 'lib/exe/detail.php'; variable 55 $xlink .= $script.'/'.$realmedia; 59 $xlink .= $script.'?'.$queryString; 61 $xlink .= $script.'?media='.$realmedia;
|
H A D | fetch.php | 62 $script = '_media'; variable 64 $script = 'lib/exe/fetch.php'; variable 68 $xlink .= $script.'/'.$realmedia; 72 $xlink .= $script.'?'.$queryString; 74 $xlink .= $script.'?media='.$realmedia;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/ |
H A D | ApiConfigHandler.php | 33 public $script; variable in Google\\Service\\Appengine\\ApiConfigHandler 74 public function setScript($script) argument 76 $this->script = $script; 83 return $this->script;
|
/plugin/elasticsearch/vendor/ruflin/elastica/lib/Elastica/Script/ |
H A D | ScriptFields.php | 29 * @param AbstractScript $script 35 public function addScript(string $name, AbstractScript $script): self argument 40 $this->setParam($name, $script); 53 foreach ($scripts as $name => $script) { 54 $this->addScript($name, $script);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/ |
H A D | OSPolicyResourceExecResourceExec.php | 40 public $script; variable in Google\\Service\\OSConfig\\OSPolicyResourceExecResourceExec 101 public function setScript($script) argument 103 $this->script = $script; 110 return $this->script;
|
/plugin/jmol2/jmol/ |
H A D | Jmol.js | 395 if (script) { 401 if (applet) applet.script(script); 406 if (applet) applet.script(script); 432 if (!script)script="" 445 if (!script)script="" 797 params.script = (script ? _jmolSterilizeScript(script) : ""); 983 if (!script) 1056 if (! script) 1341 if (script) { 1392 if (script) { [all …]
|
/plugin/elasticsearch/vendor/ruflin/elastica/lib/Elastica/Bulk/Action/ |
H A D | UpdateDocument.php | 42 public function setScript(AbstractScript $script): AbstractDocument argument 44 parent::setScript($script); 47 $source = $script->toArray(); 49 if ($script->hasUpsert()) { 50 $upsert = $script->getUpsert()->getData();
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/ |
H A D | build-phar.php | 32 foreach ($scripts as $script) { 33 echo "Building $script phar".PHP_EOL; 35 $pharFile = $cwd.'/'.$script.'.phar'; 42 $phar = new Phar($pharFile, 0, $script.'.phar'); 51 $stub .= 'Phar::mapPhar(\''.$script.'.phar\');'."\n"; 52 $stub .= 'require_once "phar://'.$script.'.phar/CodeSniffer/CLI.php";'."\n"; 54 $stub .= '$cli->run'.$script.'();'."\n";
|
/plugin/revealjs/plugin/math/ |
H A D | math.js | 36 var script = document.createElement( 'script' ); 37 script.type = 'text/javascript'; 38 script.src = url; 48 script.onload = finish; 51 script.onreadystatechange = function() { 58 head.appendChild( script );
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | BrowserConsoleHandler.php | 174 $script = []; 180 $script[] = static::call_array('log', static::handleStyles($record['formatted'])); 182 $script = array_merge( 183 $script, 192 …return "(function (c) {if (c && c.groupCollapsed) {\n" . implode("\n", $script) . "\n}})(console);… 251 $script = []; 254 return $script; 256 …$script[] = static::call('log', static::quote('%c%s'), static::quote('font-weight: bold'), static:… 262 … $script[] = static::call('log', static::quote('%s: %o'), static::quote((string) $key), $value); 265 return $script;
|
/plugin/jplayer/vendor/symfony/process/ |
H A D | PhpProcess.php | 28 * @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);
|