Home
last modified time | relevance | path

Searched refs:ID (Results 826 – 850 of 1363) sorted by path

1...<<31323334353637383940>>...55

/plugin/owncloud/
H A Daction.php51 global $ID;
57 if(!page_exists($ID)) return false;
59 $list = $helper->getMediaOfThisPage($ID);
73 global $ID;
79 echo $helper->getMediaOfThisPage($ID);
126 global $ID;
138 echo "<h1>$ID</h1>";
150 global $ID;
202 resolve_mediaid(getNS($ID),$src, $exists);
224 global $ID;
[all …]
H A Dhelper.php221 global $ID;
224 $authorlist->setOptions($ID,array('displayaslist'=>false));
288 global $ID;
296 $authorlist->setOptions($ID,array('displayaslist'=>false));
401 global $ID;
416 resolve_mediaid(getNS($ID),$src, $exists);
435 …$link['url'] = $this->ml($src,array('id'=>$ID,'cache'=>$cache,'fileid'=>$fileid),($linking=='direc…
451 …$link['url'] = $this->ml($src,array('id'=>$ID,'cache'=>$cache,'fileid'=>$fileid),($linking=='direc…
H A Dsyntax.php128 resolve_mediaid(getNS($ID), $src, $exists);
/plugin/owncloud/tpl/
H A Ddetail.php168 …echo '<li><a href="'.wl($ID).'" class="back"><span>'.$lang['img_backto'].' '.$ID.'</span></a></li>…
/plugin/page4release/
H A Daction.php23 global $conf, $ACT, $ID;
26 $filename = array_pop(explode(':',$ID));
27 $release = p_get_metadata($ID, 'page4release',True);
30 …if ( (array_key_exists($ID,$page4release[$filename]) && ($page4release[$filename][$ID] != $rele…
31 || (!array_key_exists($ID,$page4release[$filename]) && ($release))
38 if ($otherId != $ID)
44 $page4release[$filename][$ID] = $release;
47 unset($page4release[$filename][$ID]);
50 $page4release[$filename] = array($ID => $release);
H A Dsyntax.php30 global $ID;
31 p_set_metadata($ID, array('page4release'=>False), False, True);
44 global $conf,$ACT, $ID;
50 $filename = array_pop(explode(':',$ID));
53 if ($otherId != $ID)
66 p_set_metadata($ID, array('page4release'=>$data), False, True);
/plugin/pagebuttons/
H A Daction.php68 global $ID;
73 || !$this->canDelete($ID)
89 global $ID;
95 || !page_exists($ID)
96 …|| ($this->getConf('onlyShowNewButtonsOnStart') && !(substr_compare($ID, ":".$conf['start'], -strl…
112 global $ID;
118 || !page_exists($ID)
119 …|| ($this->getConf('onlyShowNewButtonsOnStart') && !(substr_compare($ID, ":".$conf['start'], -strl…
151 global $ID, $INFO, $lang;
161 saveWikiText($ID, null, $lang['deleted']);
/plugin/pagehere/
H A Daction.php18 global $ID;
26 $ns = getNS($ID);
H A Dsyntax.php35 global $ID;
40 $renderer->doc .= '<input name="id" type="hidden" value="' . hsc($ID) . '" />';
/plugin/pageindex/
H A Dsyntax.php22 global $ID;
31 if($opts['ns'].":$id" <> $ID) {
/plugin/pagelist/
H A Dsyntax.php49 global $ID;
62 if (!$id) $id = $ID;
66 $resolver = new dokuwiki\File\PageResolver($ID);
71 resolve_pageid(getNS($ID), $id, $exists);
/plugin/pagemod/helper/
H A Dpagemod.php24 global $ID;
37 $page_to_modify = $ID;
40 resolve_pageid(getNS($ID), $page_to_modify, $ignored);
75 saveWikiText($page_to_modify, $template, sprintf($this->getLang('summary'), $ID));
/plugin/pagemove/_test/
H A Dpagemove.test.php21 global $ID;
24 $ID = $this->movedId;
166 global $ID;
172 $opts['ns'] = getNS($ID);
284 global $ID;
290 $opts['ns'] = getNS($ID);
291 $opts['name'] = noNS($ID);
402 global $ID;
408 $opts['ns'] = getNS($ID);
409 $opts['name'] = noNS($ID);
[all …]
/plugin/pagemove/
H A Dadmin.php125 global $ID;
129 $ns = getNS($ID);
130 $name = noNS($ID);
266 global $ID;
373 $ID = $opts['new_id'];
430 global $ID;
452 $ID = $page['id'];
478 global $ID;
500 if (checklock($ID)) {
543 lock($ID);
[all …]
/plugin/pagequery/
H A Daction.php27 global $ID;
40 if (!p_get_metadata($ID, 'pagequery')) {
/plugin/pageredirect/
H A Daction.php36 global $ID, $ACT, $REV;
43 $metadata = $this->get_metadata($ID);
68 if(@filemtime(metaFN($ID, '.meta')) < @filemtime(wikiFN($ID))) {
86 $this->flash_message($ID);
143 * @param string $ID page id from where the redirect originated
145 private function flash_message($ID) { argument
153 $_SESSION[DOKU_COOKIE]['redirect'] = $ID;
169 $ID = isset($_SESSION[DOKU_COOKIE]['redirect']) ? $_SESSION[DOKU_COOKIE]['redirect'] : null;
170 if(!$ID) {
184 get_metadata($ID) global() argument
[all...]
H A Dsyntax.php82 global $ID;
84 $resolver = new PageResolver($ID);
88 resolve_pageid(getNS($ID), $id, $exists);
/plugin/pagestat/
H A Daction.php48 global $ID, $REV,$GLOBALS;
/plugin/pagetemplate/
H A Daction.php64 $ID = getID();
68 $backlinks = $lib->getBacklinks($ID);
/plugin/pagetemplater/
H A Daction.php38 global $ACT, $INFO, $TOC, $ID;
50 $replace['page'] = $ID;
51 $replace['namespace'] = getNS($ID);
111 global $ID;
115 if (strlen($pattern) > 0 && preg_match($pattern, $ID)) {
122 if (trim($space) && (strpos($ID, $space . ':') === 0)) {
/plugin/pagetitle/
H A Daction.php66 global $ID;
96 $pageTitled = in_array($ID, $pages);
104 $meta['title'] = $ID;
H A Dhelper.php34 global $conf, $ID;
37 $page = $ID;
100 global $conf, $ID;
102 if (is_null($id)) $id = $ID;
176 global $ACT, $ID, $conf, $lang;
179 $title = (p_get_metadata($ID, 'title')) ?: $ID;
/plugin/pagetitle/syntax/
H A Dbreadcrumb.php63 global $ID;
66 $id = cleanID($data[0]) ?: $ID;
H A Ddecorative.php76 global $ID;
82 return $data = [$state, $ID, $title];
87 return $data = [$state, $ID, ''];
95 return $data = [$state, $ID, $params];
105 global $ID;
143 if (strcmp($id, $ID) !== 0) return false;
156 $renderer->meta['plugin']['pagetitle']['title'] = $ID;
H A Dshorter.php54 global $ID;
58 if ($counter[$ID]++ > 0) return false;
62 return $data = [$state, $short_title, $ID];
70 global $ID;
75 if (strcmp($id, $ID) !== 0) return false;

1...<<31323334353637383940>>...55