Home
last modified time | relevance | path

Searched refs:labels (Results 326 – 350 of 664) sorted by last modified time

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DSourceContext.php31 public $labels; variable in Google\\Service\\ContainerAnalysis\\SourceContext
78 public function setLabels($labels) argument
80 $this->labels = $labels;
87 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
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/CustomSearchAPI/
H A DResult.php209 public function setLabels($labels) argument
211 $this->labels = $labels;
218 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1Zone.php41 public $labels; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1Zone
138 public function setLabels($labels) argument
140 $this->labels = $labels;
147 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DLocation.php29 public $labels; variable in Google\\Service\\CloudLifeSciences\\Location
60 public function setLabels($labels) argument
62 $this->labels = $labels;
69 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DBreakpoint.php60 public $labels; variable in Google\\Service\\CloudDebugger\\Breakpoint
215 public function setLabels($labels) argument
217 $this->labels = $labels;
224 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Finding.php43 public $labels; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2Finding
142 public function setLabels($labels) argument
144 $this->labels = $labels;
151 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DRollout.php73 public $labels; variable in Google\\Service\\CloudDeploy\\Rollout
262 public function setLabels($labels) argument
264 $this->labels = $labels;
271 return $this->labels;
H A DTarget.php48 public $labels; variable in Google\\Service\\CloudDeploy\\Target
171 public function setLabels($labels) argument
173 $this->labels = $labels;
180 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DExecutionTemplate.php45 public $labels; variable in Google\\Service\\AIPlatformNotebooks\\ExecutionTemplate
164 public function setLabels($labels) argument
166 $this->labels = $labels;
173 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 DGoogleCloudRunV2Execution.php64 public $labels; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Execution
255 public function setLabels($labels) argument
257 $this->labels = $labels;
264 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 DGoogleCloudRunV2Task.php78 public $labels; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Task
329 public function setLabels($labels) argument
331 $this->labels = $labels;
338 return $this->labels;
H A DLocation.php29 public $labels; variable in Google\\Service\\CloudRun\\Location
60 public function setLabels($labels) argument
62 $this->labels = $labels;
69 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkSecurity/
H A DClientTlsPolicy.php36 public $labels; variable in Google\\Service\\NetworkSecurity\\ClientTlsPolicy
97 public function setLabels($labels) argument
99 $this->labels = $labels;
106 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkServices/
H A DEndpointPolicy.php43 public $labels; variable in Google\\Service\\NetworkServices\\EndpointPolicy
136 public function setLabels($labels) argument
138 $this->labels = $labels;
145 return $this->labels;
H A DServiceBinding.php33 public $labels; variable in Google\\Service\\NetworkServices\\ServiceBinding
78 public function setLabels($labels) argument
80 $this->labels = $labels;
87 return $this->labels;
/plugin/c3chart/assets/
H A Dc3.min.js2 …}return i},writable:!0,configurable:!0}),(n.prototype.axis=function(){}).labels=function(e){var i=…
/plugin/authorstats/
H A Dsyntax.php126 $labels = array();
134 array_push($labels, date("Y-M", strtotime("-$i months")));
141 $labels = array_reverse($labels);
155 …$url .= "&chxl=0:|" . implode("|", $labels) . "|1:|Yr-Mon|3:|Num_of_Contributions"; // Axis 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/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js6197 return this.labels[0];
6202 labels = this.labels;
6205 labels.remove(label);
6207 labels.add(newLabel, 0);
33289 forEach(element.labels, function(label) {
46532 var labels = [];
46536 forEach(element.labels, function(label) {
46539 labels.push(label);
46543 labels.push(element);
46548 forEach(labels, function(label) {
[all …]
H A Dbpmn-modeler.production.min.js7 …operty(this,"label",{get:function(){return this.labels[0]},set:function(e){var t=this.label,n=this…
34labels,(function(e){o(e,n)})),b([e.attachers,e.incoming,e.outgoing],(function(e){e&&e.length&&b(e,…
/plugin/openas/
H A Dsyntax.php20 var $labels = array(); variable in syntax_plugin_openas
49 $labels = $this->getConf('labels');
50 if($labels == 'none') {
51 $this->labels['open'] = "";
52 $this->labels['close'] = "";
55 $labels = trim($labels);
56 $ltype = $labels[0];
57 $this->labels['open'] = "<$ltype>";
58 $this->labels['close'] = "</$ltype>";
103 …$text = preg_replace('/\*\*(.*?)\*\*/ms', $this->labels['open'] ."$1" .$this->labels['close'] ,$te…
[all …]
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md278 - Fixed newlines in reference labels not collapsing into spaces

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