| /plugin/struct/_test/action/ |
| H A D | EditTest.php | 49 protected function checkField(Document $pq, $schema, $name, $value) function in dokuwiki\\plugin\\struct\\test\\action\\EditTest 73 $this->checkField($doc, 'schema1', 'first', 'first data'); 74 $this->checkField($doc, 'schema1', 'second', 'second data, more data, even more'); 75 $this->checkField($doc, 'schema1', 'third', 'third data'); 76 $this->checkField($doc, 'schema1', 'fourth', 'fourth data'); 89 $this->checkField($doc, 'schema1', 'first', ''); 90 $this->checkField($doc, 'schema1', 'second', ''); 91 $this->checkField($doc, 'schema1', 'third', ''); 92 $this->checkField($doc, 'schema1', 'fourth', ''); 115 $this->checkField($doc, 'schema1', 'first', 'first post data'); [all …]
|
| /plugin/bureaucracyau/_test/ |
| D | syntax.test.php | 20 $this->checkField($doc, 'Employee Name', 'input[type=text][value=Your Name].edit', true); 21 $this->checkField($doc, 'Your Age', 'input[type=text].edit', true); 22 $this->checkField($doc, 'Your E-Mail Address', 'input[type=text].edit', true); 23 $this->checkField($doc, 'Occupation (optional)', 'input[type=text].edit'); 24 $this->checkField($doc, 'Some password', 'input[type=password].edit', true); 27 $select = $this->checkField($doc, 'Please select an option', 'select'); 36 $cb = $this->checkField($doc, 'Read the agreement?', 'input[type=checkbox][value=1]'); 40 $this->checkField($doc, 'Tell me about your self', 'textarea.edit', true); 43 $this->checkField($doc, 'File1', 'input[type=file].edit', true); 60 private function checkField($doc, $name, $check, $required=false) { function in syntax_plugin_bureaucracyau_test
|
| /plugin/bureaucracy-au/_test/ |
| D | syntax.test.php | 20 $this->checkField($doc, 'Employee Name', 'input[type=text][value=Your Name].edit', true); 21 $this->checkField($doc, 'Your Age', 'input[type=text].edit', true); 22 $this->checkField($doc, 'Your E-Mail Address', 'input[type=text].edit', true); 23 $this->checkField($doc, 'Occupation (optional)', 'input[type=text].edit'); 24 $this->checkField($doc, 'Some password', 'input[type=password].edit', true); 27 $select = $this->checkField($doc, 'Please select an option', 'select'); 36 $cb = $this->checkField($doc, 'Read the agreement?', 'input[type=checkbox][value=1]'); 40 $this->checkField($doc, 'Tell me about your self', 'textarea.edit', true); 43 $this->checkField($doc, 'File1', 'input[type=file].edit', true); 60 private function checkField($doc, $name, $check, $required=false) { function in syntax_plugin_bureaucracyau_test
|