Home
last modified time | relevance | path

Searched refs:script (Results 101 – 125 of 762) sorted by relevance

12345678910>>...31

/plugin/freechat/phpfreechat/src/commands/
H A Drehash.class.php29 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '');");
31 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko', '');");
H A Derror.class.php16 …$xml_reponse->script("pfc.setError('".addslashes(stripslashes($error_str))."', Array(".$error_ids.…
19 $xml_reponse->script("pfc.setError('".addslashes(stripslashes($errors))."', Array());");
H A Didentify.class.php65 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$msg."');");
70 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko', '".$msg."');");
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php256 $script = <<<'EOT'
263 $script = '<'."?php\n".sprintf($script, $cert);
266 $process = new PhpProcess($script);
/plugin/freechat/phpfreechat/src/proxies/
H A Dauth.class.php68 …$xml_reponse->script("alert('".addslashes(_pfc("You are not allowed to run '%s' command", $this->n…
90 …$xml_reponse->script("pfc.handleResponse('".$this->proxyname."', 'ban', '".addslashes($msg)."');");
100 …$xml_reponse->script("pfc.handleResponse('".$this->proxyname."', 'frozen', '".addslashes($msg)."')…
/plugin/popupviewer/syntax/
H A Dviewer.php86 $script = '';
148 … .= $this->_renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, 'popupviewer');
153 function _renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, $class='') { argument
159 return '<a href="'.$id.'" ' . trim($more) . ' >' . $name . '</a>' . $script;
163 … $return .= ' shape="'.$isImageMap['shape'].'" coords="'.$isImageMap['coords'].'" />' . $script;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DAbstractDocument.php42 public function setScript(AbstractScript $script): self argument
48 $this->_data = $script;
50 $metadata = $this->_getMetadata($script);
113 * Creates a bulk action for a document or a script.
/plugin/tline/
H A Dsyntax.php72 $R->doc .='<script src="data/pages/tline/'.$data[1].'.txt" type="text/javascript"></script>';
/plugin/freechat/phpfreechat/src/
H A Dpfcresponse.class.php49 function script($js) function in pfcResponse
56 $this->script('window.location = "'.$url.'";');
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DError.svelte1 <script>
12 </script>
H A DCard.svelte1 <script>
8 </script>
/plugin/magnifier/
H A Dsyntax.php86 function _renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, $class='') { argument
92 return '<a href="'.$id.'" ' . $more . ' >' . $name . '</a>' . $script;
96 … $return .= ' shape="'.$isImageMap['shape'].'" coords="'.$isImageMap['coords'].'" />' . $script;
/plugin/geonav/
H A Dsyntax.php96 $str = '<script type="text/javascript" language="javascript">';
98 $str .= '</script>';
/plugin/codehighlight/cp/languages/
H A Dhtml.css12 strong {color:#800000;} /* script */
13 tt i {color:darkblue;font-weight:bold;} /* script reserved words */
H A Dxsl.css13 strong {color:#800000;} /* script */
14 tt i {color:darkblue;font-weight:bold;} /* script reserved words */
/plugin/imageflow/
H A Daction.php60 …$script = '(function($){$(function(){$("div.imageflow_wrapper").each(function(){new imageflow_plug…
62 $head['script'][] = array( 'type'=>'text/javascript', '_data'=> $script);
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dautobold.js19 …a.prefilterHooks.Add(function(d){var c=d.script.parentNode.insertBefore(document.createElement("sp…
/plugin/itrackviewer/
H A Dsyntax.php106 $script = $this->getConf('script').$this->getConf('key');
107 $script = '<script type="text/javascript" src="'.$script.'"></script>';
/plugin/piclens/
H A Dsyntax.php102 …$renderer->doc .= '<script type="text/javascript" src="http://lite.piclens.com/current/piclens.js"…
/plugin/codeprettify/
H A Daction.php52 foreach ($scripts as $script) {
56 'src' => $urlPrettifyHandlers. $script.'.js',
/plugin/toolbox/
H A Dextension.php38 foreach($scripts as $script) {
39 fwrite($fh, file_get_contents($script));
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D22.22.js.map1script)/, ['delimiter.html', { token: 'tag.html', next: '@script' }]],\n [/(<)(style)/,…
/plugin/wysiwyg/fckeditor/editor/css/behaviors/
H A Dshowtableborders.htc6 <script language="javascript">
34 </script>
/plugin/fckg/fckeditor/editor/css/behaviors/
H A Dshowtableborders.htc6 <script language="javascript">
34 </script>
/plugin/jquery-syntax/jquery-syntax/
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…

12345678910>>...31