Home
last modified time | relevance | path

Searched refs:intro (Results 1 – 5 of 5) sorted by last modified time

/dokuwiki/inc/Ui/
H A DEditor.php53 // intro locale text (edit, rditrev, or read)
55 $intro = ($REV) ? 'editrev' : 'edit';
62 $intro = 'read';
80 'intro_locale' => $intro
156 // print intro locale text (edit, rditrev, or read.txt)
H A DSearch.php445 * Build the intro text for the search page
455 $intro = p_locale_xhtml('searchpage');
467 $intro
/dokuwiki/data/
H A Ddeleted.files835 lib/plugins/acl/lang/ar/intro.txt
836 lib/plugins/acl/lang/bg/intro.txt
837 lib/plugins/acl/lang/ca/intro.txt
838 lib/plugins/acl/lang/cs/intro.txt
839 lib/plugins/acl/lang/da/intro.txt
840 lib/plugins/acl/lang/de/intro.txt
841 lib/plugins/acl/lang/el/intro.txt
842 lib/plugins/acl/lang/en/intro.txt
843 lib/plugins/acl/lang/es/intro.txt
844 lib/plugins/acl/lang/et/intro
[all...]
/dokuwiki/inc/
H A Dhtml.php556 * @param bool $intro display the intro text
560 function html_diff($text = '', $intro = true, $type = null)
565 'showIntro' => $intro,
532 html_diff($text = '', $intro = true, $type = null) global() argument
H A DErrorHandler.php88 * @param string $intro
90 public static function showExceptionMsg($e, $intro = 'Error!') argument
92 $msg = hsc($intro) . '<br />' . hsc(get_class($e) . ': ' . $e->getMessage());