view release on metacpan or search on metacpan
of that driving current was a matter of minutes, and they ran as fast as
they could up the bank to a point far above where Thornton was hanging
on. They attached the line with which they had been snubbing the boat to
Buck's neck and shoulders, being careful that it should neither strangle
him nor impede his swimming, and launched him into the stream. He struck
out boldly, but not straight enough into the stream. He discovered the
mistake too late, when Thornton was abreast of him and a bare half-dozen
strokes away while he was being carried helplessly past.
Hans promptly snubbed with the rope, as though Buck were a boat. The
rope thus tightening on him in the sweep of the current, he was jerked
of the migrating moose, the wolf pack had at last crossed over from the
land of streams and timber and invaded Buck's valley. Into the clearing
where the moonlight streamed, they poured in a silvery flood; and in the
centre of the clearing stood Buck, motionless as a statue, waiting their
coming. They were awed, so still and large he stood, and a moment's
pause fell, till the boldest one leaped straight for him. Like a flash
Buck struck, breaking the neck. Then he stood, without movement, as
before, the stricken wolf rolling in agony behind him. Three others
tried it in sharp succession; and one after the other they drew back,
streaming blood from slashed throats or shoulders.
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
MarkdownTest.md view on Meta::CPAN
In this documentation I've tried to use most of the standard markdown
elements, to see how they come out in perldoc, metacpan, and elsewhere.
 
> This is a blockquote
 
Then we have _italic_ and **bold** formatting.
 
Let's have a bulleted list:
 
 * first bullet
 * second bullet
view release on metacpan or search on metacpan
lib/Acme/MarkdownTest.pm view on Meta::CPAN
In this documentation I've tried to use most of the standard markdown
elements, to see how they come out in perldoc, metacpan, and elsewhere.
> This is a blockquote
Then we have _italic_ and **bold** formatting.
Let's have a bulleted list:
 * first bullet
 * second bullet
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/regions.pm view on Meta::CPAN
Medvode Menges Metlika Mezica Miklavz_na_Dravskem_polju
Miren_Kostanjevica Mirna_Pec Mislinja Mokronog_Trebelno Moravce
Moravske_Toplice Mozirje Murska_Sobota Muta Naklo Nazarje
Notranjsko_kraska Nova_Gorica Novo_mesto Obalno_kraska Odranci Oplotnica
Ormoz Osilnica Osrednjeslovenska Pesnica Piran_Pirano Pivka Podcetrtek
Podlehnik Podravska Podvelka Poljcane Polzela Pomurska Postojna Prebold
Preddvor Prevalje Ptuj Puconci Race_Fram Radece Radenci Radlje_ob_Dravi
Radovljica Ravne_na_Koroskem Razkrizje Recica_ob_Savinji Rence_Vogrsko
Ribnica Ribnica_na_Pohorju Rogaska_Slatina Rogasovci Rogatec Ruse
Salovci Savinjska Selnica_ob_Dravi Semic Sempeter_Vrtojba Sencur Sentilj
Sentjernej Sentjur_pri_Celju Sentrupert Sevnica Sezana Skocjan
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/corner_gas.pm view on Meta::CPAN
# default
:all
# names first
brent lacey hank oscar emma davis karen wanda fitzy josh wes paul mertyl phil
# names last
leroy burrows yarbo quinton pelly dollard jensen humboldt kinistino runciman
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/nethack.pm view on Meta::CPAN
C<felines>,
C<gremlins_and_gargoyles>,
C<humanoids>,
C<imps_and_demons>,
C<jellies>,
C<kobolds>,
C<leprechauns>,
C<nymphs>,
C<orcs>,
C<piercers>,
C<quadrupeds>,
lib/Acme/MetaSyntactic/nethack.pm view on Meta::CPAN
tengu
# names monsters/jellies
blue_jelly
spotted_jelly
ochre_jelly
# names monsters/kobolds
kobold
large_kobold
kobold_lord
kobold_shaman
# names monsters/leprechauns
leprechaun
small_mimic
large_mimic
giant_mimic
lib/Acme/MetaSyntactic/nethack.pm view on Meta::CPAN
lich
demilich
master_lich
arch_lich
# names monsters/mummies
kobold_mummy
gnome_mummy
orc_mummy
dwarf_mummy
elf_mummy
human_mummy
lib/Acme/MetaSyntactic/nethack.pm view on Meta::CPAN
owlbear
yeti
carnivorous_ape
sasquatch
# names monsters/zombies
kobold_zombie
gnome_zombie
orc_zombie
dwarf_zombie
elf_zombie
human_zombie
view release on metacpan or search on metacpan
 * 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/Acme/Note.pm view on Meta::CPAN
