Home
last modified time | relevance | path

Searched refs:show (Results 1 – 25 of 71) sorted by relevance

123

/dokuwiki/_test/tests/Feed/
H A DFeedCreatorValidationTest.php53 $show = trim($lines[$line - 1]);
59 $show
71 $show = trim($lines[$line - 1]);
77 $show
/dokuwiki/inc/Action/
H A DPreview.php31 (new Editor())->show();
32 (new PageView($TEXT))->show();
H A DBacklink.php26 (new Backlinks())->show();
H A DIndex.php26 (new Ui\Index($IDX))->show();
H A DShow.php40 (new PageView())->show();
H A DRevisions.php27 (new PageRevisions($INFO['id']))->show($INPUT->int('first', -1));
H A DLogin.php37 (new Ui\Login())->show();
H A DSource.php39 (new Editor())->show();
H A DDiff.php39 (new PageDiff($INFO['id']))->preference('showIntro', true)->show();
H A DConflict.php37 (new PageConflict($text, $SUM))->show();
H A DDraft.php41 (new PageDraft())->show();
H A DRecent.php42 (new Ui\Recent($INPUT->extract('first')->int('first'), $this->showType))->show();
H A DDenied.php34 (new Login())->show();
H A DProfile.php49 (new UserProfile())->show();
H A DRegister.php49 (new UserRegister())->show();
H A DLocked.php26 (new Editor())->show();
/dokuwiki/inc/Ui/
H A DUi.php19 abstract public function show(); function in dokuwiki\\Ui\\Ui
H A DPageConflict.php36 public function show() function in dokuwiki\\Ui\\PageConflict
60 … (new PageDiff($INFO['id']))->compareWith($this->text)->preference('showIntro', false)->show();
H A DPageDraft.php23 public function show() function in dokuwiki\\Ui\\PageDraft
35 (new PageDiff($INFO['id']))->compareWith($text)->preference('showIntro', false)->show();
H A DBacklinks.php20 public function show() function in dokuwiki\\Ui\\Backlinks
/dokuwiki/inc/
H A Dhtml.php68 (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 DREADME2 See http://www.kde-look.org/content/show.php/nuvoX?content=38467
/dokuwiki/lib/scripts/
H A Dpage.js93 $fndiv.show().position({
126 .show().attr('aria-hidden', 'false');
173 $content.css('min-height', $content.height()).show();
/dokuwiki/inc/Ui/Media/
H A DDisplayTile.php31 public function show() function in dokuwiki\\Ui\\Media\\DisplayTile
/dokuwiki/conf/
H A Dlocal.php.dist12 //$conf['title'] = 'My Wiki'; //what to show in the title

123