Home
last modified time | relevance | path

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

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DInstance.php42 public $labels; variable in Google\\Service\\Spanner\\Instance
123 public function setLabels($labels) argument
125 $this->labels = $labels;
132 return $this->labels;
H A DSession.php33 public $labels; variable in Google\\Service\\Spanner\\Session
70 public function setLabels($labels) argument
72 $this->labels = $labels;
79 return $this->labels;
/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/TPU/
H A DLocation.php29 public $labels; variable in Google\\Service\\TPU\\Location
60 public function setLabels($labels) argument
62 $this->labels = $labels;
69 return $this->labels;
H A DNode.php58 public $labels; variable in Google\\Service\\TPU\\Node
209 public function setLabels($labels) argument
211 $this->labels = $labels;
218 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/Translate/
H A DBatchTranslateTextRequest.php30 public $labels; variable in Google\\Service\\Translate\\BatchTranslateTextRequest
77 public function setLabels($labels) argument
79 $this->labels = $labels;
86 return $this->labels;
H A DDetectLanguageRequest.php29 public $labels; variable in Google\\Service\\Translate\\DetectLanguageRequest
56 public function setLabels($labels) argument
58 $this->labels = $labels;
65 return $this->labels;
H A DLocation.php29 public $labels; variable in Google\\Service\\Translate\\Location
60 public function setLabels($labels) argument
62 $this->labels = $labels;
69 return $this->labels;
H A DTranslateDocumentRequest.php31 public $labels; variable in Google\\Service\\Translate\\TranslateDocumentRequest
90 public function setLabels($labels) argument
92 $this->labels = $labels;
99 return $this->labels;
H A DTranslateTextRequest.php32 public $labels; variable in Google\\Service\\Translate\\TranslateTextRequest
81 public function setLabels($labels) argument
83 $this->labels = $labels;
90 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DComputeEngineTargetDefaults.php42 public $labels; variable in Google\\Service\\VMMigrationService\\ComputeEngineTargetDefaults
159 public function setLabels($labels) argument
161 $this->labels = $labels;
168 return $this->labels;
H A DComputeEngineTargetDetails.php42 public $labels; variable in Google\\Service\\VMMigrationService\\ComputeEngineTargetDetails
159 public function setLabels($labels) argument
161 $this->labels = $labels;
168 return $this->labels;
H A DLocation.php29 public $labels; variable in Google\\Service\\VMMigrationService\\Location
60 public function setLabels($labels) argument
62 $this->labels = $labels;
69 return $this->labels;
H A DMigratingVm.php50 public $labels; variable in Google\\Service\\VMMigrationService\\MigratingVm
195 public function setLabels($labels) argument
197 $this->labels = $labels;
204 return $this->labels;
H A DSource.php33 public $labels; variable in Google\\Service\\VMMigrationService\\Source
76 public function setLabels($labels) argument
78 $this->labels = $labels;
85 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Workflows/
H A DLocation.php29 public $labels; variable in Google\\Service\\Workflows\\Location
60 public function setLabels($labels) argument
62 $this->labels = $labels;
69 return $this->labels;
H A DWorkflow.php33 public $labels; variable in Google\\Service\\Workflows\\Workflow
94 public function setLabels($labels) argument
96 $this->labels = $labels;
103 return $this->labels;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php221 static $labels = [];
223 …replace_callback('/macro\s*:(.*?)(?:;|$)/', function (array $m) use ($string, &$colors, &$labels) {
226 if (!isset($labels[$string])) {
227 $labels[$string] = $colors[count($labels) % count($colors)];
229 $color = $labels[$string];
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php165 foreach ($labels as $i => $label) {
174 $labels[$i] = $label;
183 'result' => implode('.', $labels),
216 'result' => implode('.', $labels),
343 $labels = explode('.', $domain);
344 $lastLabelIndex = \count($labels) - 1;
347 foreach ($labels as $i => $label) {
360 $labels[$i] = $label;
374 return $labels;
453 $length = \count($labels);
[all …]
/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/bez/ctl/
H A Dtypes.php10 $labels = $this->model->labelFactory->get_all(); variable
25 $this->tpl->set('labels', $labels);
/plugin/bez/mdl/
H A DThread.php349 $labels = array();
354 $labels[$label['id']] = $label;
357 return $labels;
363 throw new \Exception('cannot add labels to not saved thread. use initial_save() instead');
382 throw new \Exception('cannot remove labels from not saved thread. use initial_save() instead');
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md29 * `FEAT`: translate append menu entry labels and groups ([#1810](https://github.com/bpmn-io/bpmn-js…
148 * `FIX`: move labels when collapsing sub-process ([#1695](https://github.com/bpmn-io/bpmn-js/issues…
190 * `FIX`: always reconnect labels and associations ([#1659](https://github.com/bpmn-io/bpmn-js/pull/…
232 * `FIX`: create di for embedded labels ([#1579](https://github.com/bpmn-io/bpmn-js/pull/1579))
370 * `FEAT`: support soft breaks / discretionary hyphens in labels ([#1383](https://github.com/bpmn-io…
542 * `FIX`: do not adjust labels on paste ([`b2b607f5`](https://github.com/bpmn-io/bpmn-js/commit/b2b6…
626 * `FIX`: keep labels during pool extraction ([#921](https://github.com/bpmn-io/bpmn-js/issues/921))
649 * `FIX`: prevent dropping on labels and `bpmn:Group` elements ([#1131](https://github.com/bpmn-io/b…
732 * `FEAT`: display `DataInput` / `DataOutput` labels ([`89719de3b`](https://github.com/bpmn-io/bpmn-…
762 * `FIX`: render labels always on top ([#920](https://github.com/bpmn-io/bpmn-js/pull/920))
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/
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…
194labels,(function(e){o(e,i)})),g([e.attachers,e.incoming,e.outgoing],(function(e){e&&e.length&&g(e,…

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