Home
last modified time | relevance | path

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

123

/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 DSource.php39 (new Editor())->show();
H A DDiff.php39 (new PageDiff($INFO['id']))->preference('showIntro', true)->show();
H A DLogin.php37 (new Ui\Login())->show();
H A DConflict.php37 (new PageConflict($text, $SUM))->show();
H A DDraft.php41 (new PageDraft())->show();
H A DRecent.php16 /** @var string what type of changes to show */
42 (new Ui\Recent($INPUT->extract('first')->int('first'), $this->showType))->show();
H A DDenied.php34 (new Login())->show();
H A DProfile.php42 throw new ActionAbort('show');
49 (new UserProfile())->show();
H A DRegister.php49 (new UserRegister())->show();
H A DLocked.php26 (new Editor())->show();
H A DEdit.php94 (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();
49 $form->addButton('do[show]', $lang['btn_cancel'])->attrs(['type' => 'submit', 'tabindex' => '3']);
H A DBacklinks.php20 public function show() function in dokuwiki\\Ui\\Backlinks
/dokuwiki/inc/
H A Dhtml.php62 * @param bool $svg Whether to show svg icons in the register and resendpwd links or not
67 dbg_deprecated(Login::class . '::show()');
68 (new Login($svg))->show();
89 * @param bool $show show section edit buttons?
92 function html_secedit($text, $show = true)
96 if ((isset($INFO) && !$INFO['writable']) || !$show || (isset($INFO) && $INFO['rev'])) {
250 * show a revision warning
270 dbg_deprecated(PageView::class . '::show()');
271 (new PageView($txt))->show();
86 html_secedit($text, $show = true) global() argument
[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