Searched refs:BOLD (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Text-WordDiff-0.08/t/
H A Dansicolor.t18 my $term_diff = BOLD . RED . STRIKETHROUGH . 'This is ' . RESET
19 . BOLD . GREEN . UNDERLINE . 'That was ' . RESET
48 my $file_diff = 'This is a ' . BOLD . RED . STRIKETHROUGH . "tst;"
49 . RESET . BOLD . GREEN . UNDERLINE . "test." . RESET . "\n"
50 . BOLD . RED . STRIKETHROUGH . "it " . RESET
51 . BOLD . GREEN . UNDERLINE . "It " . RESET . "is only a\n"
52 . 'test. Had ' . BOLD . RED . STRIKETHROUGH . 'it ' . RESET
53 . BOLD . GREEN . UNDERLINE . 'this ' . RESET . "been an\n"
55 . 'have been output to ' . BOLD . RED . STRIKETHROUGH . "HTML"
56 . RESET . BOLD
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dexport_nroff.tcl106 .TP [BOLD $e(label)]
112 .TP [BOLD $e(label)]
163 proc BOLD {text} { procedure
/macosx-10.10/groff-38/groff/src/preproc/eqn/
H A Deqn_tab.h17 #define BOLD 273 macro
H A Deqn.y56 %token BOLD
110 %right ROMAN BOLD ITALIC FAT FONT SIZE FWD BACK DOWN UP TYPE VCENTER SPECIAL
233 | BOLD simple
H A Deqn.cpp47 #define BOLD 273 macro
560 "TO","FROM","SIZE","FONT","ROMAN","BOLD","ITALIC","FAT","ACCENT","BAR","UNDER",
610 "simple : BOLD simple",
H A Dlex.cpp80 { "bold", BOLD },
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport_nroff.tcl104 .TP [BOLD $id]
158 proc BOLD {text} { procedure
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_attribute_manager.rb10 @bold_on = @am.changed_attribute_by_name([], [:BOLD])
11 @bold_off = @am.changed_attribute_by_name([:BOLD], [])
19 @bold_em_on = @am.changed_attribute_by_name([], [:BOLD] | [:EM])
20 @bold_em_off = @am.changed_attribute_by_name([:BOLD] | [:EM], [])
22 @em_then_bold = @am.changed_attribute_by_name([:EM], [:EM] | [:BOLD])
24 @em_to_bold = @am.changed_attribute_by_name([:EM], [:BOLD])
H A Dtest_attribute_manager.rb13 @formatter.add_tag :BOLD, '<B>', '</B>'
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dto_ansi.rb22 add_tag :BOLD, "\e[1m", "\e[m"
H A Dto_bs.rb24 add_tag :BOLD, '+b', '-b'
H A Dto_label.rb21 add_tag :BOLD, '', ''
H A Dto_markdown.rb31 add_tag :BOLD, '**', '**'
H A Dattribute_manager.rb72 add_word_pair "*", "*", :BOLD
78 add_html "b", :BOLD
204 # am.add_word_pair '*', '*', :BOLD
H A Dto_rdoc.rb68 add_tag :BOLD, "<b>", "</b>"
/macosx-10.10/text_cmds-88/ul/
H A Dul.c71 #define BOLD 020 /* Bold */ macro
289 obuf[col + i].c_mode |= BOLD|mode;
366 case BOLD:
402 case BOLD: *cp++ = '!'; break;
556 case BOLD:
/macosx-10.10/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/WordDiff/
H A DANSIColor.pm20 return join '', BOLD, RED, STRIKETHROUGH, @_, RESET;
25 return join '', BOLD, GREEN, UNDERLINE, @_, RESET;
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.prompt.c506 attributes |= BOLD;
515 attributes &= ~BOLD;
H A Ded.screen.c934 if (((cur_atr & BOLD) && !(atr & BOLD)) ||
941 if ((atr & BOLD) != (cur_atr & BOLD)) {
942 if (atr & BOLD) {
945 cur_atr |= BOLD;
959 cur_atr &= ~BOLD;
H A Dsh.h701 # define BOLD 0x04000000 /* Bold flag */ macro
715 # define BOLD 0020000 /* Bold flag */ macro
725 # define BOLD 0000000 /* Bold flag */ macro
/macosx-10.10/vim-55/runtime/syntax/
H A Dpinfo.vim38 syn keyword pinfoColorBold BOLD
H A Dfgl.vim27 syn keyword fglKeyword BEFORE BEGIN BETWEEN BLACK BLINK BLUE BOLD BORDER BOTH BOTTOM
/macosx-10.10/llvmCore-3425.0.34/utils/lit/lit/
H A DProgressBar.py56 BOLD = '' #: Turn on bold mode variable in class:TerminalController
79 CLEAR_SCREEN=clear CLEAR_EOL=el CLEAR_BOL=el1 CLEAR_EOS=ed BOLD=bold
209 BAR = '%s${GREEN}[${BOLD}%s%s${NORMAL}${GREEN}]${NORMAL}%s'
210 HEADER = '${BOLD}${CYAN}%s${NORMAL}\n\n'
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DScreenColoredLevels.pm136 BOLD, DARK, UNDERLINE, UNDERSCORE, BLINK

Completed in 315 milliseconds