Home
last modified time | relevance | path

Searched refs:labels (Results 301 – 325 of 664) sorted by relevance

1...<<11121314151617181920>>...27

/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
H A DBackup.php69 public $labels; variable in Google\\Service\\BackupforGKE\\Backup
294 public function setLabels($labels) argument
296 $this->labels = $labels;
303 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2Revision.php70 public $labels; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Revision
289 public function setLabels($labels) argument
291 $this->labels = $labels;
298 return $this->labels;
H A DGoogleCloudRunV2Revision.php70 public $labels; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Revision
289 public function setLabels($labels) argument
291 $this->labels = $labels;
298 return $this->labels;
H A DGoogleCloudRunOpV2Service.php74 public $labels; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Service
309 public function setLabels($labels) argument
311 $this->labels = $labels;
318 return $this->labels;
H A DGoogleCloudRunV2Service.php74 public $labels; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Service
309 public function setLabels($labels) argument
311 $this->labels = $labels;
318 return $this->labels;
H A DGoogleCloudRunV2Task.php78 public $labels; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Task
329 public function setLabels($labels) argument
331 $this->labels = $labels;
338 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DStep.php151 public function setLabels($labels) argument
153 $this->labels = $labels;
160 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DInstance.php58 public $labels; variable in Google\\Service\\CloudRedis\\Instance
253 public function setLabels($labels) argument
255 $this->labels = $labels;
262 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DForwardingRule.php82 public $labels; variable in Google\\Service\\Compute\\ForwardingRule
329 public function setLabels($labels) argument
331 $this->labels = $labels;
338 return $this->labels;
H A DImage.php64 public $labels; variable in Google\\Service\\Compute\\Image
289 public function setLabels($labels) argument
291 $this->labels = $labels;
298 return $this->labels;
H A DDisk.php50 public $labels; variable in Google\\Service\\Compute\\Disk
261 public function setLabels($labels) argument
263 $this->labels = $labels;
270 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DNodeConfig.php52 public $labels; variable in Google\\Service\\Container\\NodeConfig
235 public function setLabels($labels) argument
237 $this->labels = $labels;
244 return $this->labels;
H A DUpdateNodePoolRequest.php147 public function setLabels(NodeLabels $labels) argument
149 $this->labels = $labels;
156 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1Entry.php57 public $labels; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1Entry
260 public function setLabels($labels) argument
262 $this->labels = $labels;
269 return $this->labels;
/plugin/labeled/db/
H A Dupdate0001.sql2 CREATE TABLE labels ( name, color, namespace, ordernr, PRIMARY KEY(name) ); table
4 CREATE INDEX idx_name ON labels(name);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBucket.php56 public $labels; variable in Google\\Service\\Storage\\Bucket
271 public function setLabels($labels) argument
273 $this->labels = $labels;
280 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DCloudFunction.php78 public $labels; variable in Google\\Service\\CloudFunctions\\CloudFunction
345 public function setLabels($labels) argument
347 $this->labels = $labels;
354 return $this->labels;
/plugin/passwordgrey/
H A Dscript.js16 const labels = Array.from(document.querySelectorAll('label.passwordgrey'));
19 for (let i = 0; i < labels.length; i++) {
21 const label = labels[i];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DInstance.php80 public $labels; variable in Google\\Service\\AIPlatformNotebooks\\Instance
367 public function setLabels($labels) argument
369 $this->labels = $labels;
376 return $this->labels;
/plugin/langdelete/
H A Dscript.js24 .map(e => e.labels[0].textContent)
31 let lang = event.target.labels[0].textContent;
54 .map((i, elt) => elt.labels[0].textContent )
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DProposal.php169 public function setLabels($labels) argument
171 $this->labels = $labels;
178 return $this->labels;
H A DProduct.php175 public function setLabels($labels) argument
177 $this->labels = $labels;
184 return $this->labels;
/plugin/displayorphans/
H A Drenderer.php43 function /* void */ _head(Doku_Renderer $renderer, array $labels) argument
45 if (!empty($labels))
49 foreach ($labels as $label)
/plugin/picasawebalbum/orig/
H A Djquery.pwi.js111 …bsp;&nbsp;&nbsp;" + j.feed.entry[i].gphoto$numphotos.$t + " " + settings.labels.photos : "")) : fa…
133 …var tmp = $("<div class='pwi_album_backlink'>" + settings.labels.albums + "</div>").bind('click.pw…
142 …div class='details'>" + $np + " " + ($item_plural ? settings.labels.photos : settings.labels.photo…
148 …$id.$t + "' rel='gb_page_fs[]' target='_new' class='sslink'>" + settings.labels.slideshow + "</a><…
156 var $ppage = $("<div class='pwi_prevpage'/>").text(settings.labels.prev),
157 $npage = $("<div class='pwi_nextpage'/>").text(settings.labels.next),
317 labels: { class in $.fn.pwi.defaults
/plugin/issuelinks/services/
H A DGitHub.service.php397 $labels = [];
399 $labels[] = $label['name'];
402 $issue->setType($this->getTypeFromLabels($labels));
408 $issue->setLabels($labels);
414 protected function getTypeFromLabels(array $labels) argument
420 if (count(array_intersect($labels, $bugTypeLabels))) {
424 if (count(array_intersect($labels, $improvementTypeLabels))) {
428 if (count(array_intersect($labels, $storyTypeLabels))) {

1...<<11121314151617181920>>...27