Home
last modified time | relevance | path

Searched refs:INFO (Results 76 – 100 of 503) sorted by relevance

12345678910>>...21

/plugin/calendoku/
H A Daction.php16 $INFO = pageinfo();
21 if (!strcmp($INFO['namespace'], $namespace)) {
28 if (auth_quickaclcheck($INFO['id']) < AUTH_READ)
32 header('Content-disposition: attachment; filename="'.$INFO['id'].'.ics"');
33 die(file_get_contents($INFO['filepath']));
/plugin/socialite/syntax/
H A Dbutton.php116 global $INFO;
118 $url = rawurlencode(wl($INFO['id'], '', true));
119 $title = rawurlencode(($INFO['meta']['title']) ? $INFO['meta']['title'] : $meta);
120 $abstract = rawurlencode($INFO['meta']['description']['abstract']);
/plugin/nodetailsxhtml/
H A Daction.php39 global $conf, $INFO;
41 if ( empty($event->data) && array_key_exists( 'forceTOC', $INFO['meta'] ) && $INFO['meta']['forceTOC'] == true ) {
42 $event->data = $INFO['meta']['description']['tableofcontents'];
H A Drenderer.php57 global $TOC, $ID, $INFO, $conf;
70 if (isset($meta['toc']['toptoclevel'])||isset($INFO['meta']['toc']['maxtoclevel'])) {
125 global $INFO;
138 if ( $INFO['perm'] <= AUTH_READ )
145 if ( $this->getConf('usenumberedheading') || !empty($useNumbered) || !empty($INFO['meta']['usenumberedheading']) || isset($_REQUEST['usenumberedheading'])) {
187 } else if ( $INFO['perm'] > AUTH_READ ) {
204 global $INFO;
205 if ( $INFO['perm'] > AUTH_READ )
212 global $INFO;
213 if ( $INFO['per
[all...]
/plugin/publish/action/
H A Dstart.php23 global $INFO;
34 if ($INFO['perm'] != AUTH_READ) {
51 $INFO['rev'] = $latestApproved;
H A Dbanner.php21 global $INFO;
31 if (!$INFO['exists']) {
35 $meta = $INFO['meta'];
41 if($INFO['perm'] <= AUTH_READ && $this->getConf('hidereaderbanner')){
88 global $INFO;
89 if ($this->getConf('apr_mail_receiver') !== '' && $INFO['isadmin']) {
H A Dmail.php41 global $INFO;
71 $ReplyTo = $INFO['userinfo']['mail'];
77 if ($INFO['isadmin'] == '1') {
106 global $INFO;
115 if($this->hlp->hasApprovals($INFO['meta'])) {
128 $summary = $INFO['meta']['last_change']['sum'];
/plugin/projects/lib/
H A Dtools.php84 global $INFO;
85 if (!$INFO['writable'] || $REV) return '';
92 global $INFO;
93 if (!$INFO['writable'] || $REV) return '';
103 global $INFO;
104 if (!$INFO['writable'] || $REV) return '';
/plugin/approve/action/
H A Drevisions.php16 global $INFO;
23 if (!$acl->useApproveHere($INFO['id'])) return;
25 $approve_revisions = $db->getPageRevisions($INFO['id']);
26 $last_approved_rev = $db->getLastDbRev($INFO['id'], 'approved');
40 $revision = $INFO['meta']['date']['modified'];
/plugin/quicksubscribe/
H A Dhelper.php12 global $INFO;
28 if ($INFO['subscribed']) {
30 $target = $INFO['subscribed'][0]['target'];
/plugin/autotranslation/
H A Dhelper.php206 global $INFO;
255 global $INFO;
257 if(!$this->istranslatable($INFO['id'])) return '';
260 list($lc, $idpart) = $this->getTransParts($INFO['id']);
276 if($INFO['exists']) {
416 global $INFO;
418 if(!$INFO['exists']) return;
428 if($INFO['lastmod'] >= @filemtime($origfn)) return;
435 if($rev < $INFO['lastmod']) {
448 $difflink = $this->getOldDiffLink($orig, $INFO['lastmod']);
[all …]
/plugin/showlinkpermission/
H A Drenderer.php28 global $INFO;
67 $user = $INFO['userinfo']['name'];
68 $groups = $INFO['userinfo']['grps'];
85 if ($id == $INFO['id']) {
/plugin/multiselect/_test/
H A Dsyntax.test.php16 global $INFO;
17 $INFO['id'] = 'test:plugin_multiselect:syntax';
37 global $INFO;
38 $INFO['id'] = 'test:plugin_multiselect:syntax2';
/plugin/sitemapnavi/action/
H A Dajax.php49 global $INPUT, $INFO;
51 if (empty($INFO)) {
52 $INFO = [
/plugin/grouphome/
H A Daction.php28 global $INFO;
32 if (!isset($INFO['userinfo']['grps'])) return;
37 $grps = (array) $INFO['userinfo']['grps'];
/plugin/virtualkeyboard/
H A Daction.php56 global $INFO;
61 $js_write = ($INFO['writable']) ? 1 : 0;
81 global $INFO;
/plugin/qc/
H A Dhelper.php39 global $ACT, $INFO, $ID;
42 if (isset($INFO)) {
43 $exists = $INFO['exists'];
/plugin/dokubookmark/
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/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/translation/
H A Dhelper.php230 global $INFO;
232 if (!$this->istranslatable($INFO['id'])) return '';
235 [, $idpart] = $this->getTransParts($INFO['id']);
250 [$type, $text, $attr] = $this->prepareLanguageSelectorItem($t, $idpart, $INFO['id']);
326 global $INFO;
328 if (!$INFO['exists']) return;
338 if ($INFO['lastmod'] >= @filemtime($origfn)) return;
344 $difflink = $this->getOldDiffLink($orig, $INFO['lastmod']);
/plugin/pagequery/
H A Daction.php53 global $INFO;
54 if ($INFO['userinfo']['grps']) {
55 $newkey = implode('#', $INFO['userinfo']['grps']);
/plugin/toctweak/
H A Dhelper.php92 global $ID, $INFO;
95 if ($id == $INFO['id']) {
96 $toc = $INFO['meta']['description']['tableofcontents'];
171 global $INFO;
172 $meta =& $INFO['meta']['toc'];
/plugin/rowmove/_test/
H A Dajax.test.php16 global $INFO;
17 $INFO['id'] = 'test:plugin_rowmove:syntax';
18 $INFO['perm'] = AUTH_EDIT;
/plugin/glossary/syntax/
H A Ddiv.php97 global $INFO;
99 isset ($INFO ['userinfo']) &&
100 isset ($INFO ['userinfo']['grps']) &&
101 in_array (trim ($this->getConf ('adminGroup')), $INFO ['userinfo']['grps']);
/plugin/move/action/
H A Drename.php37 global $INFO;
41 if (isset($INFO['id'])) {
42 $JSINFO['move_renameokay'] = $this->renameOkay($INFO['id']);
81 global $INFO, $JSINFO;
89 if(!$INFO['exists']) {

12345678910>>...21