Home
last modified time | relevance | path

Searched refs:INFO (Results 1 – 25 of 40) sorted by last modified time

12

/dokuwiki/inc/parser/
H A Dxhtml.php883 global $INFO;
/dokuwiki/inc/
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 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);
H A DMailer.class.php654 global $INFO;
662 $name = $INFO['userinfo']['name'] ?? '';
663 $mail = $INFO['userinfo']['mail'] ?? '';
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 Dpluginutils.php132 global $ACT,$INPUT,$INFO;
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...]
/dokuwiki/lib/exe/
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
/dokuwiki/inc/Menu/Item/
H A DAdmin.php23 global $INFO;
24 if (!$INFO['ismanager']) return false;
H A DEdit.php17 global $INFO;
24 if ($INFO['writable']) {
26 if (!empty($INFO['draft'])) {
31 if (!$INFO['exists']) {
42 if (auth_quickaclcheck($INFO['id']) < AUTH_READ) throw new \RuntimeException("no permission to read");
H A DRevert.php16 global $INFO;
20 if (!$REV || !$INFO['writable'] || $INPUT->server->str('REMOTE_USER') === '') {
/dokuwiki/inc/Ui/
H A DEditor.php33 global $INFO;
43 } elseif (!$INFO['exists']) {
51 $wr = $INFO['writable'] && !$INFO['locked'];
166 echo '<a href="' . DOKU_BASE . 'lib/exe/mediamanager.php?ns=' . $INFO['namespace'] . '" target="_blank">';
174 $draft = new Draft($ID, $INFO['client']);
H A DIndex.php111 global $INFO;
119 if (isset($INFO) && $item['id'] == $INFO['id'] && $ACT == 'index') {
H A DPageConflict.php38 global $INFO;
47 $form->setHiddenField('id', $INFO['id']);
60 (new PageDiff($INFO['id']))->compareWith($this->text)->preference('showIntro', false)->show();
H A DSubscribe.php24 global $INFO;
36 if ($INFO['subscribed'] === false) {
40 foreach ($INFO['subscribed'] as $sub) {
H A DPageDiff.php38 global $INFO;
39 if (!isset($id)) $id = $INFO['id'];
121 global $INFO, $REV;
122 if ($this->id == $INFO['id']) {
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'];
/dokuwiki/inc/Action/
H A DDraftdel.php32 global $INFO, $ID;
33 $draft = new Draft($ID, $INFO['client']);
H A DEdit.php21 global $INFO;
22 if ($INFO['exists']) {
35 global $INFO;
38 if ($INFO['exists'] && !$INFO['writable']) {
47 global $INFO;
59 if ($INFO['exists']) {
74 } elseif (!$INFO['exists']) {
H A DRevisions.php26 global $INFO, $INPUT;
27 (new PageRevisions($INFO['id']))->show($INPUT->int('first', -1));
H A DSave.php20 global $INFO;
21 if ($INFO['exists']) {
40 global $INFO;
51 && isset($INFO['meta']['date']['modified'])
52 && $INFO['meta']['date']['modified'] > $DATE
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt475 ~~INFO:syntaxplugins~~
/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

12