Home
last modified time | relevance | path

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

123

/dokuwiki/
H A DCOPYING36 source code. And you must show them these terms so they know their
316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318 under certain conditions; type `show c' for details.
320 The hypothetical commands `show w' and `show c' should show the appropriate
322 be called something other than `show w' and `show c'; they could even be
/dokuwiki/conf/
H A Dlocal.php.dist12 //$conf['title'] = 'My Wiki'; //what to show in the title
/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 DBacklink.php26 (new Backlinks())->show();
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 DEdit.php94 (new Editor())->show();
H A DIndex.php26 (new Ui\Index($IDX))->show();
H A DLocked.php26 (new Editor())->show();
H A DLogin.php37 (new Ui\Login())->show();
H A DPreview.php31 (new Editor())->show();
32 (new PageView($TEXT))->show();
H A DProfile.php42 throw new ActionAbort('show');
49 (new UserProfile())->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 DRegister.php49 (new UserRegister())->show();
H A DResendpwd.php50 (new UserResendPwd())->show();
H A DRevisions.php27 (new PageRevisions($INFO['id']))->show($INPUT->int('first', -1));
H A DSearch.php59 $search->show();
H A DShow.php40 (new PageView())->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/inc/Ui/
H A DAdmin.php30 public function show()
28 public function show() { global() function in dokuwiki\\Ui\\Admin

123