view release on metacpan or search on metacpan
lib/App/sdview/Output/HTML.pm view on Meta::CPAN
method _convert_str ( $s, $tag = undef )
{
   return String::Tagged::HTML->clone(
      $s,
      only_tags => [qw( bold italic monospace underline strikethrough link )],
      convert_tags => {
         bold => "strong",
         italic => "em",
         monospace => "tt",
         underline => "u",
         strikethrough => "s",
         # TODO: F
view release on metacpan or search on metacpan
lib/App/sdview/Output/Tickit.pm view on Meta::CPAN
require App::sdview;
$App::sdview::DEFAULT_OUTPUT = "tickit"
   if $App::sdview::DEFAULT_OUTPUT eq "terminal" and -t STDOUT;
my @HIGHLIGHT_PEN = (
   fg => 16, # avoid bold-black
   bg => "magenta",
   b  => 1,
);
my @SELECT_PEN = (
lib/App/sdview/Output/Tickit.pm view on Meta::CPAN
   my %parastyle = App::sdview::Style->para_style( $para->type )->%*;
   my $itempen = Tickit::Pen->new;
   $itempen->chattr( b  => 1 ) if defined $parastyle{bold};
   $itempen->chattr( u  => 1 ) if defined $parastyle{under};
   $itempen->chattr( i  => 1 ) if defined $parastyle{italic};
   $itempen->chattr( af => 1 ) if defined $parastyle{monospace};
   $itempen->chattr( fg => $parastyle{fg}->as_xterm->index )
lib/App/sdview/Output/Tickit.pm view on Meta::CPAN
   if( defined $leader ) {
      my $leaderlen = Tickit::Utils::textwidth( $leader );
      my %leaderstyle = App::sdview::Style->para_style( "leader" )->%*;
      $leaderstyle{$_} and $leader->apply_tag( 0, $leaderlen, $_ => $leaderstyle{$_} )
         for qw( fg bg bold under italic monospace );
   }
   my $item;
   if( $para->type eq "verbatim" ) {
      # This handily deals with the paragraph bg too
lib/App/sdview/Output/Tickit.pm view on Meta::CPAN
{
   return $n => $v->as_xterm->index;
}
my %convert_tags = (
   bold      => "b",
   under     => "u",
   italic    => "i",
   strike    => "strike",
   blink     => "blink",
   monospace => sub ($, $v) { "af" => ( $v ? 1 : 0 ) },
lib/App/sdview/Output/Tickit.pm view on Meta::CPAN
   use constant CAN_FOCUS => 1;
   use Tickit::Style;
   style_definition base =>
      bg => "grey",
      fg => 16, # colour 16 is black but doesn't become grey on bold
      b  => 1,
      bad_fg => 1;
   method lines { 1 }
view release on metacpan or search on metacpan
lib/App/sdview/Output/Formatted.pm view on Meta::CPAN
   $self->say() if $_nextblank;
   my $text = App::sdview::Style->convert_str( $para->text );
   $typestyle{$_} and $text->apply_tag( 0, -1, $_ => $typestyle{$_} )
      for qw( fg bg bold under italic monospace );
   $_nextblank = !!$typestyle{blank_after};
   my @lines = $text->split( qr/\n/ );
   @lines or @lines = ( String::Tagged->new ) if defined $leader;
lib/App/sdview/Output/Formatted.pm view on Meta::CPAN
         my $prefix = " "x$margin;;
         if( defined $leader ) {
            my %leaderstyle = App::sdview::Style->para_style( "leader" )->%*;
            $leaderstyle{$_} and $leader->apply_tag( 0, -1, $_ => $leaderstyle{$_} )
               for qw( fg bg bold under italic monospace );
            if( length($leader) + 1 <= $indent ) {
               # If the leader will fit on the same line with at least one space
               $prefix .= $leader . " "x($indent - length $leader);
            }
lib/App/sdview/Output/Formatted.pm view on Meta::CPAN
         my %cellstyle = %typestyle;
         %cellstyle = ( App::sdview::Style->para_style( "table-heading" )->%*, %cellstyle ) if $cell->heading;
         $cellstyle{$_} and $text->apply_tag( 0, -1, $_ => $cellstyle{$_} )
            for qw( fg bg bold under italic monospace );
         my $spare = $colwidths[$colidx] - length $text;
         my $leftpad = ( $cell->align eq "right"  ) ? " "x$spare :
                       ( $cell->align eq "centre" ) ? " "x($spare/2) :
                                                      "";
view release on metacpan or search on metacpan
share/view/index.css view on Meta::CPAN
  padding: 0.5em 5% 0.5em 10%;
}
#caption #title
{
  font-weight: bold;
  font-size: 3em;
}
#caption #desc
{
view release on metacpan or search on metacpan
OPTIONS
      -c,  --char       Character to use
      -s,  --size       Number of columns.
      -fg, --fg         Foreground color to use. See Term::ExtendedColor
      -bg, --bg         Background color to use. See Term::ExtendedColor
      -b,  --bold       Use bold
      -i,  --italic     Use italics
      -u,  --underline  Use underline
      -r,  --reverse    Use reverse video
      -h,  --help     display this help and exit
view release on metacpan or search on metacpan
  Ctrl+Z ã§æä½ã䏿ãã2次æ
å ±ã¨ãã¦ä½è¡ã¾ã§èªãã ã®ãã表示ããã
 ãªãã·ã§ã³ : 
    -b 0 : åºåã®ãããã¡ãªã³ã°ãããªãã(Buffering)
    -c STR : è²ã®æå®ã0ã§è²ç¡ãã"cyan","faint red bold","bright_blue"ãªã©ãè²åã¯Term::ANSIColor ãåç
§ã
    -d : æ¥ä»ãåºåãyyyy-mm-dd HH:MM:SS å½¢å¼ã§ã(date)
    -g : éå§ããã®ç§æ°ã§ãªãã¦ã1è¡ãã¨ã®ééç§æ°ã表示ã(gap)
    -s : èµ·åãã¦ããã®ç§æ°ãåºåã(start)
    --sleep N : å
¥åãã1è¡ãã¤é次èªã¿åãåºåãã¦ãNç§åæ¢ãããã¨ãç¹°ãè¿ãã
    -z STR : ã¿ã¤ã ã¾ã¼ã³ã®è¨å®ã"Asia/Tokyo", "-9", "-9:00", "JST-9" ãªã©ãè¨å®ã§ããã(ã·ã¹ãã ä¾å)
view release on metacpan or search on metacpan
script/ucpan view on Meta::CPAN
sub pr_cyan;
sub pr_white;
{
    no strict 'refs';
    for my $color (qw/red green yellow blue magenta cyan white /) {
        *{ __PACKAGE__ . '::pr_' . $color } = $pr_colored->( 'bold', $color );
    }
    *{ __PACKAGE__ . '::pr_black' } = sub {
        my $tail = pop @_;
        my $nl   = chomp($tail) ? $/ : '';
        print color('black on_white'), @_, $tail;
view release on metacpan or search on metacpan
eg/public/css/error.css view on Meta::CPAN
    font-size: 10px;
}
span.key {
    color: #449;
    font-weight: bold;
    width: 120px;
    display: inline;
}
span.value {
eg/public/css/error.css view on Meta::CPAN
div.title {
    font-family: "lucida console","monaco","andale mono","bitstream vera sans mono","consolas",monospace;
    font-size: 12px;
    background-color: #aaa;
    color: #444;
    font-weight: bold;
    padding: 3px;
    padding-left: 10px;
}
table.context {
view release on metacpan or search on metacpan
                $mod =~ s{^$lib/}{}xms;
                $mod =~ s{/}{::}gxms;
                $mod =~ s{[.]pm$}{}xms;
                my $value = delete $used{$mod};
                if ( $option{verbose} > 1 ) {
                    $used{$mod} = { count => $value, colour => 'bold' };
                }
            }
        }
    }
        printf "%4d %s$star$version\n", $used->{$module}{count}, $used->{$module}{colour} ? colored($module, $used->{$module}{colour} ) : $module
            unless $option{quiet};
        if ( $used->{$module}{colour} && $used->{$module}{colour} ne '' && !$notes{ colored( $used->{$module}{colour}, $used->{$module}{colour} ) } ) {
            $notes{ colored( $used->{$module}{colour}, $used->{$module}{colour} ) }
                = $used->{$module}{colour} eq 'blue' ? "Core module"
                : $used->{$module}{colour} eq 'bold' ? 'Local module'
                :                                      'Update the code for this colour';
        }
    }
    print "\n" unless $option{quiet};
view release on metacpan or search on metacpan
bin/vaporcalc view on Meta::CPAN
  my $recipe = $rset->recipe;
  my $result = $rset->result;
  my $flav_recipe_str = '';
  for my $flav ($recipe->flavor_array->all) {
    my $pcnt = colorify 'bold red' => $flav->percentage;
    my $tag  = $flav->tag;
    my $type = $flav->type;
    $flav_recipe_str .= "   $tag -> $pcnt %  ($type)\n";
  }
  my $flav_result_str = '';
  for my $flav ($result->flavors->kv->all) {
    my ($tag, $ml) = @$flav;
    $ml = colorify 'bold yellow' => $ml;
    $flav_result_str .= "   $tag => [$ml ml]\n";
  }
  hash(
    recipe_flavor_string => $flav_recipe_str,
bin/vaporcalc view on Meta::CPAN
  format_str( $tmpl =>
    notes => sub {
      $recipe->notes->has_any ?
        "\n" . $recipe->notes
                ->map(sub { colorify('bold yellow', ' - '.$_) })
                ->join("\n")
        : 'none'
    },
    flavor_recipe => $flav_recipe_str,
    flavor_result => $flav_result_str,
    (map {; $_ => colorify('bold red', $recipe->$_) } qw/
      target_quantity target_nic_per_ml
      base_nic_per_ml base_nic_type
      target_pg target_vg
    /),
    (map {; $_ => colorify('bold yellow', $result->$_) } qw/
      vg pg nic total
    /),
    max_vg_total => sub {
      colorify('bold yellow', $result->pg + $result->vg)
    },
  )
}
view release on metacpan or search on metacpan
$OPT{color} = 0 if $OPT{monochrome};
$OPT{color_stderr} = $OPT{color} // -t STDERR;    ## no critic
$OPT{color} //= -t STDOUT;                        ## no critic
my %COLORS = (
    t => "\e[1;39m",                              # title : bold
    v => "\e[0;32m",                              # value: green
    n => "\e[0;34m",                              # name: blue
    i => "\e[0;33m",                              # identifier: yellow
    e => "\e[1;31m",                              # error: bold red
);
sub cBold {
    $OPT{color} ? "$COLORS{t}$_[0]\e[0m" : $_[0];
}
view release on metacpan or search on metacpan
inc/Devel/PPPort.pm view on Meta::CPAN
#ifndef IVSIZE
#  ifdef LONGSIZE
#    define IVSIZE LONGSIZE
#  else
#    define IVSIZE 4 /* A bold guess, but the best we can make. */
#  endif
#endif
#ifndef UVTYPE
#  define UVTYPE                         unsigned IVTYPE
#endif
view release on metacpan or search on metacpan
share/files/public/skins/default/bootstrap/css/bootstrap-responsive.min.css view on Meta::CPAN
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;wi...
view release on metacpan or search on metacpan
share/root/jquery-ui-1.11.1/jquery-ui.min.css view on Meta::CPAN
/*! jQuery UI - v1.11.1 - 2014-08-13
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, them...
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeade...
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoratio...
view release on metacpan or search on metacpan
xs/ppport.h view on Meta::CPAN
#ifndef IVSIZE
#  ifdef LONGSIZE
#    define IVSIZE LONGSIZE
#  else
#    define IVSIZE 4 /* A bold guess, but the best we can make. */
#  endif
#endif
#ifndef UVTYPE
#  define UVTYPE                         unsigned IVTYPE
#endif
view release on metacpan or search on metacpan
ËÉnbá´lÉ ÉuÆÉɯ Çɹolop ÊÇ ÇɹoqÉl Ên Êunpá´pá´ÉuᴠɹodɯÇÊ poɯsná´Ç op pÇs 'Êá´lÇ Æuá´Ésá´dá´pÉ É¹nÊÇÊÉÇsuoÉ 'ÊÇÉ¯É Êá´s ɹolop ɯnsdᴠɯÇɹoË¥
00ËÆ$-
#	Unicode font
#
#	Strings which contain bold/italic/etc. versions of normal characters
ï¼´ï½ï½
 ï½ï½ï½ï½ï½ ï½ï½ï½ï½ï½ ï½ï½ï½ ï½ï½ï½ï½ï½ ï½ï½ï½
ï½ ï½ï½ï½
 ï½ï½ï½ï½ ï½ï½ï½
ðð¡ð ðªð®ð¢ðð¤ ðð«ð¨ð°ð§ ðð¨ð± ð£ð®ð¦ð©ð¬ ð¨ð¯ðð« ðð¡ð ð¥ðð³ð² ðð¨ð 
ð¿ðð ððððð ððððð ððð ððððð ðððð ððð ðððð ððð
ð»ðð ððððð ððððð ððð ððððð ðððð ððð ðððð ð
ðð
view release on metacpan or search on metacpan
lib/Archive/Extract/ppport.h view on Meta::CPAN
#ifndef IVSIZE
#  ifdef LONGSIZE
#    define IVSIZE LONGSIZE
#  else
#    define IVSIZE 4 /* A bold guess, but the best we can make. */
#  endif
#endif
#ifndef UVTYPE
#  define UVTYPE                         unsigned IVTYPE
#endif
view release on metacpan or search on metacpan
          ],
          "cookies": [],
          "content": {
            "size": 213057,
            "mimeType": "text/html",
            "text": "<!doctype html><html itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en-AU\"><head><meta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"><link href=\"/images/branding/produ...
          },
          "redirectURL": "",
          "headersSize": -1,
          "bodySize": -1,
          "_transferSize": 68060
          ],
          "cookies": [],
          "content": {
            "size": 436180,
            "mimeType": "text/javascript",
            "text": "/* _GlobalPrefix_ */\n/* _Module_:quantum */\ntry{\nvar s_,s_aaa=\"function\"==typeof Object.defineProperties?Object.defineProperty:function(a,b,c){if(c.get||c.set)throw new TypeError(\"ES3 does not support getters and setters.\"...
          },
          "redirectURL": "",
          "headersSize": -1,
          "bodySize": 0,
          "_transferSize": 0
view release on metacpan or search on metacpan
xs/ppport.h view on Meta::CPAN
#ifndef IVSIZE
#  ifdef LONGSIZE
#    define IVSIZE LONGSIZE
#  else
#    define IVSIZE 4 /* A bold guess, but the best we can make. */
#  endif
#endif
#ifndef UVTYPE
#  define UVTYPE                         unsigned IVTYPE
#endif
view release on metacpan or search on metacpan
examples/search_cpan.pl view on Meta::CPAN
                    my $snippet
                        = substr( $contents, $previous, $next - $previous );
                    $snippet
                        =~ s{$search}{color('black on_yellow') . $& . color('reset')}eg;
                    say '' if $lines++;
                    say color('bold green'), $key, color('reset');
                    say "$snippet";
                }
            }
        );
    };
