Home
last modified time | relevance | path

Searched refs:ID (Results 251 – 275 of 1363) sorted by last modified time

1...<<11121314151617181920>>...55

/plugin/tplinc/
H A Dadmin.php50 global $ID;
53 echo '<form action="' . wl($ID) . '" id="plugin__tplinc" method="POST">';
/plugin/tplinc/lang/en/
H A Dintro.txt4 matches the current page ID. When multiple pattern match, all pages will be inserted in the order t…
/plugin/statdisplay/pchart/
H A DCSVImporter.php73 $ID = 1;
75 $data->SetSeriesName ( $Value, "Serie" . $ID );
76 $ID ++;
93 $ID = 1;
95 $data->AddPoint ( intval ( $Value ), "Serie" . $ID );
96 $ID ++;
H A DPieChart.php99 $ID = 0;
108 $this->palette->colors[$ID],
120 $ID ++;
H A DpData.php70 $ID = 0;
73 $ID = $i + 1;
78 $this->Data [$ID] [$Serie] = $Val;
80 $this->Data[$ID]["Name"] = $Description;
82 elseif (! isset ( $this->Data [$ID] ["Name"] )) {
83 $this->Data [$ID] ["Name"] = $ID;
85 $ID ++;
H A DDataDescription.php98 $ID = 0;
101 return $ID;
104 $ID ++;
H A DpChart.php438 $ID = 1;
441 if ($ID % $SkipLabels == 0) {
496 $ID ++;
984 $ID = 0;
991 $this->palette->colors[$ID],
1008 $ID ++;
H A DpCache.php50 public function IsInCache($ID, $Data, $Hash = "") { argument
52 $Hash = $this->GetHash ( $ID, $Data );
63 public function WriteToCache($ID, $Data, pChart $Picture) { argument
64 $Hash = $this->GetHash ( $ID, $Data );
73 public function DeleteFromCache($ID, $Data) { argument
74 $Hash = $this->GetHash ( $ID, $Data );
83 * @param string $ID ID/short string of the Picture
89 public function GetFromCache($ID, $Data, $return = FALSE) { argument
90 $Hash = $this->GetHash ( $ID, $Data );
107 protected function GetHash($ID, $Data) { argument
[all …]
/plugin/advanced/admin/
H A Dconfig.php340 global $ID;
529 global $ID;
537 return wl($ID, array_merge($defaults, $params), $absolute, $sep);
555 global $ID;
560 'link' => wl($ID, array(
H A Dexport.php65 global $ID;
H A Dimport.php63 global $ID;
/plugin/random_page/
H A Daction.php33 global $ID;
68 $id = $ID;
/plugin/s5/
H A Drenderer.php37 global $ID;
46 p_set_metadata($ID,array('format' => array('s5' => $headers) ));
62 global $ID;
96 <h1>'.tpl_pagetitle($ID, true).'</h1>
H A Dsyntax.php62 global $ID;
65 …$renderer->doc .= '<a href="'.exportlink($ID, 's5',sizeof($data)?array('s5theme'=>$data[0]):null).…
/plugin/gh/
H A Dsyntax.php103 global $ID;
117 $tpage = @filemtime(wikiFN($ID));
/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/archivegenerator/
H A Dadmin.php226 global $ID;
227 return wl($ID, [
243 global $ID;
244 return wl($ID, [
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D47bb632c6091ad0cd94bc660bdd309a5.asciidoc20 'state' => 'ID',
/plugin/elasticsearch/action/
H A Dindexing.php39 global $ID, $INFO;
43 metaFN($ID, '.elasticsearch_indexed'),
44 wikiFN($ID),
46 $this->needs_indexing($ID) ? 'needs indexing' : 'no indexing needed',
49 if ($this->needs_indexing($ID)) {
50 $this->index_page($ID);
H A Dsearch.php77 global $ID;
80 if (empty($QUERY)) $QUERY = $ID;
281 global $ID;
284 $ns = getNS($ID);
360 global $ID;
367 if (auth_quickaclcheck($ID) >= AUTH_CREATE) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DWatcherNamespace.asciidoc41 $params['watch_id'] = (string) Watch ID (Required)
55 $params['watch_id'] = (string) Watch ID
68 $params['watch_id'] = (string) Watch ID
81 $params['id'] = (string) Watch ID
94 $params['id'] = (string) Watch ID
109 $params['id'] = (string) Watch ID
122 $params['id'] = (string) Watch ID
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc17 When indexing a document, you can either provide an ID or let {es} generate one
22 .Providing an ID value
36 .Omitting an ID value
44 // Document will be indexed to my_index/_doc/<autogenerated ID>
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md204 - Added support of Elastic Cloud ID and API key authentication
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc185 $params['id'] = (string) Document ID (Required)
208 $params['id'] = (string) The document ID (Required)
275 $params['id'] = (string) Script ID
290 $params['id'] = (string) The document ID (Required)
292 $params['type'] = DEPRECATED (string) The type of the document (use `_all` to fetch the first document matching the ID across all types)
315 $params['id'] = (string) The document ID (Required)
339 $params['id'] = (string) The document ID (Required)
386 $params['id'] = (string) The document ID (Required)
388 $params['type'] = DEPRECATED (string) The type of the document (use `_all` to fetch the first document matching the ID across all types)
411 $params['id'] = (string) Script ID
[all...]

1...<<11121314151617181920>>...55