Home
last modified time | relevance | path

Searched refs:INFO (Results 201 – 225 of 503) sorted by last modified time

12345678910>>...21

/plugin/abstract/_test/
H A Dsyntax.test.php14 global $INFO;
15 $INFO['id'] = 'test:plugin_abstract:syntax';
29 global $INFO;
30 $INFO['id'] = 'test:plugin_abstract:syntax';
/plugin/ajaxedit/
H A Daction.php42 global $INFO;
55 $instructions = p_cached_instructions($INFO['filepath']); //get instructions
H A Dhelper.php62 global $INFO;
76 $INFO = pageinfo();
77 if($checkLastmod && $INFO['lastmod']!=$oldrev ) {
128 global $INFO;
129 $INFO = pageinfo();
133 global $INFO;
134 $INFO = pageinfo();
155 $msg = sprintf($this->getLang('e_modified'),hsc(editorinfo($INFO['user'])));
/plugin/ajaxedit/_test/
H A Dhelper.test.php16 global $INFO;
24 global $INFO;
/plugin/multiselect/_test/
H A Dsyntax.test.php16 global $INFO;
17 $INFO['id'] = 'test:plugin_multiselect:syntax';
37 global $INFO;
38 $INFO['id'] = 'test:plugin_multiselect:syntax2';
/plugin/multiselect/
H A Dsyntax.php90 global $INFO;
92 return($conf['useacl'] && $INFO['perm'] > AUTH_READ);
98 global $INFO;
116 if ($Hajax && $page == $INFO['id']) {
/plugin/dump/renderer/
H A Dcallstack.php26 global $INFO;
30 && $INFO['isadmin']
/plugin/dump/action/
H A Dmenu.php33 global $INFO;
34 if (!$INFO['isadmin']) {
45 global $INFO;
46 if (!$INFO['exists']) {
/plugin/addressbook/
H A Dsyntax.php38 global $INFO;
39 if ($INFO['ismanager'] === true) $this->editor = true;
40 if (isset($INFO['userinfo'])) $this->loggedin = true;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D49.49.js.map1 … 'FAILOVER',\n 'FORGET',\n 'GETKEYSINSLOT',\n 'INFO',\n 'KEYSLOT…
H A Dbundle.js.map1INFO'), 'color: blue')\n ? console.info.bind(console, format('INFO'), 'color: lightblue') : con…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1INFO'), 'color: blue')\n ? console.info.bind(console, format('INFO'), 'color: lightblue')\n …
/plugin/dirtylittlehelper/syntax/
H A Dtree.php240 global $INFO;
/plugin/dirtylittlehelper/
H A Daction.php50 $INFO['dlh'] = array(
51 'isadmin' => (int) $INFO['isadmin']
52 , 'isauth' => (int) $INFO['userinfo']
87 if($INFO['dlh']['act_edit'] && $INFO['dlh']['isadmin'] && $INFO['dlh']['isauth']){
107 if( $INFO['dlh']['act_edit']
109 && $INFO['dlh']['isadmin']
110 && $INFO['dlh']['isauth']
147 && $INFO['dlh']['isadmin']
148 && $INFO['dlh']['isauth']
456 global $INFO, $JSINFO;
[all …]
/plugin/searchform/
H A Dsyntax.php73 global $lang, $INFO, $ACT, $QUERY, $ID;
84 $ns = $INFO['namespace'];
/plugin/schedule/
H A Dschedules.class.php134 global $INFO;
135 if (isset ($INFO ['userinfo']) && isset ($INFO ['userinfo']['grps'])) {
138 foreach ($INFO['userinfo']['grps'] as $tmpMember) {
224 global $INFO;
228 isset ($INFO ['userinfo']) &&
229 isset ($INFO ['userinfo']['grps']))
230 foreach ($INFO['userinfo']['grps'] as $tmpMember) {
579 global $INFO;
H A DajaxClearCache.php18 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
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']);
H A Dajax.php25 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
H A DajaxPOI.php21 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
24 isset ($INFO ['userinfo']) &&
25 isset ($INFO ['userinfo']['grps']) &&
26 in_array (trim ($schdplug->getConf ('adminGroup')), $INFO ['userinfo']['grps']);
/plugin/dtable/
H A Dsyntax.php28 global $INFO;
33 … return array($state, array($pos, $table_nr, p_get_metadata($INFO['id'], 'dtable_pages')));
H A Daction.php34 global $ID, $INFO;
55 p_set_metadata($INFO['id'], array('dtable_pages' => $dtable_pages), false, false);
/plugin/yearbox/
H A Dsyntax.php67 global $INFO;
71 $opt['ns'] = $INFO['namespace'] ?? ''; // this namespace
/plugin/yearbox/_test/
H A DSyntaxTest.php21 global $INFO;
22 $INFO[ 'namespace' ] = '';
35 global $INFO;
36 $INFO[ 'namespace' ] = '';
/plugin/fksnewsfeed/inc/ORM/
H A DModelNews.php128 global $INFO;
129 $this->authorName = $INFO['userinfo']['name'];
131 $this->authorEmail = $INFO['userinfo']['mail'];

12345678910>>...21