Lines Matching refs:parse
244 * Retreive and parse theme configuration options
441 * @param boolean $parse Parse content before printing/returning.
445 public function includePage(string $page, bool $print = true, bool $parse = true, string $classWrapper = ''): string
462 if (empty($html) === false && $parse === true) {
902 * @param boolean $parse Parse the content.
905 public function includeSidebar(string $prefix = '', bool $print = true, bool $parse = true)
994 if ($parse === true) {
1172 $result = $parser->parse($string);
1269 * @param boolean $parse Parse trail before printing.
1272 public function includeBreadcrumbs(bool $print = true, bool $parse = true)
1341 if ($parse === true) {
1354 * @param boolean $parse Parse trail before printing.
1357 public function includeYouAreHere(bool $print = true, bool $parse = true)
1478 if ($parse === true) {
1565 * @param boolean $parse Parse icons.
1568 public function includeTOC(bool $print = true, bool $parse = true)
1590 if ($parse === true) {
1605 * @param string $str Content to parse.
1718 * @param string $content HTML content to parse.
2074 * @param string $str String to parse.