Home
last modified time | relevance | path

Searched refs:INFO (Results 26 – 40 of 40) sorted by relevance

12

/dokuwiki/
H A Ddoku.php24 $DATE, $RANGE, $HIGH, $TEXT, $PRE, $SUF, $SUM, $INFO, $JSINFO;
101 $INFO = pageinfo();
111 !$INFO['exists'] &&
97 $INFO = pageinfo(); global() variable
/dokuwiki/inc/
H A Dhtml.php94 global $INFO;
96 if ((isset($INFO) && !$INFO['writable']) || !$show || (isset($INFO) && $INFO['rev'])) {
148 global $INFO;
159 ['do' => 'edit', 'rev' => $INFO['lastmod'], 'summary' => '[' . $name . '] '],
346 global $INFO;
347 (new PageRevisions($INFO['id']))->show($first);
563 global $INFO;
[all...]
H A DActionRouter.php206 global $INFO;
215 if (isset($INFO)) {
216 $perm = $INFO['perm'];
H A DAjax.php132 global $INFO;
138 $INFO = pageinfo();
145 if (!$INFO['writable']) {
156 $draft = new Draft($ID, $INFO['client']);
H A Dpluginutils.php132 global $ACT,$INPUT,$INFO;
H A Dparserutils.php479 // sync cached copies, including $INFO metadata
480 global $cache_metadata, $INFO;
483 if (!empty($INFO) && isset($INFO['id']) && ($id == $INFO['id'])) {
484 $INFO['meta'] = $meta['current'];
H A Dcommon.php290 // See also $INFO['meta']['last_change'] which is the most recent log line for page $ID.
291 // Use $INFO['meta']['last_change']['type']===DOKU_CHANGE_TYPE_MINOR_EDIT in place of $info['minor'].
315 global $JSINFO, $ID, $INFO, $ACT;
322 $JSINFO['namespace'] = isset($INFO) ? (string) $INFO['namespace'] : '';
411 global $INFO;
417 if ($ACT != 'show' || $INFO['perm'] < AUTH_READ || isHiddenPage($ID) || !file_exists($file)) {
730 global $INFO;
768 $data['userinfo']['name'] = $INFO['userinfo']['name'];
769 $data['userinfo']['mail'] = $INFO['userinf
[all...]
H A DMailer.class.php654 global $INFO;
662 $name = $INFO['userinfo']['name'] ?? '';
663 $mail = $INFO['userinfo']['mail'] ?? '';
/dokuwiki/inc/Ui/
H A DUserProfile.php27 global $INFO;
32 'name' => $INPUT->post->str('fullname', $INFO['userinfo']['name'], true),
33 'mail' => $INPUT->post->str('email', $INFO['userinfo']['mail'], true),
H A DPageRevisions.php26 global $INFO;
27 if (!isset($id)) $id = $INFO['id'];
H A DPageDiff.php38 global $INFO;
39 if (!isset($id)) $id = $INFO['id'];
121 global $INFO, $REV;
122 if ($this->id == $INFO['id']) {
/dokuwiki/lib/exe/
H A Ddetail.php19 $INFO = array_merge(pageinfo(), mediainfo()); variable
/dokuwiki/inc/File/
H A DPageFile.php287 global $INFO;
310 $meta['creator'] = $INFO['userinfo']['name'] ?? null;
319 $meta['contributor'][$user] = $INFO['userinfo']['name'] ?? null;
324 $meta['contributor'][$user] = $INFO['userinfo']['name'] ?? null;
/dokuwiki/inc/parser/
H A Dxhtml.php883 global $INFO;
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt475 ~~INFO:syntaxplugins~~

12