Home | History | Annotate | Download | only in docs

Lines Matching full:preserve_defaults

573 $geshi->set_escape_characters_style($styles[, $preserve_defaults]);
574 $geshi->set_symbols_style($styles[, $preserve_defaults]);
575 $geshi->set_strings_style($styles[, $preserve_defaults]);
576 $geshi->set_numbers_style($styles[, $preserve_defaults]);
577 $geshi->set_methods_style($key, $styles[, $preserve_defaults]);
578 $geshi->set_regexps_style($key, $styles[, $preserve_defaults]);
580 $styles is a string containing valid stylesheet declarations, while $preserve_defaults should be set to true if you want your styles to be merged with the previous styles. In the case of set_methods_style, you should select a group to set the styles of, check the language files for the number used for each "object splitter".
582 Like this was possible for set_method_style a new parameter has been introduced for set_symbols_style too which allows you to select the group of symbols for which you'd like to change your style. $geshi->set_symbols_style($styles[, $preserve_defaults[, $group]]);