| /plugin/twofactor/ |
| D | OtpField.php | 5 use dokuwiki\Form\InputElement; alias 12 class OtpField extends InputElement
|
| /plugin/combo/action/ |
| H A D | login.php | 17 use dokuwiki\Form\InputElement; alias 265 * @var InputElement $userField 268 $newUserField = new InputElement($userField->getType(), "u"); 294 $newPwdField = new InputElement($pwdField->getType(), "p"); 322 $newRememberField = new InputElement($rememberField->getType(), "r");
|
| H A D | profile.php | 11 use dokuwiki\Form\InputElement; alias
|
| /plugin/data/Form/ |
| D | DropdownElement.php | 5 use dokuwiki\Form\InputElement; alias 31 InputElement::__construct('dropdown', $name, $label); 73 return InputElement::attr($name, $value);
|
| /plugin/fksnewsfeed/inc/renderer/ |
| D | VyfukRenderer.php | 7 use dokuwiki\Form\InputElement; alias 105 …$priorityValue = new InputElement('number', 'priority[value]', $this->helper->getLang('valid_from'… 111 …$priorityFromElement = new InputElement('datetime-local', 'priority[from]', $this->helper->getLang… 118 …$priorityToElement = new InputElement('datetime-local', 'priority[to]', $this->helper->getLang('va…
|
| D | FykosRenderer.php | 7 use dokuwiki\Form\InputElement; alias 89 …$priorityValue = new InputElement('number', 'priority[value]', $this->helper->getLang('valid_from'… 95 …$priorityFromElement = new InputElement('datetime-local', 'priority[from]', $this->helper->getLang… 102 …$priorityToElement = new InputElement('datetime-local', 'priority[to]', $this->helper->getLang('va…
|
| /plugin/combo/ComboStrap/ |
| H A D | IdentityFormsHelper.php | 7 use dokuwiki\Form\InputElement; alias 18 if ($inputElement instanceof InputElement) { 34 if (!($inputElement instanceof InputElement)) { 54 $newInputField = new InputElement($inputType, $inputName);
|
| H A D | Identity.php | 18 use dokuwiki\Form\InputElement; alias
|
| /plugin/watchcycle/ |
| D | admin.php | 5 use dokuwiki\Form\InputElement; alias 57 $filter_input = new InputElement('text', 'filter');
|
| /plugin/wordimport/action/ |
| D | ui.php | 7 use dokuwiki\Form\InputElement; alias 102 $upload = new InputElement('file', 'file', $this->getLang('uploadfield'));
|
| /plugin/searchns/ |
| D | action.php | 7 use dokuwiki\Form\InputElement; alias 88 $newQ = new InputElement('text', 'q');
|
| /plugin/data/syntax/ |
| D | entry.php | 11 use dokuwiki\Form\InputElement; alias 577 $el = new InputElement('text', $fieldid . '[value]', $vals['title']); 596 $el = new InputElement('text', $fieldid . '[title]', $this->getLang('title')); 615 $el = new InputElement('text', $fieldid . '[value]', $this->getLang('value')); 619 $el = new InputElement('text', $fieldid . '[comment]', $this->getLang('comment'));
|
| /plugin/sketchcanvas/ |
| D | CanvasElement.php | 10 class CanvasElement extends dokuwiki\Form\InputElement
|
| /plugin/struct/admin/ |
| H A D | schemas.php | 11 use dokuwiki\Form\InputElement; alias 204 $form->addElement(new InputElement('file', 'schemafile'))->attr('accept', '.json'); 242 $form->addElement(new InputElement('file', 'csvfile'))->attr('accept', '.csv');
|
| /plugin/sqlite/ |
| H A D | admin.php | 5 use dokuwiki\Form\InputElement; alias 281 (new InputElement('file', 'importfile'))
|
| /plugin/tagging/action/ |
| H A D | search.php | 7 use dokuwiki\Form\InputElement; alias 145 /** @var InputElement $q */
|
| /plugin/fksnewsfeed/ |
| D | action.php | 6 use dokuwiki\Form\InputElement; alias 309 $input = new InputElement('email', $field, $this->getLang($field));
|
| /plugin/file2dw/ |
| D | action.php | 104 $userFileInputElement = new dokuwiki\Form\InputElement('file','userFile'); 108 $submitInputElement = new dokuwiki\Form\InputElement('submit','btn_upload');
|
| /plugin/doxycode/ |
| D | admin.php | 211 …$form->addElement(new dokuwiki\Form\InputElement('file', 'upload', $this->getLang('admin_upload'))…
|
| /plugin/userimportextended/ |
| D | admin.php | 95 … $form->addElement(new \dokuwiki\Form\InputElement('file', 'import'))->attr('accept', '.csv');
|