Home
last modified time | relevance | path

Searched refs:INFO (Results 101 – 125 of 503) sorted by last modified time

12345678910>>...21

/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/orphanmedia2/
H A Dsyntax.php62 global $INFO, $conf;
/plugin/acmenu/
H A Daction.php39 global $INFO;
49 if(isset($INFO["meta"]["plugin"]["plugin_acmenu"]["sub_ns"])) {
50 $JSINFO["plugin_acmenu"]["sub_ns"] = $INFO["meta"]["plugin"]["plugin_acmenu"]["sub_ns"];
H A Dsyntax.php111 global $INFO;
119 $id = isset($INFO["id"]) ? $INFO["id"] : "";
195 global $INFO;
200 if (!empty($INFO["namespace"])) {
/plugin/autoindex/
H A Dsyntax.php49 global $INFO;
63 $ns = ':' . cleanID(getNS($INFO['id']));
/plugin/ifauthex/lib/
H A Dgrammar.php24 global $INFO;
27 if (is_array($INFO) && array_key_exists($key1, $INFO)) {
28 if (is_array($INFO[$key1]) && array_key_exists($key2, $INFO[$key1])) {
29 return in_array($group, $INFO[$key1][$key2]);
/plugin/fastwiki/
H A Daction.php162 global $ACT, $INPUT, $ID, $INFO;
176 $INFO['lastmod'] = @filemtime($INFO['filepath']);
/plugin/dw2markdown/
H A Daction.php29 global $INFO;
35 if (! $INFO['exists']) {
/plugin/virtualgroup/
H A Daction.php30 global $INFO;
43 $INFO = pageinfo();
/plugin/blog/
H A Daction.php88 global $ID, $INFO;
92 $INFO = pageinfo();
95 if ($INFO['perm'] >= AUTH_CREATE) {
98 if (!@file_exists($INFO['filepath'])) {
101 if ($INFO['locked']) return 'locked';
134 global $conf, $INFO;
145 '@NAME@' => $INFO['userinfo']['name'],
146 '@MAIL@' => $INFO['userinfo']['mail'],
/plugin/grouphome/
H A Daction.php28 global $INFO;
32 if (!isset($INFO['userinfo']['grps'])) return;
37 $grps = (array) $INFO['userinfo']['grps'];
/plugin/simplenavi/
H A Dsyntax.php52 global $INFO;
59 $ns = getNS((new PageResolver($INFO['id']))->resolveId("$ns:xxx"));
66 $INFO['id'],
201 global $INFO;
203 if (($item['type'] == 'd' && $item['open']) || $INFO['id'] == $item['id']) {
/plugin/firenews/
H A Dsyntax.php381 global $INFO;
385 if($INFO['isadmin'] || $INFO['ismanager'] ) { return true; }
388 if(in_array($value, $INFO['userinfo']['grps'])) { return true; }
/plugin/random_page/
H A Daction.php34 global $INFO;
44 global $INFO;
45 return stripos($value, $INFO['namespace']) === 0 ? true : false;
48 if ($INFO['namespace'] != null && $_REQUEST['do'] == 'nsrandompage') {
/plugin/s5/
H A Drenderer.php61 global $INFO;
97 <h2>'.hsc($conf['title']).' &#8226; '.strftime($conf['dformat'],$INFO['lastmod']).'</h2>
/plugin/elasticsearch/action/
H A Dindexing.php39 global $ID, $INFO;
45 wikiFN($INFO['id']),
H A Dsearch.php313 global $INFO;
318 if ($INFO['isadmin']) return;
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DAbstractLogger.php113 $this->log(LogLevel::INFO, $message, $context);
H A DLogLevel.php16 const INFO = 'info'; define in Psr\\Log\\LogLevel
H A DLoggerTrait.php114 $this->log(LogLevel::INFO, $message, $context);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1668 if use Elastica\Log outside we need use as(https://github.com/php-fig/log) for example Elastica\Log::info($message) or Elastica\Log::log(LogLevel::INFO,$message)
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php63 LogLevel::INFO => array(LogLevel::INFO, 'message of level info with context: {user}'),
/plugin/latexcaption/syntax/
H A Dreference.php66 global $INFO;
74 …$caption = $caption_count[$label] ? $caption_count[$label] : $INFO['meta']['plugin']['latexcaption…
/plugin/highlight2wiki/
H A Daction.php52 global $ACT, $JSINFO, $ID, $INPUT, $auth, $TPL, $INFO;
55 if( $INFO['userinfo']== null ) {
/plugin/achart/
H A Dsyntax.php109 $file = $INFO['namespace'] . ':' . $file;

12345678910>>...21