Home
last modified time | relevance | path

Searched refs:field (Results 151 – 175 of 555) sorted by relevance

12345678910>>...23

/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php443 function _check_field_name($field) { argument
468 function add_field(&$field) { argument
478 $this->_kids[] =& $field;
479 $field->set_parent($this);
492 foreach ($this->_kids as $field) {
493 $field->out($handler);
1212 $current_form->add_field($field);
1238 $current_form->add_field($field);
1286 $field->add_field($radio);
1315 $current_form->add_field($field);
[all …]
H A Dcss.min-width.inc.php5 function CSSMinWidth(&$owner, $field) { argument
6 $this->CSSSubFieldProperty($owner, $field);
H A Dbox.input.img.php8 function ButtonBrokenImageBox($width, $height, $alt, $field, $value, $action_url) { argument
11 $this->_field_name = $field;
50 function ButtonImageBox($img, $field, $value, $action_url) { argument
53 $this->_field_name = $field;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DDotExpanderProcessor.php17 public function __construct(string $field) argument
19 $this->setField($field);
H A DLowercaseProcessor.php18 public function __construct(string $field) argument
20 $this->setField($field);
H A DTrimProcessor.php18 public function __construct(string $field) argument
20 $this->setField($field);
H A DUppercaseProcessor.php18 public function __construct(string $field) argument
20 $this->setField($field);
H A DBytesProcessor.php15 public function __construct(string $field) argument
17 $this->setField($field);
H A DSortProcessor.php19 public function __construct(string $field) argument
21 $this->setField($field);
H A DRenameProcessor.php21 public function __construct(string $field, string $targetField) argument
23 $this->setField($field);
H A DJsonProcessor.php18 public const DEFAULT_TARGET_FIELD_VALUE = 'field';
21 public function __construct(string $field) argument
23 $this->setField($field);
H A DJoinProcessor.php17 public function __construct(string $field, string $separator) argument
19 $this->setField($field);
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc76 // Dialog window UI element: HTML code field.
80 // HTML code to be shown inside the field.
84 // Dialog window UI element: a textarea field for the link text.
89 // Text that labels the field.
92 // Validation checking whether the field is not empty.
93 …validate : CKEDITOR.dialog.validate.notEmpty(lang.Validate), //'The footnote text field cannot be…
96 // Get the value of this field and save it in the data object attribute.
104 // Dialog window UI element: a text input field for the link URL.
163 // Dialog window UI element: HTML code field.
167 // HTML code to be shown inside the field.
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc76 // Dialog window UI element: HTML code field.
80 // HTML code to be shown inside the field.
84 // Dialog window UI element: a textarea field for the link text.
89 // Text that labels the field.
92 // Validation checking whether the field is not empty.
93 …validate : CKEDITOR.dialog.validate.notEmpty(lang.Validate), //'The footnote text field cannot be…
96 // Get the value of this field and save it in the data object attribute.
104 // Dialog window UI element: a text input field for the link URL.
163 // Dialog window UI element: HTML code field.
167 // HTML code to be shown inside the field.
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMatchPhrasePrefix.php18 * Set field max expansions.
24 public function setFieldMaxExpansions(string $field, int $maxExpansions = self::DEFAULT_MAX_EXPANSIONS): self argument
26 return $this->setFieldParam($field, 'max_expansions', $maxExpansions);
/plugin/structacl/
H A Daction.php58 foreach ($fields as $field) {
59 $col = $schema->findColumn($field);
61 $value = $data[$field]->getValue();
/plugin/bpmnio/action/
H A Deditor.php84 private function _addHidden($form, $field, $data) argument
87 $form->setHiddenField($field, $data);
89 $form->addHidden($field, $data);
/plugin/runcommand/
H A Dsyntax.php102 $field=array('key' => RC_EXP_COMMAND, 'value' => $objLine[1]);
105 $field=array('key' => RC_EXP_OUTPUT_TYPE, 'value' => $objLine[1]);
112 $field=array('key' => RC_EXP_RUNBUTTONTEXT, 'value' => $objLine[1]);
115 $field=array('key' => RC_EXP_CANCELBUTTONTEXT, 'value' => $objLine[1]);
154 …$field=array('key' => RC_EXP_ARG, 'name' => $argName, 'label' => $argLabel, 'flags' => $argFlags, …
157 array_push($cmds, $field);
167 foreach ($fields as $field) {
168 if(!$field) continue;
169 $temp = explode(":",$field);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D7f28f8ae8fcdbd807dadde0b5b007a6d.asciidoc10 'field' => 'actors',
16 'field' => 'actors',
H A Dcfbaea6f0df045c5d940bbb6a9c69cd8.asciidoc12 'field' => 'state.keyword',
17 'field' => 'balance',
H A D71b5b2ba9557d0f296ff2de91727d2f6.asciidoc10 'field' => 'genre',
18 'field' => 'play_count',
H A Dcd5bc5bf7cd58d7b1492c9c298b345f6.asciidoc10 'field' => 'actors',
17 'field' => 'actors',
H A D34efeade38445b2834749ced59782e25.asciidoc10 'field' => 'genre',
18 'field' => 'play_count',
/plugin/struct/syntax/
H A Doutput.php184 foreach ($data as $field) {
187 $renderer->cdata($field->getColumn()->getTranslatedLabel());
192 ' data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) .
195 $field->render($renderer, $format);
/plugin/structnotification/action/
H A Dnotification.php92 $field = $predicate['field'];
120 $rawDate = $this->getValueByLabel($values, $field);
152 list($schema, $field) = explode('.', trim($matches[1]));
153 if (!$field) return '';
159 if ($colLabel == $field) {

12345678910>>...23