Home
last modified time | relevance | path

Searched refs:fields (Results 176 – 200 of 470) sorted by path

12345678910>>...19

/plugin/bureaucracyau/helper/
H A Dfieldfile.php46 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
51 public function handle_post($value, &$fields, $index, $formid) { argument
54 return parent::handle_post($value['name'], $fields, $index, $formid);
H A Dfieldnumber.php66 * @param array $fields (reference) form fields (POST handled upto $this field)
71 public function handle_post($value, &$fields, $index, $formid) { argument
74 return parent::handle_post($value, $fields, $index, $formid);
H A Dfieldstatic.php27 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
32 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldsubject.php29 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
34 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldsubmit.php57 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
62 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldusemailtemplate.php41 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
46 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldwiki.php28 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
33 public function handle_post($value, &$fields, $index, $formid) { argument
/plugin/bureaucracyau/interfaces/
H A Dbureaucracy_handler_interface.php18 public function handleData($fields, $thanks); argument
/plugin/bureaucracyau/
H A Dsyntax.php367 * @param helper_plugin_bureaucracyau_field[] $fields array with form fields
370 private function _htmlform($fields) { argument
379 foreach($fields as $id => $field) {
/plugin/calendoku/syntax/
H A Dshowtable.php37 $this->fields = preg_split('/(?<!\\\\) /', $fieldsstr[1]);
39 $this->fields = array('DTSTART', 'DTEND', 'SUMMARY', 'CONTACT', 'URL');
155 foreach ($this->fields as $field) {
/plugin/captcha/
H A Dhelper.php557 $fields = implode(
578 $info = unpack($fields, $header);
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md966 … eliminates the need to confirm closing of a dialog window when the user changed any of its fields.
1210 * [#9773](http://dev.ckeditor.com/ticket/9773): Fixed rendering problems with selection fields in t…
1255 * [#9815](http://dev.ckeditor.com/ticket/9815): Cannot edit dialog window fields in an editor initi…
H A DLICENSE.md1370 in the appropriate machine-readable metadata fields within text or
1371 binary files as long as those fields can be easily viewed by the user.
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc66 // by other fields.
81 // Synchronous field values to other impacted fields is required, e.g. border
138 // Commit this field and broadcast to target fields.
351 // Fill out all fields.
381 // Fill out all fields.
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc214 // Loads the parameters in a selected link to the link dialog fields.
1081 // Fill in all the relevant fields if there's already one link selected.
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc97 // Enable or disable the row, cols, width fields.
/plugin/ckgedit/ckeditor/
H A DCHANGES.md263 …ditor-dev/issues/889): Fixed: Unclear error message for width and height fields in the [Image](htt…
1386 … eliminates the need to confirm closing of a dialog window when the user changed any of its fields.
1630 * [#9773](https://dev.ckeditor.com/ticket/9773): Fixed rendering problems with selection fields in …
1675 * [#9815](https://dev.ckeditor.com/ticket/9815): Cannot edit dialog window fields in an editor init…
H A DLICENSE.md1370 in the appropriate machine-readable metadata fields within text or
1371 binary files as long as those fields can be easily viewed by the user.
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc67 // by other fields.
82 // Synchronous field values to other impacted fields is required, e.g. border
139 // Commit this field and broadcast to target fields.
352 // Fill out all fields.
382 // Fill out all fields.
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc197 // Loads the parameters in a selected link to the link dialog fields.
1096 // Fill in all the relevant fields if there's already one link selected.
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc97 // Enable or disable the row, cols, width fields.
/plugin/codemirror/dist/modes/
H A Dmbox.min.js.map1 …2822NoEmail.join(\"|\") + \"): \");\nvar header = /^[^:]+:/; // Optional fields defined in RFC 282…
H A Dsql.min.js.map1fields first flush for force foreign found_rows full fulltext function general get global grant gr…
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php1141 $fields = array_reduce($buildFields, function ($carry, $element) {
1149 $query = "select {$fields} from PAGES p, PAGE_ALIASES pa where p.{$pageIdAttribute} = pa.{$pageIdAttribute} and pa.PATH = ? ";
/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) {

12345678910>>...19