Home
last modified time | relevance | path

Searched refs:form_syntax (Results 1 – 4 of 4) sorted by path

/plugin/bureaucracy-au/_test/
H A DBureaucracyTest.php19 * @param string|array $form_syntax syntax to build a bureaucracy form
26 …protected function send_form_action_template($form_syntax, $template_syntax, &$validation_errors, … argument
32 if (is_array($form_syntax)) {
33 $form_syntax = implode("\n", $form_syntax);
35 $form_syntax = "<form>\naction template $template_id $id\n$form_syntax\n</form>";
41 $data = $syntax_plugin->handle($form_syntax, 0, 0, new \Doku_Handler());
H A Dfield_file.test.php60 protected function simulate_file_upload($form_syntax) { argument
65 $data = $syntax_plugin->handle($form_syntax, 0, 0, new Doku_Handler());
101 $form_syntax = "<form>action template $template_id $id\nfile \"Some label\"\n</form>";
102 $media = $this->simulate_file_upload($form_syntax);
115 … $form_syntax = "<form>action template $template_id $id\nfile \"Some label\" $upload_ns\n</form>";
116 $media = $this->simulate_file_upload($form_syntax);
130 …$form_syntax = "<form>action template $template_id $id\nfile \"Some label\" \"$upload_ns\"\n</form…
131 $media = $this->simulate_file_upload($form_syntax);
/plugin/bureaucracyau/_test/
H A DBureaucracyauTest.php19 * @param string|array $form_syntax syntax to build a bureaucracyau form
26 …protected function send_form_action_template($form_syntax, $template_syntax, &$validation_errors, … argument
32 if (is_array($form_syntax)) {
33 $form_syntax = implode("\n", $form_syntax);
35 $form_syntax = "<form>\naction template $template_id $id\n$form_syntax\n</form>";
41 $data = $syntax_plugin->handle($form_syntax, 0, 0, new \Doku_Handler());
H A Dfield_file.test.php60 protected function simulate_file_upload($form_syntax) { argument
65 $data = $syntax_plugin->handle($form_syntax, 0, 0, new Doku_Handler());
101 $form_syntax = "<form>action template $template_id $id\nfile \"Some label\"\n</form>";
102 $media = $this->simulate_file_upload($form_syntax);
115 … $form_syntax = "<form>action template $template_id $id\nfile \"Some label\" $upload_ns\n</form>";
116 $media = $this->simulate_file_upload($form_syntax);
130 …$form_syntax = "<form>action template $template_id $id\nfile \"Some label\" \"$upload_ns\"\n</form…
131 $media = $this->simulate_file_upload($form_syntax);