Lines Matching refs:economy_mode

4337      * @param  boolean $economy_mode Whether to use economy mode or not
4341 public function get_stylesheet($economy_mode = true) {
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 || $this->line_numbers == GESHI_FANCY_LINE_NUMBERS) && $this->line_style2 != '') {
4453 if ($styles != '' && (!$economy_mode ||
4460 if ($styles != '' && (!$economy_mode ||
4469 if ($styles != '' && (!$economy_mode || $this->lexic_permissions['ESCAPE_CHAR'])) {
4478 if ($styles != '' && (!$economy_mode || $this->lexic_permissions['BRACKETS'])) {
4483 if ($styles != '' && (!$economy_mode || $this->lexic_permissions['SYMBOLS'])) {
4488 if ($styles != '' && (!$economy_mode || $this->lexic_permissions['STRINGS'])) {
4497 if ($styles != '' && (!$economy_mode || $this->lexic_permissions['NUMBERS'])) {
4502 if ($styles != '' && (!$economy_mode || $this->lexic_permissions['METHODS'])) {
4506 // note: neglect economy_mode, empty styles are meaningless
4513 if ($styles != '' && (!$economy_mode ||
4527 if (!$economy_mode || (count($this->highlight_extra_lines)!=count($this->highlight_extra_lines_styles))) {