Home
last modified time | relevance | path

Searched refs:INFO (Results 351 – 375 of 503) sorted by relevance

1...<<1112131415161718192021

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DLogger.php40 const INFO = 'info'; define
/plugin/sendpagecontent/
H A Daction.php28 global $INFO;
/plugin/s5reloaded/
H A Drenderer.php63 global $INFO;
156 <h2>'.hsc($conf['title']).' &#8226; '.strftime($conf['dformat'],$INFO['lastmod']).'</h2>
/plugin/xslfo/
H A Daction.php146 global $ID, $REV, $INFO, $conf;
152 $dw_element->addChild('lastmod', dformat($INFO['lastmod']));
/plugin/tagfilter/helper/
H A Dsyntax.php105 global $INFO;
120 $INFO['filepath'],
/plugin/gallery2/dwgallery/
H A Ddwgallery.php90 global $INFO;
96 if ($ACT != 'show' or $INFO['exists'] != 1) return;
163 global $INFO;
171 if ($ACT != 'show' or $INFO['exists'] != 1) return;
/plugin/deeplautotranslate/
H A Daction.php486 global $INFO;
490 if ($INFO['exists'] and !$allow_existing) return false;
494 if (($INFO['exists'] and $perm < AUTH_EDIT) or (!$INFO['exists'] and $perm < AUTH_CREATE)) return false;
525 global $INFO;
527 if (!$INFO['exists']) return false;
/plugin/sitemapnavi/
H A Dsyntax.php80 global $conf, $INFO;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DChromePHPFormatter.php30 Logger::INFO => 'info',
/plugin/git/action/
H A Dalertcommited.php39 global $conf, $INFO;
/plugin/glossary/
H A Dajax.php14 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
/plugin/signhere/
H A Dsyntax.php66 global $INFO, $conf;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Test/
H A DTestCase.php57 $this->getRecord(Logger::INFO, 'information'),
/plugin/indexmenu/
H A Dadmin.php
/plugin/schedule/
H A Dajax.php25 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
/plugin/pagemove/_test/
H A Dpagemove.test.php22 global $INFO;
42 $INFO = pageinfo();
/plugin/monthcal/
H A Dsyntax.php63 $INFO = pageinfo();
68 $data['namespace'] = $INFO['namespace'];
/plugin/accscounter/
H A Daction.php21 global $INFO;
24 …if (auth_ismanager() and file_exists(metaFN($INFO['id'], '.accscounternm'))) msg($this->getLang('d…
/plugin/csv/
H A Dhelper.php48 global $INFO;
82 resolve_mediaid($INFO['namespace'] ?? '', $opt['file'], $exists);
/plugin/gemini/
H A Dcli.php249 global $INFO;
253 $INFO = pageinfo();
/plugin/blogtng/entities/
H A DComment.php83 global $INFO;
91 if($comment->status == 'visible' || ($comment->status == 'hidden' && $INFO['isadmin'])) {
/plugin/pycode/
H A Dsyntax.php503 global $INFO;
504 $namespace = $INFO["namespace"];
631 global $INFO;
632 $perm = $INFO["perm"];
/plugin/tableplot/
H A Daction.php43 global $INFO;
/plugin/xcom/
H A Daction.php37 global $JSINFO, $INFO;
/plugin/codemirror/
H A Daction.php24 global $ACT, $INFO, $conf;

1...<<1112131415161718192021