Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/
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&c=d&q=%26%C3%A4&media=some:img.jpg';
34 $expect = DOKU_BASE . $this->script . '?a=b&c=d&media=some:img.png';
45 $expect = DOKU_BASE . $this->script . '?a=b&c=d&media=some:img.gif';
60 $expect = DOKU_BASE . $this->script . '?w='.$w.'&tok='.$tok.'&media='.$id;
74 $expect = DOKU_BASE . $this->script . '?w='.$w.'&tok='.$tok.'&media='.$id;
89 $expect = DOKU_BASE.$this->script.'?w='.$w.'&tok='.$tok.'&media='.$cleanid;
129 … $expect = DOKU_BASE.$this->script.'?w='.$w.'&tok='.$tok.'&media='.rawurlencode($id);
137 $expect = DOKU_BASE.$this->script.'?h='.$h.'&tok='.$tok.'&media='.rawurlencode($id);
[all …]
/dokuwiki/lib/scripts/jquery/
Dversions1 # this is loaded from the update.sh script and our PHP code
Djquery.min.js2script=!1)}),ce.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/e… property
/dokuwiki/_test/core/
DTestRequest.php15 protected $script; variable in TestRequest
75 return $this->script;
159 include(DOKU_INC . $this->script);
203 $this->script = substr($uri, 1);
/dokuwiki/inc/
Dpageutils.php47 $script = '';
55 $script = $conf['basedir'] . $relpath .
60 $script = $INPUT->server->str('SCRIPT_NAME');
62 $script = preg_replace(
67 $script = '/' . $script;
71 $script = preg_replace('/\/\/+/', '/', $script);
75 if (preg_match('/^' . preg_quote($script, '/') . '(.*)/', $request, $match)) {
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];
451 * @param string $script
455 function tpl_inlineScript($script, $return = false) argument
459 $script = '<script nonce="' . $nonce . '">' . $script . '</script>';
461 $script = '<script>' . $script . '</script>';
464 if ($return) return $script;
[all …]
Dhtml.php215 $script = DOKU_BASE . DOKU_SCRIPT . '/' . $id;
217 $script = DOKU_BASE . $id;
219 $script = DOKU_BASE . DOKU_SCRIPT;
223 …$html = '<form class="button btn_' . $name . '" method="' . $method . '" action="' . $script . '">…
Dcommon.php654 $script = '_media';
656 $script = 'lib/exe/fetch.php';
659 $script = '_detail';
661 $script = 'lib/exe/detail.php';
666 $xlink .= $script . '/' . $id;
669 $xlink .= $script . '?' . $more;
672 $xlink .= $script . '?media=' . $id;
687 function script() function
/dokuwiki/inc/Menu/
DMobileMenu.php64 $html = '<form action="' . script() . '" method="get" accept-charset="utf-8">';
/dokuwiki/lib/plugins/popularity/
Dadmin.php127 $url = ($submissionMode === 'browser' ? $this->helper->submitUrl : script());
/dokuwiki/lib/tpl/dokuwiki/css/
Dmobile.less8 /* for detecting media queries in JavaScript (see script.js): */
19 z-index: 1; /* for detecting media queries in JavaScript (see script.js) */
146 z-index: 2; /* for detecting media queries in JavaScript (see script.js) */
/dokuwiki/vendor/splitbrain/php-cli/
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.
/dokuwiki/lib/plugins/config/
Dadmin.php94 … echo '<form id="dw__configform" action="' . script() . '" method="post" autocomplete="off">';
/dokuwiki/vendor/geshi/geshi/
DCHANGELOG95 - Non-persistent XSS in example contrib script (BenBE, present in intermediate dev versions)
148 - Updated aliasd.php contrib script (SF#3073275, count)
353 * Added PCRE regexp support for Action script (SF#2655644, BenBE)
410 - Updated the language file check script in contrib/ (BenBE)
470 * Improved Mirc script language file (milian)
547 - Added a script to contrib/ to verify language files are correct (BenBE)
548 …- Fixed loads of compliancy warnings detected with that automated compliance testing script (BenB…
617 - Example script remembers selections and source submitted (Milian Wolff)
618 - Example script allows remembered source and preselected language to be cleared (Milian Wolff)
619 …- Example script now properly includes geshi and doesn't suppress error messages anylonger. (Mili…
[all …]
/dokuwiki/lib/plugins/config/lang/pt/
Dlang.php174 $lang['jquerycdn'] = 'Os arquivos de script jQuery e jQuery UI devem ser carregados de …
/dokuwiki/
Dcomposer.lock46 … "description": "Fork of AddedBytes' PHP EmailAddressValidator script, now with Composer support!",
/dokuwiki/vendor/simplepie/simplepie/src/
DSimplePie.php661 …', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style'];
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
Dsmoothness.css1190 .ui-icon-script { background-position: -240px -128px; }