view release on metacpan or search on metacpan
Directed/ppport.h view on Meta::CPAN
 * capable of those should have IVSIZE already. */
#if !defined(IVSIZE) && defined(LONGSIZE)
#   define IVSIZE LONGSIZE
#endif
#ifndef IVSIZE
#   define IVSIZE 4 /* A bold guess, but the best we can make. */
#endif
#ifndef UVSIZE
#   define UVSIZE IVSIZE
#endif
view release on metacpan or search on metacpan
lib/Bootylicious/Theme/WordpressTwentyten.pm view on Meta::CPAN
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 350px;
lib/Bootylicious/Theme/WordpressTwentyten.pm view on Meta::CPAN
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
lib/Bootylicious/Theme/WordpressTwentyten.pm view on Meta::CPAN
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
lib/Bootylicious/Theme/WordpressTwentyten.pm view on Meta::CPAN
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
lib/Bootylicious/Theme/WordpressTwentyten.pm view on Meta::CPAN
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
lib/Bootylicious/Theme/WordpressTwentyten.pm view on Meta::CPAN
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
lib/Bootylicious/Theme/WordpressTwentyten.pm view on Meta::CPAN
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
lib/Bootylicious/Theme/WordpressTwentyten.pm view on Meta::CPAN
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
lib/Bootylicious/Theme/WordpressTwentyten.pm view on Meta::CPAN
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
lib/Bootylicious/Theme/WordpressTwentyten.pm view on Meta::CPAN
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
lib/Bootylicious/Theme/WordpressTwentyten.pm view on Meta::CPAN
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
lib/Bootylicious/Theme/WordpressTwentyten.pm view on Meta::CPAN
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
lib/Bootylicious/Theme/WordpressTwentyten.pm view on Meta::CPAN
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
lib/Bootylicious/Theme/WordpressTwentyten.pm view on Meta::CPAN
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
lib/Bootylicious/Theme/WordpressTwentyten.pm view on Meta::CPAN
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
view release on metacpan or search on metacpan
lib/BorderStyleRole/Source/ASCIIArt.pm view on Meta::CPAN
border characters are not supported by this role.
For more complex border styles, you define C<@PICTURES> instead, with each
element being a hash:
 # this style is single bold line for header rows, single line for data rows.
 our @PICTURES = (
     {
         # imagine every line is a header-row separator line (theoretically, the
         # top and bottom lines won't ever be used as separator though)
         for_header_data_separator => 1,
view release on metacpan or search on metacpan
lib/BorderStyle/UTF8/Brick.pm view on Meta::CPAN
âââââ·ââââ·ââââââââ'
_
our %BORDER = (
    v => 3,
    summary => 'Single-line, bold on bottom right to give illusion of depth',
    utf8 => 1,
);
1;
# ABSTRACT: Single-line, bold on bottom right to give illusion of depth
__END__
=pod
=encoding UTF-8
=head1 NAME
BorderStyle::UTF8::Brick - Single-line, bold on bottom right to give illusion of depth
=head1 VERSION
This document describes version 0.014 of BorderStyle::UTF8::Brick (from Perl distribution BorderStyles-Standard), released on 2022-02-20.
view release on metacpan or search on metacpan
lib/Bot/Applebot.pm view on Meta::CPAN
    $self->reshuffle_adjective_cards unless $self->has_adjective_cards;
    my $adjective = $orig->($self, @_);
    if ($adjective eq 'Bold') {
        $adjective = color($adjective, 'bold');
    }
    $adjective =~ s{<player>}{(shuffle $self->player_names)[0]}eg;
    $adjective =~ s{<judge>}{$self->judge}eg;
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
lib/Bot/BasicBot/Pluggable/Module/JIRA.pm view on Meta::CPAN
colors by setting status_colors to a hashref containing the map.  The
following colors are understood:
=over 2
=item * bold
=item * white
=item * black
lib/Bot/BasicBot/Pluggable/Module/JIRA.pm view on Meta::CPAN
    <: $components.0 :>
The default inquiry format is:
    <: colorize($issue) :> [<: $version :>] <: bold($summary) :> for <: $assignee :>
which produces replies such as:
    <purl> PRJ-284 [Unscheduled] add jira to bot for diz
lib/Bot/BasicBot/Pluggable/Module/JIRA.pm view on Meta::CPAN
{
	my $self = shift;
	my $colorizers =
	{
		bold		=> sub { "$_[0]" },
		white		=> sub { "0$_[0]" },
		black		=> sub { "1$_[0]" },
		blue		=> sub { "2$_[0]" },
		green		=> sub { "3$_[0]" },
		red			=> sub { "4$_[0]" },
lib/Bot/BasicBot/Pluggable/Module/JIRA.pm view on Meta::CPAN
	$formats = {} unless ref($formats) eq 'HASH';
	return
	{
		default	=> '<: colorize($issue) :> [<: $version :>] <: bold($summary) :> for <: $assignee :>',
		status	=> '<: $issue :> [<: $version :>] was <: $status_verb :> by <: $status_last_changed_user :> on <: $status_last_changed_datetime.strftime("%Y %b %d (%a) at %l:%M %P") :>',
		%$formats
	#my $date	= $dt->strftime('%Y %b %d (%a)');
	#my $time	= $dt->strftime('%l:%M %P');
	}
view release on metacpan or search on metacpan
root/css/excite-bike/jquery-ui-1.7.2.custom.css view on Meta::CPAN
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=segoe%20ui,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=3px&bgColorHeader=f9f9f9&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=100&bord...
*/
/* Component containers
----------------------------------*/
.ui-widget { font-family: segoe ui, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: segoe ui, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #eeeeee url(images/ui-bg_inset-hard_100_eeeeee_1x100.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #cccccc; background: #f9f9f9 url(images/ui-bg_highlight-soft_100_f9f9f9_1x100.png) 50% 50% repeat-x; color: #e69700; font-weight: bold; }
.ui-widget-header a { color: #e69700; }
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #ffffff; background: #1484e6 url(images/ui-bg_diagonals-thick_22_1484e6_40x40.png) 50% 50% repeat; font-weight: bold; color: #ffffff; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #2293f7; background: #2293f7 url(images/ui-bg_diagonals-thick_26_2293f7_40x40.png) 50% 50% repeat; font-weight: bold; color: ...
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #e69700; background: #e69700 url(images/ui-bg_diagonals-thick_20_e69700_40x40.png) 50% 50% repeat; font-weight: bold; color: #ffffff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; outline: none; text-decoration: none; }
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #ffffff; background: #c5ddfc url(images/ui-bg_diagonals-small_25_c5ddfc_40x40.png) 50% 50% repeat; color: #333333; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #333333; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #e69700; background: #e69700 url(images/ui-bg_diagonals-thick_20_e69700_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
/* Icons
----------------------------------*/
root/css/excite-bike/jquery-ui-1.7.2.custom.css view on Meta::CPAN
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
view release on metacpan or search on metacpan
lib/Bot/BasicBot/Pluggable/Module/Aviation.pm view on Meta::CPAN
    $content  =~ m/($site( AMD)* \d+Z .*?)</s;
    my $taf = $1;
    $taf =~ s/\n//gm;
    $taf =~ s/\s+/ /g;
    
    my $taf_highlight_bold = $self->get("taf_highlight_bold");
    
    # Optionally highlight beginnings of parts of the forecast. Some
    # find it useful, some find it obnoxious, so it's configurable. :-)
    $taf =~ s/(FM\d+Z?|TEMPO \d+|BECMG \d+|PROB\d+)/\cB$1\cB/g if $taf_highlight_bold;
    # Sane?
    return "I can't find any forecast for $site." if length($taf) < 10;
view release on metacpan or search on metacpan
lib/Bot/BasicBot/Pluggable/Module/Google.pm view on Meta::CPAN
        );
        $search->query( split( /\s+/, $param ) );
        my $res;    # magical concatenation of all results.
        $res .= $_->title . ": " . $_->URL . "\n" for @{ $search->results() };
        $res =~ s/<[^>]+>//g;    # remove the bolded search terms.
        return $res ? $res : "No results for \'$param\'.";
    }
    elsif ( $command eq "spell" ) {
view release on metacpan or search on metacpan
lib/Bot/Cobalt/Plugin/RSS.pm view on Meta::CPAN
  my @headlines = $handler->late_breaking_news;
  HEAD: while (my $headline = pop @headlines) {
    my $this_line = $headline->headline;
    my $this_url  = $headline->url;
    my $str = "RSS: "
            .color('bold', $name)
            .": $this_line ( $this_url )" ;
    CONTEXT: for my $context (keys %$a_heap) {
      my $irc = irc_object($context) || next CONTEXT;
      
view release on metacpan or search on metacpan
lib/Bot/Cobalt/Plugin/YouTube.pm view on Meta::CPAN
    }
  }
  if (defined $title && $short_url) {
    my $irc_resp =
      color('bold', 'YouTube:')
      . " $title ( $short_url )" ;
    broadcast( 'message',
      $msg->context,
      $msg->channel,
view release on metacpan or search on metacpan
lib/Bot/Cobalt/Plugin/Extras/CPAN.pm view on Meta::CPAN
    );
    return PLUGIN_EAT_ALL
  }
  my $resp;
  my $prefix = color bold => 'mCPAN';
  TYPE: {
    if ($type eq 'abstract') {
      my $abs  = $d_hash->{abstract} || 'No abstract available.';
view release on metacpan or search on metacpan
share/megahal.trn view on Meta::CPAN
Well, that is your opinion, I suppose.
You said it, buddy!
No way!  I hope you're sure about that!
Really?  I can't say I'm surprised...
Whatever you say!  I don't believe a word of it!
That's a rather bold claim.
I hope you have some evidence to back you up on that.
Tell me something I don't know!
I wish I could believe you, I really do!
I've known that for a long time.
That's a fairly outrageous claim.
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
doc/features.svg view on Meta::CPAN
  <path id="path3844-0-65" d="m302.95 349.52 4.2824 49.675" fill="none" marker-end="url(#TriangleOutL-74)" marker-start="url(#TriangleInL-0)" stroke="#000" stroke-width="1px"/>
  <text id="text3083" x="562.61719" y="451.03009" fill="#000000" font-family="Verdana" letter-spacing="0px" word-spacing="0px" style="line-height:0%" xml:space="preserve"><tspan id="tspan3085" x="562.61719" y="451.03009" font-size="13px" style="line-...
  <text id="text3994" x="4.8737383" y="444.62781" fill="#000000" font-family="Verdana" letter-spacing="0px" word-spacing="0px" style="line-height:0%" xml:space="preserve"><tspan id="tspan3996" x="4.8737383" y="444.62781" font-size="13px" style="line-...
  <text id="text4002" x="266.87375" y="242.62782" fill="#000000" font-family="Verdana" font-size="13px" letter-spacing="0px" word-spacing="0px" style="line-height:0%" xml:space="preserve"><tspan id="tspan4004" x="266.87375" y="242.62782" style="line-...
  <text id="text4012" x="291.87375" y="573.62781" fill="#000000" font-family="Verdana" font-size="13px" letter-spacing="0px" word-spacing="0px" style="line-height:0%" xml:space="preserve"><tspan id="tspan4014" x="291.87375" y="573.62781" style="line-...
  <text id="text4049" x="457.37457" y="367.00769" fill="#000000" font-family="Verdana" font-weight="bold" letter-spacing="0px" word-spacing="0px" style="line-height:0%" xml:space="preserve"><tspan id="tspan4051" x="457.37457" y="367.00769" font-size=...
  <text id="text4053" x="196.37454" y="597.00769" fill="#000000" font-family="Verdana" font-weight="bold" letter-spacing="0px" word-spacing="0px" style="line-height:0%" xml:space="preserve"><tspan id="tspan4055" x="196.37454" y="597.00769" font-size=...
  <text id="text4057" x="168.37454" y="236.00768" fill="#000000" font-family="Verdana" font-weight="bold" letter-spacing="0px" word-spacing="0px" style="line-height:0%" xml:space="preserve"><tspan id="tspan4059" x="168.37454" y="236.00768" font-size=...
  <text id="text4061" x="29.374542" y="392.00769" fill="#000000" font-family="Verdana" font-weight="bold" letter-spacing="0px" word-spacing="0px" style="line-height:0%" xml:space="preserve"><tspan id="tspan4063" x="29.374542" y="392.00769" font-size=...
 </g>
</svg>
view release on metacpan or search on metacpan
root/player/all_home.tt view on Meta::CPAN
               <span style="color:darkgreen;">complete</span>
            [% END %]
        [% ELSE %] 
            [% SET picks_correct = correct_picks_per_player.$player_id || 0 %]
            [% IF picks_correct == max_correct %]
              [% SET picks_correct = '<span style="font-weight:bold;">' _ picks_correct _ '</span>' %]
            [% END %]
            [% SET picks_upset = upset_picks_per_player.$player_id || 0 %]
            [% IF picks_upset == max_upsets %]
              [% SET picks_upset = '<span style="font-weight:bold;">' _ picks_upset _ '</span>' %]
            [% END %]
            <span style="color:darkgreen;">[% picks_upset %], [% picks_correct  %]</span>
        [% END %]
	</td>
view release on metacpan or search on metacpan
ocip_html/OCISchemaAS.xsd.html view on Meta::CPAN
   letter-spacing: 1px;
}
/* Sub-section headers */
h3, h3 a, h3 span {
   font-size: 12pt;
   font-weight: bold;
   color: black;
}
/* Table displaying the properties of the schema components or the
   schema document itself */
table.properties th, table.properties th a {
ocip_html/OCISchemaAS.xsd.html view on Meta::CPAN
   background-color: #eee;
}
/* Target namespace of the schema */
span.targetNS {
   color: #06C;
   font-weight: bold;
}
/******** Schema Components' Sections ********/
ocip_html/OCISchemaAS.xsd.html view on Meta::CPAN
   padding-bottom: 3px;
   padding-left: 10px;
   padding-right: 10px;
}
table th {
   font-weight: bold;
   text-align: left;
}
/* Table displaying the properties of the schema components or the
   schema document itself */
table.properties {
ocip_html/OCISchemaAS.xsd.html view on Meta::CPAN
div.box {
   margin: 1em;
}
   /* Box caption */
div.box span.caption {
   font-weight: bold;
}
   /* Button to open and close the box */
div.box input.control {
   width: 1.4em;
   height: 1.4em;
ocip_html/OCISchemaAS.xsd.html view on Meta::CPAN
/******** Table of Contents Section ********/
/* Controls for switching between printing and viewing modes */
div#printerControls {
   white-space: nowrap;
   font-weight: bold;
   padding: 5px;
   margin: 5px;
}
/* Controls that can collapse or expand all XML Instance
   Representation and Schema Component Representation boxes */
ocip_html/OCISchemaAS.xsd.html view on Meta::CPAN
   color: #999; /* Light gray */
}
   /* Fixed values */
div.sample div.contents .fixed {
   color: #063; /* Green */
   font-weight: bold;
}
   /* Simple type constraints */
div.sample div.contents .constraint, div.sample div.contents .constraint a {
   color: #999; /* Light gray */
}
ocip_html/OCISchemaAS.xsd.html view on Meta::CPAN
div.sample div.contents .inherited, div.sample div.contents .inherited a {
   color: #666; /* Dark gray */
}
   /* Elements and attributes added to or changed from base type */
div.sample div.contents .newFields {
   font-weight: bold;
}
   /* Other type of information */
div.sample div.contents .other, div.sample div.contents .other a {
   color: #369; /* Blue */
   font-style: italic;
ocip_html/OCISchemaAS.xsd.html view on Meta::CPAN
   text-decoration: none;
   padding-left: 3px;
   padding-right: 3px;
   padding-top: 0px;
   padding-bottom: 0px;
   font-weight: bold;
   font-size: 11pt;
   background-color: #FFD;
   color: #069;
}
   /* Invert colors when hovering over link to open up window 
ocip_html/OCISchemaAS.xsd.html view on Meta::CPAN
   color: #933; /* maroon */
}
   /* Element and attribute content */
div.schemaComponent div.contents .scContent, div.schemaComponent div.contents .scContent a {
   color: black;
   font-weight: bold;
}
   /* Comments */
div.schemaComponent div.contents .comment {
   color: #999; /* Light gray */
}
ocip_html/OCISchemaAS.xsd.html view on Meta::CPAN
/******** Glossary Section ********/
/* Glossary Terms */
.glossaryTerm {
   font-weight: bold;
}
/******** Footer ********/
ocip_html/OCISchemaAS.xsd.html view on Meta::CPAN
     actualText += ": " + compName;
  }
  actualText += "</title></head>";
  actualText += "<body bgcolor=\"#FFFFEE\">";
  // Title
  actualText += "<p style=\"font-family: Arial, sans-serif; font-size: 12pt; font-weight: bold; letter-spacing:1px;\">";
  actualText += compDesc;
  if (compName != '') {
     actualText += ": <span style=\"color:#006699\">" + compName + "</span>";
  }
  actualText += "</p>";
ocip_html/OCISchemaAS.xsd.html view on Meta::CPAN
<div class="hint">
<p>The XML Instance Representation table above shows the schema component's content as an XML instance.</p>
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <span style="font-weight: bold">bold</span>.</li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green, e.g. country="Australia".</li>
<li>Otherwise, the type of the element/attribute is displayed.
               <ul>
<li>If the element/attribute's type is in the schema, a link is provided to it.</li>
<li>For local simple type definitions, the constraints are displayed in angle brackets, e.g. <<<em>pattern</em> = [1-9][0-9]{3}>>.</li>
view release on metacpan or search on metacpan
t/builder_xml_basic.t view on Meta::CPAN
use Builder;
my $builder = Builder->new();
my $xm = $builder->block( 'Builder::XML' );
my $expected = q{<body><em>emphasized</em><div id="mydiv"><bold>hello</bold><em>world</em></div></body>};
# test 1
$xm->body( sub {
    $xm->em("emphasized");
    $xm->div( { id => 'mydiv' }, $xm->bold('hello'), $xm->em('world') );
});
is $builder->render, $expected, "xml test 1 failed";
# test 2
$xm->body(
    $xm->em("emphasized"),
    $xm->div( { id => 'mydiv' }, sub {
        $xm->bold('hello'); $xm->em('world');
    }),
);
is $builder->render, $expected, "xml test 2 failed";
t/builder_xml_basic.t view on Meta::CPAN
my $zz = $builder->render;
$xm->body( sub {
    $xm->em("emphasized");
    $xm->div( { id => 'mydiv' },
        $xm->bold('hello'),
        $xm->em('world'),
        $zz,
        $xm->div( sub {
            $xm->p('para'); 
            $xm->__say__($zz);
        }),
    );
});
$expected = q{<body><em>emphasized</em><div id="mydiv"><bold>hello</bold><em>world</em><test>hello</test><div><p>para</p><test>hello</test></div></div></body>};
is $builder->render, $expected, "xml test 3 failed";
# test 4
# parameter(s) are content  =>  element text
view release on metacpan or search on metacpan
lib/Biblio/bp/lib/old/bp-p-output.pl view on Meta::CPAN
  # We need to determine what our emphasis characters are.
  # XXX  Is this a reasonable way to handle this?  It might just
  #      grow and grow.  Also, is this generic enough to handle
  #      all sorts of output?
  local($emb, $eme, $boldb, $bolde, $blockb, $blocke)
     = split(/$bib'cs_sep/, $chars);
  ($cpp, $cpgw) = &output_pages($rec{'Pages'}, $rec{'PagesWhole'});
  $date = &output_date($rec{'Month'}, $rec{'Year'});
lib/Biblio/bp/lib/old/bp-p-output.pl view on Meta::CPAN
  }
  $out =~ s/, $/./;
  if (defined $rec{'Abstract'}) {
    $out .= "\n${blockb} ${boldb}Abstract:  ${bolde}\n";
    $out .= $rec{'Abstract'};
    $out .= "${blocke}\n";
  }
  if (defined $rec{'Keywords'}) {
    $out .= "\n${blockb} ${boldb}Keywords:  ${bolde}\n";
    $out .= $rec{'Keywords'};
    $out .= "${blocke}\n";
  }
  if (defined $rec{'Annotation'}) {
    $out .= "\n${blockb} ${boldb}Annotation:  ${bolde}\n";
    $out .= $rec{'Annotation'};
    $out .= "${blocke}\n";
  }
  # XXXXX Check to see if this is acceptable.  Without this, the
view release on metacpan or search on metacpan
chrome/buscador.css view on Meta::CPAN
}
#matrix th {
background-color: #DDE;
border: 1px solid;
    font: bold 13px Verdana, sans-serif;
}
#matrix tr.alternate { background-color:#EEF; }
#matrix td {
    font: 12px Verdana, sans-serif;
chrome/buscador.css view on Meta::CPAN
#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}
#navlist li
{
list-style: none;
chrome/buscador.css view on Meta::CPAN
td { font: 12px Verdana, sans-serif; }
.field {
background-color: #DDE;
border: 1px solid;
font-weight: bold;
}
#vlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
background: gray;
width: 13em;
}
#vlist li
chrome/buscador.css view on Meta::CPAN
.rightcolumn { position: absolute; right: 0px; top: 50px; width: 300px; }
.messages {
    margin: 20px; padding: 3px; border: 1px solid black; 
    background: #ddd; 
    font: bold 12px Verdana, sans-serif;
}
.error { color: #d00; }
blockquote { background: white; 
chrome/buscador.css view on Meta::CPAN
          }
.footer {
    border-top: 1px dotted black;
}
.searchhints {
    font: 10px bold Verdana,sans-serif;
    display: block;
    BACKGROUND-COLOR: #ffffea;
    text-align: center;
}
.lists {
    font: 10px bold Verdana,sans-serif;
}
        #container {
            border: 1px solid gray;
            margin: 10px;
chrome/buscador.css view on Meta::CPAN
    font-weight: normal;
}
table.calendar td.event {
    background-color: #c0c0c0;
    font-weight: bold;
    text-decoration: underline;
}
table.calendar td.todaynoevent {
    background-color: #aaa096;
chrome/buscador.css view on Meta::CPAN
}
table.calendar td.todayevent {
    background-color: #c0c0c0;
    border: 2px solid #645a50;
    font-weight: bold;
    text-decoration: underline;
}
.event    { color: #281e14; font-style: normal; font-weight: bold; font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica }
.noevent  { color: #645a50; font-style: normal; font-weight: bold; font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica }
.header   { color: #aaa096; font-style: normal; font-weight: bold; font-size: 15px; font-family: Verdana, Geneva, Arial, Helvetica }
.bold      { color: #645a50; font-style: normal; font-weight: bold; font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica }
.bolddark   { color: #281e14; font-style: normal; font-weight: bold; font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica }
.bolditalic     { color: #645a50; font-style: italic; font-weight: bold; font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica }
.bolditaliclight      { color: #aaa096; font-style: italic; font-weight: bold; font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica }
.boldlight      { color: #aaa096; font-style: normal; font-weight: bold; font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica }
.boldwhite { color: #fff; font-style: normal; font-weight: bold; font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica }
.plain      { color: #645a50; font-style: normal; font-weight: normal; font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica }
.plaindark   { color: #281e14; font-style: normal; font-weight: normal; font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica }
.plainitalic     { color: #645a50; font-style: italic; font-weight: normal; font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica }
.plainitaliclight      { color: #aaa096; font-style: italic; font-weight: normal; font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica }
.plainlight      { color: #aaa096; font-style: normal; font-weight: normal; font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica }
view release on metacpan or search on metacpan
htdocs/assets/templates/business/au/ledger/web.page.tmpl view on Meta::CPAN
}
.blue_center
{
	background-color: #60c0ff;
	font-weight: bold;
	text-align: center;
}
.dfv_errors
{
	color: red;
	font-weight: bold;
}
.note_text
{
	background-color: #afeeee; // PaleTurquoise.
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
      PDF::API2::Resource::Font 2.022
      PDF::API2::Resource::Font::BdFont 2.022
      PDF::API2::Resource::Font::CoreFont 2.022
      PDF::API2::Resource::Font::CoreFont::bankgothic 2.022
      PDF::API2::Resource::Font::CoreFont::courier 2.022
      PDF::API2::Resource::Font::CoreFont::courierbold 2.022
      PDF::API2::Resource::Font::CoreFont::courierboldoblique 2.022
      PDF::API2::Resource::Font::CoreFont::courieroblique 2.022
      PDF::API2::Resource::Font::CoreFont::georgia 2.022
      PDF::API2::Resource::Font::CoreFont::georgiabold 2.022
      PDF::API2::Resource::Font::CoreFont::georgiabolditalic 2.022
      PDF::API2::Resource::Font::CoreFont::georgiaitalic 2.022
      PDF::API2::Resource::Font::CoreFont::helvetica 2.022
      PDF::API2::Resource::Font::CoreFont::helveticabold 2.022
      PDF::API2::Resource::Font::CoreFont::helveticaboldoblique 2.022
      PDF::API2::Resource::Font::CoreFont::helveticaoblique 2.022
      PDF::API2::Resource::Font::CoreFont::symbol 2.022
      PDF::API2::Resource::Font::CoreFont::timesbold 2.022
      PDF::API2::Resource::Font::CoreFont::timesbolditalic 2.022
      PDF::API2::Resource::Font::CoreFont::timesitalic 2.022
      PDF::API2::Resource::Font::CoreFont::timesroman 2.022
      PDF::API2::Resource::Font::CoreFont::trebuchet 2.022
      PDF::API2::Resource::Font::CoreFont::trebuchetbold 2.022
      PDF::API2::Resource::Font::CoreFont::trebuchetbolditalic 2.022
      PDF::API2::Resource::Font::CoreFont::trebuchetitalic 2.022
      PDF::API2::Resource::Font::CoreFont::verdana 2.022
      PDF::API2::Resource::Font::CoreFont::verdanabold 2.022
      PDF::API2::Resource::Font::CoreFont::verdanabolditalic 2.022
      PDF::API2::Resource::Font::CoreFont::verdanaitalic 2.022
      PDF::API2::Resource::Font::CoreFont::webdings 2.022
      PDF::API2::Resource::Font::CoreFont::wingdings 2.022
      PDF::API2::Resource::Font::CoreFont::zapfdingbats 2.022
      PDF::API2::Resource::Font::Postscript 2.022
view release on metacpan or search on metacpan
t/t1-risco-sucumbencia-a-prova-pericial-emprestada-Justica-Trabalho.html view on Meta::CPAN
 <head>
  <title>O risco da sucumbência e a prova pericial emprestada na Justiça do Trabalho</title>
 </head>
 <body>
  <h1>O risco da sucumbência e a prova pericial emprestada na Justiça do Trabalho</h1>
  <p style="text-indent: 2.5cm;"> <span style="font-weight:400; text-indent:2.5cm">Ao alterar o Art. 818 da CLT, a <a href="https://modeloinicial.com.br/peticao/11000619">Reforma Trabalhista</a> deixou mais clara a dinâmica de responsabilidade ...
  <p></p><p></p><p style="text-indent: 2.5cm;"><span style="font-weight:400">E você Dr.? Alguma experiência nesse sentido? Compartilhe conosco e mantenha acesso o debate sobre o tema.</span></p><p style="text-indent: 2.5cm;"><span style="font-weigh...
 </body>
</html>
view release on metacpan or search on metacpan
htdocs/assets/css/business/cart/generic/web.page.css view on Meta::CPAN
}
.blue_center
{
	background-color: #6293cd;
	font-weight: bold;
	text-align: center;
}
.red
{
	color: red;
	font-weight: bold;
}
.hidden_div
{
	background-color: #6293cd;
view release on metacpan or search on metacpan
examples/mojo-webapp/public/css/bootstrap.css view on Meta::CPAN
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
examples/mojo-webapp/public/css/bootstrap.css view on Meta::CPAN
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
examples/mojo-webapp/public/css/bootstrap.css view on Meta::CPAN
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
examples/mojo-webapp/public/css/bootstrap.css view on Meta::CPAN
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
examples/mojo-webapp/public/css/bootstrap.css view on Meta::CPAN
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
examples/mojo-webapp/public/css/bootstrap.css view on Meta::CPAN
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
examples/mojo-webapp/public/css/bootstrap.css view on Meta::CPAN
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
examples/mojo-webapp/public/css/bootstrap.css view on Meta::CPAN
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
examples/mojo-webapp/public/css/bootstrap.css view on Meta::CPAN
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
view release on metacpan or search on metacpan
lib/Business/EDI/CodeList/ItemDescriptionCode.pm view on Meta::CPAN
# Desc: Code specifying an item.
# Repr: an..17
my %code_hash = (
'1' => [ 'Bold text',
    'Displayed text is bold.' ],
'2' => [ 'Dimmed text',
    'Displayed text is dimmed.' ],
'3' => [ 'Italic',
    'Displayed text is italicised.' ],
'4' => [ 'Normal text',
view release on metacpan or search on metacpan
t/perlcriticrc view on Meta::CPAN
# verbose = 4
# include =
# exclude =
# single-policy =
# theme =
# color-severity-highest = bold red
# color-severity-high = magenta
# color-severity-medium =
# color-severity-low =
# color-severity-lowest =
# program-extensions =
view release on metacpan or search on metacpan
t/perlcriticrc view on Meta::CPAN
# verbose = 4
# include =
# exclude =
# single-policy =
# theme =
# color-severity-highest = bold red
# color-severity-high = magenta
# color-severity-medium =
# color-severity-low =
# color-severity-lowest =
# program-extensions =
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