Home
last modified time | relevance | path

Searched refs:handle_post (Results 1 – 25 of 40) sorted by last modified time

12

/plugin/bureaucracy/helper/
H A Dfieldsubject.php34 function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_bureaucracy_fieldsubject
H A Dfieldsubmit.php62 public function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_bureaucracy_fieldsubmit
H A Dfield.php201 public function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_bureaucracy_field
H A Dfieldaddpage.php47 function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_bureaucracy_fieldaddpage
H A Dfieldfile.php51 public function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_bureaucracy_fieldfile
54 return parent::handle_post($value['name'], $fields, $index, $formid);
H A Dfieldnumber.php71 public function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_bureaucracy_fieldnumber
74 return parent::handle_post($value, $fields, $index, $formid);
H A Dfieldfieldset.php68 public function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_bureaucracy_fieldfieldset
H A Dfieldstatic.php32 public function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_bureaucracy_fieldstatic
H A Dfieldusemailtemplate.php46 function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_bureaucracy_fieldusemailtemplate
H A Dfieldwiki.php33 public function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_bureaucracy_fieldwiki
/plugin/bureaucracy/
H A Dsyntax.php319 $isValid = $field->handle_post($file, $data['fields'], $index, $this->form_id);
322 …$isValid = $field->handle_post($_POST['bureaucracy'][$index] ?? null, $data['fields'], $index, $th…
/plugin/data/
H A Dbureaucracy_field.php140 public function handle_post($value, &$fields, $index, $formid) { global() function in syntax_plugin_bureaucracy_field_dataplugin
/plugin/data/helper/
H A Daliastextbox.php136 public function handle_post($value, &$fields, $index, $formid) { global() function in helper_plugin_data_aliastextbox
/plugin/data-au/helper/
H A Daliastextbox.php136 public function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_dataau_aliastextbox
141 return parent::handle_post($value, $fields, $index, $formid);
/plugin/bureaucracyau/helper/
H A Dfieldsubmit.php62 public function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_bureaucracyau_fieldsubmit
H A Dfieldwiki.php33 public function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_bureaucracyau_fieldwiki
H A Dfield.php201 public function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_bureaucracyau_field
H A Dfieldaddpage.php47 function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_bureaucracyau_fieldaddpage
H A Dfieldfieldset.php68 public function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_bureaucracyau_fieldfieldset
H A Dfieldfile.php51 public function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_bureaucracyau_fieldfile
54 return parent::handle_post($value['name'], $fields, $index, $formid);
H A Dfieldnumber.php71 public function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_bureaucracyau_fieldnumber
74 return parent::handle_post($value, $fields, $index, $formid);
H A Dfieldsubject.php34 function handle_post($value, &$fields, $index, $formid) { function in helper_plugin_bureaucracyau_fieldsubject
/plugin/bureaucracyau/
H A Dsyntax.php314 $isValid = $field->handle_post($file, $data['fields'], $index, $this->form_id);
317 …$isValid = $field->handle_post($_POST['bureaucracyau'][$index], $data['fields'], $index, $this->fo…
/plugin/bureaucracyau/_test/
H A Dfield_file.test.php83 $fileField->handle_post($file, $data['fields'], $index, $form_id);
H A DBureaucracyauTest.php55 $isValid = $field->handle_post($values[$i], $data['fields'], $i, $form_id);

12