Home
last modified time | relevance | path

Searched refs:INFO (Results 1 – 25 of 503) sorted by last modified time

12345678910>>...21

/plugin/pagequery/
H A DPageQuery.php67 global $INFO;
69 $cur_ns = $INFO['namespace'];
H A Daction.php53 global $INFO;
54 if ($INFO['userinfo']['grps']) {
55 $newkey = implode('#', $INFO['userinfo']['grps']);
/plugin/attribute/
H A Dhelper.php150 global $INFO, $ACT, $USERINFO, $INPUT;
163 if (!$user || ($user !== $_SERVER['REMOTE_USER'] && !$INFO['isadmin'])) {
/plugin/nspages/
H A Dsyntax.php156 // In this case $INFO is null so there is not much we can do,
161 global $INFO;
162 $data['wantedNS'] = $INFO['namespace'];
/plugin/dbquery/
H A Dhelper.php129 global $INFO;
136 ':id' => ':' . $INFO['id'],
137 ':page' => noNS($INFO['id']),
138 ':ns' => ':' . getNS($INFO['id']),
/plugin/dbquery/_test/
H A DHelperTest.php27 global $INFO;
28 $INFO['id'] = 'foo:bar:baz';
44 global $INFO;
48 $INFO['id'] = 'foo:bar:baz';
/plugin/siteexport/action/
H A Dajax.php1143 global $INFO;
1157 if (!media_delete($FILENAMEID, $INFO['perm'])) {
H A Dstartup.php44 global $conf, $INFO;
60 global $conf, $INFO;
H A Daggregate.php32 global $ID, $INFO, $conf, $INPUT;
37 …if ( !( (!empty($INFO['meta']['siteexport']) && $INFO['meta']['siteexport']['hasaggregator'] == tr…
40 … $namespaces = empty($exportBase) ? $INFO['meta']['siteexport']['baseID'] : getNs($exportBase);
123 $html = p_render($renderer, p_get_instructions($TOC), $INFO);
124 if ($INFO['prependTOC']) $html = tpl_toc(true) . $html;
/plugin/siteexport/
H A Dcron.php247 global $INFO;
267 $INFO['perm'] = AUTH_DELETE; // Fake authentication
/plugin/siteexport/exe/
H A Dsiteexportmanager.php18 global $INFO, $JSINFO, $INPUT, $ID, $conf;
43 $INFO = !empty($INFO) ? array_merge($INFO, mediainfo()) : mediainfo(); variable
45 $AUTH = $INFO['perm']; // shortcut for historical reasons
/plugin/siteexport/renderer/
H A Dpdf.php51 global $TOC, $ID, $INFO;
95 global $INFO;
114 if ($INFO['perm'] > AUTH_READ &&
123 …if ($this->getConf('usenumberedheading') || !empty($useNumbered) || !empty($INFO['meta']['usenumbe…
146 if ($INFO['perm'] > AUTH_READ &&
168 } else if ( $INFO['perm'] > AUTH_READ ) {
/plugin/siteexport/syntax/
H A Dsiteexport.php37 global $ID, $conf, $INFO;
39 $namespace = $INFO['id'] != $ID ? $INFO['id'] : $ID;
40 $id = $INFO['id'] != $ID ? $INFO['id'] : $ID;
H A Dtoc.php46 global $ID, $INFO;
117 global $ID, $lang, $INFO;
/plugin/linkback/action/
H A Dsend.php134 global $INFO;
141 if (!$INFO['writable'])
H A Ddisplay.php43 global $ID, $INFO;
62 if (!isset ($_REQUEST['linkback']) || $INFO['perm'] != AUTH_ADMIN)
132 global $INFO;
139 if ($INFO['perm'] == AUTH_ADMIN) {
188 if ($INFO['perm'] == AUTH_ADMIN) {
/plugin/structpublish/_test/
H A Drevision.test.php54 global $INFO;
58 $INFO['id'] = $pid;
65 $INFO['currentrev'] = $currentrev;
100 $INFO['currentrev'] = $currentrev;
/plugin/structpublish/action/
H A Dbanner.php30 global $INFO;
46 $newestRevision = new Revision($ID, $INFO['currentrev']);
53 $prevpubRevision = $shownRevision->getLatestPublishedRevision($REV ?: $INFO['currentrev']);
H A Drevisions.php21 global $INFO;
51 $revision = new Revision($INFO['id'], $rev);
H A Dshow.php32 global $INFO;
44 $currentRevision = new Revision($ID, $REV ?: $INFO['currentrev']);
61 $INFO['rev'] = self::$latestPublishedRev;
85 global $INFO;
87 if (self::$latestPublishedRev && self::$latestPublishedRev == $INFO['rev']) {
/plugin/structpublish/helper/
H A Dpublish.php33 global $INFO;
39 $revision = new Revision($ID, $INFO['currentrev']);
64 global $INFO;
83 [$ID, $INFO['currentrev']]
87 [$ID, $INFO['currentrev']]
/plugin/struct/meta/
H A DAggregationCloud.php53 global $INFO;
54 $target = $INFO['id'];
H A DSearchConfig.php115 global $INFO;
116 if (!isset($INFO['id'])) {
117 $INFO['id'] = '';
130 $INFO['id'],
131 getNS($INFO['id']),
132 noNS($INFO['id']),
169 global $INFO;
184 $schemaData = AccessTable::getPageAccess($table, $INFO['id']);
219 global $INFO;
227 if (empty($INFO['userinf
[all...]
/plugin/struct/syntax/
H A Dcloud.php94 global $INFO, $conf;
97 $cloud = new AggregationCloud($INFO['id'], $mode, $renderer, $search);
H A Dlist.php

12345678910>>...21