Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 762) sorted by relevance

12345678910>>...31

/plugin/virtualkeyboard/vk/
H A Dreadme.txt8 <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/diagramsnet/lib/math/extensions/
H A DMatchWebFonts.js19script=o[p];if(script.parentNode&&script.MathJax.elementJax){script.parentNode.insertBefore(this.E…
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshAutoloader.js86 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 DshAutoloader.js102 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/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>';
/plugin/combo/resources/snippet/js/
H A Dcombo-loader.js5 let script = document.createElement('script');
6 script.src = src; // Set the location of the script
7 script.integrity = integrity;
8 script.crossOrigin = "anonymous";
9 script.referrerPolicy = "no-referrer";
10 script.classList.add(clazz);
11 script.addEventListener("load", callback);
13 head.appendChild(script);
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DScript.php13 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-script-query.html
18 * Construct script query.
20 * @param AbstractScript|array|string $script Script
22 public function __construct($script = null) argument
24 if (null !== $script) {
25 $this->setScript($script);
30 * Sets script object.
32 * @param array|BaseScript|string $script
36 public function setScript($script): self argument
38 return $this->setParam('script', BaseScrip
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DScriptedMetric.php49 public function setCombineScript(string $script): self argument
51 return $this->setParam('combine_script', $script);
61 public function setInitScript(string $script): self argument
63 return $this->setParam('init_script', $script);
69 * This is the only required script. If no combine_script is specified, the resulting state needs to be stored in
74 public function setMapScript(string $script): self argument
76 return $this->setParam('map_script', $script);
82 * The script is provided with access to a variable _aggs which is an array of the result of the combine_script on
87 public function setReduceScript(string $script): self argument
89 return $this->setParam('reduce_script', $script);
[all...]
H A DBucketScript.php10 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-pipeline-bucket-script-aggregation.html
16 public function __construct(string $name, ?array $bucketsPath = null, ?string $script = null) argument
28 if (null !== $script) {
29 $this->setScript($script);
48 * Set the script for this aggregation.
52 public function setScript(string $script): self
54 return $this->setParam('script', $script);
68 * @throws InvalidException If buckets path or script is not set
75 if (!$this->hasParam('script')) {
44 setScript(string $script) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DSshScript.php25 public $script; variable in Google\\Service\\DatabaseMigrationService\\SshScript
30 public function setScript($script) argument
32 $this->script = $script;
39 return $this->script;
/plugin/jmol2/jmol/
H A DJmol.js395 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/src/Bulk/Action/
H A DUpdateDocument.php42 public function setScript(AbstractScript $script): AbstractDocument argument
44 parent::setScript($script);
47 $source = $script->toArray();
49 if ($script->hasUpsert()) {
50 $upsert = $script->getUpsert()->getData();
55 if ($script->getScriptedUpsert()) {
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.disqus.js47 var script = document.createElement('script');
48 script.type = "text/javascript";
49script.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/toolbox/extension/
H A Dcontent.js15 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 Ddeleted.files9 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/leightweightscript/
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 );
/plugin/lightweightscript/
H A Daction.php149 * @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 Ddetail.php49 $script = '_detail'; variable
51 $script = 'lib/exe/detail.php'; variable
55 $xlink .= $script.'/'.$realmedia;
59 $xlink .= $script.'?'.$queryString;
61 $xlink .= $script.'?media='.$realmedia;
/plugin/diagrams/
H A Ddeleted.files7 script/elements.js
8 script/embed.js
9 script/helpers.js
10 script/mediamanager.js
11 script/service.js
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php32 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/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DApiConfigHandler.php33 public $script; variable in Google\\Service\\Appengine\\ApiConfigHandler
74 public function setScript($script) argument
76 $this->script = $script;
83 return $this->script;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DOSPolicyResourceExecResourceExec.php40 public $script; variable in Google\\Service\\OSConfig\\OSPolicyResourceExecResourceExec
101 public function setScript($script) argument
103 $this->script = $script;
110 return $this->script;
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DJavaScriptExecutor.php12 * of the currently selected frame. The executed script is assumed to be
13 * synchronous and the result of evaluating the script will be returned.
15 * @param string $script The script to inject.
16 * @param array $arguments The arguments of the script.
17 * @return mixed The return value of the script.
19 public function executeScript($script, array $arguments = []); argument
30 * @param string $script The script to inject.
31 * @param array $arguments The arguments of the script
34 executeAsyncScript($script, array $arguments = []) global() argument
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php174 $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/revealjs/plugin/math/
H A Dmath.js36 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 );

12345678910>>...31