Home
last modified time | relevance | path

Searched refs:field (Results 101 – 125 of 555) sorted by relevance

12345678910>>...23

/plugin/structcombolookup/types/
H A DNarrowingLookup.php42 $field = $column->getLabel();
46 $search->addColumn($field);
47 $search->addSort($field);
61 $field = $column->getLabel();
65 $search->addColumn($field);
81 $field = $column->getLabel();
91 $search->addColumn($field);
94 $search->addSort($field);
/plugin/tagging/helper/
H A Dquerybuilder.php8 protected $field; variable in helper_plugin_tagging_querybuilder
40 * Shorthand method: calls the appropriate getter deduced from $this->field
46 if (!$this->field) {
47 throw new \RuntimeException('Failed to build a query, no field specified');
49 return ($this->field === 'pid') ? $this->getPages() : $this->getTags();
129 * Database field to select
130 * @param string $field
132 public function setField($field) argument
134 $this->field = $field;
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DFieldFilter.php34 public function setField(FieldReference $field) argument
36 $this->field = $field;
43 return $this->field;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Condition.php34 public function setField(GooglePrivacyDlpV2FieldId $field) argument
36 $this->field = $field;
43 return $this->field;
H A DGooglePrivacyDlpV2QuasiId.php50 public function setField(GooglePrivacyDlpV2FieldId $field) argument
52 $this->field = $field;
59 return $this->field;
H A DGooglePrivacyDlpV2TaggedField.php50 public function setField(GooglePrivacyDlpV2FieldId $field) argument
52 $this->field = $field;
59 return $this->field;
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.button.submit.php33 * @param String $field field name (interactive forms)
36 function ButtonSubmitBox($field, $value, $action) { argument
39 $this->_field_name = $field;
62 $field = $root->get_attribute('name');
66 $box =& new ButtonSubmitBox($field, $value, $css_state->get_property(CSS_HTML2PS_FORM_ACTION));
/plugin/structsection/
H A Dsyntax.php132 foreach ($data as $field) {
133 … if (!is_a($field->getColumn()->getType(), \dokuwiki\plugin\structsection\types\Section::class)) {
137 $R->header($field->getColumn()->getTranslatedLabel(), $lvl, $pos);
138 $pos += strlen($field->getColumn()->getTranslatedLabel());
141 … $structDataAttribute = 'data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) . '"';
144 $field->render($R, $mode);
/plugin/sqlraw/
H A Dsyntax.php368 foreach ($fields as $field) {
370 $field = str_replace($disallow, $use, $field);
382 $field++;
656 foreach( $fields AS $field ) {
658 if( is_string($field) && (
662 strpos($field, "\n")!==false ||
667 $field_len = strlen($field);
671 … if( $field[$ch] == $escape_char && $field[$ch+1] == $enclosure && $enc_is_quote ) {
680 $csvline .= $field[$ch];
684 $csvline .= $field;
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DDistanceFeature.php12 public function __construct(string $field, $origin, string $pivot) argument
14 $this->setField($field);
19 public function setField(string $field): self argument
21 return $this->setParam('field', $field);
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php70 foreach ($fields as $field) {
71 $pname = $field->getParam('pagename');
98 foreach ($fields as $field) {
99 if (!is_null($field->getParam('page_tpl')) && !is_null($field->getParam('page_tgt')) ) {
101 $templatepage = $this->replace($field->getParam('page_tpl'));
105 $relativetargetpage = $field->getParam('page_tgt');
344 foreach($fields as $field) {
346 if($field->getFieldType() !== 'file') continue;
348 $label = $field->getParam('label');
349 $file = $field->getParam('file');
[all …]
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php70 foreach ($fields as $field) {
71 $pname = $field->getParam('pagename');
98 foreach ($fields as $field) {
99 if (!is_null($field->getParam('page_tpl')) && !is_null($field->getParam('page_tgt')) ) {
101 $templatepage = $this->replace($field->getParam('page_tpl'));
105 $relativetargetpage = $field->getParam('page_tgt');
344 foreach($fields as $field) {
346 if($field->getFieldType() !== 'file') continue;
348 $label = $field->getParam('label');
349 $file = $field->getParam('file');
[all …]
/plugin/youtracklinks/
H A Dhelper.php131 foreach($issue as $key => $field) {
132 if ($field->attributes()->name == 'summary') {
133 $summary = $field->value;
136 if ($field->attributes()->name == 'resolved') {
142 foreach($issue as $key => $field) {
143 if ($field->attributes()->name == 'resolved') {
/plugin/odt/ODT/styles/
H A DODTStyle.php189 foreach ($fields as $property => $field) {
195 if (preg_match ('/'.$field[0].'="[^"]*"/', $xmlCode, $matches) === 1) {
196 $value = substr ($matches [0], strlen($field[0].'="'));
198 $this->setPropertyInternal($property, $field[0], $value, $field[1], $properties);
199 if ( $field[2] == true ) {
/plugin/struct/helper/
H A Dfield.php13 * Allows adding a single struct field as a bureaucracy field
15 * This class is used when a field of the type struct_field is encountered in the
80 * Creates the HTML for the field
99 // output the field
101 $field = $this->makeField($value, $params['name']);
102 $form->addElement($field);
190 * Create the input field argument
192 * @param Value $field
193 * @param String $name field'
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DPercentiles.php17 * @param string|null $field the field on which to perform this aggregation
19 public function __construct(string $name, ?string $field = null) argument
23 if (null !== $field) {
24 $this->setField($field);
H A DWeightedAvg.php21 public function setValue(string $field, $missing = null) argument
24 throw new InvalidException('Weighted Average aggregation with a value mixing field and script is not possible.');
27 $value = ['field' => $field];
43 if ($this->hasParam('value') && isset($this->getParam('value')['field'])) {
44 throw new InvalidException('Weighted Average aggregation with a value mixing field and script is not possible.');
57 public function setWeight(string $field, $missing = null) argument
60 throw new InvalidException('Weighted Average aggregation with a weight mixing field and script is not possible.');
63 $weight = ['field' => $field];
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D8cd00a3aba7c3c158277bc032aac2830.asciidoc16 'field' => 'value',
47 'field' => 'value',
60 'field' => 'value',
71 'field' => 'value',
/plugin/strata/
H A Dscript.js130 // multi field compare
157 // Create a filter field of the given type and add it to the given filterElement
158 var createFilterFieldAndSort = function(filterElement, filterType, filterId, field, sortType, fieldSelector, containerElement, caption, minWidth) { argument
159 createItemFilterAndSort(containerElement, filterId, field, fieldSelector, filterType);
173 // Returns a text input which filters the field belonging to the given filterId
192 // Returns a select input which filters the field belonging to the given filterId
234 // Create a filter for every item of the field belonging to the given filterId
235 var createItemFilterAndSort = function(element, filterId, field, fieldSelector, filterType) { argument
276 addToItemMap(item, 'strata-item-values', field, values);
283 // Return all values of each field an
319 sortTable(element, field, isAdditional) global() argument
454 'field': field, global() property in AnonymousFunctionb1c4c91b1700.f
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromePolicy/
H A DProto2DescriptorProto.php53 public function setField($field) argument
55 $this->field = $field;
62 return $this->field;
/plugin/bureaucracy/helper/
H A Dactiontemplate.php84 foreach ($fields as $field) {
85 $pname = $field->getParam('pagename');
110 foreach ($fields as $field) {
111 if (!is_null($field->getParam('page_tpl')) && !is_null($field->getParam('page_tgt')) ) {
115 $templatepage = $this->replace($field->getParam('page_tpl'));
119 $relativetargetpage = $resolver->resolveId($field->getParam('page_tgt'));
390 foreach($fields as $field) {
392 if($field->getFieldType() !== 'file') continue;
394 $label = $field->getParam('label');
395 $file = $field->getParam('file');
[all …]
/plugin/bez/mdl/
H A DFactory.php19 protected function filter_field_map($field) { argument
25 return "$table.$field";
44 $field = $this->filter_field_map($filter);
79 array_unshift($function_args, $field);
82 $where_q[] = "$field BETWEEN :${filter}_start AND :${filter}_end";
95 $where_array[] = "$field = $exec";
103 array_unshift($function_args, $field);
107 $where_q[] = "($field IS NULL OR $field = '')";
109 $where_q[] = "$field
[all...]
/plugin/structupdate/helper/
H A Dupdate.php51 foreach($fields as $field) {
52 if(!is_a($field, 'helper_plugin_struct_field')) continue;
54 $tbl = $field->column->getTable();
55 $lbl = $field->column->getLabel();
57 $tosave[$tbl][$lbl] = $field->getParam('value');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DAbstractSuggest.php19 public function __construct(string $name, string $field) argument
22 $this->setField($field);
74 public function setField(string $field): self argument
76 return $this->setParam('field', $field);
/plugin/structstatus/
H A Dsyntax.php76 * @param string $field
79 public function tpl($table, $field) { argument
85 blank($field) ||
100 $col = $schema->findColumn($field);
107 msg(hsc("$table.$field is not a Status field"), -1);

12345678910>>...23