Home
last modified time | relevance | path

Searched refs:INPUT (Results 76 – 83 of 83) sorted by relevance

1234

/dokuwiki/inc/Ui/
H A DPageDiff.php101 global $INPUT;
110 if ($INPUT->has('difftype')) {
111 $mode = $INPUT->str('difftype');
120 if (!$INPUT->has('rev') && !$INPUT->has('rev2')) {
/dokuwiki/lib/exe/
H A Djs.php41 global $INPUT;
44 $tpl = trim(preg_replace('/[^\w-]+/', '', $INPUT->str('t')));
/dokuwiki/inc/Remote/
H A DApi.php167 global $INPUT;
173 if (auth_isMember($conf['remoteuser'], $INPUT->server->str('REMOTE_USER'), (array)($USERINFO['grps'] ?? []))) {
/dokuwiki/inc/
H A Dinfoutils.php176 /* @var Input $INPUT */
177 global $INPUT;
283 $INPUT->server->str('REMOTE_USER'),
H A Dinit.php222 global $INPUT;
223 $INPUT = new Input();
448 * !! Can not access $_SERVER values through $INPUT
449 * !! here as this function is called before $INPUT is
217 $INPUT = new \dokuwiki\Input\Input(); global() variable
H A Dform.php327 global $INPUT;
328 $value = (array_key_exists($INPUT->post->str($name), $entries)) ?
329 $INPUT->str($name) : key($entries);
H A Dparserutils.php788 global $conf, $config_cascade, $INPUT;
798 $ctime && !$INPUT->bool('purge') &&
/dokuwiki/inc/parser/
H A Dxhtml.php658 global $INPUT;
669 if ($INPUT->has('codeblockOffset')) {
670 $offset = $INPUT->str('codeblockOffset');

1234