Home
last modified time | relevance | path

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

12

/dokuwiki/inc/Ui/
H A DPageDraft.php25 global $INFO;
28 $draft = new Draft($INFO['id'], $INFO['client']);
35 (new PageDiff($INFO['id']))->compareWith($text)->preference('showIntro', false)->show();
40 $form->setHiddenField('id', $INFO['id']);
H A DPageRevisions.php26 global $INFO;
27 if (!isset($id)) $id = $INFO['id'];
H A DPageView.php39 global $INFO;
57 if ($INFO['prependTOC']) $html = tpl_toc(true) . $html;
69 if ($INFO['prependTOC']) $html = tpl_toc(true) . $html;
H A DSubscribe.php24 global $INFO;
36 if ($INFO['subscribed'] === false) {
40 foreach ($INFO['subscribed'] as $sub) {
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),
/dokuwiki/inc/
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 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 Dinfoutils.php33 global $INFO;
36 if ($conf['useacl'] && !$INFO['ismanager']) return;
175 global $INFO;
179 if ($INFO['isadmin'] || $INFO['ismanager']) {
280 if (!empty($INFO['userinfo']['name'])) {
284 $INFO['userinfo']['name']
286 msg('You are part of the groups ' . implode(', ', $INFO['userinfo']['grps']), 0);
291 msg('Your current permission for this page is ' . $INFO['perm'], 0);
293 if (file_exists($INFO['filepat
[all...]
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 Dpluginutils.php132 global $ACT,$INPUT,$INFO;
H A Dtemplate.php98 global $INFO;
99 $INFO['prependTOC'] = $prependTOC;
146 global $INFO;
153 } elseif (($ACT == 'show' || str_starts_with($ACT, 'export')) && !$REV && $INFO['exists']) {
186 global $INFO;
204 if ($INFO['prependTOC']) tpl_toc();
229 global $INFO;
298 'href' => DOKU_BASE . 'feed.php?mode=list&ns=' . (isset($INFO) ? $INFO['namespace'] : '')
301 if (($ACT == 'show' || $ACT == 'search') && $INFO['writabl
[all...]
H A Dtoolbar.php264 global $INFO;
271 if (is_null($INFO)) {
274 $sig = str_replace('@NAME@', $INFO['userinfo']['name'] ?? "", $sig);
275 $sig = str_replace('@MAIL@', $INFO['userinfo']['mail'] ?? "", $sig);
/dokuwiki/inc/parser/
H A Dxhtml.php883 global $INFO;
/dokuwiki/lib/exe/
H A Ddetail.php19 $INFO = array_merge(pageinfo(), mediainfo()); variable
H A Dmediamanager.php37 global $INFO, $JSINFO;
38 $INFO = empty($INFO) ? mediainfo() : array_merge($INFO, mediainfo()); variable
41 $AUTH = $INFO['perm']; // shortcut for historical reasons

12