view release on metacpan or search on metacpan
inc/Pod/Markdown.pm view on Meta::CPAN
sub interior_sequence {
    my ($parser, $seq_command, $seq_argument, $pod_seq) = @_;
    my $data      = $parser->_private;
    my %interiors = (
        'I' => sub { return '_' . $_[1] . '_' },      # italic
        'B' => sub { return '__' . $_[1] . '__' },    # bold
        'C' => sub { return '`' . $_[1] . '`' },      # monospace
        'F' => sub { return '`' . $_[1] . '`' },      # system path
        'S' => sub { return '`' . $_[1] . '`' },      # code
        'E' => sub {
            my ($seq, $charname) = @_;
view release on metacpan or search on metacpan
#ifndef IVSIZE
#  ifdef LONGSIZE
#    define IVSIZE LONGSIZE
#  else
#    define IVSIZE 4 /* A bold guess, but the best we can make. */
#  endif
#endif
#ifndef UVTYPE
#  define UVTYPE                         unsigned IVTYPE
#endif
view release on metacpan or search on metacpan
src/ppport.h view on Meta::CPAN
#ifndef IVSIZE
#  ifdef LONGSIZE
#    define IVSIZE LONGSIZE
#  else
#    define IVSIZE 4 /* A bold guess, but the best we can make. */
#  endif
#endif
#ifndef UVTYPE
#  define UVTYPE                         unsigned IVTYPE
#endif
view release on metacpan or search on metacpan
#ifndef IVSIZE
#  ifdef LONGSIZE
#    define IVSIZE LONGSIZE
#  else
#    define IVSIZE 4 /* A bold guess, but the best we can make. */
#  endif
#endif
#ifndef UVTYPE
#  define UVTYPE                         unsigned IVTYPE
#endif
view release on metacpan or search on metacpan
#ifndef IVSIZE
#  ifdef LONGSIZE
#    define IVSIZE LONGSIZE
#  else
#    define IVSIZE 4 /* A bold guess, but the best we can make. */
#  endif
#endif
#ifndef UVTYPE
#  define UVTYPE                         unsigned IVTYPE
#endif
view release on metacpan or search on metacpan
web/css/main.css view on Meta::CPAN
#sidebar { float: right; width: 27% }
#main    { width: 70%; padding: 0 1em }
h1 { font-size: 14pt; color: #00f }
.warning { font-weight: bold }
.option-buttons { text-align: right }
.compilation-options { float: right; font-size: 10pt }
.package-name { color: black }
.source-package-name { text-decoration: underline }
.builder-name { color: black }
.builder-info { font-size: 10pt; color: #3a3 }
.builder-info .builder-name { color: inherit; font-weight: bold }
#incoming-package-list    { margin-left: 1em }
.valid-signature          { color: #0a0 }
.invalid-signature        { color: #a00 }
.incoming-package         { margin-bottom: 3ex }
.incoming-package-name    { font-weight: bold; font-size: large }
.incoming-package-version { font-size: large }
.incoming-package-info    { }
.incoming-package-attr    {
    display:   block;
    font-size: small;
web/css/main.css view on Meta::CPAN
.builder-line:nth-child(odd)  { background-color: #cef }
.builder-line:nth-child(even) { background-color: #bdf }
.builder-line { padding: 5px }
.builder-status { float: right; color: #005; font-size: 10pt }
.builder-props      { display: block; font-size: 8pt; color: #777 }
.builder-prop-value { font-weight: bold }
.compilation-props       { display: block; font-size: 8pt; color: #777; padding-bottom: 1px }
.compilation-prop-value  { font-weight: bold }
.compilation-queue-line, .failed-compilation-line { padding-bottom: 1ex }
.failed-compilation-line { color: #777 }
.repo-package-line { padding-bottom: 1ex }
.repo-package-info { display: block; font-size: 8pt; color: #777 }
.repo-package-version  { font-weight: bold }
.inactive { color: #777 }
view release on metacpan or search on metacpan
lib/Ark/Context/Debug.pm view on Meta::CPAN
}
#error {
  padding: 10px;
  color: #f00;
  font-weight: bold;
  border: 1px solid #f00;
  background-color: #fee;
}
.dump pre {
view release on metacpan or search on metacpan
#ifndef IVSIZE
#  ifdef LONGSIZE
#    define IVSIZE LONGSIZE
#  else
#    define IVSIZE 4 /* A bold guess, but the best we can make. */
#  endif
#endif
#ifndef UVTYPE
#  define UVTYPE                         unsigned IVTYPE
#endif
view release on metacpan or search on metacpan
lib/ArrayData/Lingua/Word/EN/Enable.pm view on Meta::CPAN
boites
bola
bolar
bolas
bolases
bold
bolder
boldest
boldface
boldfaced
boldfaces
boldfacing
boldly
boldness
boldnesses
bolds
bole
bolero
boleros
boles
bolete
lib/ArrayData/Lingua/Word/EN/Enable.pm view on Meta::CPAN
embodies
embodiment
embodiments
embody
embodying
embolden
emboldened
emboldening
emboldens
embolectomies
embolectomy
emboli
embolic
embolies
lib/ArrayData/Lingua/Word/EN/Enable.pm view on Meta::CPAN
imblazing
imbodied
imbodies
imbody
imbodying
imbolden
imboldened
imboldening
imboldens
imbosom
imbosomed
imbosoming
imbosoms
imbower
lib/ArrayData/Lingua/Word/EN/Enable.pm view on Meta::CPAN
koan
koans
koas
kob
kobo
kobold
kobolds
kobos
kobs
koel
koels
kohl
lib/ArrayData/Lingua/Word/EN/Enable.pm view on Meta::CPAN
overboard
overboil
overboiled
overboiling
overboils
overbold
overbook
overbooked
overbooking
overbooks
overbore
view release on metacpan or search on metacpan
lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm view on Meta::CPAN
archaeus
Archagathus
archaic
archamphiaster
Archangelica
archboldomys
archchemic
arche
archegonium
archegony
archencephalon
lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm view on Meta::CPAN
bokhara
Bol.
bola
Bolam
bolasterone
boldenone
boldine
boldo
boldoa
boldomys
Boldu
boldus
bolenol
Boletus
Boley
Bolivian
boliviensis
lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm view on Meta::CPAN
humanoid
humanus
Humate
Humatin
Humatrope
humboldtiana
Humby
humectant
humectation
Humegon
humeral
lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm view on Meta::CPAN
siderotic
siderotica
siderous
Sidhi
SIDS
Siebold
Siegert
Siegert's
Siegle
Siegle's
Siekert
lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm view on Meta::CPAN
tobacco
tobaccoism
tobamovirus
Tobey
Tobia
Tobold
TobraDex
tobramycin
Tobrex
Tobruk
tocainide