Home
last modified time | relevance | path

Searched refs:INFO (Results 126 – 150 of 503) sorted by path

12345678910>>...21

/plugin/diffpreview/
H A Daction.php61 global $ACT, $INFO;
146 global $INFO, $ID, $INPUT, $conf;
151 $draft = new \dokuwiki\Draft($ID, $INFO['client']);
166 assert(isset($INFO['client']), 'INFO.client should have been set');
175 'client' => $INFO['client'],
179 $INFO['draft'] = $cname;
/plugin/diffpreview/helper/
H A Dchanges.php35 ((new dokuwiki\Ui\PageDiff($INFO['id']))
/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/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/disabledelete/
H A Daction.php11 global $INFO;
12 if (empty($INFO['isadmin'])) {
/plugin/discordnotifier/
H A Dhelper.php32 global $INFO;
37 if ( strpos( $namespace, $INFO['namespace'] ) === 0 ) {
75 global $INFO;
102 $user = $INFO['userinfo']['name'];
113 $oldRev = $INFO['meta']['last_change']['date'];
/plugin/discussion/
H A Daction.php212 global $INFO;
370 global $INFO;
398 global $INFO;
403 if (!$INFO['exists']) return false;
1445 global $ID, $INFO;
1451 $INFO = pageinfo();
1454 if ($INFO['perm'] >= AUTH_CREATE) {
1457 if ($INFO['locked']) {
1464 if (!@file_exists($INFO['filepath'])) {
1488 global $conf, $INFO;
[all …]
/plugin/disqus/
H A Dsyntax.php67 global $INFO;
77 $doc .= "var disqus_title = '".addslashes($INFO['meta']['title'])."';\n";
78 $doc .= "var disqus_message = '".addslashes($INFO['meta']['abstract'])."';\n";
/plugin/dokubookmark/
H A Daction.php202 global $INFO;
H A Dhelper.php102 global $INFO;
115 } elseif(!$INFO['exists']){
123 $wr = $INFO['writable'] && !$INFO['locked'];
256 …<div id="draft__status"><?php if(!empty($INFO['draft'])) echo $lang['draftdate'].' '.dformat();?><…
257 …er']){?><a href="<?php echo DOKU_BASE?>lib/exe/mediamanager.php?ns=<?php echo $INFO['namespace']?>"
/plugin/dokugource/
H A DINFO1 # PLUGIN INFO - DO NOT EDIT!
/plugin/dokumicrobugtracker/
H A DINFO1 # PLUGIN INFO - DO NOT EDIT!
/plugin/dokupp/
H A Dsyntax.php42 global $INFO;
/plugin/dokusioc/
H A Daction.php296 global $ID, $INFO, $REV, $conf;
299 $INFO['meta']['title'] . ($REV ? ' (rev ' . $REV . ')' : ''),
323 if (isset($INFO['meta']['date']['created'])) {
327 if (isset($INFO['meta']['date']['modified'])) {
331 if ($INFO['editor'] && $this->getConf('userns')) {
335 if (isset($INFO['meta']['date']['created'])) {
339 $wikipage->addLinks($INFO['meta']['relation']['references']);
393 if ($INFO['namespace']) {
394 $wikipage->addContainer($INFO['namespace']);
463 global $ID, $INFO, $conf;
[all …]
/plugin/dokutranslate/
H A Daction.php414 global $INFO;
422 $INFO['prependTOC'] = false;
435 echo p_render('xhtml', p_cached_instructions(wikiFN($ID)), $INFO);
H A Dsyntax.php24 global $INFO;
30 'rev' => $INFO['lastmod'],
/plugin/drawio/
H A Daction.php67 global $INFO;
/plugin/dtable/
H A Daction.php34 global $ID, $INFO;
55 p_set_metadata($INFO['id'], array('dtable_pages' => $dtable_pages), false, false);
H A Dsyntax.php28 global $INFO;
33 … return array($state, array($pos, $table_nr, p_get_metadata($INFO['id'], 'dtable_pages')));
/plugin/dump/action/
H A Dmenu.php33 global $INFO;
34 if (!$INFO['isadmin']) {
45 global $INFO;
46 if (!$INFO['exists']) {
/plugin/dump/renderer/
H A Dcallstack.php26 global $INFO;
30 && $INFO['isadmin']
/plugin/dw2markdown/
H A Daction.php29 global $INFO;
35 if (! $INFO['exists']) {

12345678910>>...21