Home
last modified time | relevance | path

Searched full:script (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/dokuwiki/_test/tests/inc/
H A Dtoolbar.test.php10 $INFO['userinfo']['name'] = '/*!]]>*/</script><script>alert("\123\")</script>';
15 $expected = '"\" --- \\\n \/\/[[example@example.org|\/*!]]>*\/<\/script><script>'.
16 'alert(\"\\\\123\\\\\\")<\/script>]] (john) '.$date.'\/\/\""';
H A Dcommon_ml.test.php5 private $script = 'lib/exe/fetch.php'; variable in common_ml_test
13 $this->assertEquals(DOKU_BASE . $this->script . '?media=' , ml());
23 $expect = DOKU_BASE . $this->script . '?a=b&amp;c=d&amp;q=%26%C3%A4&amp;media=some:img.jpg';
34 $expect = DOKU_BASE . $this->script . '?a=b&c=d&amp;media=some:img.png';
45 $expect = DOKU_BASE . $this->script . '?a=b&amp;c=d&amp;media=some:img.gif';
60 $expect = DOKU_BASE . $this->script . '?w='.$w.'&amp;tok='.$tok.'&amp;media='.$id;
74 $expect = DOKU_BASE . $this->script . '?w='.$w.'&amp;tok='.$tok.'&amp;media='.$id;
89 $expect = DOKU_BASE.$this->script.'?w='.$w.'&amp;tok='.$tok.'&amp;media='.$cleanid;
107 $expect = DOKU_BASE.$this->script.'?tok='.$tok.'&amp;media='.rawurlencode($id);
129 … $expect = DOKU_BASE.$this->script.'?w='.$w.'&amp;tok='.$tok.'&amp;media='.rawurlencode($id);
[all …]
H A Dhtml_secedit_pattern.test.php60 … $ins = p_get_instructions("====== Foo ======\n\n===== } --> <script> =====\n\n===== Bar =====\n");
68 …$this->assertFalse(strpos($xhtml_without_secedit, '<script>'), 'Plain <script> tag found in output…
/dokuwiki/inc/lang/ro/
H A Dinstall.html3 …aibă drepturi de scriere în directoarele ce conțin aceste fișiere. Acest script de instalare nu po…
5script de instalare va configura DokuWiki pentru <abbr title="access control list">ACL</abbr>, car…
/dokuwiki/lib/scripts/jquery/
H A Dversions1 # this is loaded from the update.sh script and our PHP code
/dokuwiki/_test/core/
H A DTestRequest.php15 protected $script; variable in TestRequest
70 * Get the script that will execute the request
75 return $this->script;
159 include(DOKU_INC . $this->script);
192 * @throws Exception when an invalid script is passed
203 $this->script = substr($uri, 1);
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Djavascript.php139 'SCRIPT' => array(
162 '<script type="text/javascript">' => '</script>'
165 '<script language="javascript">' => '</script>'
H A Dasp.php125 'SCRIPT' => array(
149 '<script language="vbscript" runat="server">' => '</script>'
152 '<script language="javascript" runat="server">' => '</script>'
H A Dmxml.php77 'SCRIPT' => array(
130 '<mx:Script>' => '</mx:Script>'
H A Dcoffeescript.php120 'SCRIPT' => array(
138 '<script type="text/coffeescript">' => '</script>'
H A Djquery.php196 'SCRIPT' => array(
226 '<script type="text/javascript">' => '</script>'
229 '<script language="javascript">' => '</script>'
H A Dgo.php226 'scanner.Scanner', 'script.Close', 'script.Closed', 'script.Event',
227 'script.ReceivedUnexpected', 'script.Recv', 'script.RecvMatch', 'script.Send',
228 'script.SetupError', 'signal.Signal', 'signal.UnixSignal', 'sort.Interface',
353 'SCRIPT' => array(
/dokuwiki/vendor/aziraphale/email-address-validator/
H A Dcomposer.json4 … "description": "Fork of AddedBytes' PHP EmailAddressValidator script, now with Composer support!",
/dokuwiki/lib/plugins/revert/lang/ia/
H A Dlang.php13 … = 'Le processo de reversion ha comenciate. Isto pote durar multo. Si le script expira ante de fin…
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dpagetools-build.php4 * This script generates a sprite from the unprocessed pagetool icons by combining them
7 * This script requires a current libGD to be available.
27 die("No input images found. This script needs to be called from within the image directory!\n");
/dokuwiki/lib/plugins/revert/lang/en/
H A Dlang.php17 script times out before finishing, you need to revert in smaller
/dokuwiki/inc/
H A Dpageutils.php47 $script = '';
49 //get the script URL
55 $script = $conf['basedir'] . $relpath .
60 $script = $INPUT->server->str('SCRIPT_NAME');
62 $script = preg_replace(
67 $script = '/' . $script;
70 //clean script and request (fixes a windows problem)
71 $script = preg_replace('/\/\/+/', '/', $script);
74 //remove script URL and Querystring to gain the id
75 if (preg_match('/^' . preg_quote($script, '/') . '(.*)/', $request, $match)) {
H A Dtemplate.php377 $script = "var NS='" . (isset($INFO) ? $INFO['namespace'] : '') . "';";
379 $script .= "var SIG=" . toolbar_signature() . ";";
382 $script .= 'var JSINFO = ' . json_encode($JSINFO, JSON_THROW_ON_ERROR) . ';';
383 …$script .= '(function(H){H.className=H.className.replace(/\bno-js\b/,\'js\')})(document.documentEl…
384 $head['script'][] = ['_data' => $script];
389 $head['script'][] = [
396 $head['script'][] = [
430 if ($nonce && $tag == 'script' && !empty($attr['_data'])) {
431 $attr['nonce'] = $nonce; // add nonce to inline script tags
434 if (isset($attr['_data']) || $tag == 'script') {
[all …]
/dokuwiki/
H A Dindex.php6 …* In normal usage, this script simply redirects to doku.php. However it can also be used as a rout…
7 …* script with PHP's builtin webserver. It takes care of .htaccess compatible rewriting, directory/…
/dokuwiki/lib/exe/
H A Dopenapi.php21 …<script src="https://unpkg.com/openapi-explorer/dist/browser/openapi-explorer.min.js" type="module"
22 defer=""></script>
/dokuwiki/lib/plugins/revert/lang/gl/
H A Dlang.php14 …Proceso de reversión iniciado. Isto podería demorar un anaco longo. Se o script fallar por superar…
/dokuwiki/lib/plugins/revert/lang/eu/
H A Dlang.php17 Script-a denbora mugara iristen bada, zati txikiagotan berrezarri
/dokuwiki/lib/plugins/revert/lang/it/
H A Dlang.php17 …Processo di ripristino avviato. Può essere necessario molto tempo. Se lo script non fa in tempo a …
/dokuwiki/lib/plugins/revert/lang/tr/
H A Dlang.php17 … = 'Eskiye döndürme işlemi başlatıldı. Bu işlem uzun sürebilir. Eğer script işlemi tamamlayama…
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md96 For more complex coloring you can access the color class through ``$this->colors`` in your script. …
126 The table formatter is used for the automatic help screen accessible when calling your script with …
162 The default log level of your script can be set by overwriting the `$logdefault` member.

12345678910>>...14