Home
last modified time | relevance | path

Searched refs:ACT (Results 1 – 13 of 13) sorted by last modified time

/dokuwiki/inc/
H A Dpageutils.php40 global $ACT;
98 if (isset($ACT) && $ACT === 'show') {
639 global $ACT;
643 if ($ACT == 'admin') return;
H A Dtemplate.php82 * (defined by the global $ACT var) by calling the appropriate
97 global $ACT;
102 Event::createAndTrigger('TPL_ACT_RENDER', $ACT, 'tpl_content_core');
143 global $ACT;
153 } elseif (($ACT == 'show' || str_starts_with($ACT, 'export')) && !$REV && $INFO['exists']) {
161 } elseif ($ACT == 'admin') {
231 global $ACT;
301 if (($ACT == 'show' || $ACT
[all...]
H A Dcommon.php315 global $JSINFO, $ID, $INFO, $ACT;
323 $JSINFO['ACT'] = act_clean($ACT);
409 global $ACT;
417 if ($ACT != 'show' || $INFO['perm'] < AUTH_READ || isHiddenPage($ID) || !file_exists($file)) {
H A Dpluginutils.php132 global $ACT,$INPUT,$INFO;
135 if (($ACT == 'admin') && ($page = $INPUT->str('page', '', true)) != '') {
H A Dinit.php156 global $ACT;
163 $ACT != 'sitemap'
H A DActionRouter.php37 * Sets up the correct action based on the $ACT global. Writes back
38 * the selected action to $ACT
42 global $ACT;
48 $ACT = act_clean($ACT);
49 $this->setupAction($ACT);
50 $ACT = $this->action->getActionName();
73 * @param string $actionname this is passed as a reference to $ACT, for plugin backward compatibility
/dokuwiki/lib/tpl/dokuwiki/
H A Dmain.php15 $showSidebar = $hasSidebar && ($ACT == 'show');
/dokuwiki/inc/Menu/Item/
H A DEdit.php16 global $ACT;
22 if ($ACT === 'show') {
/dokuwiki/inc/Ui/
H A DIndex.php112 global $ACT;
119 if (isset($INFO) && $item['id'] == $INFO['id'] && $ACT == 'index') {
/dokuwiki/
H A Ddoku.php23 global $ACT, $INPUT, $QUERY, $ID, $REV, $DATE_AT, $IDX,
28 $ACT = trim(strtolower($_SERVER['HTTP_X_DOKUWIKI_DO'])); variable
30 $ACT = 'index'; variable
32 $ACT = $_REQUEST['do']; variable
34 $ACT = 'show';
104 if ($conf['allowdebug'] && $ACT == 'debug') {
113 ($ACT == 'show' || (!is_array($ACT) && str_starts_with($ACT, 'export_')))
26 $ACT = trim(strtolower($_SERVER['HTTP_X_DOKUWIKI_DO'])); global() variable
/dokuwiki/lib/plugins/styling/
H A Daction.php36 global $ACT;
38 if ($ACT != 'admin' || $INPUT->str('page') != 'styling') return;
/dokuwiki/lib/plugins/authplain/
H A Dauth.php182 global $ACT;
221 $ACT = 'register';
/dokuwiki/inc/Action/
H A DRedirect.php29 global $ACT;
31 $opts = ['id' => $ID, 'preact' => $ACT];