Home
last modified time | relevance | path

Searched refs:field (Results 76 – 100 of 555) sorted by relevance

12345678910>>...23

/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php391 foreach ($this->select($propertyName) as $field) {
393 if (isset($field['TYPE']) && $field['TYPE']->has('PREF')) {
395 } elseif (isset($field['PREF'])) {
396 $pref = $field['PREF']->getValue();
400 $preferred = $field;
421 foreach ($this->select($propertyName) as $field) {
422 if (isset($field['TYPE']) && $field['TYPE']->has($type)) {
423 return $field;
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php394 foreach ($this->select($propertyName) as $field) {
397 if (isset($field['TYPE']) && $field['TYPE']->has('PREF')) {
399 } elseif (isset($field['PREF'])) {
400 $pref = $field['PREF']->getValue();
404 $preferred = $field;
425 foreach ($this->select($propertyName) as $field) {
426 if (isset($field['TYPE']) && $field['TYPE']->has($type)) {
427 return $field;
/plugin/authsmf20/
H A Daction.php87 foreach ($fields as $field) {
88 if ($userinfo[$field]) {
102 foreach ($fields as $field) {
103 if ($userinfo[$field]) {
104 … $result .= '<span class="userlink-' . hsc($field) . '">' . hsc($userinfo[$field]) . '</span>';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DFilterExpression.php33 public $field; variable in Google\\Service\\Analytics\\FilterExpression
78 public function setField($field) argument
80 $this->field = $field;
87 return $this->field;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DExists.php17 public function __construct(string $field) argument
19 $this->setField($field);
23 * Set field.
27 public function setField(string $field): self argument
29 return $this->setParam('field', $field);
H A DCommon.php29 * @param string $field the field on which to query
33 public function __construct(string $field, string $query, float $cutoffFrequency) argument
35 $this->setField($field);
41 * Set the field on which to query.
43 * @param string $field the field on which to query
47 public function setField(string $field): self argument
49 $this->_field = $field;
/plugin/struct/types/
H A DLookup.php19 protected $config = ['schema' => '', 'field' => ''];
46 $this->column = $this->getColumn($this->config['schema'], $this->config['field']);
69 $field = str_replace('$LANG', $conf['lang'], $infield);
70 $column = $table->findColumn($field);
72 $field = str_replace('$LANG', 'en', $infield); // fallback to en
73 $column = $table->findColumn($field);
96 // field does not exist
102 // field is multi
103 msg(sprintf('Field %s.%s is a multi field - not allowed for lookup', $table, $field),
[all...]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckconnector.py82 field = self.request[key]
84 field = self.get_request[key]
87 if hasattr(field,"filename") and field.filename: #file upload, do not convert return value
88 return field
90 return field.value
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2CategoricalStatsConfig.php28 public function setField(GooglePrivacyDlpV2FieldId $field) argument
30 $this->field = $field;
37 return $this->field;
H A DGooglePrivacyDlpV2EntityId.php28 public function setField(GooglePrivacyDlpV2FieldId $field) argument
30 $this->field = $field;
37 return $this->field;
H A DGooglePrivacyDlpV2NumericalStatsConfig.php28 public function setField(GooglePrivacyDlpV2FieldId $field) argument
30 $this->field = $field;
37 return $this->field;
H A DGooglePrivacyDlpV2QuasiIdentifierField.php46 public function setField(GooglePrivacyDlpV2FieldId $field) argument
48 $this->field = $field;
55 return $this->field;
H A DGooglePrivacyDlpV2QuasiIdField.php46 public function setField(GooglePrivacyDlpV2FieldId $field) argument
48 $this->field = $field;
55 return $this->field;
H A DGooglePrivacyDlpV2BigQueryField.php30 public function setField(GooglePrivacyDlpV2FieldId $field) argument
32 $this->field = $field;
39 return $this->field;
/plugin/bureaucracy/
H A Dsyntax.php126 $field = $this->loadHelper($name, false);
127 if($field && is_a($field, 'helper_plugin_bureaucracy_field')) {
128 $field->initialize($args);
129 $cmds[] = $field;
211 foreach($data['fields'] as &$field) {
212 if(isset($field->opt['value'])) {
213 $field->opt['value'] = $this->replace($field->opt['value']);
321 } elseif($field->getFieldType() === 'fieldset' || !$field->hidden) {
359 foreach($data['fields'] as $field) {
360 $field->after_action();
[all …]
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php27 * A class that represents a tree of form field.
29 * Each field can be a scalar, a list or
114 throw new ExceptionRuntimeInternal("The type ($type) is not a known field type");
133 $field = FormMetaField::create($metadata->getName(), $metadata->getDataType());
135 self::setCommonDataToFieldFromMetadata($field, $metadata);
143 * Only the top field have a tab value
145 $field->setTab($metadata->getTab());
154 static::setLeafDataToFieldFromMetadata($field, $metadata);
162 $field->addValue($value, $defaultValue);
182 $field
528 setCommonDataToFieldFromMetadata(FormMetaField $field, Metadata $metadata) global() argument
543 setLeafDataToFieldFromMetadata(FormMetaField $field, Metadata $metadata) global() argument
[all...]
/plugin/genericsso/
H A Daction.php21 foreach($event->data->_content as $i => $field) {
22 if(!is_array($field)) continue;
23 if(!array_key_exists('name', $field)) continue;
24 if(!in_array($field['name'], array('u', 'p', 'r'))) continue;
/plugin/struct/helper/
H A Dlookup.php28 foreach ($fields as $field) {
29 if (!is_a($field, 'helper_plugin_struct_field')) continue;
30 /** @var helper_plugin_struct_field $field */
31 $tbl = $field->column->getTable();
32 $lbl = $field->column->getLabel();
34 $tosave[$tbl][$lbl] = $field->getParam('value');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DUnaryFilter.php32 public function setField(FieldReference $field) argument
34 $this->field = $field;
41 return $this->field;
H A DOrder.php46 public function setField(FieldReference $field) argument
48 $this->field = $field;
55 return $this->field;
H A DGoogleFirestoreAdminV1FieldOperationMetadata.php30 public $field; variable in Google\\Service\\Firestore\\GoogleFirestoreAdminV1FieldOperationMetadata
63 public function setField($field) argument
65 $this->field = $field;
72 return $this->field;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/
H A DDataType.php33 public function setField($field) argument
35 $this->field = $field;
42 return $this->field;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DField.php41 public $field; variable in Google\\Service\\Connectors\\Field
114 public function setField($field) argument
116 $this->field = $field;
123 return $this->field;
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc20 // i.e. when there are several cells of different value of the property, a field
30 // property, set the empty value for a field.
40 // is used for that field.
202 // Prevent from changing cell properties when the field's value
205 this.foreach( function( field ) {
206 if ( !field.setup || !field.commit )
209 // Save field's value every time after "setup" is called.
210 field.setup = CKEDITOR.tools.override( field.setup, function( orgSetup ) {
213 saved[ field.id ] = field.getValue();
218 field.commit = CKEDITOR.tools.override( field.commit, function( orgCommit ) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromePolicy/
H A DGoogleChromePolicyV1PolicySchemaFieldDescription.php30 public $field; variable in Google\\Service\\ChromePolicy\\GoogleChromePolicyV1PolicySchemaFieldDescription
61 public function setField($field) argument
63 $this->field = $field;
70 return $this->field;

12345678910>>...23