Home
last modified time | relevance | path

Searched refs:INFO (Results 201 – 225 of 503) sorted by relevance

12345678910>>...21

/plugin/todo/
H A Daction.php107 $INFO = pageinfo();
121 '.$lang['lockedby'] . ': ' . editorinfo($INFO['locked']) . '
128 if($date != 0 && $INFO['meta']['date']['modified'] > $date) {
/plugin/filelisting/
H A Dsyntax.php68 global $INFO;
77 $cur_ns = getNS($INFO['id']);
83 $resolver = new PageResolver($INFO['id']);
/plugin/html2pdf/snorriheim/
H A Dtpl_functions.php26 global $INFO;
59 global $INFO;
61 if(tpl_getConf('closedwiki') && empty($INFO['userinfo'])) {
74 $USER_INFO=$INFO['userinfo'];
/plugin/showpageafterlogin/
H A Daction.php39 global $INFO;
53 $username = $INFO['client'];
/plugin/animation/
H A Daction.php112 global $INFO;
116 if ($ID != $INFO["id"]) return;
/plugin/deletepagebutton/
H A Daction.php87 global $ID, $INFO, $lang;
94 if(checkSecurityToken() && $INFO['exists']) {
/plugin/combo/action/
H A Dmetamanager.php63 global $INFO;
64 $exists = $INFO['exists'] ?? null;
/plugin/struct/action/
H A Ddiff.php43 global $INFO;
50 if ($INFO['id'] != $id) return;
/plugin/components/lib/
H A Daction_manager.php78 * @global array $INFO the page information array
112 global $INFO;
114 if ($this->handler->permission_required() > $INFO['perm']) {
/plugin/socialcards/
H A Daction.php50 * @global array $INFO
56 global $ID, $conf, $INFO;
167 'content' => $INFO['editor'],
/plugin/sectionedit/
H A Daction.php38 $DATE, $RANGE, $HIGH, $TEXT, $PRE, $SUF, $SUM, $INFO, $JSINFO;
57 $DATE, $RANGE, $HIGH, $TEXT, $PRE, $SUF, $SUM, $INFO, $JSINFO;
/plugin/userhomepage/
H A Daction.php28 global $INFO;
387 global $INFO;
388 $raw_string = cleanID($INFO['userinfo']['name']);
434 global $INFO;
456 …mespace').' ('.$privateId.')'.'"><bdi><i class="fa fa-user-secret"></i>'.$INFO['userinfo']['name']…
458 …itle="'.$this->getLang('privatenamespace').' ('.$privateId.')'.'"><bdi>'.$INFO['userinfo']['name']…
464 …$return = '<bdi>'.$INFO['userinfo']['name'].'</bdi> (<a href="'.wl($publicId).'" class="'.$classes…
468 …mespace').' ('.$privateId.')'.'"><bdi><i class="fa fa-user-secret"></i>'.$INFO['userinfo']['name']…
470 …itle="'.$this->getLang('privatenamespace').' ('.$privateId.')'.'"><bdi>'.$INFO['userinfo']['name']…
515 global $INFO;
[all …]
/plugin/glossary/
H A Dglossary.class.php119 global $INFO;
135 global $INFO;
137 isset ($INFO ['userinfo']['grps']) &&
143 global $INFO;
145 isset ($INFO ['userinfo']['grps']) &&
466 global $INFO;
467 if (isset ($INFO['userinfo']['mail']))
468 $request['email'] = $INFO['userinfo']['mail'];
493 global $INFO;
495 isset ($INFO ['userinfo']['grps']) &&
[all …]
/plugin/datasearchform/
H A Dsyntax.php80 global $lang, $INFO, $ACT, $QUERY;
91 $ns = $INFO['namespace'];
/plugin/userspagecreate/
H A Daction.php59 …$event->data[1]=preg_replace('{class="\w+" title="'.$INFO['usersnamespace'].':}si','class="wikiuse…
104 …return '<a href="'.wl($INFO['usersnamespace'].':'.$user).'">'.htmlspecialchars($userdata['name']).…
/plugin/userpage/
H A Daction.php26 global $INFO;
38 $activeClass = ($userPage == $INFO['id'] && act_clean($ACT) == 'show') ? ' active' : '';
/plugin/sidebarng/
H A Daction.php103 global $INFO;
147 if(isset($INFO['userinfo']['name'])) {
171 if(isset($INFO['userinfo']['grps'])) {
172 foreach($INFO['userinfo']['grps'] as $grp) {
/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/mediasyntax/
H A Dhelper.php156 global $INFO;
275 if (!empty($INFO['userinfo'])) {
276 $include_key = $INFO['userinfo']['name'] . '|' . implode('|', $INFO['userinfo']['grps']);
594 global $INFO;
601 $group = $INFO['userinfo']['grps'][0];
605 '@NAME@' => cleanID($INFO['userinfo']['name']),
/plugin/schedule/
H A DscheduleRoot.class.php107 global $INFO;
109 if (isset ($INFO['userinfo'] ['grps']) && in_array ('admin', $INFO ['userinfo'] ['grps']))
272 global $INFO;
274 isset ($INFO ['userinfo']) &&
275 isset ($INFO ['userinfo']['grps']) &&
276 … in_array (trim ($this->plugin->getConf ('adminGroup')), $INFO ['userinfo']['grps']);
/plugin/bureaucracy/
H A Dsyntax.php239 global $INFO;
242 resolve_pageid($INFO['namespace'], $labelpage, $exists);
376 global $INFO;
381 $form->addHidden('id', $INFO['id']);
557 global $INFO;
578 $localid = isset($INFO['id']) ? $INFO['id'] : $ID;
/plugin/dyncontent/
H A Daction.php50 global $INFO;
51 if ($INFO['id'] != '') return;
/plugin/aceeditor/
H A Daction.php34 global $INFO, $JSINFO;
45 'mdpage' => substr($INFO['id'], -3) == '.md',
/plugin/autogallery/
H A Dsyntax.php78 global $lang, $INFO;
81 …$namespaceinput ='<input type="text" id="np_cat" name="np_cat" value="'.$INFO['namespace'].':bilde…
/plugin/navi/_test/
H A DExternalLinksTest.php34 global $ID, $INFO;
39 $INFO['id'] = 'en:products:c:start';

12345678910>>...21