Lines Matching +full:dokuwiki +full:-
3 namespace dokuwiki\Action;
5 use dokuwiki\Ui\Editor;
6 use dokuwiki\Ui\PageView;
7 use dokuwiki\Draft;
8 use dokuwiki\Ui;
15 * @package dokuwiki\Action
22 header('X-XSS-Protection: 0');
23 $this->savedraft();
31 (new Editor())->show();
32 (new PageView($TEXT))->show();
42 if (!$draft->saveDraft()) {
43 $errors = $draft->getErrors();
45 msg(hsc($error), -1);