Home
last modified time | relevance | path

Searched refs:INFO (Results 251 – 275 of 503) sorted by relevance

1...<<1112131415161718192021

/plugin/publish/_test/
H A Dmail.unit.test.php55 global $INFO;
56 $INFO = pageinfo();
/plugin/combo/action/
H A Dcache.php162 global $INFO;
163 $exists = $INFO['exists'] ?? null;
/plugin/src/
H A Dsyntax.php93 global $INFO;
96 …$namespaceTypecasted = $this->_mb_str_replace(':', '/', $INFO['namespace']); //относительный путь …
128 …$renderer->doc .= '<dt><a href="_media/'.$INFO['namespace'].':'.$fileName.'" title="Download '.$fi…
/plugin/asiansearch/
H A Daction.php247 global $INFO;
261 if($INFO['prependTOC']) $html = tpl_toc(true).$html;
270 if($INFO['prependTOC']) $html = tpl_toc(true).$html;
/plugin/structpublish/action/
H A Dbanner.php30 global $INFO;
46 $newestRevision = new Revision($ID, $INFO['currentrev']);
53 $prevpubRevision = $shownRevision->getLatestPublishedRevision($REV ?: $INFO['currentrev']);
/plugin/structat/syntax/
H A Dtable.php101 global $INFO;
113 $table = new $this->tableclass($INFO['id'], $mode, $renderer, $search);
/plugin/aclinfo/
H A Dsyntax.php60 global $INFO;
64 $page = $INFO['id'];
/plugin/searchform/
H A Dsyntax.php73 global $lang, $INFO, $ACT, $QUERY, $ID;
84 $ns = $INFO['namespace'];
/plugin/struct/syntax/
H A Dlist.php
/plugin/autolink2/
H A Dhelper.php130 global $ID, $INFO;
150 $oldautolinks = $INFO['meta']['anchors'];
180 global $ID, $INFO;
190 $oldautolinks = $INFO['meta']['anchors'];
/plugin/tagging/
H A Dhelper.php235 global $INFO;
255 !($this->getUser() && $INFO['writable'])
324 global $INFO;
327 $filter = array('pid' => $INFO['id']);
339 if ($this->getUser() && $INFO['writable']) {
342 $ret .= html_btn('tagging_edit', $INFO['id'], '', array());
351 $form->setHiddenField('tagging[id]', $INFO['id']);
354 'pid' => $INFO['id'],
H A Dsyntax.php98 global $INFO;
99 $data['ns'] = $INFO['namespace'];
/plugin/saveandedit/
H A Daction.php31 global $ID, $INFO, $REV, $RANGE, $TEXT, $PRE, $SUF;
48 $INFO = pageinfo(); // reset pageinfo to new data (e.g. if the page exists)
/plugin/dtable/
H A Dsyntax.php28 global $INFO;
33 … return array($state, array($pos, $table_nr, p_get_metadata($INFO['id'], 'dtable_pages')));
/plugin/dwedit/
H A Daction.php52 global $ACT, $ID, $REV, $INFO, $INPUT, $USERINFO,$conf;
84 if ($INFO['perm'] > AUTH_READ) {
/plugin/s5/
H A Drenderer.php61 global $INFO;
97 <h2>'.hsc($conf['title']).' &#8226; '.strftime($conf['dformat'],$INFO['lastmod']).'</h2>
/plugin/smtp/subtree/php-fig/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php62 LogLevel::INFO => array(LogLevel::INFO, 'message of level info with context: {user}'),
/plugin/pagebuttons/
H A Daction.php151 global $ID, $INFO, $lang;
158 if(checkSecurityToken() && $INFO['exists']) {
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php63 LogLevel::INFO => array(LogLevel::INFO, 'message of level info with context: {user}'),
/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/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php63 LogLevel::INFO => array(LogLevel::INFO, 'message of level info with context: {user}'),
/plugin/structstatus/
H A Dsyntax.php80 global $INFO;
81 $id = $INFO['id'];
/plugin/latex/
H A Dadmin.php147 global $ID,$INFO;
154 …ptln('<form action="'.wl($INFO['id']).'?do=admin&page='.$this->getPluginName().'" method="post">');
174 ptln('<form action="'.wl($INFO['id']).'" method="get">');
/plugin/phpbblinks/
H A Daction.php295 global $INFO;
296 if (!$INFO['isadmin'] && !$INFO['ismanager'])
/plugin/tagging/action/
H A Dmain.php124 global $INFO;
131 $INFO['writable'] = auth_quickaclcheck($id) >= AUTH_EDIT; // we also need this in findItems
133 if ($INFO['writable'] && $hlp->getUser()) {

1...<<1112131415161718192021