Home
last modified time | relevance | path

Searched refs:ID (Results 226 – 250 of 1363) sorted by relevance

12345678910>>...55

/plugin/publish/_test/
H A Dmail.test.php40 global $ID;
41 $ID = 'foo';
57 $actual_lastapproved_helper = $helper->getLatestApprovedRevision($ID);
/plugin/html2pdf/snorriheim/
H A Dtpl_functions.php58 global $ID;
118 $svID = cleanID($ID);
230 global $ID;
232 $svID = $ID;
253 $ID = $svID;
285 global $ID;
290 $ns = dirname(str_replace(':','/',$ID));
/plugin/blog/syntax/
H A Dblog.php22 global $ID;
42 elseif ($ns == '.') $ns = getNS($ID);
168 global $ID;
175 $ret .= '<p class="centeralign">'.DOKU_LF.'<a href="'.wl($ID, 'first='.$first).'"'.
183 $ret .= '<a href="'.wl($ID, 'first='.$last).'" class="wikilink1">'.
199 global $ID;
205 DOKU_TAB.DOKU_TAB.'<input type="hidden" name="id" value="'.$ID.'" />'.DOKU_LF.
/plugin/sql2wiki/action/
H A Dsqlite.php67 global $ID, $ACT;
71 $sql2wiki_data = p_get_metadata($ID, 'plugin_sql2wiki');
75 $something_changed = $this->update_query_results($ID, $sql2wiki_data, 1);
78 $this->update_pages_content($event, [$ID]);
79 $go = wl($ID, '', true, '&');
85 global $ID;
99 // the $ID is usually updated in check_current_page_for_updates
101 $sleep = $page == $ID ? 1 : 0;
149 '$ID$',
/plugin/const/
H A Daction.php48 global $ID;
178 $this->offsets[$ID] = array();
182 $this->offsets[$ID][] = array(
195 p_set_metadata($ID, array(
265 global $ID;
266 if(!array_key_exists($ID,$this->offsets)) return $pos;
269 foreach ($this->offsets[$ID] as $tuple) {
/plugin/dw2pdf/
H A Drenderer.php38 global $ID;
44 $pid = sectionID($ID, $check);
79 global $ID;
87 $pid = sectionID($ID, $check);
179 global $ID;
182 $title = $ID . ' ↵';
185 $pid = sectionID($ID, $check);
195 * @param string $src media ID
/plugin/ckgedit/
H A Dhelper.php82 global $ID;
95 $media_tmp_ns = preg_match('/:/',$ID) ? preg_replace('/:\w+$/',"",$ID,1) : "";
99 $meta_fn = metaFN($ID,'.ckgedit');
100 $meta_id = 'meta/' . str_replace(':','/',$ID) . '.ckgedit';
106 $cname = getCacheName($INFO['client'].$ID,'.draft');
/plugin/barcode/
H A Dsyntax.php36 global $ID;
41 $p['text'] = wl($ID, '', true);
77 global $ID;
85 $lang = $translation->getLangPart($ID);
/plugin/submgr/
H A Dadmin.php37 global $ID;
39 $url = wl($ID, array('do' => 'admin', 'page' => 'submgr'), true, '&');
67 global $ID;
69 $url = wl($ID, array('do' => 'admin', 'page' => 'submgr'));
/plugin/strata/syntax/
H A Dentry.php223 global $ID;
227 if(isset(self::$previewMetadata[$ID])) {
228 $positions = self::$previewMetadata[$ID]['strata']['positions'];
230 $positions = p_get_metadata($ID, 'strata positions');
246 global $ID;
274 $heading = p_get_first_heading($ID);
279 $heading = noNS($ID);
352 $subject = $ID.'#'.$data['entry'];
355 resolve_pageid(getNS($ID),$subject,$exists);
385 self::$previewMetadata[$ID]['strat
[all...]
/plugin/linkback/exe/
H A Dtrackback.php57 // get ID
58 $ID = substr($_SERVER['PATH_INFO'], 1);
60 $file = metaFN($ID, '.linkbacks');
132 'target' => wl($ID, '', true),
149 $this->tools->addLogEntry($linkback['received'], $ID, 'cl', '', $linkback['lid']);
150 $this->tools->notify($ID, $linkback);
/plugin/siteexport/syntax/
H A Daggregate.php47 global $ID, $conf;
68 $namespace[] = $ID;
76 …> sectionID('siteexport_site_aggregator', $this->headers), 'action' => wl($ID), 'class' => 'siteex…
80 $form->addHidden('ns', $ID);
81 $form->addHidden('site', $ID);
/plugin/quickedit/
H A Dsyntax.php72 …<div id='quickedit' onDblClick= 'plugin_quickedit_go(".$data[1].",\"".$data[2]."\",\"".$ID."\",\""…
93 …quickedit/ressources/add.gif' onClick='quickedit_save(".$data[1].",\"".$data[2]."\",\"".$ID."\")'/>
94 …edit/ressources/delete.gif' onClick='quickedit_cancel(".$data[1].",\"".$data[2]."\",\"".$ID."\")'/>
/plugin/miniblog/syntax/
H A Dcomment.php35 global $ID;
44 'disqus_url' => wl($ID, '', true),
45 'disqus_identifier' => $ID,
/plugin/displaywikipage/
H A Dcode.php13 global $ID, $REV;
16 $backup['ID'] = $ID;
44 $ID = $backup['ID'];
/plugin/publish/action/
H A Dremoveattic.php36 global $ID;
38 $changelog = new PageChangelog($ID, 0);
42 $fn = wikiFN($ID, $revision);
/plugin/strata/types/
H A Dpage.php17 global $ID;
26 $base = ($hint?:getNS($ID));
31 $value = $ID.$value;
/plugin/bureaucracyau/_test/
H A Dactions_template.test.php22 global $ID;
25 $ID = 'bla';
41 global $ID;
44 $ID = 'de:bla';
/plugin/bureaucracy-au/_test/
H A Dactions_template.test.php22 global $ID;
25 $ID = 'bla';
41 global $ID;
44 $ID = 'de:bla';
/plugin/elasticsearch/
H A Dcli.php99 global $ID;
109 $ID = $val['id'];
111 $this->info(sprintf("Indexing page %s (%d of %d)\n", $ID, $n, $pages));
112 $act->index_page($ID);
/plugin/news/
H A Daction.php34 global $ID,$INFO;
43 io_saveFile($metafile,time() . "\n" . $ID ."\n");
44 $this->helper->saveFeedData($ID);
/plugin/dokumicrobugtracker/
H A Dsyntax.php88 global $ID;
296 global $ID;
297 if (auth_quickaclcheck($ID) >= AUTH_ADMIN) {
306 global $ID;
307 if (auth_quickaclcheck($ID) >= AUTH_ADMIN)
325 if (auth_quickaclcheck($ID) >= AUTH_ADMIN) {
367 global $ID;
371 '<input type="hidden" name="id" value="'.$ID.'" />'.
/plugin/projects/action/
H A Dmetadata.php34 global $ID;
36 if (auth_quickaclcheck($ID) <= AUTH_READ) return;
40 $name = noNS($ID);
/plugin/randominc/
H A Dsyntax.php45 global $ID;
52 $ns = dirname(str_replace(':','/',$ID));
84 global $ID;
90 if (empty($page_stack)) $page_stack[] = $ID;
97 resolve_pageid(getNS($ID), $id, $exists); // resolve shortcuts
110 resolve_pageid(getNS($ID), $an_id, $exists); // resolve shortcuts
157 $secids = p_get_metadata($ID, 'plugin_include secids');
/plugin/dokutranslate/
H A Dadmin.php53 global $ID;
129 global $ID;
159 global $ID;
177 global $ID;
183 $ns = dirname(str_replace(':','/',$ID));
271 global $ID;
327 global $ID;

12345678910>>...55