Home
last modified time | relevance | path

Searched full:labels (Results 1 – 25 of 1216) sorted by relevance

12345678910>>...49

/plugin/labeled/
Dhelper.php7 private $labels = null; variable in helper_plugin_labeled
81 public function parseLabels($labels) { argument
82 $labels = explode(',', $labels);
86 return $labels;
89 public function setLabels($labels, $id) { argument
97 foreach ($labels as $label) {
108 $db->query('UPDATE labels SET color=? WHERE name=?', $newColor, $label);
125 * delete all labels from a wikipage
145 $labels = $this->getLabels($id);
146 $labels[] = $label;
[all …]
Dadmin.php33 $labels = $this->hlp->getAllLabels();
41 $labels = array_keys($_POST['action']['delete']);
42 foreach ($labels as $label) {
49 $labels = $this->hlp->getAllLabels();
51 if (!isset($_POST['labels'])) return; // nothing to do
53 foreach ($_POST['labels'] as $oldName => $newValues) {
56 if ($labels[$oldName]['color'] != $newValues['color']) {
65 if ($labels[$oldName]['ordernr'] != $newValues['order']) {
69 $labels = $this->hlp->getAllLabels();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
DAccountsLabels.php24 * The "labels" collection of methods.
28 * $labels = $contentService->labels;
34 * Creates a new label, not assigned to any account. (labels.create)
50 * (labels.delete)
63 * Lists the labels assigned to an account. (labels.listAccountsLabels)
65 * @param string $accountId Required. The account id for whose labels are to be
69 * @opt_param int pageSize The maximum number of labels to return. The service
70 * may return fewer than this value. If unspecified, at most 50 labels will be
86 * Updates a label. (labels.patch)
/plugin/openas/
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/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py15 # project. You can optionally provide a list of labels that apply to
59 def upload(file, project_name, user_name, password, summary, labels=None): argument
69 labels: an optional list of label strings with which to tag the file.
84 if labels is not None:
85 form_fields.extend([('label', l.strip()) for l in labels])
155 def upload_find_auth(file_path, project_name, summary, labels=None, argument
159 file_path, project_name, summary, and labels are passed as-is to upload.
165 labels: an optional list of label strings with which to tag the file.
187 summary, labels)
212 parser.add_option('-l', '--labels', dest='labels',
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
DV1RemoveVisibilityLabelsResponse.php22 protected $collection_key = 'labels';
26 public $labels; variable in Google\\Service\\ServiceConsumerManagement\\V1RemoveVisibilityLabelsResponse
31 public function setLabels($labels) argument
33 $this->labels = $labels;
40 return $this->labels;
DV1AddVisibilityLabelsResponse.php22 protected $collection_key = 'labels';
26 public $labels; variable in Google\\Service\\ServiceConsumerManagement\\V1AddVisibilityLabelsResponse
31 public function setLabels($labels) argument
33 $this->labels = $labels;
40 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecaptchaEnterprise/
DGoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment.php22 protected $collection_key = 'labels';
26 public $labels; variable in Google\\Service\\RecaptchaEnterprise\\GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment
31 public function setLabels($labels) argument
33 $this->labels = $labels;
40 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudComposer/Resource/
DProjectsLocationsEnvironments.php115 * packages and labels in the same request. However, it is possible to update
117 * example, to set the labels "label1" and "label2" while clearing "label3"
118 * (assuming it already exists), one can provide the paths "labels.label1",
119 * "labels.label2", and "labels.label3" and populate the patch environment as
120 * follows: { "labels":{ "label1":"new-label1-value" "label2":"new-label2-value"
121 * } } Note that in the above example, any existing labels that are not included
139 * `labels` * Replace all environment labels. If a replacement labels map is not
140 * included in `environment`, all labels are cleared. It is an error to provide
141 * both this mask and a mask specifying one or more individual labels. *
142 * `labels.`labelName * Set the label named *labelName*, while preserving other
[all …]
/plugin/animation/scripts/
Djquery.scianimator.min.js8labels:{text:{first:"First",previous:"Previous",play:"Play",stop:"Stop",next:"Next",last:"Last",lo… property
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
DUsersLabels.php24 * The "labels" collection of methods.
28 * $labels = $gmailService->labels;
34 * Creates a new label. (labels.create)
50 * any messages and threads that it is applied to. (labels.delete)
64 * Gets the specified label. (labels.get)
79 * Lists all labels in the user's mailbox. (labels.listUsersLabels)
93 * Patch the specified label. (labels.patch)
109 * Updates the specified label. (labels.update)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DModelDefinitionModelOptions.php22 protected $collection_key = 'labels';
26 public $labels; variable in Google\\Service\\Bigquery\\ModelDefinitionModelOptions
39 public function setLabels($labels) argument
41 $this->labels = $labels;
48 return $this->labels;
/plugin/latexit/classes/
DLabelHandler.php4 * Label handler is responsible for keeping all header labels unique.
21 * All used labels.
24 protected $labels; variable in LabelHandler
46 $this->labels = array();
56 $search = array_search($label, $this->labels);
59 $this->labels[] = $label;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
DNodeLabels.php25 public $labels; variable in Google\\Service\\Container\\NodeLabels
30 public function setLabels($labels) argument
32 $this->labels = $labels;
39 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
DListLabelsResponse.php22 protected $collection_key = 'labels';
29 public function setLabels($labels) argument
31 $this->labels = $labels;
38 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
DPatchInstanceFilterGroupLabel.php25 public $labels; variable in Google\\Service\\OSConfig\\PatchInstanceFilterGroupLabel
30 public function setLabels($labels) argument
32 $this->labels = $labels;
39 return $this->labels;
DOSPolicyAssignmentLabelSet.php25 public $labels; variable in Google\\Service\\OSConfig\\OSPolicyAssignmentLabelSet
30 public function setLabels($labels) argument
32 $this->labels = $labels;
39 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
DSetInstanceLabelsRequest.php25 public $labels; variable in Google\\Service\\AIPlatformNotebooks\\SetInstanceLabelsRequest
30 public function setLabels($labels) argument
32 $this->labels = $labels;
39 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
DLabelSelector.php25 public $labels; variable in Google\\Service\\GameServices\\LabelSelector
30 public function setLabels($labels) argument
32 $this->labels = $labels;
39 return $this->labels;
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Deditor.properties.bak117 placeEdgeLabels=Edge Labels
147 labels=Labels
148 htmlLabels=HTML Labels
149 showLabels=Show Labels
150 moveEdgeLabels=Move Edge Labels
151 moveVertexLabels=Move Vertex Labels
Deditor.properties121 placeEdgeLabels=Edge Labels
151 labels=Labels key
152 htmlLabels=HTML Labels
153 showLabels=Show Labels
154 moveEdgeLabels=Move Edge Labels
155 moveVertexLabels=Move Vertex Labels
Deditor_zh-CN.properties117 placeEdgeLabels=Edge Labels
147 labels=Labels key
148 htmlLabels=HTML Labels
149 showLabels=Show Labels
150 moveEdgeLabels=Move Edge Labels
151 moveVertexLabels=Move Vertex Labels
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
DMonitoredResource.php25 public $labels; variable in Google\\Service\\Logging\\MonitoredResource
34 public function setLabels($labels) argument
36 $this->labels = $labels;
43 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
DBatchWriteRequest.php26 public $labels; variable in Google\\Service\\Firestore\\BatchWriteRequest
33 public function setLabels($labels) argument
35 $this->labels = $labels;
42 return $this->labels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
DCreateSnapshotRequest.php25 public $labels; variable in Google\\Service\\Pubsub\\CreateSnapshotRequest
34 public function setLabels($labels) argument
36 $this->labels = $labels;
43 return $this->labels;

12345678910>>...49