Home
last modified time | relevance | path

Searched refs:ID (Results 176 – 200 of 1363) sorted by relevance

12345678910>>...55

/plugin/siteexport/exe/
H A Dsiteexportmanager.php18 global $INFO, $JSINFO, $INPUT, $ID, $conf;
22 if ( empty($ID) ) {
40 $ID = $NS . ':' . getID(); variable
44 $JSINFO = array('id' => $ID, 'namespace' => $NS);
/plugin/odt/renderer/
H A Dbook.php51 global $ID;
61 $this->set_page_bookmark($ID);
122 global $ID;
126 resolve_pageid(getNS($ID),$id,$exists);
148 if ($ID == $id) {
/plugin/approve/
H A Dadmin.php29 global $ID;
64 send_redirect(wl($ID, array('do' => 'admin', 'page' => 'approve'), true, '&'));
73 global $ID;
91 echo '<form action="' . wl($ID) . '" action="post">';
111 $ID, array(
/plugin/davcard/syntax/
H A Dbook.php57 global $ID;
60 $data = array('name' => $ID,
87 $data['id'] = array($ID);
92 if(in_array($ID, $data['id']))
98 … $this->hlp->setAddressbookNameForPage($data['name'], $data['description'], $ID, $username);
101 $meta = p_get_metadata($ID, 'plugin_davcard');
117 p_set_metadata($ID, array('plugin_davcard' => $meta));
126 global $ID;
134 $R->doc .= '<div id="davcardAddressbookList" data-addressbookpage="'.$ID.'">';
/plugin/combo/ComboStrap/
H A DExecutionContext.php193 global $ID;
194 $this->capturedGlobalId = $ID;
200 * hack because the dokuwiki request global object as `ID` and `id` as array
206 $ID = $urlId;
210 $ID = null;
319 global $ID;
320 if (empty($ID)) {
323 return $ID;
356 global $ID;
357 $ID
[all...]
/plugin/todo/syntax/
H A Dtodo.php159 global $ID;
172 $renderer->doc .= $this->createTodoItem($renderer, $ID, array_merge($data, array('checkbox'=>'yes')));
253 global $ID, $INFO;
254 $oldID = $ID;
255 $ID = $id;
264 . ' data-date="' . hsc(@filemtime(wikiFN($ID))) . '"'
265 . ' data-pageid="' . hsc($ID) . '"'
305 if($this->getConf("CheckboxText") && !$this->getConf("AllowLinks") && $oldID == $ID && $data['checkbox']) {
318 if ($oldID != $ID) {
332 //restore page ID
[all...]
/plugin/var/
H A Dsyntax.php35 global $ID;
51 $xhtml = $ID;
55 $xhtml = getNS($ID);
59 $meta = $this->wikiLink($ID, true);
65 $xhtml = strtr(noNS($ID),'_',' ');
69 $meta = $this->wikiLink($ID);
/plugin/miniblog/syntax/
H A Dentry.php69 global $ID;
84 …$renderer->doc .= '<p class="medialeft"><a href="'.wl($ID, 'page='.$less).'" class="wikilink1">'.$…
87 …$renderer->doc .= '<p class="mediaright"><a href="'.wl($ID, 'page='.$more).'" class="wikilink1">'.…
92 global $ID;
114 …$renderer->doc .= '<p class="medialeft"><a href="'.wl($ID, 'page='.$less).'" class="wikilink1">'.$…
117 …$renderer->doc .= '<p class="mediaright"><a href="'.wl($ID, 'page='.$more).'" class="wikilink1">'.…
/plugin/rating/
H A Daction.php59 global $ID;
60 $ID = getID();
80 global $ID;
87 $hlp->rate($rate, $ID);
/plugin/markdownextra/
H A Daction.php25 global $ID;
28 if(substr($ID,-3) != '.md') return true;
47 global $ID;
49 if (substr($ID,-3) != '.md' || $ACT != 'edit') return;
/plugin/pagetitle/
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/revealjs/syntax/
H A Dtheme.php89 global $ID, $conf;
112 exportlink($ID,'revealjs',count($exportData)?$exportData:null).'" title="'.
117 …'<br><nobr><a target="'.$target.'" href="'.exportlink($ID,'revealjs',count($exportData)?$exportDat…
141 global $ID, $conf;
156 $conf['plugin']['revealjs']['user_can_edit'] = auth_quickaclcheck($ID) >= AUTH_EDIT;
/plugin/struct/admin/
H A Dassignments.php50 global $ID;
81 send_redirect(wl($ID, ['do' => 'admin', 'page' => 'struct_assignments'], true, '&'));
90 global $ID;
102 echo '<form action="' . wl($ID) . '" action="post">';
121 $ID,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc109 $params['calendar_id'] = (string) The ID of the calendar to delete
122 $params['calendar_id'] = (string) The ID of the calendar to modify
123 $params['event_id'] = (string) The ID of the event to remove from the calendar
136 $params['calendar_id'] = (string) The ID of the calendar to modify
137 $params['job_id'] = (string) The ID of the job to remove from the calendar
151 $params['id'] = (string) The ID of the data frame analytics to delete
166 $params['datafeed_id'] = (string) The ID of the datafeed to delete
180 $params['job_id'] = (string) The ID of the job(s) to perform expired data hygiene for
194 $params['filter_id'] = (string) The ID of the filter to delete
207 $params['job_id'] = (string) The ID o
[all...]
/plugin/strata/
H A Drenderer.php20 global $ID;
21 if(!@file_exists(wikiFN($ID))) {
29 global $ID;
/plugin/new_page_dialog/
H A Dhelper.php33 global $ID;
36 if(auth_quickaclcheck($ID) < AUTH_EDIT) {
51 $id = idfilter($ID,false);
63 $params['idx'] = ":" . getNS($ID);
/plugin/npd/
H A Dhelper.php43 global $ID;
46 if(auth_quickaclcheck($ID) < AUTH_EDIT) {
58 $id = idfilter($ID, false);
69 $params['idx'] = ":" . getNS($ID);
/plugin/autotooltip/
H A Drenderer.php19 global $ID;
21 $this->m_exclude = $this->m_helper->isExcluded($ID);
45 global $ID;
49 if (!$this->m_exclude && page_exists($id) && $id != $ID) {
/plugin/nsrelation/
H A Dsyntax.php101 global $ID;
105 if($this->rootns && strpos($ID,$this->rootns) !== 0) return;
106 $meta = p_get_metadata($ID);
111 if(strpos($ID,$this->rootns.$ns) === 0 ){
119 $idpart = preg_replace($rx,'',$ID);
/plugin/imagecarousel/
H A Dsyntax.php65 global $ID;
84 $this->first_item[$ID] = false;
88 if(!isset($this->first_item[$ID]) || !$this->first_item[$ID]) {
89 $this->first_item[$ID] = true;
/plugin/footer/
H A Daction.php44 global $ID;
60 'id' => $ID, // the id of the page to be created
98 $path = dirname(wikiFN($ID));
200 global $ID;
217 if(!p_get_metadata($ID, 'pagequery')) return;
/plugin/structpublish/_test/
H A Drevision.test.php53 global $ID;
57 $ID = $pid;
82 $revision = new Revision($ID, $currentrev);
89 $revision = new Revision($ID, $currentrev);
104 $revision = new Revision($ID, $currentrev);
/plugin/txt2tags/
H A Daction.php22 global $ID;
25 if(substr($ID,-4) != '.t2t') return true;
29 if(substr($ID,-4) == '.dok')
/plugin/userhistory/
H A Dadmin.php35 global $ID;
45 …$href = wl ( $ID ). ( strpos ( wl ( $ID ), '?' )?'&amp;':'?' ).'do=admin&amp;page='.$this->getPlug…
99 global $ID;
102 …$href = wl ( $ID ). ( strpos ( wl ( $ID ), '?' )?'&amp;':'?' ).'do=admin&amp;page='.$this->getPlug…
/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)) {

12345678910>>...55