Home
last modified time | relevance | path

Searched refs:INFO (Results 126 – 150 of 503) sorted by relevance

12345678910>>...21

/plugin/ckgedit/action/
H A Dmeta.php64 global $INFO;
237 global $INPUT, $USERINFO,$INFO;
451 global $INFO, $ckgedit_lang;
509 global $INFO;
599 if($INFO['isadmin'] || $INFO['ismanager'] ) { // only admins and mgrs get messages
657 global $USERINFO, $INFO;
704 $_SESSION['dwfck_client'] = $INFO['client'];
707 'isadmin'=>($INFO['isadmin'] || $INFO['ismanager']),
926 global $INFO;
930 if($INFO['isadmin'] || $INFO['ismanager'] ) { // only admins and mgrs get messages
[all …]
H A Dedit.php117 global $INFO;
169 global $INFO;
199 global $INFO;
208 }elseif(!$INFO['exists']){
213 if($INFO['exists']){
551 global $INFO;
560 $wr = $INFO['writable'];
574 if(!$DATE) $DATE = $INFO['lastmod'];
726 if(isset($INFO['userinfo'])&& isset($INFO['userinfo']['grps'])) {
727 $user_groups = $INFO['userinfo']['grps'];
[all …]
/plugin/simplewikipagetree/
H A Dsyntax.php46 global $INFO;
89 if($id == substr($INFO['id'],0,strlen($id))){
170 global $INFO;
178 if($id == $INFO['id'] ){
/plugin/regex_template/
H A Daction.php31 global $INFO;
68 $tpl = str_replace('@NAME@',$INFO['userinfo']['name'],$tpl);
69 $tpl = str_replace('@MAIL@',$INFO['userinfo']['mail'],$tpl);
/plugin/task/
H A Dhelper.php258 global $INFO;
262 …TE_USER'] || isset($user['name']) && $user['name'] == $INFO['userinfo']['name'] || $user == $INFO[…
454 global $ID, $lang, $INFO, $auth;
477 $input->attr('value', hsc($INFO['userinfo']['name']));
489 $input->val($INFO['userinfo']['name']);
538 global $ID, $lang, $INFO, $auth;
553 …$ret .= '<td><input type="text" name="user" value="'.hsc($INFO['userinfo']['name']).'" class="edit…
563 …$ret .= '<option' . ($curr_user['name'] == $INFO['userinfo']['name'] ? ' selected="selected"' : ''…
/plugin/dblclickedit/
H A Daction.php26 global $INFO;
31 if ($INFO['writable'] && in_array($ACT, array('show'))) {
/plugin/combo/ComboStrap/
H A DExecutionContext.php471 global $INFO;
472 if ($INFO !== null) {
473 $callingId = $INFO['id'] ?? null;
815 * $INFO (Fragment run, ...)
820 global $INFO;
821 $oldContextId = $INFO['id'] ?? null;
825 $INFO['id'] = $wikiId;
826 $INFO['namespace'] = getNS($wikiId); // php8 Undefined array key
855 global $INFO;
857 unset($INFO['i
[all...]
/plugin/inclform/
H A Dsyntax.php22 global $INFO;
24 if(0 and ($INFO['perm'] == AUTH_ADMIN)) { // Use debug output??
34 if($INFO['perm'] == AUTH_ADMIN) {
/plugin/eshop/
H A Dsyntax.php56 global $INFO;
69 … $out .= sprintf('<input type="hidden" name="id" value="%s" />', end(explode(':', $INFO['id'])));
70 $out .= sprintf('<input type="hidden" name="name" value="%s" />', $INFO['meta']['title']);
/plugin/blogtng/action/
H A Dcomments.php49 global $INFO, $ID, $INPUT, $BLOGTNG;
68 $comment->setName($name ?: $INFO['userinfo']['name'] ?? '');
70 $comment->setMail($mail ?: $INFO['userinfo']['mail'] ?? '');
/plugin/slacknotifier/helper/
H A DContext.php10 * Things extracted from $INFO.
28 global $INFO, $USERINFO;
31 $userinfo = $INFO['userinfo'] ?? $USERINFO;
/plugin/groupmgr/
H A Dsyntax.php240 if (is_array($INFO['userinfo'])) {
241 foreach ($INFO['userinfo']['grps'] as $val) {
260 if ($INFO['isadmin'] || $ok) {
311 if ($INFO['isadmin'] && in_array($g, $admingrplst)) {
/plugin/struct/syntax/
H A Doutput.php94 global $INFO;
102 if (!isset($INFO['id']) || ($ID != $INFO['id'])) return true;
103 if (!$INFO['exists']) return true;
/plugin/referrers/
H A Daction.php27 global $INFO;
29 if (!($this->getConf('re_dont_count_admin') && $INFO['isadmin']) &&
/plugin/redirect2/
H A Daction.php47 global $ACT, $ID, $INFO;
49 if ( $INFO['exists'] || ($ACT != 'show') ) return false;
71 global $ID, $INFO;
84 if ($this->_foundInBreadcrumbs($page) && $INFO['exists']) {
314 global $ID, $INFO, $INPUT;
317 $show = ( ($INFO['isadmin'] && ($this->getConf('msg_target') >= 0))
318 || ($INFO['ismanager'] && ($this->getConf('msg_target') >= 1))
/plugin/publish/
H A Dhelper.php95 global $INFO;
102 return ($INFO['perm'] >= AUTH_DELETE);
131 global $INFO;
135 if($ID === $id && $INFO['meta']) {
136 $meta = $INFO['meta'];
228 global $INFO;
229 return $INFO['meta']['date']['modified'];
/plugin/dw2markdown/
H A Daction.php29 global $INFO;
35 if (! $INFO['exists']) {
/plugin/inlineedit/_test/
H A Dsyntax.test.php16 global $INFO;
17 $INFO['id'] = 'test:plugin_inlineedit:syntax';
/plugin/jiralinks/
H A Daction.php48 global $ID, $INFO, $conf;
58 …$title = $applicationName . ' - ' . (empty($INFO['meta']['title']) ? $event->data[2] : $INFO['meta…
/plugin/toctweak/syntax/
H A Dsidetoc.php27 global $INFO, $ID;
53 global $INFO, $conf, $lang;
57 $id = $INFO['id']; // str_replace('@ID@', $INFO['id'], $id);
/plugin/isauth/
H A Dsyntax.php100 global $INFO;
111 if (isset($INFO['userinfo'])) {
112 if (is_array($INFO['userinfo'])) {
113 foreach($INFO['userinfo']['grps'] as $val) {
/plugin/dump/renderer/
H A Dcallstack.php26 global $INFO;
30 && $INFO['isadmin']
/plugin/log404/
H A Daction.php33 global $INFO, $ACT, $ID;
35 if ($INFO['exists'] || !in_array($ACT, $validActions)) {
/plugin/namespacemessage/
H A Daction.php26 global $INFO;
34 $actual_ns = strtok ( $INFO["namespace"] , (':') );
/plugin/searchpattern/
H A Dsyntax.php122 global $INFO;
176 if($INFO['id'] == $id){ //if we are processing the page in which plugin has been called
256 global $INFO;
299 $params['page_limit'][] = $INFO['id']; //add current page to limiting
302 …$params['nmsp_limit'][] = substr($INFO['id'],0,strrpos($INFO['id'],":")+1); //add current namespac…
317 $params['page_exclude'][] = $INFO['id']; //add current page to restricting
320 …$params['nmsp_exclude'][] = substr($INFO['id'],0,strrpos($INFO['id'],":")+1); //add current namesp…

12345678910>>...21