Home
last modified time | relevance | path

Searched refs:ID (Results 151 – 175 of 1363) sorted by last modified time

12345678910>>...55

/plugin/structodt/
H A Daction.php103 global $ID;
113 $resolver = new MediaResolver($ID);
/plugin/data/
H A Dbureaucracy_field.php72 '@@ID@@',
162 global $ID;
171 $trans = $translationPlugin->getLangPart($ID);
/plugin/data/syntax/
H A Dcloud.php148 global $ID;
162 $data['page'] = $ID;
H A Dentry.php149 global $ID;
157 $this->saveData($data, $ID, $renderer->meta['title'] ?? '');
180 global $ID;
205 $val[$i] = $ID . '|' . $val[$i];
214 $val = $ID . '|' . $val;
H A Drelated.php71 global $ID;
72 if (is_null($id)) $id = $ID;
H A Dtable.php375 global $ID;
402 '<a href="' . wl($ID) . '">' . $this->getLang('tableresetfilter') . '</a>' .
435 $text .= '<a href="' . wl($ID, ['datasrt' => $ckey] + $cur_params) .
454 $form->addHidden('id', $ID);
504 global $ID;
542 $text .= '<a href="' . wl($ID, $params) .
559 $text .= '<a href="' . wl($ID, $params) .
/plugin/data/_test/
H A Ddb.test.php
H A Dhelper.test.php
/plugin/data/helper/
H A Daliastextbox.php69 $content = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@ ' . $classes);
157 global $ID;
166 $trans = $translationPlugin->getLangPart($ID);
/plugin/adhoctags/
H A DREADME.md74 - `#tagid` – any valid HTML id, prefixed by a hash (`#`) will be used as the element’s ID.
/plugin/subpages/
H A Dsyntax.php142 global $ID;
145 $ns = ':'.getNS($ID).substr($ns, 1);
147 $ns = $this->_getParentNS($ID).substr($ns, 3);
149 $ns = $this->_getParentNS($ID);
152 $ns = ':'.getNS($ID);
154 $ns = ':'.getNS($ID).':'.$ns;
196 global $ID;
216 if ($fqid != ':'.$ID) {
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md272 * `FIX`: properly re-use ID of a copied element if available ([#1503](https://github.com/bpmn-io/bp…
276 * `FIX`: re-use ID of a copied element if available ([#1503](https://github.com/bpmn-io/bpmn-js/pul…
847 * `FEAT`: `bpmn:LaneSet` elements get an ID assigned on creation
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md111 * `FIX`: validate definitions ID ([#611](https://github.com/bpmn-io/dmn-js/issues/611))
249 * Literal expression and decision table viewers no longer allow to change decision ID. Use [dmn-js-…
298 * `FIX(drd)`: correctly handle source element ID change ([#467](https://github.com/bpmn-io/dmn-js/i…
329 * `FIX(drd)`: correctly handle source element ID change ([#467](https://github.com/bpmn-io/dmn-js/i…
/plugin/oauth/
H A DOAuthManager.php21 global $ID;
24 $session->setLoginData($servicename, $ID);
83 // redirect to the appropriate ID
164 * The ID we store authentication data as
H A DAdapter.php260 global $ID;
263 'href' => wl($ID, ['oauthlogin' => $this->getServiceID()], false, '&'),
/plugin/oauth/action/
H A Dlogin.php168 global $ID;
189 $url = wl($ID, ['oauthlogin' => $service->getServiceID()], true, '&');
/plugin/statistics/inc/pchart/
H A DDataDescription.php98 $ID = 0;
101 return $ID;
104 $ID++;
H A DCSVImporter.php71 $ID = 1;
73 $data->SetSeriesName($Value, "Serie".$ID);
74 $ID++;
91 $ID = 1;
93 $data->AddPoint(intval($Value), "Serie".$ID);
94 $ID++;
H A DPieChart.php102 $ID = 0;
112 $this->palette->colors[$ID],
127 $ID++;
H A DpCache.php51 public function IsInCache($ID, $Data, $Hash = '') { argument
53 $Hash = $this->GetHash($ID, $Data);
61 public function WriteToCache($ID, $Data, pChart $Picture) { argument
62 $Hash = $this->GetHash($ID, $Data);
71 public function DeleteFromCache($ID, $Data) { argument
72 $Hash = $this->GetHash($ID, $Data);
82 * @param string $ID ID/short string of the Picture
87 public function GetFromCache($ID, $Data, $return = FALSE) { argument
88 $Hash = $this->GetHash($ID,
104 GetHash($ID, $Data) global() argument
[all...]
H A DpChart.php452 $ID = 1;
455 if($ID % $SkipLabels == 0) {
519 $ID++;
1051 $ID = 0;
1059 $this->palette->getColor($ID),
1079 $ID++;
H A DpData.php67 * the data set, taking on auto-incremented ID values based on the
71 $ID = 0;
74 $ID = $i + 1;
79 $this->Data [$ID] [$Serie] = $Val;
81 $this->Data[$ID]["Name"] = $Description;
82 } elseif(!isset ($this->Data [$ID] ["Name"])) {
83 $this->Data [$ID] ["Name"] = $ID;
85 $ID++;
/plugin/statistics/
H A Daction.php72 global $ID;
73 $url = DOKU_BASE . 'lib/plugins/statistics/log.php?p=' . rawurlencode($ID) .
/plugin/farmer/admin/
H A Dinfo.php82 global $ID;
88 $self = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'info', 'list' => 1]);
H A Dnew.php41 global $ID;
60 $link = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'new'], true, '&');

12345678910>>...55