Home
last modified time | relevance | path

Searched refs:INFO (Results 226 – 250 of 503) sorted by relevance

12345678910>>...21

/plugin/structpublish/action/
H A Drevisions.php21 global $INFO;
51 $revision = new Revision($INFO['id'], $rev);
/plugin/discussion/
H A Daction.php212 global $INFO;
370 global $INFO;
398 global $INFO;
403 if (!$INFO['exists']) return false;
1445 global $ID, $INFO;
1451 $INFO = pageinfo();
1454 if ($INFO['perm'] >= AUTH_CREATE) {
1457 if ($INFO['locked']) {
1464 if (!@file_exists($INFO['filepath'])) {
1488 global $conf, $INFO;
[all …]
/plugin/webcomponent/syntax/
H A Drelated.php143 global $INFO;
148 if (isset($INFO)) {
149 $id = $INFO['id'];
/plugin/authorlist/
H A Dsyntax.php96 global $INFO;
99 …$al->setOptions($INFO['id'],$data); // Set options. Data was created by the handle-mode. If empty,…
/plugin/codedoc/
H A Dspecials.php56 global $INFO;
57 $userinfo = $INFO['userinfo'];
/plugin/mailto/
H A Daction.php57 global $INFO, $USERINFO, $ID, $REV;
62 if ($this->getConf('mailto_acl_admin_only') && $INFO['isadmin'])
/plugin/googleanalytics/
H A Daction.php39 global $INFO;
52 if ($this->getConf('dont_count_admin') && $INFO['isadmin']) {
/plugin/ajaxedit/
H A Daction.php42 global $INFO;
55 $instructions = p_cached_instructions($INFO['filepath']); //get instructions
/plugin/nodisp/
H A Daction.php90 global $INFO;
95 $user_groups = $INFO['userinfo']['grps'];
/plugin/bez/syntax/
H A Dnav.php59 global $INFO;
62 preg_match('/bez:([a-z_]*)/i', $INFO['id'], $matches);
/plugin/owncloud/
H A Daction.php88 global $INFO;
225 global $INFO;
226 …$heading = (is_array($INFO['meta']['description']['tableofcontents']))?$INFO['meta']['description'…
/plugin/redirector/
H A Daction.php23 global $INFO, $ACT, $conf, $ID;
25 if ( $INFO['exists'] ){ return; }
/plugin/simpleforward/
H A Daction.php37 global $INFO;
51 if ($INFO['exists'] || $disableForward) {
/plugin/latexcaption/syntax/
H A Dreference.php66 global $INFO;
74 …$caption = $caption_count[$label] ? $caption_count[$label] : $INFO['meta']['plugin']['latexcaption…
/plugin/autoindex/
H A Dsyntax.php49 global $INFO;
63 $ns = ':' . cleanID(getNS($INFO['id']));
/plugin/slacknotifier/
H A Daction.php
/plugin/struct/syntax/
H A Dvalue.php95 global $INFO;
106 $value = new AggregationValue($INFO['id'], $mode, $renderer, $search);
H A Dcloud.php94 global $INFO, $conf;
97 $cloud = new AggregationCloud($INFO['id'], $mode, $renderer, $search);
/plugin/syntaxhighlighter3/action/
H A Daction.php65 global $INFO;
69 if ($ID != $INFO["id"]) {
/plugin/geonav/tpl/startermap/
H A Dtpl_functions.php109 global $ACT, $conf, $ID, $INFO;
115 $INFO['exists'] ? '' : 'notFound',
/plugin/combo/ComboStrap/
H A DFetcherAppPages.php162 * $INFO['prependTOC'] = ''; // php8 Undefined array key "prependTOC"
165 global $INFO;
166 if (!array_key_exists('prependTOC', $INFO)) {
167 $INFO['prependTOC'] = false;
/plugin/offline/
H A Drenderer.php63 global $INFO;
384 global $INFO;
390 }elseif(($ACT == 'show' || substr($ACT,0,6) == 'export') && !$REV && $INFO['exists']){
413 (!$plugin->forAdminOnly() || $INFO['isadmin']) ){
/plugin/condition/
H A Dbase_tester.php.orig.php92 global $INFO;
93 $grps = isset($INFO['userinfo']) ? $INFO['userinfo']['grps'] : array();
160 global $INFO;
/plugin/autogallery/
H A Daction.php33 global $ID,$INFO;
145 io_saveFile($INFO["filepath"],"");//leere aktuelle Datei
/plugin/likeit/
H A Dsyntax.php88 global $INFO;
97 $doAction = $Hajax && $pageid == $INFO['id'];

12345678910>>...21