| /dokuwiki/_test/tests/Feed/ |
| H A D | FeedCreatorValidationTest.php | 53 $show = trim($lines[$line - 1]); 59 $show 71 $show = trim($lines[$line - 1]); 77 $show
|
| /dokuwiki/inc/Action/ |
| H A D | Preview.php | 31 (new Editor())->show(); 32 (new PageView($TEXT))->show();
|
| H A D | Backlink.php | 26 (new Backlinks())->show();
|
| H A D | Index.php | 26 (new Ui\Index($IDX))->show();
|
| H A D | Show.php | 40 (new PageView())->show();
|
| H A D | Revisions.php | 27 (new PageRevisions($INFO['id']))->show($INPUT->int('first', -1));
|
| H A D | Login.php | 37 (new Ui\Login())->show();
|
| H A D | Source.php | 39 (new Editor())->show();
|
| H A D | Diff.php | 39 (new PageDiff($INFO['id']))->preference('showIntro', true)->show();
|
| H A D | Conflict.php | 37 (new PageConflict($text, $SUM))->show();
|
| H A D | Draft.php | 41 (new PageDraft())->show();
|
| H A D | Recent.php | 42 (new Ui\Recent($INPUT->extract('first')->int('first'), $this->showType))->show();
|
| H A D | Denied.php | 34 (new Login())->show();
|
| H A D | Profile.php | 49 (new UserProfile())->show();
|
| H A D | Register.php | 49 (new UserRegister())->show();
|
| H A D | Locked.php | 26 (new Editor())->show();
|
| /dokuwiki/inc/Ui/ |
| H A D | Ui.php | 19 abstract public function show(); function in dokuwiki\\Ui\\Ui
|
| H A D | PageConflict.php | 36 public function show() function in dokuwiki\\Ui\\PageConflict 60 … (new PageDiff($INFO['id']))->compareWith($this->text)->preference('showIntro', false)->show();
|
| H A D | PageDraft.php | 23 public function show() function in dokuwiki\\Ui\\PageDraft 35 (new PageDiff($INFO['id']))->compareWith($text)->preference('showIntro', false)->show();
|
| H A D | Backlinks.php | 20 public function show() function in dokuwiki\\Ui\\Backlinks
|
| /dokuwiki/inc/ |
| H A D | html.php | 68 (new Login($svg))->show(); 89 * @param bool $show show section edit buttons? 92 function html_secedit($text, $show = true) argument 96 if ((isset($INFO) && !$INFO['writable']) || !$show || (isset($INFO) && $INFO['rev'])) { 271 (new PageView($txt))->show(); 283 (new PageDraft())->show(); 344 (new MediaRevisions($media_id))->show($first); 347 (new PageRevisions($INFO['id']))->show($first); 366 (new Recent($first, $show_changes))->show(); 380 (new Index($ns))->show(); [all …]
|
| /dokuwiki/lib/images/admin/ |
| H A D | README | 2 See http://www.kde-look.org/content/show.php/nuvoX?content=38467
|
| /dokuwiki/lib/scripts/ |
| H A D | page.js | 93 $fndiv.show().position({ 126 .show().attr('aria-hidden', 'false'); 173 $content.css('min-height', $content.height()).show();
|
| /dokuwiki/inc/Ui/Media/ |
| H A D | DisplayTile.php | 31 public function show() function in dokuwiki\\Ui\\Media\\DisplayTile
|
| /dokuwiki/conf/ |
| H A D | local.php.dist | 12 //$conf['title'] = 'My Wiki'; //what to show in the title
|