Searched refs:no_color (Results 1 – 5 of 5) sorted by relevance
188 declare -r white="\e[1;37m" cyan="\e[1;36m" red="\e[0;31m" no_color="\e[0m"190 declare -r white="" cyan="" red="" no_color=""208 $opt_quiet || status "$test" "${red}FILE NOT FOUND${no_color}"214 …erse && printf "\r[%-3d/%-3d : ${white}comperr=%-3d ${red}valerr=%-3d ${cyan}ok=%-3d${no_color}]" \225 *) $opt_quiet || status "$test" "${red}UNKNOWN LANGUAGE${no_color}"; continue;;235 $opt_stat_ok && status "$test" "${cyan}OK${no_color}"239 $opt_stat_valerr && status "$test" "${red}VAL ERROR${no_color}"251 $opt_stat_comperr && status "$test" "${white}COMP ERROR${no_color}"260 …nt_nocomp} compile errors${no_color}, ${red}${count_err} validation errors${no_color}, ${cyan}${co…
58 task :ci => [:no_color, :default]59 task :cruise => [:no_color, :default]66 task :no_color do
28 let buffer = self.emit(Buffer::no_color(), &config); in emit_no_color()
103 task :no_color do
1090 Buffer::no_color() in new()1110 Buffer::no_color() in new()1115 pub fn no_color() -> Buffer { in no_color() method