Lines Matching full:print
80 * Print the content
215 * Print the correct HTML meta headers
447 * @param bool $return Return or print directly?
464 * Print a link
471 * @param bool $return if true return the link html, otherwise print
533 * Print one of the buttons
694 * @param bool $return return or print
720 * Print the search form
742 // don't print the search form if search action has been disabled
782 * Print the breadcrumbs trace
785 * @param bool $return return or print
830 * @param bool $return return or print
858 // always print the startpage
861 // print intermediate namespace links
872 // print current page, skipping start page, skipping for namespace index
895 * Print info if the user is logged in
918 * Print some info about the current page
950 // print it
1579 * Print a dropdown menu with all DokuWiki actions
1597 * Print a informational line about the used license
1599 * @param string $img print image? (|button|badge)
1601 * @param bool $return when true don't print, but return HTML
1646 * @param bool $print Should the content be printed or returned only
1651 function tpl_include_page($pageid, $print = true, $propagate = false, $useacl = true) argument
1665 if ($print) echo $html;