Result:
found more than 644 distributions - search limited to the first 2001 files matching your query ( run in 0.674 )


Bio-WebService-LANL-SequenceLocator

 view release on metacpan or  search on metacpan

lib/Bio/WebService/LANL/SequenceLocator.pm  view on Meta::CPAN

    while (my $tag = $doc->get_tag("b", "pre")) {
        my $name = lc $tag->[0];
        my $text = $doc->get_text;
        next unless defined $text;

        # <pre>s are preceeded by a bold header, which we use as an indicator
        if ($name eq 'b') {
            $expect_alignment = $text =~ /Alignment\s+of\s+the\s+query\s+sequence\s+to\s+HXB2/i;
        } elsif ($name eq 'pre') {
            if ($text =~ /^\s*Query\b/m and $text =~ /^\s*HXB2\b/m) {
                push @alignments, $text;

 view all matches for this distribution


BioPerl-DB

 view release on metacpan or  search on metacpan

lib/Bio/DB/DBI/Transaction.pm  view on Meta::CPAN

 Usage   :
 Function: Get/set the database connection handle for this transaction.
           Transactions are connection-specific.

           You should not need to call this method from outside. If
           you do, call yourself bold, but you're on your own ...

 Example :
 Returns : A DBI database connection handle 
 Args    : on set, the new DBI database connection handle

 view all matches for this distribution


BioPerl-Run

 view release on metacpan or  search on metacpan

lib/Bio/Tools/Run/Primer3.pm  view on Meta::CPAN

		# this should work, but isn't
		#$self->{output}->_print($_);
		print OUT $_;
	    }
	    chomp;
	    next if( $_ eq '='); # skip over bolderio record terminator
	    my ($return, $value) = split('=',$_);
	    $self->{'results'}->{$return} = $value;
	}
	close RESULTS;

 view all matches for this distribution


BioPerl

 view release on metacpan or  search on metacpan

deobfuscator/Deobfuscator/cgi-bin/deob_interface.cgi  view on Meta::CPAN

my $style2
    = qq{style="border-collapse:collapse;border:solid black 1px;font-family:verdana;font-size:10px;padding:3"};
my $style3
    = qq{style="border-collapse:collapse;border:solid black 1px;font-family:verdana;font-size:14px;padding:3"};
my $style4
    = qq{style="border-collapse:collapse;border:0px;font-family:verdana;font-size:18px;font-weight:bold;padding:3"};
my $style5 = qq{style="font-family:verdana;font-size:14px;padding:3"};

# Open file containing all Bioperl package names
open my $MODS, '<', $PERLMODULES
    or die "Could not read list of Perl module names '$PERLMODULES': $!\n";

 view all matches for this distribution


Bit-Fast

 view release on metacpan or  search on metacpan

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 all matches for this distribution


Bit-Grep

 view release on metacpan or  search on metacpan

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 all matches for this distribution


Bit-Util

 view release on metacpan or  search on metacpan

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 all matches for this distribution


Bitcoin-Secp256k1

 view release on metacpan or  search on metacpan

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 all matches for this distribution


Blatte-HTML

 view release on metacpan or  search on metacpan

lib/Blatte/HTML.pm  view on Meta::CPAN

This module tries hard to keep HTML element nesting correct.  For
instance, this:

  Paragraph 1.

  Paragraph 2 {\b with some bold text

  continuing to paragraph 3}.

becomes this:

  Paragraph 1.

  <p>Paragraph 2 <b>with some bold text</b></p>

  <p><b>continuing to paragraph 3</b>.

Entity-encoding is automatic too.  So this:

 view all matches for this distribution


Blockchain-Contract-Solidity-ABI

 view release on metacpan or  search on metacpan

.perlcriticrc  view on Meta::CPAN

force = 1
only = 1
severity = 1
verbose = 5
color-severity-highest = bold red underline
color-severity-high = bold magenta
color-severity-medium = bold yellow
include = BuiltinFunctions::ProhibitShiftRef CodeLayout::ProhibitTrailingWhitespace CodeLayout::RequireTidyCode Documentation::PodSpelling ErrorHandling::RequireCarping Modules::ProhibitMultiplePackages Modules::RequireEndWithOne Subroutines::Protect...
exclude = Subroutines::ProhibitExplicitReturnUndef

 view all matches for this distribution


Blockchain-Ethereum-ABI

 view release on metacpan or  search on metacpan

.perlcriticrc  view on Meta::CPAN

force = 1
only = 1
severity = 1
verbose = 5
color-severity-highest = bold red underline
color-severity-high = bold magenta
color-severity-medium = bold yellow
include = BuiltinFunctions::ProhibitShiftRef CodeLayout::ProhibitTrailingWhitespace CodeLayout::RequireTidyCode ErrorHandling::RequireCarping Modules::ProhibitMultiplePackages Subroutines::ProtectPrivateSubs TestingAndDebugging::ProhibitNoStrict Test...
exclude = Subroutines::ProhibitExplicitReturnUndef

 view all matches for this distribution


Blockchain-Ethereum-Keystore

 view release on metacpan or  search on metacpan

.perlcriticrc  view on Meta::CPAN

force = 1
only = 1
severity = 1
verbose = 5
color-severity-highest = bold red underline
color-severity-high = bold magenta
color-severity-medium = bold yellow
include = BuiltinFunctions::ProhibitShiftRef CodeLayout::ProhibitTrailingWhitespace CodeLayout::RequireTidyCode ErrorHandling::RequireCarping Modules::ProhibitMultiplePackages Subroutines::ProtectPrivateSubs TestingAndDebugging::ProhibitNoStrict Test...
exclude = Subroutines::ProhibitExplicitReturnUndef Subroutines::ProtectPrivateSubs

 view all matches for this distribution


Blockchain-Ethereum-RLP

 view release on metacpan or  search on metacpan

.perlcriticrc  view on Meta::CPAN

force = 1
only = 1
severity = 1
verbose = 5
color-severity-highest = bold red underline
color-severity-high = bold magenta
color-severity-medium = bold yellow
include = BuiltinFunctions::ProhibitShiftRef CodeLayout::ProhibitTrailingWhitespace CodeLayout::RequireTidyCode ErrorHandling::RequireCarping Modules::ProhibitMultiplePackages Modules::RequireEndWithOne Subroutines::ProtectPrivateSubs TestingAndDebug...
exclude = Subroutines::ProhibitExplicitReturnUndef

 view all matches for this distribution


Blockchain-Ethereum-Transaction

 view release on metacpan or  search on metacpan

.perlcriticrc  view on Meta::CPAN

force = 1
only = 1
severity = 1
verbose = 5
color-severity-highest = bold red underline
color-severity-high = bold magenta
color-severity-medium = bold yellow
include = BuiltinFunctions::ProhibitShiftRef CodeLayout::ProhibitTrailingWhitespace CodeLayout::RequireTidyCode ErrorHandling::RequireCarping Modules::ProhibitMultiplePackages Subroutines::ProtectPrivateSubs TestingAndDebugging::ProhibitNoStrict Test...
exclude = Subroutines::ProhibitExplicitReturnUndef

 view all matches for this distribution


Blockchain-Ethereum

 view release on metacpan or  search on metacpan

.perlcriticrc  view on Meta::CPAN

force = 1
only = 1
severity = 1
verbose = 5
color-severity-highest = bold red underline
color-severity-high = bold magenta
color-severity-medium = bold yellow
include = BuiltinFunctions::ProhibitShiftRef CodeLayout::ProhibitTrailingWhitespace CodeLayout::RequireTidyCode ErrorHandling::RequireCarping Modules::ProhibitMultiplePackages Subroutines::ProtectPrivateSubs TestingAndDebugging::ProhibitNoStrict Test...
exclude = Subroutines::ProhibitExplicitReturnUndef Subroutines::ProtectPrivateSubs

 view all matches for this distribution


Blog-Simple-HTMLOnly

 view release on metacpan or  search on metacpan

blogcal.cgi  view on Meta::CPAN

	<style type='text/css'>
	.cal table { border-collapse: collapse; padding:0; margin:0; border:none }
	.cal a {
		position:relative;
		color:black;
		font-weight:bold;
		width:100%;
		height:100%;
		text-decoration:none;
		background: lime;
	}

 view all matches for this distribution


Bloom-Faster

 view release on metacpan or  search on metacpan

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 all matches for this distribution


Boost-Geometry-Utils

 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 all matches for this distribution


Boost-Graph

 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 all matches for this distribution


Bootylicious

 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 all matches for this distribution


BorderStyle

 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 all matches for this distribution


BorderStyles-Standard

 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 all matches for this distribution


Bot-Applebot

 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 all matches for this distribution


Bot-BasicBot-Pluggable-Module-Gitbot

 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 all matches for this distribution


Bot-BasicBot-Pluggable-Module-JIRA

 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 all matches for this distribution


Bot-BasicBot-Pluggable-Module-Notes

 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 all matches for this distribution


Bot-BasicBot-Pluggable-Module-Weather

 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 all matches for this distribution


Bot-BasicBot-Pluggable

 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 all matches for this distribution


Bot-Cobalt-Plugin-RSS

 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 all matches for this distribution


Bot-Cobalt

 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 all matches for this distribution


( run in 0.674 second using v1.01-cache-2.11-cpan-39bf76dae61 )