| /plugin/labeled/ |
| D | helper.php | 7 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 …]
|
| D | admin.php | 33 $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/ |
| D | AccountsLabels.php | 24 * 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/ |
| D | syntax.php | 20 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 D | googlecode_upload.py | 15 # 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/ |
| D | V1RemoveVisibilityLabelsResponse.php | 22 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;
|
| D | V1AddVisibilityLabelsResponse.php | 22 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/ |
| D | GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment.php | 22 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/ |
| D | ProjectsLocationsEnvironments.php | 115 * 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/ |
| D | jquery.scianimator.min.js | 8 …labels:{text:{first:"First",previous:"Previous",play:"Play",stop:"Stop",next:"Next",last:"Last",lo… property
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/ |
| D | UsersLabels.php | 24 * 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/ |
| D | ModelDefinitionModelOptions.php | 22 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/ |
| D | LabelHandler.php | 4 * 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/ |
| D | NodeLabels.php | 25 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/ |
| D | ListLabelsResponse.php | 22 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/ |
| D | PatchInstanceFilterGroupLabel.php | 25 public $labels; variable in Google\\Service\\OSConfig\\PatchInstanceFilterGroupLabel 30 public function setLabels($labels) argument 32 $this->labels = $labels; 39 return $this->labels;
|
| D | OSPolicyAssignmentLabelSet.php | 25 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/ |
| D | SetInstanceLabelsRequest.php | 25 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/ |
| D | LabelSelector.php | 25 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/ |
| D | editor.properties.bak | 117 placeEdgeLabels=Edge Labels 147 labels=Labels 148 htmlLabels=HTML Labels 149 showLabels=Show Labels 150 moveEdgeLabels=Move Edge Labels 151 moveVertexLabels=Move Vertex Labels
|
| D | editor.properties | 121 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
|
| D | editor_zh-CN.properties | 117 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/ |
| D | MonitoredResource.php | 25 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/ |
| D | BatchWriteRequest.php | 26 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/ |
| D | CreateSnapshotRequest.php | 25 public $labels; variable in Google\\Service\\Pubsub\\CreateSnapshotRequest 34 public function setLabels($labels) argument 36 $this->labels = $labels; 43 return $this->labels;
|