Home
last modified time | relevance | path

Searched refs:script (Results 76 – 100 of 762) sorted by relevance

12345678910>>...31

/plugin/freechat/phpfreechat/src/proxies/
H A Dchecknickchange.class.php60 …$xml_reponse->script("pfc.handleResponse('".$this->proxyname."', 'nick', '".addslashes($msg)."');"…
70 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'notchanged', '".addslashes($newnick).…
80 … $xml_reponse->script("pfc.handleResponse('nick', 'notallowed', '".addslashes($newnick)."');");
82 $xml_reponse->script("pfc.handleResponse('nick', 'isused', '".addslashes($newnick)."');");
/plugin/popupviewer/
H A Daction.php77 $script = 'var JSINFO = '.$json->encode($JSINFO).';';
81 …$script .= "try{(function($){".$popupscript."}(jQuery))}catch(e){alert('Could not execute popupscr…
88 …$script .= "if(window.ga) window.ga('send', 'event', 'wiki-action', 'popupviewer', '".$dest."', { …
92 $head['popupscript'][] = array( 'type'=>'text/popupscript', '_data'=> $script );
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DReindex.php24 public const SCRIPT = 'script';
122 public function setScript(Script $script): void
124 $this->setParam(self::SCRIPT, $script);
229 $script = $this->getParam(self::SCRIPT);
231 if ($script instanceof AbstractScript) {
232 $body = \array_merge($body, $script->toArray());
234 $body[self::SCRIPT] = $script;
114 setScript(Script $script) global() argument
/plugin/highlightjs/highlight/
H A Dreadme.rus.txt20 <script type="text/javascript" src="highlight.pack.js"></script>
21 <script type="text/javascript">
23 </script>
29 <script type="text/javascript">
35 </script>
41 <script type="text/javascript">
43 </script>
/plugin/struct/
H A Ddeleted.files92 script/LookupEditor.js
93 script/SerialEditor.js
94 script/cloud.js
95 script/effects.js
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.HiddenElements.txt
/plugin/eventline/timeline_js/
H A Dtimeline-api.js262 var script = document.createElement("script");
263 script.type = "text/javascript";
264 script.language = "JavaScript";
265 script.src = url;
266 document.getElementsByTagName("head")[0].appendChild(script);
/plugin/tline/timeline_js/
H A Dtimeline-api.js262 var script = document.createElement("script");
263 script.type = "text/javascript";
264 script.language = "JavaScript";
265 script.src = url;
266 document.getElementsByTagName("head")[0].appendChild(script);
/plugin/combo/action/
H A Djs.php33 // To get only the script that we need
47 $scripts = &$event->data['script'];
48 foreach ($scripts as &$script) {
49 $src = $script['src'] ?? null;
55 $script['src'] = $src . '&' . self::ACCESS_PROPERTY_KEY . '=' . self::ACCESS_PROPERTY_VALUE_PUBLIC;
83 // The directory path for the internal dokuwiki script
85 // The directory path for the plugin script (we need to keep them)
92 1 => $dokuScriptPath . "script.js",
97 6 => $dokuScriptPath . "cookie.js", // plugin may depend on this library such as styling (lib/plugins/styling/script.js)
109 // This is a plugin script, w
[all...]
/plugin/jokuwiki/
H A Dscript.js102 var script = document.createElement("script");
103 script.type = "text/javascript";
104 script.src = url;
105 document.body.appendChild(script);
/plugin/siteexport/action/
H A Dstartup.php130 foreach( $head['script'] as &$script ) {
131 if ( !empty($script['src']) && strstr($script['src'], 'js.php') ) {
132 $script['src'] .= '&template=' . $template;
/plugin/advanced/lang/en/config/
H A Duserscript.txt10 …sh your browser cache (hitting Shift-F5, Shift+CTRL+R or similar) whenever your script was updated.
16 * lib/plugins/*/script.js
17 * lib/tpl/<currenttemplate>/script.js
20 …avaScript with your [[doku>templates]] and [[doku>plugins]] (through a ''script.js'' file) and can…
/plugin/sketchcanvas/
H A Dmakezip.sh1 zip -u -r sketchcanvas.zip plugin.info.txt action.php CanvasElement.php script.js style.less syntax.php README.md phplib script media images
/plugin/wysiwyg/fckeditor/editor/css/behaviors/
H A Ddisablehandles.htc3 <script language="javascript">
13 </script>
/plugin/fckg/fckeditor/editor/css/behaviors/
H A Ddisablehandles.htc3 <script language="javascript">
13 </script>
/plugin/codemirror/dist/modes/
H A Dvue.min.js1 …)}})(function(a){var b={script:[["lang",/coffee(script)?/,"coffeescript"],["type",/^(?:text|applic… property in AnonymousFunctioncc94f7b90100.b
/plugin/listeabo/
H A Dadmin.php61 print '<script>document.location.search="do=listeabo&admin=true";</script>';
/plugin/git/action/
H A Djavascript.php18 $script = '<script type="text/javascript">
26 return $script;
/plugin/googlemap3/
H A Daction.php26 $script = $this->getConf('script');
41 script.src = "'.$script.'&callback=init_googlemap3";
/plugin/wolframalpha/
H A Dsyntax.php109 …= '<script type="text/javascript" id="WolframAlphaScript'.$pluginid.'" src="http://www.wolframalph…
/plugin/svgedit/
H A Dscript.js7 script = document.createElement('script');
8 script.type = 'text/javascript';
9 script.src = svgeditor_path + 'embedapi.js';
10 head.appendChild(script);
/plugin/tablecalc/
H A Dsyntax.php68 …="'.$data['divid'].'"><script type="text/javascript" defer="defer">tablecalc("'.$data['divid'].'",…
/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…
/plugin/tablemath/
H A Dsyntax.php58 …['divid'].'"><script type="text/javascript" defer="defer">tablemath("'.$data['divid'].'","'.$data[…
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DView.svelte1 <script>
8 </script>

12345678910>>...31