Home
last modified time | relevance | path

Searched refs:INFO (Results 151 – 175 of 503) sorted by relevance

12345678910>>...21

/plugin/toucher/
H A Dadmin.php33 global $INFO;
36 if (!$INFO[isadmin]) {
/plugin/hidemenus/action/
H A Dhidepagetools.php31 global $INFO;
33 if(!empty($INFO['userinfo']))
/plugin/combo/action/
H A Dqualitymessage.php57 global $INFO;
58 $exists = $INFO['exists'] ?? null;
H A Danalytics.php72 global $INFO;
73 $exists = $INFO['exists'] ?? null;
/plugin/combo/ComboStrap/
H A DFsWikiUtility.php31 global $INFO;
34 if ($INFO != null) {
35 $id = $INFO['id'];
/plugin/bez/syntax/
H A Dstruct.php83 global $INFO;
92 $model = new Model($auth, $INFO['client'], $this, $conf);
98 $table = new AggregationTable($INFO['id'], $mode, $renderer, $search);
/plugin/backlinks/
H A Dsyntax.php81 global $INFO;
86 if($INFO != null) {
87 $id = $INFO['id'];
/plugin/struct/syntax/
H A Dtable.php98 global $INFO;
105 if ($INFO !== null) {
106 $mainId = $INFO['id'];
/plugin/bez/action/
H A Dmigration.php43 global $INFO;
76 global $INFO;
117 global $INFO;
160 'added_by' => $INFO['client'],
168 'added_by' => $INFO['client'],
285 $part['added_by'] = $INFO['client'];
420 $part['added_by'] = $INFO['client'];
/plugin/showif/
H A Dsyntax.php.alternative.version129 global $INFO;
143 (($val == "mayedit") && (auth_quickaclcheck($INFO['id'])) >= AUTH_EDIT)
146 (($val == "mayonlyread") && (auth_quickaclcheck($INFO['id'])) == AUTH_READ)
148 (($val == "mayatleastread") && (auth_quickaclcheck($INFO['id'])) >= AUTH_READ)
154 (($val == "isadmin") && ($INFO['isadmin'] || $INFO['ismanager'] ))
/plugin/toc/
H A Daction.php39 global $INFO;
41 $INFO['prependTOC'] = false;
/plugin/navi/
H A Dsyntax.php174 global $INFO;
176 if (isset($navItems[$INFO['id']])) {
177 …$openPath = (array)$navItems[$INFO['id']]['parents']; // get the "path" of the page we're on curre…
178 array_push($openPath, $INFO['id']);
180 $ns = $INFO['id'];
/plugin/ajaxedit/_test/
H A Dhelper.test.php16 global $INFO;
24 global $INFO;
/plugin/daftdrafts/
H A Daction.php76 $INFO['perm'] = $this->_auth_quickaclcheck($id);
110 global $AUTH_ACL, $ID, $INFO;
132 if (!$published && isset($INFO['userinfo'])) {
/plugin/disabledelete/
H A Daction.php11 global $INFO;
12 if (empty($INFO['isadmin'])) {
/plugin/bootswrapper/exe/
H A Dhelp.php42 global $INFO;
56 $INFO['exists'] = true;
/plugin/miniblog/syntax/
H A Dcomment.php36 global $INFO;
43 'disqus_title' => addslashes($INFO['meta']['title']),
/plugin/database2/
H A Dsyntax.php162 global $INFO;
165 if (isset($INFO['user']) && $this->getConf('develusers')) {
167 … if (in_array($INFO['user'], $ua) && is_file(dirname(__FILE__) . '/database2.dev.php')) {
/plugin/structsection/
H A Dsyntax.php87 global $INFO;
89 if ($ID != $INFO['id']) {
92 if (!$INFO['exists']) {
/plugin/backlinks2/
H A Dsyntax.php83 global $INFO;
88 if ($INFO != null) {
89 $id = $INFO['id'];
/plugin/popupviewer/
H A Daction.php33 global $INFO;
71 $INFO = pageinfo();
74 $JSINFO['namespace'] = (string) $INFO['namespace'];
/plugin/inlinetoc/
H A Daction.php29 global $INFO;
31 $INFO['prependTOC'] = false;
/plugin/dwedit/
H A DMenuItem.php27 global $REV, $INFO;
39 … if ($INFO['perm'] < AUTH_EDIT) { // use alternate icon if user does not have edit permission
/plugin/news/
H A Daction.php34 global $ID,$INFO;
37 if($perm == 2 && $INFO['perm'] != 1) { //INFO['perm'] = 1 when logging out
/plugin/instructions/
H A Dsyntax.php34 global $ID, $INFO;
38 $pg_curr = $INFO['id'];
40 $pg_curr = substr(strrchr($INFO['id'], ":"), 1);
52 $ns_main = $INFO['namespace']; // Namespce bei Verwendung in der Sidebar

12345678910>>...21