Home
last modified time | relevance | path

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

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php4337 * @param boolean $economy_mode Whether to use economy mode or not
4341 public function get_stylesheet($economy_mode = true) { argument
4369 if (!$economy_mode) {
4390 if (!$economy_mode || $this->line_numbers != GESHI_NO_LINE_NUMBERS) {
4396 // note: neglect economy_mode, empty styles are meaningless
4425 // note: neglect economy_mode, empty styles are meaningless
4434 // note: neglect economy_mode, empty styles are meaningless
4440 if ((!$economy_mode || $this->line_numbers != GESHI_NO_LINE_NUMBERS) && $this->line_style1 != '') {
4443 if ((!$economy_mode || $this->line_numbers != GESHI_NO_LINE_NUMBERS) && $this->table_linenumber_style != '') {
4447 if ((!$economy_mode ||
[all...]