Home
last modified time | relevance | path

Searched refs:show (Results 26 – 50 of 66) sorted by path

123

/dokuwiki/inc/Ui/
H A DBacklinks.php20 public function show() function in dokuwiki\\Ui\\Backlinks
H A DEditor.php25 public function show() function in dokuwiki\\Ui\\Editor
H A DIndex.php32 public function show() function in dokuwiki\\Ui\\Index
H A DLogin.php21 * @param bool $showIcon Whether to show svg icons in the register and resendpwd links or not
35 public function show()
33 public function show() global() function in dokuwiki\\Ui\\Login
H A DMediaDiff.php122 public function show()
123 public function show() global() function in dokuwiki\\Ui\\MediaDiff
H A DMediaRevisions.php50 public function show($first = -1) function in dokuwiki\\Ui\\MediaRevisions
107 // show button for diff view
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 DPageDiff.php182 public function show()
318 // show exact url reference to the view when it is meaningful
177 public function show() global() function in dokuwiki\\Ui\\PageDiff
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 DPageRevisions.php48 public function show($first = -1) function in dokuwiki\\Ui\\PageRevisions
106 // show button for diff view
H A DPageView.php34 public function show() function in dokuwiki\\Ui\\PageView
H A DRecent.php24 * @param string $show_changes type of changes to show; 'pages', 'mediafiles', or 'both'
43 public function show() function in dokuwiki\\Ui\\Recent
69 // show dropdown selector, whether include not only recent pages but also recent media files?
191 . ' title="' . $lang['btn_newer'] . ' [N]" class="button show">'
199 . ' title="' . $lang['btn_older'] . ' [P]" class="button show">'
H A DSearch.php45 public function show() function in dokuwiki\\Ui\\Search
H A DSubscribe.php21 public function show() function in dokuwiki\\Ui\\Subscribe
H A DUi.php19 abstract public function show(); function in dokuwiki\\Ui\\Ui
H A DUserProfile.php23 public function show()
22 public function show() global() function in dokuwiki\\Ui\\UserProfile
H A DUserRegister.php21 public function show() function in dokuwiki\\Ui\\UserRegister
H A DUserResendPwd.php22 public function show() function in dokuwiki\\Ui\\UserResendPwd
/dokuwiki/inc/Ui/Media/
H A DDisplayRow.php13 public function show() function in dokuwiki\\Ui\\Media\\DisplayRow
H A DDisplayTile.php31 public function show() function in dokuwiki\\Ui\\Media\\DisplayTile
/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...]
H A Dmedia.php752 $display->show();
758 $display->show();
1062 (new MediaDiff($image))->show(); //media_diff($image, $ns, $auth);
1065 (new MediaRevisions($image))->show($first);
1308 dbg_deprecated('see ' . MediaDiff::class . '::show()');
1320 dbg_deprecated('see ' . MediaDiff::class . '::show()');
1460 $display->show();
1466 $display->show();
H A Dtemplate.php153 } elseif (($ACT == 'show' || str_starts_with($ACT, 'export')) && !$REV && $INFO['exists']) {
208 $admin->show();
301 if (($ACT == 'show' || $ACT == 'search') && $INFO['writable']) {
338 if (($ACT == 'show' || $ACT == 'export_xhtml') && !$REV) {
361 if ($ACT == 'show' || $ACT == 'export_xhtml') {
900 * and show full name in that case
1022 // show action as title
1693 dbg_deprecated(Subscribe::class . '::show()');
1694 (new Subscribe())->show();
/dokuwiki/lib/images/admin/
H A DREADME2 See http://www.kde-look.org/content/show.php/nuvoX?content=38467
/dokuwiki/lib/plugins/extension/
H A Dscript.js37 // fill and show it
39 .show()

123