Home
last modified time | relevance | path

Searched refs:ACT (Results 201 – 225 of 258) sorted by relevance

1234567891011

/plugin/docnavigation/syntax/
H A Dtoc.php145 global $ACT;
211 if ($ACT == 'preview' && $pageid === $ID) {
/plugin/gallery2/dwgallery/
H A Ddwgallery.php88 global $ACT;
96 if ($ACT != 'show' or $INFO['exists'] != 1) return;
162 global $ACT;
171 if ($ACT != 'show' or $INFO['exists'] != 1) return;
/plugin/tabinclude/
H A Dajax.php35 $ACT = 'show'; variable
/plugin/authyubikey/
H A Dauth.php98 global $ACT;
162 $ACT = 'register';
/plugin/phpbblinks/
H A Daction.php46 global $ACT;
47 if ($ACT == 'admin')
/plugin/sql2wiki/action/
H A Dsqlite.php67 global $ID, $ACT;
69 if ($ACT != 'show') return; // update the page content only when we viewing it
100 // but when $ACT != 'show' the current page might be not updated yet
/plugin/combo/resources/theme/default/pages/templates/
H A Dlanding.css12 * for $ACT = show
/plugin/geonav/tpl/startermap/
H A Dmain.php16 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
/plugin/gtime/
H A Drenderer.php54 global $ACT;
/plugin/ebookexport/
H A Daction.php26 global $ACT;
31 if($ACT != 'export_epub') return false;
/plugin/combo/ComboStrap/
H A DPanelTag.php69 global $ACT;
70 if ($ACT == "preview") {
H A DTabsTag.php208 global $ACT;
209 if ($ACT === "preview" && $tagAttributes->hasComponentAttribute(self::SELECTED_ATTRIBUTE)) {
/plugin/accscounter/syntax/
H A Dcounter.php40 global $ACT;
309 if ($ACT == '' or $ACT == 'show') $showing = TRUE;
/plugin/discussion/
H A Daction.php142 global $ACT;
143 if($this->_hasDiscussion($title) && $event->data && $ACT != 'admin') {
162 global $ACT;
163 if($ACT != 'show') return;
188 global $ACT;
190 if($ACT != 'show') return;
341 global $ACT;
343 if ($ACT !== 'show') return;
/plugin/asyncsearch/
H A Dpagelookup.php33 global $ACT, $INPUT;
/plugin/judge/
H A Daction.php133 global $ID, $ACT;
134 if ($ACT != 'submissions') {
/plugin/tagadd/
H A Daction.php29 global $ACT;
37 $JSINFO['act'] = $ACT;
/plugin/tagging/action/
H A Dsearch.php233 global $ACT;
236 if ($ACT !== 'search') {
/plugin/purplenumbers/
H A Drenderer.php295 global $ID, $INFO, $ACT, $conf;
300 if ($ACT != 'show') return false;
/plugin/indexmenu/
H A Daction.php153 global $ID, $ACT, $INFO;
154 if ($INFO['isadmin'] && $ACT == 'show') {
/plugin/fedauth/
H A Daction.php320 global $ACT;
335 $ACT = $_REQUEST['do'];
/plugin/authhiorgserver/
H A Dauth.php84 global $ACT;
85 if($ACT == "login") {
/plugin/attribute/
H A Dhelper.php150 global $INFO, $ACT, $USERINFO, $INPUT;
151 if ($ACT == 'login' && !$USERINFO && $user == $INPUT->str('u')) {
/plugin/owncloud/tpl/
H A Ddetail.php37 class="dokuwiki site mode_<?php echo $ACT ?>">
/plugin/translation3/
H A Dhelper.php98 global $ACT;
100 if($checkact && $ACT != 'show') return false;

1234567891011