Home
last modified time | relevance | path

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

12345678910>>...21

/plugin/404manager/_test/
H A Ddokuwiki.test.php64 global $INFO;
65 $this->assertTrue($INFO['exists']);
74 global $INFO;
75 $this->assertFalse($INFO['exists']);
/plugin/404manager/
H A Daction.php108 global $INFO;
109 if ($INFO['exists']) return false;
/plugin/abc/
H A Dsyntax.php48 global $INFO;
58 … if($this->getConf('abcok') && (!$INFO['rev'] || ($INFO['rev'] && ($ACT=='preview'))) && !$error){
/plugin/abstract/_test/
H A Dsyntax.test.php14 global $INFO;
15 $INFO['id'] = 'test:plugin_abstract:syntax';
29 global $INFO;
30 $INFO['id'] = 'test:plugin_abstract:syntax';
/plugin/accscounter/
H A Daction.php21 global $INFO;
24 …if (auth_ismanager() and file_exists(metaFN($INFO['id'], '.accscounternm'))) msg($this->getLang('d…
/plugin/accscounter/syntax/
H A Dcounter.php337 global $INFO;
361 $counter = $this->plugin_counter_get_count($INFO['id']);
H A Dpopularity.php61 global $INFO;
/plugin/aceeditor/
H A Daction.php34 global $INFO, $JSINFO;
45 'mdpage' => substr($INFO['id'], -3) == '.md',
/plugin/achart/
H A Dsyntax.php109 $file = $INFO['namespace'] . ':' . $file;
/plugin/aclinfo/
H A Dsyntax.php60 global $INFO;
64 $page = $INFO['id'];
/plugin/acmenu/
H A Daction.php39 global $INFO;
49 if(isset($INFO["meta"]["plugin"]["plugin_acmenu"]["sub_ns"])) {
50 $JSINFO["plugin_acmenu"]["sub_ns"] = $INFO["meta"]["plugin"]["plugin_acmenu"]["sub_ns"];
H A Dsyntax.php111 global $INFO;
119 $id = isset($INFO["id"]) ? $INFO["id"] : "";
195 global $INFO;
200 if (!empty($INFO["namespace"])) {
/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/adminperm/
H A Daction.php77 global $INFO;
79 if ($INFO['ismanager']) return; // already access to admin?
89 … if (auth_isMember($members, $INPUT->server->str('REMOTE_USER'), $INFO['userinfo']['grps'])) {
/plugin/ajaxedit/_test/
H A Dhelper.test.php16 global $INFO;
24 global $INFO;
/plugin/ajaxedit/
H A Daction.php42 global $INFO;
55 $instructions = p_cached_instructions($INFO['filepath']); //get instructions
H A Dhelper.php62 global $INFO;
76 $INFO = pageinfo();
77 if($checkLastmod && $INFO['lastmod']!=$oldrev ) {
128 global $INFO;
129 $INFO = pageinfo();
133 global $INFO;
134 $INFO = pageinfo();
155 $msg = sprintf($this->getLang('e_modified'),hsc(editorinfo($INFO['user'])));
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js6INFO",137:"SPLIT",138:"ON.WINDOW",139:"ON.DATA",140:"DISABLE.INPUT",142:"OUTLINE",143:"LIST.NAMES"…
/plugin/anewssystem/
H A DINFO1 # PLUGIN INFO - DO NOT EDIT!
H A Dplugin.info.txt1 # PLUGIN INFO - DO NOT EDIT!
/plugin/animation/
H A Daction.php112 global $INFO;
116 if ($ID != $INFO["id"]) return;
/plugin/approve/action/
H A Dapprove.php23 global $INFO;
36 if (!$helper->use_approve_here($sqlite, $INFO['id'])) return;
39 $href = wl($INFO['id'], ['approve' => 'approve']);
44 $href = wl($INFO['id'], ['ready_for_approval' => 'ready_for_approval']);
53 global $INFO;
66 if (!$helper->use_approve_here($sqlite, $INFO['id'])) return;
68 $last_approved_rev = $helper->find_last_approved($sqlite, $INFO['id']);
69 if ($last_approved_rev == $INFO['rev']) {
78 global $INFO;
93 if (!$helper->use_approve_here($sqlite, $INFO['i
[all...]
H A Dprettyprint.php12 global $JSINFO, $INFO;
28 if (!$helper->use_approve_here($sqlite, $INFO['id'], $approver)) return;
42 $last_change_date = @filemtime(wikiFN($INFO['id']));
43 $rev = !$INFO['rev'] ? $last_change_date : $INFO['rev'];
48 WHERE page=? AND rev=?', $INFO['id'], $rev);
63 if ($INFO['editor']) {
64 $JSINFO['approve']['author'] = userlink($INFO['editor'], true);
H A Drevisions.php16 global $INFO;
29 if (!$helper->use_approve_here($sqlite, $INFO['id'])) return;
33 WHERE page=?', $INFO['id']);
55 $revision = $INFO['meta']['date']['modified'];
/plugin/approve/
H A Dhelper.php222 global $INFO;
224 if (!isset($INFO['userinfo'])) return false;
226 if ($pageApprover == $INFO['client']) {
228 } elseif ($this->isGroup($pageApprover) && $this->isInGroup($INFO['userinfo'], $pageApprover)) {
244 global $INFO;
249 if ($user_or_group[0] == '@' && $this->isInGroup($INFO['userinfo'], $user_or_group)) {
251 } elseif ($user_or_group == $INFO['client']) {

12345678910>>...21