Home
last modified time | relevance | path

Searched refs:INFO (Results 451 – 475 of 503) sorted by relevance

1...<<1112131415161718192021

/plugin/bureaucracyau/
H A Dsyntax.php234 global $INFO;
237 resolve_pageid($INFO['namespace'], $labelpage, $exists);
/plugin/git/
H A Dhelper.php419 global $INFO;
420 return ($INFO['isadmin']);
/plugin/ckgedit/action/
H A Dsave.php67 global $INFO,$conf,$ID;
70 $ns = getNS($INFO["id"]);
/plugin/elasticsearch/action/
H A Dsearch.php313 global $INFO;
318 if ($INFO['isadmin']) return;
/plugin/schedule/
H A Dschedules.class.php134 global $INFO;
135 if (isset ($INFO ['userinfo']) && isset ($INFO ['userinfo']['grps'])) {
138 foreach ($INFO['userinfo']['grps'] as $tmpMember) {
224 global $INFO;
228 isset ($INFO ['userinfo']) &&
229 isset ($INFO ['userinfo']['grps']))
230 foreach ($INFO['userinfo']['grps'] as $tmpMember) {
579 global $INFO;
/plugin/dwspecialist/
H A Dsyntax.php92 global $INFO;
/plugin/odt2dw/
H A Daction.php379 global $INFO;
402 $INFO = pageinfo();
/plugin/addressbook/
H A Dsyntax.php38 global $INFO;
39 if ($INFO['ismanager'] === true) $this->editor = true;
40 if (isset($INFO['userinfo'])) $this->loggedin = true;
/plugin/stopforumspam2/
H A Dhelper.php218 global $INFO;
/plugin/timetrack/
H A Dsyntax.php60 global $INFO;
/plugin/newpagetemplate/
H A Dhelper.php89 global $INFO;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php214 case $level >= Logger::INFO:
/plugin/odtplus2dw/
H A Daction.php433 global $INFO;
455 # Refresh info about the current page (see doku.php where $INFO is initiate) - Needed for edit or preview "parserPostDisplay" option
456 $INFO = pageinfo();
/plugin/translator/syntax/
H A Dtranslator.php118 global $INFO;
326 global $INFO;
/plugin/noiewarning/
H A Daction.php100 global $INFO;
/plugin/issuelinks/action/
H A Dajax.php61 global $INPUT, $INFO;
/plugin/siteexport/syntax/
H A Dtoc.php46 global $ID, $INFO;
117 global $ID, $lang, $INFO;
/plugin/odt/
H A Dsyntax.php278 resolve_pageid($INFO['namespace'], $pagename, $exists);
/plugin/twcheckliste/
H A Drenderer.php.old60 global $INFO;
/plugin/todo/syntax/
H A Dtodo.php253 global $ID, $INFO;
/plugin/combo/action/
H A Drouter.php772 global $INFO;
783 * Refresh the $INFO data
790 $INFO = pageinfo();
/plugin/projects/
H A Dchangelog35 * More adaptation to Rincewind RC2: The INFO global variable is gone?
/plugin/nroff/
H A Drenderer.php58 global $INFO;
106 $date = @date('Y-n-j',$INFO['lastmod']);
/plugin/condition/
H A Dsyntax.php194 global $INFO;
/plugin/davcal/
H A Dhelper.php55 global $INFO;
59 if($ID === $id && $INFO['meta']) {
60 $meta = $INFO['meta'];

1...<<1112131415161718192021