Home
last modified time | relevance | path

Searched refs:script (Results 376 – 400 of 762) sorted by path

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

/plugin/freechat/phpfreechat/src/proxies/
H A Dnoflood.class.php76 $xml_reponse->script("alert('".addslashes($msg)."');");
/plugin/freechat/phpfreechat/themes/default/
H A Diepngfix.htc4 <script type="text/javascript">
70 </script>
/plugin/gallery/swipebox/
H A DREADME
/plugin/gallery2/dwgallery/
H A Ddwgallery.php209 $script = wl($gallery['namespace'].':'.$conf['start']);
211 …echo '<a href="'.$script.'"><img src="'.$media.'" alt="'.$alt.'" width="'.$gallery['randomwidth'].…
229 $script = wl($ID);
233 if (stristr($script, '?')) {
494 $script = wl($ID);
498 if (stristr($script, '?')) {
552 …echo '<a href="'.$script.$trenner.'pic=1" title="'.$gallery['picturename'].'1">&lt;&lt;</a>&nbsp;'…
553 …echo '<a href="'.$script.$trenner.'pic='.($gallery['pic']-1).'" title="'.$gallery['picturename'].(…
559 …echo '<a href="'.$script.'" title="'.$gallery['content'].'">'.$gallery['content'].'</a>&nbsp;'."\n…
562 …echo '<a href="'.$script.$trenner.'pic='.($gallery['pic']+1).'" title="'.$gallery['picturename'].(…
[all …]
/plugin/gdpr/
H A D.travis.yml18 script:
/plugin/geonav/
H A Dsyntax.php96 $str = '<script type="text/javascript" language="javascript">';
98 $str .= '</script>';
/plugin/geotag/
H A Ddeleted.files2 script.js
/plugin/git/action/
H A Djavascript.php18 $script = '<script type="text/javascript">
26 return $script;
/plugin/givemeyouremail/
H A Dsyntax.php201 $ret = '<form id="givemeyouremail__form" method="post" action="'.script().
/plugin/googleanalytics/
H A Dscript.js11 var script = document.createElement('script'); variable
12 script.type = 'text/javascript';
13 script.src = 'https://www.googletagmanager.com/gtag/js?id=' + JSINFO.ga.gtagId;
15 document.body.appendChild(script);
/plugin/googlemap3/
H A Daction.php26 $script = $this->getConf('script');
41 script.src = "'.$script.'&callback=init_googlemap3";
/plugin/googlemaps/syntax/
H A Dgooglemap.php102 $script = '';
106 $script = $this->getConf('script').$this->getConf('key');
107 $script = '<script type="text/javascript" src="'.$script.'"></script>';
112 $script
/plugin/googlesearch/
H A Dnusoap.php4782 <script language="JavaScript" type="text/javascript">
4827 </script>
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1script:1,caption:1,s:1,col:1,h2:1,h3:1,h1:1,h6:1,h4:1,h5:1,table:1,select:1,noframes:1,span:1,area… property in hljs.LANGUAGES.apache.dM.k.keyword
H A Dreadme.eng.txt15 The script is installed by linking to a single file and making a single
18 <script type="text/javascript" src="highlight.pack.js"></script>
19 <script type="text/javascript">
21 </script>
26 <script type="text/javascript">
32 </script>
38 <script type="text/javascript">
40 </script>
44 Then the script looks in your page for fragments `<pre><code>...</code></pre>`
88 in situations when one can't use the script itself on a site.
[all …]
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/highlightparent/
H A D.travis.yml18 script: cd _test && phpunit --stderr --group plugin_highlightparent
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog144 * Fixed: error in demo script on PHP 5 with curl extension
199 * Fixed: * { display: none; } CSS rule caused script to die
264 * Change: script attempts to update pcre.backtrack_limit
730 script under Windows/ISS
778 checking script
1131 suffixes (instead of causing script to terminate)
1154 script (thanks to Pletfrog for contributing)
1167 * Change: script-generated footer/header/watermarks
1182 * Change: several small updates in script API documentation
1525 causes script to "hang"
[all …]
H A DTODO24 Systemcheck script checks for CURL in safe_mode (CURLOPT_FOLLOWLOCATION does not work there)
H A Ddefault.css350 script { selector
/plugin/html2pdf/html2pdf/html2ps/cache/
H A D7d888258e9745b3716532ea81342daaf.css.compiled1script";}s:4:"body";O:21:"CSSPropertyCollection":4:{s:11:"_properties";a:1:{i:0;O:22:"CSSPropertyD…
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._missing_afm.tpl36 <td>AFM file is not readable by the script.</td>
/plugin/html5video2/script/
H A Dvideo.min.js20 …rif",proportionalSerif:"serif",casual:'"Comic Sans MS", Impact, fantasy',script:'"Monotype Corsiva… property in AnonymousFunctionc9f82cd713900.nn
/plugin/htmldetailstag/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_htmldetailstag
/plugin/htmlokay/
H A Dadmin.php46 $script = DOKU_PLUGIN . $this->plugin_name . '/' . $this->ajax_script;
48 $url = preg_replace('/' . preg_quote($document_root, '/') . '/', "", $script);

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