Lines Matching refs:preserve_defaults

838      * @param boolean $preserve_defaults Whether to merge the styles with the current styles or not
841 public function set_overall_style($style, $preserve_defaults = false) {
842 if (!$preserve_defaults) {
885 * containing valid stylesheet declarations. If $preserve_defaults is
895 * @param boolean $preserve_defaults Whether to merge the current styles with the new styles
898 public function set_code_style($style, $preserve_defaults = false) {
899 if (!$preserve_defaults) {
914 * @param boolean $preserve_defaults If set, is the flag for whether to merge the "fancy"
918 public function set_line_style($style1, $style2 = '', $preserve_defaults = false) {
921 $preserve_defaults = $style2;
926 if (!$preserve_defaults) {
985 * Sets the style for a keyword group. If $preserve_defaults is
991 * @param boolean $preserve_defaults Whether to merge the new styles with the old or just
995 public function set_keyword_group_style($key, $style, $preserve_defaults = false) {
999 if (!$preserve_defaults) {
1006 if (!$preserve_defaults) {
1031 * Sets the styles for comment groups. If $preserve_defaults is
1037 * @param boolean $preserve_defaults Whether to merge the new styles with the old or just
1041 public function set_comments_style($key, $style, $preserve_defaults = false) {
1044 if (!$preserve_defaults) {
1051 if (!$preserve_defaults) {
1071 * Sets the styles for escaped characters. If $preserve_defaults is
1076 * @param boolean $preserve_defaults Whether to merge the new styles with the old or just
1081 public function set_escape_characters_style($style, $preserve_defaults = false, $group = 0) {
1082 if (!$preserve_defaults) {
1100 * Sets the styles for brackets. If $preserve_defaults is
1108 * @param boolean $preserve_defaults Whether to merge the new styles with the old or just
1113 public function set_brackets_style($style, $preserve_defaults = false) {
1114 if (!$preserve_defaults) {
1136 * Sets the styles for symbols. If $preserve_defaults is
1141 * @param boolean $preserve_defaults Whether to merge the new styles with the old or just
1146 public function set_symbols_style($style, $preserve_defaults = false, $group = 0) {
1148 if (!$preserve_defaults) {
1156 $this->set_brackets_style ($style, $preserve_defaults);
1175 * Sets the styles for strings. If $preserve_defaults is
1180 * @param boolean $preserve_defaults Whether to merge the new styles with the old or just
1185 public function set_strings_style($style, $preserve_defaults = false, $group = 0) {
1186 if (!$preserve_defaults) {
1204 * Sets the styles for strict code blocks. If $preserve_defaults is
1209 * @param boolean $preserve_defaults Whether to merge the new styles with the old or just
1214 public function set_script_style($style, $preserve_defaults = false, $group = 0) {
1216 if (!$preserve_defaults) {
1224 * Sets the styles for numbers. If $preserve_defaults is
1229 * @param boolean $preserve_defaults Whether to merge the new styles with the old or just
1234 public function set_numbers_style($style, $preserve_defaults = false, $group = 0) {
1235 if (!$preserve_defaults) {
1255 * you are highlighting to get this number. If $preserve_defaults is
1261 * @param boolean $preserve_defaults Whether to merge the new styles with the old or just
1265 public function set_methods_style($key, $style, $preserve_defaults = false) {
1266 if (!$preserve_defaults) {
1284 * Sets the styles for regexps. If $preserve_defaults is
1291 * @param bool $preserve_defaults Whether to merge the new styles with the old or just
1295 public function set_regexps_style($key, $style, $preserve_defaults = false) {
1296 if (!$preserve_defaults) {