Home
last modified time | relevance | path

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

123

/plugin/bureaucracy-au/helper/
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 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 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 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 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 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);
/plugin/bureaucracyau/helper/
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 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 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 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 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 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);
/plugin/bureaucracy/helper/
H A Dfieldsubmit.php33 public function renderfield($params, Doku_Form $form, $formid) { argument
34 if(!isset(helper_plugin_bureaucracy_fieldsubmit::$captcha_displayed[$formid])) {
35 helper_plugin_bureaucracy_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_bureaucracy_fieldsubmit::$captcha_checked[$formid])) {
67 helper_plugin_bureaucracy_fieldsubmit::$captcha_checked[$formid] = true;
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 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 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 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 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);
/plugin/data-au/helper/
H A Daliastextbox.php86 public function renderfield($params, Doku_Form $form, $formid) { argument
90 parent::renderfield($params, $form, $formid);
133 …* @param int $formid unique identifier of the form which contains th…
136 public function handle_post($value, &$fields, $index, $formid) { argument
141 return parent::handle_post($value, $fields, $index, $formid);
/plugin/data/
H A Dbureaucracy_field.php90 * @params int $formid unique identifier of the form which contains this field argument
92 public function renderfield($params, Doku_Form $form, $formid)
97 parent::renderfield($params, $form, $formid);
142 * @param int $formid unique identifier of the form which contains this field
145 public function handlePost($value, &$fields, $index, $formid)
151 return parent::handlePost($value, $fields, $index, $formid);
140 handle_post($value, & $fields, $index, $formid) global() argument
/plugin/data/helper/
H A Daliastextbox.php85 * @params int $formid unique identifier of the form which contains this field
87 public function renderfield($params, Doku_Form $form, $formid)
92 parent::renderfield($params, $form, $formid);
137 * @param int $formid unique identifier of the form which contains this field
140 public function handlePost($value, &$fields, $index, $formid)
146 return parent::handlePost($value, $fields, $index, $formid);
86 renderfield($params, Doku_Form $form, $formid) global() argument
136 handle_post($value, & $fields, $index, $formid) global() argument
/plugin/struct/helper/
H A Dfieldhidden.php18 * @param int $formid unique identifier of the form which contains this field
20 public function renderfield($params, Doku_Form $form, $formid) argument

123