| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-trib.rb | 7 bold: '29;1', 108 puts "You should use #{'redis-cli'.bold} instead." 112 puts "In order to use them you should call redis-cli with the #{'--cluster'.bold}" 116 puts "redis-cli --cluster SUBCOMMAND [ARGUMENTS] [OPTIONS]".bold 124 puts example.bold 127 puts "redis-cli --cluster help".bold
|
| H A D | redis-cli.c | 669 static char *hintsCallback(const char *buf, int *color, int *bold) { in hintsCallback() argument 688 *bold = 0; in hintsCallback() 880 int bold = strstr(color,"bold") != NULL; in sdscatcolor() local 890 o = sdscatfmt(o,"\033[%i;%i;49m",bold,ccode); in sdscatcolor()
|
| /f-stack/tools/libxo/doc/_static/ |
| H A D | basic.css_t | 108 font-weight: bold; 118 font-weight: bold; 249 font-weight: bold; 294 font-weight: bold; 307 font-weight: bold; 320 font-weight: bold; 329 font-weight: bold; 471 font-weight: bold; 586 font-weight: bold; 596 font-weight: bold;
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | example.c | 14 char *hints(const char *buf, int *color, int *bold) { in hints() argument 17 *bold = 0; in hints()
|
| H A D | linenoise.h | 52 typedef char*(linenoiseHintsCallback)(const char *, int *color, int *bold);
|
| H A D | README.markdown | 170 to the color the user is typing, and can also be bold. 182 char *hints(const char *buf, int *color, int *bold) { 185 *bold = 0; 205 can be provided together with a `bold` attribute. If no color is set, the 206 current terminal foreground color is used. If no bold attribute is set, 207 non-bold text is printed.
|
| H A D | linenoise.c | 479 int color = -1, bold = 0; in refreshShowHints() local 480 char *hint = hintsCallback(l->buf,&color,&bold); in refreshShowHints() 485 if (bold == 1 && color == -1) color = 37; in refreshShowHints() 486 if (color != -1 || bold != 0) in refreshShowHints() 487 snprintf(seq,64,"\033[%d;%d;49m",bold,color); in refreshShowHints() 490 if (color != -1 || bold != 0) in refreshShowHints()
|
| /f-stack/tools/libxo/tests/core/saved/ |
| H A D | test_10.HP.out | 9 <div class="data effect-bold" data-tag="data">bold</div> 10 <div class="text effect-bold"> </div> 11 <div class="data effect-bold effect-underline" data-tag="data">bold-ul</div> 12 <div class="text effect-bold effect-underline"> </div> 13 …<div class="data effect-bold effect-underline effect-inverse color-fg-inverse color-bg-inverse" da… 14 …<div class="text effect-bold effect-underline effect-inverse color-fg-inverse color-bg-inverse"> <… 23 <div class="title effect-bold effect-underline"> Total Sold</div> 235 <div class="label effect-bold color-fg-white color-bg-blue">Total sold</div> 236 <div class="text effect-bold color-fg-white color-bg-blue">: </div> 237 <div class="data effect-bold color-fg-white color-bg-blue" data-tag="sold">1321.0</div>
|
| H A D | test_10.H.out | 1 …bold" data-tag="data">bold</div><div class="text effect-bold"> </div><div class="data effect-bold …
|
| H A D | test_10.JP.out | 7 "data": "bold", 8 "data": "bold-ul",
|
| H A D | test_10.J.out | 1 {"__version": "3.1.4", "top": {"data": {"item": [],"data":"bold","data":"bold-ul","data":"triple","…
|
| H A D | test_10.HIPx.out | 9 <div class="data effect-bold" data-tag="data" data-xpath="/top/data/data">bold</div> 10 <div class="text effect-bold"> </div> 11 …<div class="data effect-bold effect-underline" data-tag="data" data-xpath="/top/data/data">bold-ul… 12 <div class="text effect-bold effect-underline"> </div> 13 …<div class="data effect-bold effect-underline effect-inverse color-fg-inverse color-bg-inverse" da… 14 …<div class="text effect-bold effect-underline effect-inverse color-fg-inverse color-bg-inverse"> <… 23 <div class="title effect-bold effect-underline"> Total Sold</div> 235 <div class="label effect-bold color-fg-white color-bg-blue">Total sold</div> 236 <div class="text effect-bold color-fg-white color-bg-blue">: </div> 237 …<div class="data effect-bold color-fg-white color-bg-blue" data-tag="sold" data-xpath="/top/data/i…
|
| H A D | test_10.X.out | 1 <top version="3.1.4"><data test="value"><data test2="value2">bold</data><data>bold-ul</data><data>t…
|
| H A D | test_10.XP.out | 3 <data test2="value2">bold</data> 4 <data>bold-ul</data>
|
| H A D | test_10.E.out | 9 op string: [data] [bold] [0] 10 op string: [data] [bold-ul] [0]
|
| /f-stack/tools/libxo/doc/ |
| H A D | field-roles.rst | 54 xo_emit("{C:bold}{:value}{C:no-bold}\n", value); 59 xo_emit("{C:bold}{C:inverse}both{C:no-bold}only inverse\n"); 68 xo_emit("{C:bold,inverse}Ugly{C:no-bold,no-inverse}\n"); 74 xo_emit("{C:/%s%s}{:value}{C:}", need_bold ? "bold" : "", 89 bold Start bold text effect 92 no-bold Stop bold text effect
|
| H A D | xolint.rst | 167 xo_emit("{C:fg-purple,bold}{:foo}{C:gween}", x); 173 xo_emit("{C:fg-red,bold}{:foo}{C:fg-green}", x); 179 limited to bold, no-bold, underline, no-underline,
|
| H A D | howto.rst | 163 as effects like bold and underline (see :ref:`color-role`):: 166 xo_emit("{C:bold}required{C:}\n");
|
| /f-stack/tools/libxo/xohtml/ |
| H A D | xohtml.css | 52 * font-weight: bold; 309 font-weight: bold; 660 font-weight: bold; 684 font-weight: bold; 712 font-weight: bold; 930 font-weight: bold; 995 font-weight: bold; 1039 div.effect-bold { font-weight:bold; }
|
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.qtip.css | 46 font-weight: bold; 92 font: normal bold 10px/13px Tahoma,sans-serif; 386 font-weight: bold; 543 font-weight: bold;
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | documentation.rst | 621 * Doxygen supports Markdown style syntax such as bold, italics, fixed width text and lists.
|