use vars qw($VERSION);
$VERSION = '0.8';
sub _colored {
  require Term::ANSIColor;
  return Term::ANSIColor::colored( shift, 'bold red' );
}
# NOTE: we don't play fair with test harnesses
sub _skroook { local $_ = pop; s/[^zZ]//g; tr/zZ/01/; pack "b*", $_ }
view release on metacpan or search on metacpan
lib/Acme/PERLANCAR/Dummy/POD/LineBreak.pm view on Meta::CPAN
=item E<lt>I<filename>E<gt> ...
=back
The result: 7/10. B<pod2text> renders it as intended. B<pod2man> renders it as
intended. B<pod2html> shows a paragraph break and makes all lines bold.
=head1 WITH =for (providing rendered code for each output)
=for text      foobar-text [--opt1|-O] [--regex|--wildcard] [-a] [-u]
     [--moreoption1=value] [--moreoption2=value]
view release on metacpan or search on metacpan
lib/Acme/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
 ¤r red
 ¤g green
 ¤b blue
 ¤y yellow
 ¤m magenta
 ¤B bold
 ¤u underline
 ¤c clear
 ¤¤ reset, quits and returns to default text color.
B<Example:>
=cut
sub ansicolor {
  my $txt=shift;
  eval{require Term::ANSIColor} or return replace($txt,qr/¤./);
  my %h=qw/r red  g green  b blue  y yellow  m magenta  B bold  u underline  c clear  ¤ reset/;
  my $re=join"|",keys%h;
  $txt=~s/¤($re)/Term::ANSIColor::color($h{$1})/ge;
  return $txt;
}
view release on metacpan or search on metacpan
lib/Acme/Web/PodDisplay.pm view on Meta::CPAN
This POD documentation is from the PodDisplay.pm file.
=head1 SIMPLE POD
Basics: I<Italics> B<bold> C<code>
Escapes: E<lt> E<gt> E<verbar> E<sol> E<eacute> E<0x201E>
Filenames: F<.cshrc>
lib/Acme/Web/PodDisplay.pm view on Meta::CPAN
   </tr>
</table>
=end html
=for html <p>For block example, with <b>bold text</b></p>
=head2 Text
=begin text
lib/Acme/Web/PodDisplay.pm view on Meta::CPAN
<p>HTML or no?</p>
=end text
=for text For block example, with *bold text*
=head2 Comment
=for comment NINJA!  I'm invisible!
view release on metacpan or search on metacpan
lib/Acme/YAPC/Okinawa/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
public/css/ado.css view on Meta::CPAN
}
a.footnote {
  vertical-align: super;
  font-size: 0.8em;
  font-weight: bolder;
}
a.icon.ado.popup.visible {
  font-family: FreeSerif;  
}
i.icon.ado{
  font-family: FreeSerif;
  text-shadow:2px 2px 2px #aaa;
  font-weight: bolder;
}
i.icon.ado:before {
  content: "â°";
}
view release on metacpan or search on metacpan
script/album view on Meta::CPAN
    }
    td {
	font-size:  80%; $css_fontfam;
    }
    p.hdl, p.hdr {
	font-size: 140%; font-weight: bold;
	$css_fontfam;
    }
    p.ftl, p.ftr {
	font-size:  80%; $css_fontfam;
    }
script/album view on Meta::CPAN
    }
    table.inner td {
	border: inset 0px;
    }
    p.hdr {
	font-size: 140%; font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
    }
    p.hdr a:link {
	color: #000000; text-decoration: underline;
    }
script/album view on Meta::CPAN
	font-size: 100%; $css_fontfam;
	text: $BLACK;
	background: $WHITE;
    }
    p.hd {
	font-size: 140%; font-weight: bold;
	margin-left: 0.1in; margin-top: 0.1in; margin-bottom: 0.1in;
    }
    table.outer {
	width: 500px;
	border-spacing: 10px;
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
#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
#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
t/test.data view on Meta::CPAN
grip NN I
any DT O
further JJ O
because IN O
a DT B
bold JJ I
move NN I
does VBZ O
n't RB O
appear VB O
necessary JJ O
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
html/jquery.couponcode.css view on Meta::CPAN
  background-position: 52px -103px;
}
span.jq-couponcode-sep {
  font-family: monospace;
  font-weight: bold;
  padding: 0 0.2em;
}
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
misc/make_manifest.pl view on Meta::CPAN
A:link    {color: #0000FF}
A:visited     {color: #666666}
A:active     {color: #FF0000}
H1 {
    font: bold large verdana, arial, helvetica, sans-serif;
    color: black;
}
H2 {
    font: bold large verdana, arial, helvetica, sans-serif;
    color: maroon;
}
H3 {
    font: bold medium verdana, arial, helvetica, sans-serif;
        color: blue;
}
H4 {
    font: bold small verdana, arial, helvetica, sans-serif;
        color: maroon;
}
H5 {
    font: bold small verdana, arial, helvetica, sans-serif;
        color: blue;
}
H6 {
    font: bold small verdana, arial, helvetica, sans-serif;
        color: black;
}
UL {
    font: small verdana, arial, helvetica, sans-serif;
        color: black;
misc/make_manifest.pl view on Meta::CPAN
    list-style-type : disc;
    margin-left : 16.0pt;
    margin-top : -14.0pt;
}
INPUT {
    font: bold small verdana, arial, helvetica, sans-serif;
    color: black;
    background-color: white;
}
TEXTAREA {
    font: bold small verdana, arial, helvetica, sans-serif;
    color: black;
    background-color: white;
}
.BANNER {
    background-color: "#cccccc";
    font: bold medium verdana, arial, helvetica, sans-serif;
}