Lines Matching defs:show
62 * @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();
282 dbg_deprecated(PageDraft::class . '::show()');
283 (new PageDraft())->show();
342 dbg_deprecated(PageRevisions::class . '::show()');
344 (new MediaRevisions($media_id))->show($first);
347 (new PageRevisions($INFO['id']))->show($first);
365 dbg_deprecated(Recent::class . '::show()');
366 (new Recent($first, $show_changes))->show();
379 dbg_deprecated(Index::class . '::show()');
380 (new Index($ns))->show();
528 dbg_deprecated(Backlinks::class . '::show()');
529 (new Backlinks())->show();
562 dbg_deprecated(PageDiff::class . '::show()');
567 ])->show();
616 * show warning on conflict detection
626 dbg_deprecated(PageConflict::class . '::show()');
627 (new PageConflict($text, $summary))->show();
667 dbg_deprecated(UserRegister::class . '::show()');
668 (new UserRegister())->show();
680 dbg_deprecated(UserProfile::class . '::show()');
681 (new UserProfile())->show();
693 dbg_deprecated(Editor::class . '::show()');
694 (new Editor())->show();
819 dbg_deprecated(UserResendPwd::class . '::show()');
820 (new UserResendPwd())->show();