Home
last modified time | relevance | path

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

12

/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
/dokuwiki/inc/Action/
H A DConflict.php20 global $INFO;
21 if ($INFO['exists']) {
H A DDiff.php38 global $INFO;
39 (new PageDiff($INFO['id']))->preference('showIntro', true)->show();
H A DDraft.php22 global $INFO;
23 if ($INFO['exists']) {
34 global $INFO;
35 if (!isset($INFO['draft']) || !file_exists($INFO['draft'])) throw new ActionException('edit');
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 DLocked.php41 global $INFO;
52 editorinfo($INFO['locked']) . '</div></li>';
H A DPreview.php40 global $ID, $INFO;
41 $draft = new Draft($ID, $INFO['client']);
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
H A DSource.php27 global $INFO;
31 if ($INFO['exists']) {
H A DSubscribe.php64 global $INFO;
97 hsc($INFO['userinfo']['name']),
108 hsc($INFO['userinfo']['name']),
127 global $INFO;
156 if ($INFO['userinfo']['mail'] === '') {
161 foreach ($INFO['subscribed'] as $subscr) {
/dokuwiki/inc/
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 DDraft.php72 global $INPUT, $INFO, $EVENT_HANDLER, $conf;
96 $INFO['draft'] = $draft['cname'];
129 * Also sets $INFO['draft'] to null
133 global $INFO;
135 $INFO['draft'] = null;
H A DMailer.class.php654 global $INFO;
662 $name = $INFO['userinfo']['name'] ?? '';
663 $mail = $INFO['userinfo']['mail'] ?? '';
/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/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 DPageDiff.php38 global $INFO;
39 if (!isset($id)) $id = $INFO['id'];
121 global $INFO, $REV;
122 if ($this->id == $INFO['id']) {

12