Home
last modified time | relevance | path

Searched refs:INFO (Results 226 – 250 of 503) sorted by last modified time

12345678910>>...21

/plugin/drawio/
H A Daction.php67 global $INFO;
/plugin/qc/
H A Dhelper.php39 global $ACT, $INFO, $ID;
42 if (isset($INFO)) {
43 $exists = $INFO['exists'];
/plugin/publistf/
H A Dsyntax.php150 global $INFO;
161 resolve_pageid($INFO['namespace'], $id, $exists);
/plugin/userpage/
H A Daction.php26 global $INFO;
38 $activeClass = ($userPage == $INFO['id'] && act_clean($ACT) == 'show') ? ' active' : '';
/plugin/structgroupby/syntax/
H A Done.php42 global $INFO;
/plugin/webdav/vendor/psr/log/Psr/Log/
H A DLogLevel.php16 const INFO = 'info'; define in Psr\\Log\\LogLevel
H A DLoggerTrait.php114 $this->log(LogLevel::INFO, $message, $context);
H A DAbstractLogger.php113 $this->log(LogLevel::INFO, $message, $context);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php922 $logLevel = \Psr\Log\LogLevel::INFO;
/plugin/abc/
H A Dsyntax.php48 global $INFO;
58 … if($this->getConf('abcok') && (!$INFO['rev'] || ($INFO['rev'] && ($ACT=='preview'))) && !$error){
/plugin/structsection/
H A Daction.php33 global $JSINFO, $INFO;
35 'rev' => $INFO['currentrev'],
H A Dsyntax.php87 global $INFO;
89 if ($ID != $INFO['id']) {
92 if (!$INFO['exists']) {
/plugin/footer/
H A Daction.php42 global $INFO;
51 …if ($INFO['id'] != '') return; // Jede Seite wird zweimal ausgeführt. Wenn die ID leer ist, ist es…
235 global $INFO;
237 if($INFO['userinfo']['grps']) $newkey = implode('#', $INFO['userinfo']['grps']);
/plugin/pagenav/
H A Dsyntax.php51 global $INFO;
62 $ns = str_replace(':', '/', getNS($INFO['id']));
65 $id = $INFO['id'];
69 $start = getNS($INFO['id']) . ':';
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DStreamLogger.php25 self::INFO => 200,
H A DAbstractLogger.php108 $this->log(Mustache_Logger::INFO, $message, $context);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DLogger.php40 const INFO = 'info'; define
H A DEngine.php800 Mustache_Logger::INFO,
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt249 * Bugfix: [module.audio-video.riff] INFO comment chunks with null name
984 Improved list of RIFF ['INFO'] comment key translations
1721 ['RIFF']['WAVE']['INFO'] if a comment entry was not present
1744 for RIFF-WAV files with an INFO.ISFT chunk
H A Dstructure.txt440 ['INFO']=>array() { //
1724 ['INFO']=>array() { //
H A Dreadme.txt320 * Support for RIFF-INFO chunks
H A DREADME.md313 * Support for RIFF-INFO chunks
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as586 trace("PREVIOUS APP/HOST INFO AVAILABLE");
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DFilesystemCache.php105 Mustache_Logger::INFO,
/plugin/var/
H A Dsyntax.php36 global $INFO;
79 …$xhtml = ($_SERVER['REMOTE_USER'] ? str_replace(' ', $aliasSep, $INFO['userinfo']['name']) : $_S…
83 $xhtml = ($_SERVER['REMOTE_USER'] ? $INFO['userinfo']['name'] : clientIP());
87 $xhtml = ($_SERVER['REMOTE_USER'] ? $INFO['userinfo']['mail'] : '');
117 $xhtml = ($INFO['meta']['title']) ? $INFO['meta']['title'] : $meta;

12345678910>>...21