Home
last modified time | relevance | path

Searched refs:fields (Results 151 – 175 of 470) sorted by path

12345678910>>...19

/plugin/bureaucracy-au/
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/bureaucracy/helper/
H A Daction.php30 * @param helper_plugin_bureaucracy_field[] $fields the list of fields in the form
37 public function run($fields, $thanks, $argv){ argument
88 * @param helper_plugin_bureaucracy_field[] $fields List of field objects
91 function prepareFieldReplacements($fields) { argument
92 foreach ($fields as $field) {
H A Dactionmail.php17 * @param helper_plugin_bureaucracy_field[] $fields
23 public function run($fields, $thanks, $argv) { argument
33 $this->prepareFieldReplacements($fields);
36 'fields' => $fields,
45 list($table_html, $table_text) = $this->processFieldsBuildTable($fields, $mail);
98 * @param helper_plugin_bureaucracy_field[] $fields
102 protected function processFieldsBuildTable($fields, $mail) { argument
108 foreach($fields as $field) {
117 foreach($fields as $field_tmp) {
H A Dactionscript.php11 public function run($fields, $thanks, $argv) { argument
49 return $handler->handleData($fields, $thanks);
H A Dactiontemplate.php26 public function run($fields, $thanks, $argv) { argument
40 $this->prepareFieldReplacements($fields);
45 'fields' => $fields,
56 $this->getAdditionalTargetpages($fields);
66 $this->processUploads($fields);
67 $this->replaceAndSavePages($fields);
84 foreach ($fields as $field) {
106 function getAdditionalTargetpages($fields) { argument
110 foreach ($fields as $field) {
276 'fields' => $fields
[all …]
H A Dfield.php196 …* @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $thi…
201 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldaddpage.php42 …* @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $thi…
47 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldfieldset.php63 …* @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $thi…
68 public function handle_post($value, &$fields, $index, $formid) { argument
76 $field = $fields[$n];
90 for ($n = $index + 1 ; $n < count($fields) ; ++$n) {
91 $field = $fields[$n];
H A Dfieldfile.php46 …* @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $thi…
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_bureaucracy_field[] $fields (reference) form fields (POST handled upto $thi…
32 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldsubject.php29 …* @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $thi…
34 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldsubmit.php57 …* @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $thi…
62 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldusemailtemplate.php41 …* @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $thi…
46 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldwiki.php28 …* @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $thi…
33 public function handle_post($value, &$fields, $index, $formid) { argument
/plugin/bureaucracy/interfaces/
H A Dbureaucracy_handler_interface.php18 public function handleData($fields, $thanks); argument
/plugin/bureaucracy/
H A Dsyntax.php372 * @param helper_plugin_bureaucracy_field[] $fields array with form fields
375 private function _htmlform($fields) { argument
384 foreach($fields as $id => $field) {
/plugin/bureaucracyau/_test/
H A Dinput.txt4 Fieldset "A set of fields"
19 fieldset "even more fields"
/plugin/bureaucracyau/helper/
H A Daction.php30 * @param helper_plugin_bureaucracyau_field[] $fields the list of fields in the form
37 public function run($fields, $thanks, $argv){ argument
88 * @param helper_plugin_bureaucracyau_field[] $fields List of field objects
91 function prepareFieldReplacements($fields) { argument
92 foreach ($fields as $field) {
H A Dactionmail.php17 * @param helper_plugin_bureaucracyau_field[] $fields
23 public function run($fields, $thanks, $argv) { argument
33 $this->prepareFieldReplacements($fields);
39 list($table_html, $table_text) = $this->processFieldsBuildTable($fields, $mail);
89 * @param helper_plugin_bureaucracyau_field[] $fields
93 protected function processFieldsBuildTable($fields, $mail) { argument
99 foreach($fields as $field) {
108 foreach($fields as $field_tmp) {
H A Dactionscript.php11 public function run($fields, $thanks, $argv) { argument
49 return $handler->handleData($fields, $thanks);
H A Dactiontemplate.php23 public function run($fields, $thanks, $argv) { argument
37 $this->prepareFieldReplacements($fields);
39 $this->buildTargetPagename($fields, $sep);
42 $this->getAdditionalTargetpages($fields);
52 $this->processUploads($fields);
53 $this->replaceAndSavePages($fields);
70 foreach ($fields as $field) {
94 function getAdditionalTargetpages($fields) { argument
98 foreach ($fields as $field) {
232 'fields' => $fields
[all …]
H A Dfield.php196 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
201 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldaddpage.php42 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
47 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldfieldset.php63 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
68 public function handle_post($value, &$fields, $index, $formid) { argument
76 $field = $fields[$n];
90 for ($n = $index + 1 ; $n < count($fields) ; ++$n) {
91 $field = $fields[$n];

12345678910>>...19