Home
last modified time | relevance | path

Searched refs:fields (Results 76 – 100 of 470) sorted by relevance

12345678910>>...19

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1TagTemplate.php38 public function setFields($fields) argument
40 $this->fields = $fields;
47 return $this->fields;
H A DGoogleCloudDatacatalogV1TagTemplate.php54 public function setFields($fields) argument
56 $this->fields = $fields;
63 return $this->fields;
H A DGoogleCloudDatacatalogV1beta1Tag.php40 public function setFields($fields) argument
42 $this->fields = $fields;
49 return $this->fields;
H A DGoogleCloudDatacatalogV1Tag.php58 public function setFields($fields) argument
60 $this->fields = $fields;
67 return $this->fields;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DType.php37 public function setFields($fields) argument
39 $this->fields = $fields;
46 return $this->fields;
/plugin/strata/
H A Dscript.js131 var create_item_compare = function(fields, isAscending, sortType) { argument
135 for (var i = 0; i < fields.length; i++) {
138 var values1 = valueMap1[fields[i]];
139 var values2 = valueMap2[fields[i]];
281 // Get all values for the fields selected by fieldSelector within the given item
283 // Return all values of each field and the empty string for fields without values
307 var fields = [];
312 fields.push(jQuery(items[i]).attr('data-field'));
316 jQuery('.strata-item', element).sortElements(create_item_compare(fields, isAscending, sortType));
320 var fields
[all...]
/plugin/fedauth/Auth/OpenID/
H A DMDB2Store.php147 $fields = array(
174 $fields);
220 $fields = array(
259 $fields,
272 $fields = array(
298 $fields));
378 $fields = array(
384 $fields["server_url"] = $server_url;
389 $fields,
/plugin/bureaucracy/helper/
H A Dactionmail.php17 * @param helper_plugin_bureaucracy_field[] $fields
23 public function run($fields, $thanks, $argv) { argument
33 $this->prepareFieldReplacements($fields);
36 'fields' => $fields,
45 list($table_html, $table_text) = $this->processFieldsBuildTable($fields, $mail);
98 * @param helper_plugin_bureaucracy_field[] $fields
102 protected function processFieldsBuildTable($fields, $mail) { argument
108 foreach($fields as $field) {
117 foreach($fields as $field_tmp) {
H A Dfieldfieldset.php63 …* @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $thi…
68 public function handle_post($value, &$fields, $index, $formid) { argument
76 $field = $fields[$n];
90 for ($n = $index + 1 ; $n < count($fields) ; ++$n) {
91 $field = $fields[$n];
/plugin/openid/Auth/OpenID/
H A DMDB2Store.php147 $fields = [
174 $fields);
220 $fields = [
259 $fields,
272 $fields = [
298 $fields));
378 $fields = [
384 $fields["server_url"] = $server_url;
389 $fields,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DDocument.php54 public function setFields($fields) argument
56 $this->fields = $fields;
63 return $this->fields;
H A DGoogleFirestoreAdminV1Index.php41 public function setFields($fields) argument
43 $this->fields = $fields;
50 return $this->fields;
/plugin/unameban/
H A Daction.php34 $fields = explode("\t",$ban);
35 if($fields[0] == $client){
38 hsc($client), strftime($conf['dformat'],$fields[1]),
39 hsc($fields[3]));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1Schema.php39 public function setFields($fields) argument
41 $this->fields = $fields;
48 return $this->fields;
H A DGoogleCloudDataplexV1SchemaSchemaField.php59 public function setFields($fields) argument
61 $this->fields = $fields;
68 return $this->fields;
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php31 const FIELDS_ATTRIBUTE = "fields";
39 private $fields; variable in ComboStrap\\Meta\\Form\\FormMeta
66 $this->fields[] = $formField;
84 foreach ($this->fields as $element) {
129 * It transforms the fields to an associative array
141 $this->toFormDataRecurse($data, $this->fields);
147 * @param FormMetaField[] $fields
149 private function toFormDataRecurse(&$data, array $fields) argument
152 foreach ($fields as $field) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DTableFieldSchema.php41 public function setFields($fields) argument
43 $this->fields = $fields;
50 return $this->fields;
/plugin/bureaucracy-au/helper/
H A Dfieldfieldset.php63 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
68 public function handle_post($value, &$fields, $index, $formid) { argument
76 $field = $fields[$n];
90 for ($n = $index + 1 ; $n < count($fields) ; ++$n) {
91 $field = $fields[$n];
H A Dactionmail.php17 * @param helper_plugin_bureaucracyau_field[] $fields
23 public function run($fields, $thanks, $argv) { argument
33 $this->prepareFieldReplacements($fields);
39 list($table_html, $table_text) = $this->processFieldsBuildTable($fields, $mail);
89 * @param helper_plugin_bureaucracyau_field[] $fields
93 protected function processFieldsBuildTable($fields, $mail) { argument
99 foreach($fields as $field) {
108 foreach($fields as $field_tmp) {
/plugin/bureaucracyau/helper/
H A Dfieldfieldset.php63 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
68 public function handle_post($value, &$fields, $index, $formid) { argument
76 $field = $fields[$n];
90 for ($n = $index + 1 ; $n < count($fields) ; ++$n) {
91 $field = $fields[$n];
H A Dactionmail.php17 * @param helper_plugin_bureaucracyau_field[] $fields
23 public function run($fields, $thanks, $argv) { argument
33 $this->prepareFieldReplacements($fields);
39 list($table_html, $table_text) = $this->processFieldsBuildTable($fields, $mail);
89 * @param helper_plugin_bureaucracyau_field[] $fields
93 protected function processFieldsBuildTable($fields, $mail) { argument
99 foreach($fields as $field) {
108 foreach($fields as $field_tmp) {
/plugin/odt/ODT/styles/
H A DODTStyle.php187 protected function importODTStyleInternal(array $fields, $xmlCode, &$properties=NULL) { argument
189 foreach ($fields as $property => $field) {
218 … protected function importPropertiesInternal(array $fields, $properties, $disabled, &$dest=NULL) { argument
220 if ($disabled [$property] == 0 && array_key_exists ($property, $fields)) {
221 …$this->setPropertyInternal($property, $fields[$property][0], $value, $fields[$property][1], $dest);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2FieldTransformation.php49 public function setFields($fields) argument
51 $this->fields = $fields;
58 return $this->fields;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DSchema.php77 public function setFields($fields) argument
79 $this->fields = $fields;
86 return $this->fields;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DType.php45 public function setFields($fields) argument
47 $this->fields = $fields;
54 return $this->fields;

12345678910>>...19