Home
last modified time | relevance | path

Searched refs:formatted_page (Results 1 – 3 of 3) sorted by relevance

/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dcss_optimiser.php436 …echo htmlspecialchars($css->print->formatted_page('xhtml1.1', false, '', 'en'), ENT_QUOTES, 'utf-8…
H A Dclass.csstidy_print.php136 public function formatted_page($doctype='html5', $externalcss=true, $title='', $lang='en') { function in csstidy_print
H A Dclass.csstidy.php515 fwrite($handle, $this->print->formatted_page($doctype, $externalcss, $title, $lang, $pre_code));