Home
last modified time | relevance | path

Searched refs:formid (Results 1 – 25 of 53) sorted by path

123

/plugin/bureaucracy-au/helper/
H A Dfield.php147 * @param int $formid unique identifier of the form which contains this field
149 public function renderfield($params, Doku_Form $form, $formid) { argument
198 * @param int $formid unique identifier of the form which contains this field
201 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldaddpage.php35 function renderfield($params, Doku_Form $form, $formid) { argument
44 * @param int $formid unique identifier of the form which contains this field
47 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldfieldset.php38 * @param int $formid unique identifier of the form which contains this field
40 function renderfield($params, Doku_Form $form, $formid) { argument
65 * @param int $formid unique identifier of the form which contains this field
68 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldfile.php48 * @param int $formid unique identifier of the form which contains this field
51 public function handle_post($value, &$fields, $index, $formid) { argument
54 return parent::handle_post($value['name'], $fields, $index, $formid);
H A Dfieldhidden.php23 * @param int $formid unique identifier of the form which contains this field
25 function renderfield($params, Doku_Form $form, $formid) { argument
H A Dfieldhiddenautoinc.php30 function renderfield($params, Doku_Form $form, $formid) { argument
H A Dfieldmultiselect.php39 public function renderfield($params, Doku_Form $form, $formid) { argument
H A Dfieldnumber.php68 * @param int $formid unique identifier of the form which contains this field
71 public function handle_post($value, &$fields, $index, $formid) { argument
74 return parent::handle_post($value, $fields, $index, $formid);
H A Dfieldradio.php36 public function renderfield($params, Doku_Form $form, $formid) { argument
H A Dfieldselect.php39 public function renderfield($params, Doku_Form $form, $formid) { argument
H A Dfieldstatic.php29 * @param int $formid unique identifier of the form which contains this field
32 public function handle_post($value, &$fields, $index, $formid) { argument
53 public function renderfield($params, Doku_Form $form, $formid) { argument
57 parent::renderfield($params, $form, $formid);
H A Dfieldsubject.php21 public function renderfield($params, Doku_Form $form, $formid) { argument
31 * @param int $formid unique identifier of the form which contains this field
34 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldsubmit.php33 public function renderfield($params, Doku_Form $form, $formid) { argument
34 if(!isset(helper_plugin_bureaucracyau_fieldsubmit::$captcha_displayed[$formid])) {
35 helper_plugin_bureaucracyau_fieldsubmit::$captcha_displayed[$formid] = true;
48 parent::renderfield($params, $form, $formid);
59 * @param int $formid unique identifier of the form which contains this field
62 public function handle_post($value, &$fields, $index, $formid) { argument
66 if(!isset(helper_plugin_bureaucracyau_fieldsubmit::$captcha_checked[$formid])) {
67 helper_plugin_bureaucracyau_fieldsubmit::$captcha_checked[$formid] = true;
H A Dfieldusemailtemplate.php34 function renderfield($params, Doku_Form $form, $formid) { argument
43 * @param int $formid unique identifier of the form which contains this field
46 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldwiki.php30 * @param int $formid unique identifier of the form which contains this field
33 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldyesno.php81 public function renderfield($params, Doku_Form $form, $formid) { argument
96 parent::renderfield($params, $form, $formid);
/plugin/bureaucracy/helper/
H A Dfield.php147 * @param int $formid unique identifier of the form which contains this field
149 public function renderfield($params, Doku_Form $form, $formid) { argument
198 * @param int $formid unique identifier of the form which contains this field
201 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldaddpage.php35 function renderfield($params, Doku_Form $form, $formid) { argument
44 * @param int $formid unique identifier of the form which contains this field
47 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldfieldset.php38 * @param int $formid unique identifier of the form which contains this field
40 function renderfield($params, Doku_Form $form, $formid) { argument
65 * @param int $formid unique identifier of the form which contains this field
68 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldfile.php48 * @param int $formid unique identifier of the form which contains this field
51 public function handle_post($value, &$fields, $index, $formid) { argument
54 return parent::handle_post($value['name'], $fields, $index, $formid);
H A Dfieldhidden.php23 * @param int $formid unique identifier of the form which contains this field
25 function renderfield($params, Doku_Form $form, $formid) { argument
H A Dfieldhiddenautoinc.php30 function renderfield($params, Doku_Form $form, $formid) { argument
H A Dfieldmultiselect.php39 public function renderfield($params, Doku_Form $form, $formid) { argument
H A Dfieldnumber.php68 * @param int $formid unique identifier of the form which contains this field
71 public function handle_post($value, &$fields, $index, $formid) { argument
74 return parent::handle_post($value, $fields, $index, $formid);
H A Dfieldradio.php36 public function renderfield($params, Doku_Form $form, $formid) { argument

123