Lines Matching defs:text
42 * @param string $name the name of the link, i.e. the text that is displayed
88 * @param string $text
92 function html_secedit($text, $show = true)
97 return preg_replace(SEC_EDIT_PATTERN, '', $text);
103 $text
198 * @param bool|string $label label text, false: lookup btn_$name in localization
265 * @param null|string $txt wiki text or null for showing $ID
551 * between current page version and provided $text
555 * @param string $text when non-empty: compare with this text with most current version
556 * @param bool $intro display the intro text
560 function html_diff($text = '', $intro = true, $type = null)
564 (new PageDiff($INFO['id']))->compareWith($text)->preference([
620 * @param string $text
624 function html_conflict($text, $summary)
627 (new PageConflict($text, $summary))->show();
870 * @param string $text - what to display in the TOC
875 function html_mktocitem($link, $text, $level, $hash = '#')
879 'title' => $text,