Home
last modified time | relevance | path

Searched refs:show (Results 26 – 50 of 66) sorted by last modified time

123

/dokuwiki/inc/Ui/
H A DMediaRevisions.php50 public function show($first = -1) function in dokuwiki\\Ui\\MediaRevisions
107 // show button for diff view
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 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/data/pages/wiki/
H A Ddokuwiki.txt22 * [[https://www.wikimatrix.org/show/DokuWiki|Compare it with other wiki software]]
H A Dsyntax.txt274 Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:
389 This is pretty much the same, but you could use it to show that you quoted a file.
401 This is pretty much the same, but you could use it to show that you quoted a file.
444 | any number | will be used as maximum number items to show, defaults to 8 |
446 | author | show item authors names |
447 | date | show item dates |
448 | description| show the item description. All HTML tags will be stripped |
/dokuwiki/inc/Action/
H A DConflict.php37 (new PageConflict($text, $SUM))->show();
H A DDenied.php34 (new Login())->show();
H A DDiff.php39 (new PageDiff($INFO['id']))->preference('showIntro', true)->show();
H A DDraft.php41 (new PageDraft())->show();
H A DLocked.php26 (new Editor())->show();
H A DLogin.php37 (new Ui\Login())->show();
H A DResendpwd.php50 (new UserResendPwd())->show();
H A DSource.php39 (new Editor())->show();
H A DSubscribe.php51 (new Ui\Subscribe())->show();
75 // any action given? if not just return and show the subscription page
/dokuwiki/inc/
H A DAjax.php262 (new MediaDiff($image))->preference('fromAjax', true)->show();
377 // we now extract the matching namespaces to show
/dokuwiki/lib/images/admin/
H A DREADME2 See http://www.kde-look.org/content/show.php/nuvoX?content=38467
/dokuwiki/lib/scripts/
H A Dlinkwiz.js309 show: function(){
311 dw_linkwiz.$wiz.show();
334 dw_linkwiz.show();
H A Dpage.js93 $fndiv.show().position({
126 .show().attr('aria-hidden', 'false');
173 $content.css('min-height', $content.height()).show();

123