Home
last modified time | relevance | path

Searched refs:id (Results 1126 – 1150 of 3526) sorted by relevance

1...<<41424344454647484950>>...142

/plugin/pgn4web/pgn4web/images/tilesvg/
H A Dbn.svg3 <g id="imagebot_2">
4 …<path transform="translate(0.7144 22.5) matrix(1 0 0 1 -572.768 -269.791)" fill="#000000" id="imag…
5 …<path transform="translate(0.7144 22.5) matrix(1 0 0 1 -572.768 -269.791)" fill="#ffffff" id="imag…
6 …<path transform="translate(0.7144 22.5) matrix(1 0 0 1 -572.768 -269.791)" fill="#ffffff" id="imag…
7 …<path transform="translate(0.7144 22.5) matrix(1 0 0 1 -572.768 -269.791)" fill="#ffffff" id="imag…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentEntity.php30 public $id; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentEntity
79 public function setId($id) argument
81 $this->id = $id;
88 return $this->id;
H A DGoogleCloudDocumentaiV1beta1DocumentEntity.php30 public $id; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentEntity
79 public function setId($id) argument
81 $this->id = $id;
88 return $this->id;
H A DGoogleCloudDocumentaiV1beta2DocumentEntity.php30 public $id; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentEntity
79 public function setId($id) argument
81 $this->id = $id;
88 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DBuildProvenance.php50 public $id; variable in Google\\Service\\OnDemandScanning\\BuildProvenance
171 public function setId($id) argument
173 $this->id = $id;
180 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DRevision.php29 public $id; variable in Google\\Service\\Drive\\Revision
94 public function setId($id) argument
96 $this->id = $id;
103 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DApplication.php50 public $id; variable in Google\\Service\\Games\\Application
161 public function setId($id) argument
163 $this->id = $id;
170 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DTableListTables.php39 public $id; variable in Google\\Service\\Bigquery\\TableListTables
120 public function setId($id) argument
122 $this->id = $id;
129 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DProject.php48 public $id; variable in Google\\Service\\Compute\\Project
157 public function setId($id) argument
159 $this->id = $id;
166 return $this->id;
H A DResourcePolicy.php35 public $id; variable in Google\\Service\\Compute\\ResourcePolicy
108 public function setId($id) argument
110 $this->id = $id;
117 return $this->id;
H A DRouter.php42 public $id; variable in Google\\Service\\Compute\\Router
141 public function setId($id) argument
143 $this->id = $id;
150 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DBuildProvenance.php50 public $id; variable in Google\\Service\\ContainerAnalysis\\BuildProvenance
171 public function setId($id) argument
173 $this->id = $id;
180 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DBlog.php33 public $id; variable in Google\\Service\\Blogger\\Blog
100 public function setId($id) argument
102 $this->id = $id;
109 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeannotation.php48 public $id; variable in Google\\Service\\Books\\Volumeannotation
165 public function setId($id) argument
167 $this->id = $id;
174 return $this->id;
H A DVolume.php31 public $id; variable in Google\\Service\\Books\\Volume
84 public function setId($id) argument
86 $this->id = $id;
93 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DVolume.php37 public $id; variable in Google\\Service\\Baremetalsolution\\Volume
122 public function setId($id) argument
124 $this->id = $id;
131 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DDeployment.php34 public $id; variable in Google\\Service\\DeploymentManager\\Deployment
95 public function setId($id) argument
97 $this->id = $id;
104 return $this->id;
/plugin/randomtables/syntax/
H A Dsource.php60 'id' => array_pop($tableID),
85 $id = $data[2];
86 $renderer->doc .= '<div class="randomtable-well"><button class="randomtable" data-src="' . $id . '" data-target="results-'
87 . $id . '">Roll</button><div id="results-' . $id .'" class="results"></div></div>' . PHP_EOL;
88 $renderer->doc .= '<table id="' . $id.'" class="inline table table-striped table-condensed randomtable">' . PHP_EOL;
/plugin/combo/ComboStrap/
H A DHistoricalBreadcrumbMenuItem.php99 foreach ($pages as $id => $name) {
102 $html .= $this->createLink($id, $name);
141 * @param $id
146 public function createLink($id, $name, $class = null): string argument
148 $page = MarkupPath::createMarkupFromId($id);
156 $attributes = LinkMarkup::createFromPageIdOrPath($id)->toAttributes(self::CANONICAL);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DOptionalContentWriter.php55 foreach ($this->mpdf->layers as $id => $layer) {
57 $this->mpdf->layers[$id]['n'] = $this->mpdf->n;
59 if (isset($this->mpdf->layerDetails[$id]['name']) && $this->mpdf->layerDetails[$id]['name']) {
60 $name = $this->mpdf->layerDetails[$id]['name'];
/plugin/struct/meta/
H A DAggregationValue.php20 public function __construct($id, $mode, \Doku_Renderer $renderer, SearchConfig $searchConfig)
26 parent::__construct($id, $mode, $renderer, $searchConfig);
17 protected $id; global() variable in dokuwiki\\plugin\\struct\\meta\\AggregationValue
62 __construct($id, $mode, \\Doku_Renderer $renderer, SearchConfig $searchConfig) global() argument
H A DSchema.php27 protected $id = 0; variable in dokuwiki\\plugin\\struct\\meta\\Schema
92 $this->id = $result['id'];
99 if (!$this->id) return;
106 AND SC.tid = T.id
108 $rows = $this->sqlite->queryAll($sql, [$this->id]);
145 return self::class . ' ' . $this->table . ' (' . $this->id . ') ';
192 if (!$this->id) throw new StructException('can not delete unsaved schema');
206 $sql = "SELECT T.id
208 WHERE T.id
[all...]
/plugin/noiewarning/
H A Daction.php271 private function get_better_browser ($id = '') { argument
273 if ($id === '') $id= $this->getConf('better');
275 if ($id === 'custom') {
279 $this->cnf['file']= $id;
281 else $id= 'firefox';
284 $betterfile= THIS_PLUGIN.'recommend/'.$id.'.txt';
287 $this->cnf['file']= $id;
297 $this->cnf['file']= $id. '(?)';
/plugin/dokutexit/
H A Dtexitrender.php195 function p_render_latex($id, & $info){ argument
196 $info['current_id'] = $id;
197 $filename = wikiFN($id);
204 $text = rawWiki($id);
209 function p_locale_latex($id=NULL){ argument
213 if (is_null($id)) {
214 $id = $this->_pageid;
217 $latex[] = $this->p_render_latex($id, $this->doc_info);
231 if (!isset($hash[$link['id']]) && $link['id'] != $id) {
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js281 JsHttpRequest.PENDING[ldObj.id] = false;
344 id = window.JsHttpRequest_tmp(func, dt);
346 var id = null;
351 id = window.JsHttpRequest_tmp(mediator, dt);
354 JsHttpRequest.TIMEOUTS[id] = mediator;
357 return id;
364 JsHttpRequest.clearTimeout = function(id) { argument
367 var r = window.JsHttpRequest_tmp(id);
402 var th = this.PENDING[d.id];
403 delete this.PENDING[d.id];
[all …]

1...<<41424344454647484950>>...142