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


Apache2-WebApp-Extra-Admin

 view release on metacpan or  search on metacpan

usr/share/webapp-toolkit/extra/htdocs/admin/css/base.css  view on Meta::CPAN

html, body {
	min-width: 800px;
}

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	margin: 20px 20px 20px 25px;
}

a, a:visited {
	color: #0000FF;

usr/share/webapp-toolkit/extra/htdocs/admin/css/base.css  view on Meta::CPAN

	border-left: none;
	border-right: none;
	clear: both;
	color: #FF0000;
	display: block;
	font-weight: bold;
	padding: 6px;
	position: relative;
	text-align: center;
	width: 460px;
}

usr/share/webapp-toolkit/extra/htdocs/admin/css/base.css  view on Meta::CPAN


#error {
	background-color: #FF0000;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 25px;
}

#error ul {
	font-size: 13px;
	list-style: square;
	margin-left: 20px;
	padding: 2px;
}

usr/share/webapp-toolkit/extra/htdocs/admin/css/base.css  view on Meta::CPAN


#saved {
	background-color: #FFFFFF;
	color: #00FF00;
	display: block;
	font-weight: bold;
	margin: 10px;
	padding: 6px;
	position: relative;
	text-align: center;
	width: 430px;

usr/share/webapp-toolkit/extra/htdocs/admin/css/base.css  view on Meta::CPAN

/* copyright notice */

#copy {
	bottom: 0px;
	color: #000000;
	font-size: 12px;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 110px;
}

usr/share/webapp-toolkit/extra/htdocs/admin/css/base.css  view on Meta::CPAN

/* version */

#version {
	border-left: 1px solid #BBBBBB;
	color: #787878;
	font-size: 14px;
	font-weight: normal;
	left: 10px;
	padding-left: 10px;
	position: absolute;
	top: 9px;
}

#version small {
	font-size: 11px;
}

 view all matches for this distribution


Apache2-WebApp-Plugin-Filters

 view release on metacpan or  search on metacpan

lib/Apache2/WebApp/Plugin/Filters.pm  view on Meta::CPAN

    my $hs = HTML::StripScripts::Parser->new({
        AllowHref   => 1,
        AllowRelURL => 1,
        AllowSrc    => 1,
        BanAllBut   => [qw(
          a blockquote br dd dl div em font form img input hr h1 h2 h3 h4 h5 h6
          label legend li ol option p pre ul script select small span strong style
          table tbody tfoot thead tr td
        )],
      });

lib/Apache2/WebApp/Plugin/Filters.pm  view on Meta::CPAN


  my $result = $c->plugin('Filters')->untaint_html($markup);

Supported tags:

  a blockquote br dd dl div em font form img input hr h1 h2 h3 h4 h5 h6
  label legend li ol option p pre ul script select small span strong style
  table tbody tfoot thead tr td

=head1 SEE ALSO

 view all matches for this distribution


App-Alice

 view release on metacpan or  search on metacpan

share/static/alice-dark.css  view on Meta::CPAN

  width: 22px;
  border: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  font-size: 12px; }

select#tab_overflow_overlay option.unread {
  font-weight: bold; }

li#tab_overflow_button {
  background: url(image/sprites.png) 3px -174px no-repeat; }

li#tab_overflow_button.unread {

share/static/alice-dark.css  view on Meta::CPAN


li#config_button {
  background: url(image/sprites.png) 4px -216px no-repeat; }

body {
  font-family: "Lucida Grande", Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  background: #222222; }

a:link, a:visited, a:hover, a:active {
  color: white; }

share/static/alice-dark.css  view on Meta::CPAN

  width: 100%;
  padding: 3px 0;
  border: none;
  margin: 0;
  outline: 0 none;
  font-size: 12px;
  overflow: hidden;
  resize: none;
  font-family: "Lucida Grande", Helvetica, sans-serif; }

div.editor {
  white-space: pre-wrap;
  -khtml-nbsp-mode: space; }

share/static/alice-dark.css  view on Meta::CPAN

  visibility: hidden;
  display: block;
  float: left;
  color: #222222;
  line-height: 10px;
  font-size: 11px;
  margin: 0;
  padding: 4px 3px 5px 3px;
  text-align: center;
  background: none;
  cursor: pointer;

share/static/alice-dark.css  view on Meta::CPAN


tr.input div.editor_toolbar button.selected {
  color: yellow; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

tr.input div.editor_toolbar:hover {

share/static/alice-dark.css  view on Meta::CPAN

div.editor h2,
div.editor h3,
div.editor h4,
div.editor h5,
div.editor span {
  font-size: 1em !important;
  margin: 0 !important;
  padding: 0 !important; }

div.editor img {
  display: none !important; }

share/static/alice-dark.css  view on Meta::CPAN


ul#tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  position: relative;
  float: left;
  margin-right: 62px;
  padding-left: 3px; }

share/static/alice-dark.css  view on Meta::CPAN

  background-color: #3a3a3a; }

tr.topic td {
  width: 100%;
  background: #3a3a3a;
  font-size: 11px;
  text-align: center;
  border-top: 1px solid #666666;
  border-bottom: 1px solid black;
  padding: 1px 0;
  height: 1.2em; }

share/static/alice-dark.css  view on Meta::CPAN

  padding: 0;
  overflow: hidden;
  margin: 3px 0; }

ul.messages > li {
  font-size: 13px;
  display: block;
  position: relative;
  background-color: #111111; }

ul.messages > li:not(.consecutive) {

share/static/alice-dark.css  view on Meta::CPAN

  display: none; }

div.left {
  float: left;
  width: 95px;
  font-weight: bold;
  text-align: right;
  padding: 4px 0;
  padding-right: 4px;
  padding-bottom: 0;
  text-overflow: ellipsis;

share/static/alice-dark.css  view on Meta::CPAN

  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out; }

div.timehint {
  position: absolute;
  font-size: 10px;
  right: 0px;
  top: 1px;
  padding: 6px 4px 2px 4px;
  color: #cccccc;
  opacity: 0;

share/static/alice-dark.css  view on Meta::CPAN


ul.messages li.monospace + li.monospace.consecutive {
  margin-top: -5px; }

ul.messages li.monospace div.msg {
  font-family: Monaco, monospace;
  font-size: 10px;
  line-height: 12px;
  word-wrap: normal;
  white-space: pre-wrap; }

li.monospace div.msg span[style*="bold"] {
  letter-spacing: -1px; }

ul.messages li.event {
  font-size: 11px;
  background: #333333;
  border-bottom: 1px solid #111111; }

ul.messages li.event.notice {
  background: #eb2222;

share/static/alice-dark.css  view on Meta::CPAN

ul.messages li.event div.msg {
  background: none;
  border-left: none; }

ul.messages li.event div.left {
  font-weight: normal; }

ul.messages li.announce div.msg {
  color: #777;
  white-space: pre-wrap; }

share/static/alice-dark.css  view on Meta::CPAN

  padding: 0;
  text-align: center;
  clear: none;
  display: block;
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis; }

ul.messages li.announce div.msg ul.avatar_grid li div.gridimg {
  width: 32px;
  height: 32px;

share/static/alice-dark.css  view on Meta::CPAN

  right: 0px;
  height: 28px;
  padding: 5px 0 0 0; }

div#logsearch label {
  font-size: 0.7em;
  padding-right: 2px;
  padding-left: 10px;
  color: #666; }

div#logsearch form {

share/static/alice-dark.css  view on Meta::CPAN

  overflow: auto; }

ul#logresults li {
  border-bottom: 1px solid #eee;
  padding: 0;
  font-size: 0.8em;
  cursor: pointer; }

ul#logresults div.focus:hover {
  background: #eee; }

share/static/alice-dark.css  view on Meta::CPAN

  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background: url(image/shadow-bottom.png) bottom left repeat-x, url(image/shadow-top.png) top left repeat-x #eeeeee; }

ul#logresults span.metadata {
  font-size: 0.7em;
  color: #666; }

div#help {
  position: absolute;
  z-index: 999;

share/static/alice-dark.css  view on Meta::CPAN

div#help div#helpclose {
  position: absolute;
  top: 17px;
  right: 20px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 9px;
  letter-spacing: 1px;
  text-shadow: none;
  text-transform: uppercase; }

div#help div#helpclose:hover {

share/static/alice-dark.css  view on Meta::CPAN

  right: 20px;
  overflow-y: auto; }

div#help h1 {
  margin: 0;
  font-size: 20px;
  border-bottom: 1px solid #999;
  font-weight: normal; }

div#help dl {
  width: 48%;
  font-size: 12px;
  margin-top: 0;
  padding-top: 10px;
  float: left;
  display: block;
  border-right: 1px solid #666;

share/static/alice-dark.css  view on Meta::CPAN

  padding-left: 2%; }

div#help h2 {
  color: yellow;
  margin-top: 0;
  font-weight: normal; }

div#help dt {
  font-weight: bold; }

div#help dd {
  font-weight: normal;
  margin: 0;
  margin-bottom: 10px; }

div.color_picker {
  position: absolute;

share/static/alice-dark.css  view on Meta::CPAN

  height: 18px; }

div.color_picker div.toggle span.blank {
  float: right;
  color: red;
  font-weight: bold;
  text-align: center;
  width: 20px;
  line-height: 9px; }

div.color_picker div.toggle span#fg,
div.color_picker div.toggle span#bg {
  float: left;
  font-size: 9px;
  background: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: white;

share/static/alice-dark.css  view on Meta::CPAN

div.config div.field.clear {
  clear: both; }

div.config label, div.config input {
  display: block;
  font-size: 0.8em; }

div.config span {
  font-size: 0.8em; }

div.config select {
  width: 135px;
  font-size: 0.8em;
  outline: 0 none; }

div.config[multiple] {
  height: 100px; }

share/static/alice-dark.css  view on Meta::CPAN

  bottom: 18px;
  left: 6px; }

div.config div.controls {
  clear: both;
  font-size: 0.7em; }

div.config div.controls a {
  text-decoration: none;
  margin: 0 5px 0 0; }

share/static/alice-dark.css  view on Meta::CPAN

div.config ul#connections li.header {
  background: #efefef;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 1px;
  font-size: 0.7em;
  cursor: default; }

div.config ul#connections li.header:hover {
  background: #efefef; }

div.config ul#connections li {
  padding: 5px 8px;
  font-size: 0.9em;
  cursor: pointer;
  border: 1px solid #fff;
  border-bottom: none; }

div.config ul#connections li:hover {

 view all matches for this distribution


App-ArchiveDevelCover

 view release on metacpan or  search on metacpan

t/testdata/run_1/cover.css  view on Meta::CPAN

 */

/* Note: default values use the color-safe web palette. */

body {
	font-family: sans-serif;
}

h1 {
	background-color: #3399ff;
	border: solid 1px #999999;

t/testdata/run_1/cover.css  view on Meta::CPAN

}

/* source code */
pre,.s {
	text-align: left;
	font-family: monospace;
	white-space: pre;
	padding: 0em 0.5em 0em 0.5em;
}

/* Classes for color-coding coverage information:

 view all matches for this distribution


App-Asciio

 view release on metacpan or  search on metacpan

lib/App/Asciio.pm  view on Meta::CPAN

my $number_of_group_colors = scalar(@{$self->{COLORS}{group_colors}}) ;
$self->{GROUP_COLORS} = [0 .. $number_of_group_colors - 1] ,

$self->{CURRENT_ACTIONS} = $self->{ACTIONS}  ;

$self->set_font($self->{FONT_FAMILY}, $self->{FONT_SIZE});
}

#-----------------------------------------------------------------------------

sub set_title

lib/App/Asciio.pm  view on Meta::CPAN

$self->{TITLE} ;
}

#-----------------------------------------------------------------------------

sub set_font
{
my ($self, $font_family, $font_size) = @_;

$self->{FONT_FAMILY} = $font_family || 'Monospace';
$self->{FONT_SIZE} = $font_size || 10 ;
}

sub get_font
{
my ($self) = @_;

return($self->{FONT_FAMILY},  $self->{FONT_SIZE}) ;
}

 view all matches for this distribution



App-BPOMUtils-NutritionFacts

 view release on metacpan or  search on metacpan

lib/App/BPOMUtils/NutritionFacts.pm  view on Meta::CPAN

            require Text::Table::HTML;
            my $table = Text::Table::HTML::table(rows => \@rows, header_row=>0);
            $table =~ s!<table>!<table class="$output_format">!;
            $text = "
<style>
  table.$output_format { font-size: smaller; border-collapse: collapse; border: solid 1pt black; }
  table.$output_format tr.has_bottom_border { border-bottom: solid 1pt black; }
</style>\n" . $table;
        } else {
            require Text::Table::More;
            $text = Text::Table::More::generate_table(rows => \@rows, color=>1, header_row=>0);

 view all matches for this distribution


App-Basis-ConvertText2-UtfTransform

 view release on metacpan or  search on metacpan

lib/App/Basis/ConvertText2/UtfTransform.pm  view on Meta::CPAN

    say uttf_smilies( $smile ) ;

=head1 DESCRIPTION

A number of popular websites (eg twitter) do not allow the use of HTML to create
bold/italic font effects or perform smily transformations

However we can simulate this with some clever transformations of plain ascii text
into UTF8 codes which are a different font and so effectively create the same effect.

We have transformations for flip (reverses the string and flips upside down,
bold, italic, bubbles and leet.

We can transform A-Z a-z 0-9 and ? ! ,

 view all matches for this distribution


App-Basis-ConvertText2

 view release on metacpan or  search on metacpan

lib/App/Basis/ConvertText2/Plugin/Chart.pm  view on Meta::CPAN

        # white, lgray, gray, dgray, black, lblue, blue, dblue, gold, lyellow, yellow, dyellow,
        # lgreen, green, dgreen, lred, red, dred, lpurple, purple, dpurple, lorange, orange,
        # pink, dpink, marine, cyan, lbrown, dbrown.
        $chart->set( dclrs => [qw(marine blue lred dgreen orange salmon lbrown gold lgreen yellow gray dred lpurple)] );

        # set the font things
        $chart->set_title_font(gdGiantFont);

        # pie legends are written on the slices, so we don't have this method
        if ( $format eq 'pie' ) {
            $chart->set_value_font(gdMediumBoldFont);
        }
        else {
            # legends comma seperated to allow spaces in descriptions
            $chart->set_legend( split( /,/, $params->{legends} || "" ) );
            $chart->set_legend_font(gdMediumBoldFont);
            $chart->set_x_label_font(gdMediumBoldFont);
            $chart->set_y_label_font(gdMediumBoldFont);
            $chart->set_x_axis_font(gdMediumBoldFont);
            $chart->set_y_axis_font(gdMediumBoldFont);
            $chart->set_values_font(gdMediumBoldFont);
        }

        my ( $stdout, $stderr, $exit ) = capture {
            my $gd = $chart->plot( \@data );
            path($filename)->spew_raw( $gd->png ) if ($$gd);

 view all matches for this distribution


App-Beeminder-Hook

 view release on metacpan or  search on metacpan

public/css/error.css  view on Meta::CPAN

body {
    font-family: Lucida,sans-serif;
}

h1 {
    color: #AA0000;
    border-bottom: 1px solid #444;
}

h2 { color: #444; }

pre {
    font-family: "lucida console","monaco","andale mono","bitstream vera sans mono","consolas",monospace;
    font-size: 12px;
    border-left: 2px solid #777;
    padding-left: 1em;
}

footer {
    font-size: 10px;
}

span.key {
    color: #449;
    font-weight: bold;
    width: 120px;
    display: inline;
}

span.value {

public/css/error.css  view on Meta::CPAN

    border-top: 0;
    margin-bottom: 1em;
}

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;
}

pre.content span.nu {

 view all matches for this distribution


App-Bernard

 view release on metacpan or  search on metacpan

lib/App/Bernard.pm  view on Meta::CPAN

output alphabet down so that they begin at codepoint
128.  This is needed because of shortcomings in
the UTF-8 decoding of some programs, and when you
may be unable to use C<-a> because you need to include
characters from both alphabets.  You will, of
course, need a special font with the relevant glyphs
at these non-standard positions.

This is not currently implemented.

=head2 -e <text>, --expression <text>

 view all matches for this distribution


App-BlurFill

 view release on metacpan or  search on metacpan

lib/App/BlurFill/Web.pm  view on Meta::CPAN

      padding: 0;
      box-sizing: border-box;
    }
    
    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;

lib/App/BlurFill/Web.pm  view on Meta::CPAN

      padding: 40px;
    }
    
    h1 {
      color: #333;
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 12px;
      text-align: center;
    }
    
    .subtitle {
      color: #666;
      font-size: 16px;
      text-align: center;
      margin-bottom: 32px;
      line-height: 1.5;
    }
    

lib/App/BlurFill/Web.pm  view on Meta::CPAN

    }
    
    label {
      display: block;
      color: #444;
      font-weight: 600;
      margin-bottom: 8px;
      font-size: 14px;
    }
    
    input[type="file"] {
      display: block;
      width: 100%;

lib/App/BlurFill/Web.pm  view on Meta::CPAN

    input[type="number"] {
      width: 100%;
      padding: 12px 16px;
      border: 2px solid #e0e0e0;
      border-radius: 8px;
      font-size: 16px;
      transition: all 0.3s ease;
    }
    
    input[type="number"]:focus {
      outline: none;

lib/App/BlurFill/Web.pm  view on Meta::CPAN

      padding: 16px;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 18px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
      text-decoration: none;
      display: inline-block;

lib/App/BlurFill/Web.pm  view on Meta::CPAN

      border-radius: 4px;
    }
    
    .info p {
      color: #555;
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 8px;
    }
    
    .info p:last-child {

lib/App/BlurFill/Web.pm  view on Meta::CPAN

      .container {
        padding: 24px;
      }
      
      h1 {
        font-size: 24px;
      }
      
      .dimensions, .action-buttons {
        grid-template-columns: 1fr;
      }

 view all matches for this distribution


App-CPAN2Pkg

 view release on metacpan or  search on metacpan

lib/App/CPAN2Pkg/UI/Tk.pm  view on Meta::CPAN

    # create new pane in the notebook
    my $nb = $self->_w('notebook');
    my $pane = $nb->add( $modname, -label=>$modname );
    $nb->raise( $modname );
    my $rotext = $pane->Scrolled( 'ROText', -scrollbars => 'e' )->pack( top, xfill2 );
    $rotext->tag( configure => step   => -font => "FNbig" );
    $rotext->tag( configure => error  => -foreground => "firebrick" );
    $rotext->tag( configure => result => -foreground => "steelblue" );
    $self->_set_w( "rotext_$modname", $rotext );

    # close button

lib/App/CPAN2Pkg/UI/Tk.pm  view on Meta::CPAN

    #$mw->geometry($width . 'x' . $height);

    # the tooltip
    $self->_set_w('tooltip', $mw->Balloon);

    # font used in progression text
    $mw->fontCreate( "FNbig", -weight => "bold" );

    #
    my $ftop = $mw->Frame->pack( top, fillx, pad20 );
    $ftop->Label( -text => 'New module wanted:' )->pack( left, pad2 );
    my $entry = $ftop->Entry()->pack( left, xfillx, pad2 );

 view all matches for this distribution


App-CPANCoverBadge

 view release on metacpan or  search on metacpan

lib/App/CPANCoverBadge.pm  view on Meta::CPAN

                '#ffcc99' :               # orange
                    $rating < 100 ?
                    '#ffff99' :           # yellow
                    '#99ff99';            # green

    my $default_font = Mojo::File->new( $INC{"Badge/Simple.pm"} )
        ->sibling('Simple', 'DejaVuSans.ttf')->to_string;

    my $font = $ENV{BADGE_FONT};
    $font    = $default_font if !$font;

    my $svg = Badge::Simple::badge(
        left  => 'CPANCover',
        right => $rating,
        color => $color,
        font  => $font,
    )->toString;

    $db->insert('badges', { dist => $dist, badge => $svg } );

    return $svg;

 view all matches for this distribution


App-CPANModuleSite

 view release on metacpan or  search on metacpan

share/tt_lib/page.tt  view on Meta::CPAN

    <!-- Bootstrap CSS -->
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">

    <style>
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
      @media (max-width: 768px) {
        .sidebar {
          display: none;

 view all matches for this distribution


App-CamelPKI

 view release on metacpan or  search on metacpan

lib/App/CamelPKI/CertTemplate.pm  view on Meta::CPAN


=item *

les clefs ($key1, $key2, ...) qui ne valident pas l'expression
rationnelle qr/^[a-z0-9_]+$/i provoquent une exception; celles qui ne
font pas partie de la liste des clefs reconnues par $template (d'après
L<App::CamelPKI::CertTemplate/list_keys>) sont supprimées.

=item *

les valeurs ($val1, $val2, ...) doivent être soit des chaînes de

 view all matches for this distribution


App-Caoliu

 view release on metacpan or  search on metacpan

t/sample/sample.html  view on Meta::CPAN

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Expires" content="-1">
<title>[MP4/1.09GB]DV-1194 Ãô¸ÐÉíówÖ±¶ßà ÖÐÎ÷Àï²Ë(ÖÐÎÄ×ÖÄ»)  ²ÝÁñÉç…^  - powered by phpwind.net</title>
<style>
body{font-size:12px;background:#F9F9EC;}
*{font-family:Tahoma;padding:0;margin:0}
td,th,div{word-break:break-all;word-wrap:break-word}
table{empty-cells:show;}
img{border:0}
h3,h2{display:inline;font-size:14px;}
h3{font-weight:normal}
h2 a,h3 a{color:#000}
h4{margin:20px 0 10px;font-size:1.1em}
textarea,input,select{font:12px Arial;padding:1px 0px 1px 0px;vertical-align:middle;margin-bottom:1px}
.c{clear:both;height:0;font:0/0 Arial;}
.b{font-weight:bold}
.tal{text-align:left}
.tac{text-align:center}
.tar{text-align:right}
.fr{float:right}
.fl{float:left}
a{text-decoration:none;color:#2f5fa1}
a:hover{text-decoration:underline;}
select{border:solid 1px #D4EFF7;}
.btn{background:#A6CBE7;color:#004c7d;border-width:1px;padding-left:15px;padding-right:15px;vertical-align:middle}
.input{border:solid 1px #A6CBE7;padding:2px 0px 2px 1px;font-size:1.0em;vertical-align:middle}
form{display:inline;}
textarea{border:solid 1px #A6CBE7;}
#header{width:98%;margin:auto}
.banner{padding-right:3%;background:#0F7884}
.banner img{vertical-align:middle;}

t/sample/sample.html  view on Meta::CPAN

.t table{border:1px solid #fff;margin:0 auto;width:99.98%;}
.t2{border-top:#A6CBE7 1px solid;margin:0px auto 5px;}
.t3{margin:auto}
.t4{padding:1px 0 1px 1px}
.h{border-bottom:4px solid #dbecF4;background:#B1D3E0;text-align:left;color:#004c7d;padding:5px 7px 3px 7px;}
.h span{font-weight:normal;}
.h h2{font-weight:bold}
.h a{font-family:Arial;color:#004c7d}
.h span a,.h span{color:#5599bb;}
.h a.a2{margin-left:12px;}
.tr1 th{padding:5px 10px;text-align:left;vertical-align:top;font-weight:normal;}
.tr1 td.td1{border:1px solid #D4EFF7;}
.tr2{background:#f3f8ef;color:#659b28;}
.tr2 td,.tr2 th{line-height:21px;border-bottom:1px solid #daebcd;padding:0px 6px 0px;border-top:1px solid #A6CBE7;}
.tr2 a{color:#659b28;margin:2px}
.tr3 td,.tr3 th{border-bottom:1px solid #D4EFF7;padding:5px 8px}
.tr3 th{text-align:left;font-weight:normal;}
.tr4{background:#B1D3E0;color:#004c7d;}
.tr4 td{padding:4px 10px;}
.tr td,.tr th{padding:2px}
.tpc_content{font-size:14px;font-family:Arial;padding:0 2% 0 0.5%;margin:0 0 2%}
.tips{background:#F4FBFF;border:#D4EFF7 1px solid;padding:5px;margin:0 1% 1% 0;float:left;text-align:center;}
.tips li{list-style:none;padding:0 5px;float:left;overflow: hidden;white-space:nowrap}
.tiptop{border-bottom:1px solid #D4EFF7;padding:0 0 5px 0;vertical-align:middle;}
.tipad{border-top:1px solid #D4EFF7;margin:10px 0 0;padding:5px 0 0;}
.quote{font-size:70%;color:#004c7d;margin:2px;padding:0}
blockquote{width:92%;font-size:85%;color:#81888c;border:1px solid #D4EFF7;border-left-width:3px;padding:5px;margin:0 0 1%}
.menu{position:absolute;background:#fff;border:1px solid #A6CBE7;}
.menu td, .menu li{background:#B1D3E0;}
.menu li{list-style:none;padding:0;}
.menu a{display:block;padding:3px 15px 3px 15px}
.menu a:hover{background:#2f5fa1;text-decoration:none;color:#fff;}

t/sample/sample.html  view on Meta::CPAN

.y-style{text-align:center;}
.t table{border:0;width:100%;}
.tr1 th{border-right:1px solid #D4EFF7;}
.tr1 td.td1{border-left:0}
.t{padding:1px}
.pages{margin:3px 0;font:11px/12px Tahoma}
.pages *{vertical-align:middle;}
.pages a{padding:1px 4px 1px;border:1px solid #A6CBE7;margin:0 1px 0 0;text-align:center;text-decoration:none;font:normal 12px/14px verdana;}
.pages a:hover{border:#659b28 1px solid;background:#f3f8ef;text-decoration:none;color:#004c7d}
.pages input{margin-bottom:0px;border:1px solid #659b28;height:15px;font:bold 12px/15px Verdana;padding-bottom:1px;padding-left:1px;margin-right:1px;color:#659b28;}
</style>
</head><body>
<div id="header">
<table cellspacing="0" cellpadding="0" align="center" width="100%">
<tr>

t/sample/sample.html  view on Meta::CPAN

</div>
<div id="showmenu" style="z-index:100;display:none;"></div>
</div>

<style>
.sptable h4{margin:0em 0 -.1em;color:#6666FF;font-size:14px;}
.sptable a{color:#339900;}
.sptable h4:hover{text-decoration:underline;}
.sptable td{cursor:pointer;text-align:left;}
</style>
<SCRIPT LANGUAGE="JavaScript">

t/sample/sample.html  view on Meta::CPAN

<b><a href="../../../index.php">²ÝÁñÉç…^</a> &raquo; <a href="../../../thread0806.php?fid=15">†ÖÞÓдaÔ­„“…^</a> &raquo; [MP4/1.09GB]DV-1194 Ãô¸ÐÉíówÖ±¶ßà ÖÐÎ÷Àï²Ë(ÖÐÎÄ×ÖÄ»)</b></td><td align="right">
<b><a href="../../../read.php?fid=15&tid=951593&toread=1">ÞDµ½„Ó‘B¾Wí“</a>
</b></td></tr><tr><td height="5" colspan="2"></td></tr></table></div>

<div class="t3"><table width="100%" align="center" cellspacing="0" cellpadding="0">
<tr><td align="left"><div class="pages"><a href="../../../read.php?tid=951593&page=1" style="font-weight:bold">&laquo;</a><b> 1 </b><a href="../../../read.php?tid=951593&page=2">2</a><a href='../../../read.php?tid=951593&page=2' style='font-weight:bo...


	</td></tr>
</table></div>

t/sample/sample.html  view on Meta::CPAN


<div class="t t2" style="border-top:0">
<table cellspacing="0" cellpadding="0" width="100%" align="center">
<tr class="tr3 tr1">
<th width="20%" rowspan="2" class="r_two">
<font color="#000066" face="Gulim"><b>³¾·â×·Òä</b></font>
<div style="padding:10px 0;">
<table width="98%" cellspacing="0" cellpadding="0" style="border:0">
	<tr><td class="tac" style="overflow:hidden; border:0;"><br /><br /></td></tr>
</table>
</div>
<br />

<br />
¼‰„e: <font color="#555555">¹âÃ÷ʹÕß ( 14 )</font><br />
¾«ÈA: <font color="green"><b>0</b></font><br />
°lÌû: <font color="green"><b>1941</b></font><br />
ÍþÍû: <font color="#984b98"><b>38522 üc</b></font><br />
½ðåX: <font color="#984b98"><b>17575 USD</b></font><br />

Ø•«IÖµ: <font color="red"><b>198360 üc</b></font><br />


Ô]ƒÔ•rég:2012-10-29<br />
</th>
<th height="100%" class="r_one" valign="top" style="padding:5px 15px 0 15px; border:0;width:80%; overflow:hidden">

t/sample/sample.html  view on Meta::CPAN


<h4>[MP4/1.09GB]DV-1194 Ãô¸ÐÉíówÖ±¶ßà ÖÐÎ÷Àï²Ë(ÖÐÎÄ×ÖÄ»)</h4>

<div class="tips" style="width:auto"><SCRIPT LANGUAGE="JavaScript">spinit();</SCRIPT></div><div class="c"></div>

<br /><div class="tpc_content">¡¾Ó°Æ¬Ãû·Q¡¿: DV-1194 Ãô¸ÐÉíówÖ±¶ßà ÖÐÎ÷Àï²Ë(ÖÐÎÄ×ÖÄ»)<br>¡¾Ó°Æ¬¸ñʽ¡¿: MP4<br>¡¾Ó°Æ¬´óС¡¿: 1.09GB<br>¡¾ÑéÖ¤±àÂë¡¿: e33e0a53c9c6b8749b244bddd604afbab82e652a<br>¡¾²¥·ÅÈí¼þ¡¿: QQÓ°Òô ±©·çÓ°ÒôµÈ<br>¡¾ÓдaÓдa¡¿: Óдa<br>...

</td></tr></table>
</th></tr>
<tr class="tr1 r_one">
<th style="vertical-align:bottom; padding-left:1.5%; border:0">

t/sample/sample.html  view on Meta::CPAN


<div class="t t2" >
<table cellspacing="0" cellpadding="0" width="100%" align="center">
<tr class="tr3 tr1">
<th width="20%" rowspan="2" class="r_two">
<font color="#000066" face="Gulim"><b>493403240</b></font>
<div style="padding:10px 0;">
<table width="98%" cellspacing="0" cellpadding="0" style="border:0">
	<tr><td class="tac" style="overflow:hidden; border:0;"><br /><br /></td></tr>
</table>
</div>
<br />

<br />
¼‰„e: <font color="#555555">‚b¿Í ( 9 )</font><br />
¾«ÈA: <font color="green"><b>0</b></font><br />
°lÌû: <font color="green"><b>1073</b></font><br />
ÍþÍû: <font color="#984b98"><b>105 üc</b></font><br />
½ðåX: <font color="#984b98"><b>1076 USD</b></font><br />

Ø•«IÖµ: <font color="red"><b>0 üc</b></font><br />


Ô]ƒÔ•rég:2011-06-06<br />
</th>
<th height="100%" class="r_one" valign="top" style="padding:5px 15px 0 15px; border:0;width:80%; overflow:hidden">

t/sample/sample.html  view on Meta::CPAN


<div class="t t2" >
<table cellspacing="0" cellpadding="0" width="100%" align="center">
<tr class="tr3 tr1">
<th width="20%" rowspan="2" class="r_two">
<font color="#000066" face="Gulim"><b>²»ÏëÉϰà</b></font>
<div style="padding:10px 0;">
<table width="98%" cellspacing="0" cellpadding="0" style="border:0">
	<tr><td class="tac" style="overflow:hidden; border:0;"><br /><br /></td></tr>
</table>
</div>
<br />

<br />
¼‰„e: <font color="#555555">½ûÖ¹°lÑÔ ( 8 )</font><br />
¾«ÈA: <font color="green"><b>0</b></font><br />
°lÌû: <font color="green"><b>981</b></font><br />
ÍþÍû: <font color="#984b98"><b>96 üc</b></font><br />
½ðåX: <font color="#984b98"><b>87 USD</b></font><br />

Ø•«IÖµ: <font color="red"><b>40 üc</b></font><br />


Ô]ƒÔ•rég:2013-03-19<br />
</th>
<th height="100%" class="r_one" valign="top" style="padding:5px 15px 0 15px; border:0;width:80%; overflow:hidden">

t/sample/sample.html  view on Meta::CPAN


<div class="t t2" >
<table cellspacing="0" cellpadding="0" width="100%" align="center">
<tr class="tr3 tr1">
<th width="20%" rowspan="2" class="r_two">
<font color="#000066" face="Gulim"><b>gordon.hs</b></font>
<div style="padding:10px 0;">
<table width="98%" cellspacing="0" cellpadding="0" style="border:0">
	<tr><td class="tac" style="overflow:hidden; border:0;"><br /><br /></td></tr>
</table>
</div>
<br />

<br />
¼‰„e: <font color="#555555">ÐÂÊÖÉÏ· ( 8 )</font><br />
¾«ÈA: <font color="green"><b>0</b></font><br />
°lÌû: <font color="green"><b>721</b></font><br />
ÍþÍû: <font color="#984b98"><b>73 üc</b></font><br />
½ðåX: <font color="#984b98"><b>661 USD</b></font><br />

Ø•«IÖµ: <font color="red"><b>94 üc</b></font><br />


Ô]ƒÔ•rég:2011-09-24<br />
</th>
<th height="100%" class="r_one" valign="top" style="padding:5px 15px 0 15px; border:0;width:80%; overflow:hidden">

t/sample/sample.html  view on Meta::CPAN


<div class="t t2" >
<table cellspacing="0" cellpadding="0" width="100%" align="center">
<tr class="tr3 tr1">
<th width="20%" rowspan="2" class="r_two">
<font color="#000066" face="Gulim"><b>237468</b></font>
<div style="padding:10px 0;">
<table width="98%" cellspacing="0" cellpadding="0" style="border:0">
	<tr><td class="tac" style="overflow:hidden; border:0;"><br /><br /></td></tr>
</table>
</div>
<br />

<br />
¼‰„e: <font color="#555555">ÐÂÊÖÉÏ· ( 8 )</font><br />
¾«ÈA: <font color="green"><b>0</b></font><br />
°lÌû: <font color="green"><b>360</b></font><br />
ÍþÍû: <font color="#984b98"><b>37 üc</b></font><br />
½ðåX: <font color="#984b98"><b>360 USD</b></font><br />

Ø•«IÖµ: <font color="red"><b>0 üc</b></font><br />


Ô]ƒÔ•rég:2011-06-06<br />
</th>
<th height="100%" class="r_one" valign="top" style="padding:5px 15px 0 15px; border:0;width:80%; overflow:hidden">

t/sample/sample.html  view on Meta::CPAN


<div class="t t2" >
<table cellspacing="0" cellpadding="0" width="100%" align="center">
<tr class="tr3 tr1">
<th width="20%" rowspan="2" class="r_two">
<font color="#000066" face="Gulim"><b>´²ÉÏСÐý·ç</b></font>
<div style="padding:10px 0;">
<table width="98%" cellspacing="0" cellpadding="0" style="border:0">
	<tr><td class="tac" style="overflow:hidden; border:0;"><br /><br /></td></tr>
</table>
</div>
<br />

<br />
¼‰„e: <font color="#555555">‚b¿Í ( 9 )</font><br />
¾«ÈA: <font color="green"><b>0</b></font><br />
°lÌû: <font color="green"><b>3328</b></font><br />
ÍþÍû: <font color="#984b98"><b>184 üc</b></font><br />
½ðåX: <font color="#984b98"><b>0 USD</b></font><br />

Ø•«IÖµ: <font color="red"><b>0 üc</b></font><br />


Ô]ƒÔ•rég:2009-06-04<br />
</th>
<th height="100%" class="r_one" valign="top" style="padding:5px 15px 0 15px; border:0;width:80%; overflow:hidden">

t/sample/sample.html  view on Meta::CPAN


<div class="t t2" >
<table cellspacing="0" cellpadding="0" width="100%" align="center">
<tr class="tr3 tr1">
<th width="20%" rowspan="2" class="r_two">
<font color="#000066" face="Gulim"><b>jiaolvgang</b></font>
<div style="padding:10px 0;">
<table width="98%" cellspacing="0" cellpadding="0" style="border:0">
	<tr><td class="tac" style="overflow:hidden; border:0;"><br /><br /></td></tr>
</table>
</div>
<br />

<br />
¼‰„e: <font color="#555555">‚b¿Í ( 9 )</font><br />
¾«ÈA: <font color="green"><b>0</b></font><br />
°lÌû: <font color="green"><b>1295</b></font><br />
ÍþÍû: <font color="#984b98"><b>127 üc</b></font><br />
½ðåX: <font color="#984b98"><b>1298 USD</b></font><br />

Ø•«IÖµ: <font color="red"><b>0 üc</b></font><br />


Ô]ƒÔ•rég:2011-06-06<br />
</th>
<th height="100%" class="r_one" valign="top" style="padding:5px 15px 0 15px; border:0;width:80%; overflow:hidden">

t/sample/sample.html  view on Meta::CPAN


<div class="t t2" >
<table cellspacing="0" cellpadding="0" width="100%" align="center">
<tr class="tr3 tr1">
<th width="20%" rowspan="2" class="r_two">
<font color="#000066" face="Gulim"><b>ÅŹÇÀ¼</b></font>
<div style="padding:10px 0;">
<table width="98%" cellspacing="0" cellpadding="0" style="border:0">
	<tr><td class="tac" style="overflow:hidden; border:0;"><br /><br /></td></tr>
</table>
</div>
<br />

<br />
¼‰„e: <font color="#555555">Â}òTÊ¿ ( 11 )</font><br />
¾«ÈA: <font color="green"><b>0</b></font><br />
°lÌû: <font color="green"><b>7563</b></font><br />
ÍþÍû: <font color="#984b98"><b>722 üc</b></font><br />
½ðåX: <font color="#984b98"><b>24 USD</b></font><br />

Ø•«IÖµ: <font color="red"><b>1 üc</b></font><br />


Ô]ƒÔ•rég:2011-06-06<br />
</th>
<th height="100%" class="r_one" valign="top" style="padding:5px 15px 0 15px; border:0;width:80%; overflow:hidden">

t/sample/sample.html  view on Meta::CPAN


<div class="t t2" >
<table cellspacing="0" cellpadding="0" width="100%" align="center">
<tr class="tr3 tr1">
<th width="20%" rowspan="2" class="r_two">
<font color="#000066" face="Gulim"><b>ÃλÃmilan</b></font>
<div style="padding:10px 0;">
<table width="98%" cellspacing="0" cellpadding="0" style="border:0">
	<tr><td class="tac" style="overflow:hidden; border:0;"><br /><br /></td></tr>
</table>
</div>
<br />

<br />
¼‰„e: <font color="#555555">ÐÂÊÖÉÏ· ( 8 )</font><br />
¾«ÈA: <font color="green"><b>0</b></font><br />
°lÌû: <font color="green"><b>149</b></font><br />
ÍþÍû: <font color="#984b98"><b>15 üc</b></font><br />
½ðåX: <font color="#984b98"><b>149 USD</b></font><br />

Ø•«IÖµ: <font color="red"><b>0 üc</b></font><br />


Ô]ƒÔ•rég:2011-06-06<br />
</th>
<th height="100%" class="r_one" valign="top" style="padding:5px 15px 0 15px; border:0;width:80%; overflow:hidden">

t/sample/sample.html  view on Meta::CPAN


<div class="t t2" >
<table cellspacing="0" cellpadding="0" width="100%" align="center">
<tr class="tr3 tr1">
<th width="20%" rowspan="2" class="r_two">
<font color="#000066" face="Gulim"><b>b4321</b></font>
<div style="padding:10px 0;">
<table width="98%" cellspacing="0" cellpadding="0" style="border:0">
	<tr><td class="tac" style="overflow:hidden; border:0;"><br /><br /></td></tr>
</table>
</div>
<br />

<br />
¼‰„e: <font color="#555555">òTÊ¿ ( 10 )</font><br />
¾«ÈA: <font color="green"><b>0</b></font><br />
°lÌû: <font color="green"><b>5192</b></font><br />
ÍþÍû: <font color="#984b98"><b>487 üc</b></font><br />
½ðåX: <font color="#984b98"><b>1392 USD</b></font><br />

Ø•«IÖµ: <font color="red"><b>86 üc</b></font><br />


Ô]ƒÔ•rég:2012-09-03<br />
</th>
<th height="100%" class="r_one" valign="top" style="padding:5px 15px 0 15px; border:0;width:80%; overflow:hidden">

t/sample/sample.html  view on Meta::CPAN

<span><a class="s3" title="»ØÍ´Ë˜Ç" style="cursor:pointer;" onclick="postreply('»Ø 9˜Ç(b4321)µÄÌû×Ó');">9 ˜Ç</a></span>

</div></th></tr></table></div>

<div class="t3"><table cellspacing="0" cellpadding="0" width="100%" align="center">
<tr><td align="left"><div class="pages"><a href="../../../read.php?tid=951593&page=1" style="font-weight:bold">&laquo;</a><b> 1 </b><a href="../../../read.php?tid=951593&page=2">2</a><a href='../../../read.php?tid=951593&page=2' style='font-weight:bo...
<td valign="center" align="right">
</td></tr>
<tr><td align="left"><br />.:. <b><a href="index.php">²ÝÁñÉç…^</a> -> <a href="../../../thread0806.php?fid=15">†ÖÞÓдaÔ­„“…^</a></b></td>
</tr></table></div>

t/sample/sample.html  view on Meta::CPAN

<b>¿ìËÙ°lÌû</b></td>
<td class="h" width="20%" style="text-align:right">
<a href="javascript:scroll(0,0)"><b>í”¶Ë</b></a></td></tr>
<tr><td valign="top" width="20%" bgcolor="#F9F9EC" style="padding:7px">
<b>ƒÈÈÝ</b>£º<br />
<font face="verdana"> HTML ´ú´a²»¿ÉÓÃ<br /><br />
<input type="checkbox" name="atc_usesign" value="1" checked />ʹÓúžÃû<br />
<input type="checkbox" name="atc_convert" value="1" checked />Wind Code×Ô„ÓÞD“Q
<input type="hidden" name="atc_autourl" value="1" /><br /><br />
<a style="cursor:pointer;border:1px solid #A6CBE7;color:#2f5fa1;padding:2px 8px 2px 8px;" onclick="javascript:checklength(document.FORM,'50000');">×Ö”µ™z²é</a>
<a style="cursor:pointer;border:1px solid #A6CBE7;color:#2f5fa1;padding:2px 8px 2px 8px;" onclick="loadData('msg');">»ÖÍ”µ“þ</a>

t/sample/sample.html  view on Meta::CPAN

		document.FORM.Submit.click();
	}
}</script>
<center><TABLE width="700" class="tiptop"><TR><TD></TD></TR></TABLE><br />
<SCRIPT LANGUAGE="JavaScript">spinit();</SCRIPT>
<small><font color="#999999">Powered by <b>PHPWind</b> <b>v5.3</b>&nbsp;Code &copy; 2003-07 <br />
This is html template view this page faster<br /><script src="http://s103.cnzz.com/stat.php?id=950900&web_id=950900&online=2" language="JavaScript" charset="gb2312"></script>
</center><br />
</body></html>

 view all matches for this distribution


App-CatalystStarter-Bloated

 view release on metacpan or  search on metacpan

lib/App/CatalystStarter/Bloated.pm  view on Meta::CPAN

missing hostname and or port.

=item *

Sets up a TT wrapper based on a HTML5 template intializr.com and
points its css, js images and fonts to /static

=back

=head1 INTERFACE

 view all matches for this distribution


App-Changelog2x

 view release on metacpan or  search on metacpan

bin/changelog2x  view on Meta::CPAN


=item --color URL [ html ]

As above, but this parameter is used to allow a second URL to be specified,
one that will follow the previous one in the CSS cascade order. This allows
the user to have a "main" stylesheet with font, spacing, etc. declarations
while also using this option to select between color schemes for text,
backgrounds, etc. (hence the choice of C<color> as the option name).

=item --javascript URL [ html ]

 view all matches for this distribution


App-Chart

 view release on metacpan or  search on metacpan

devel/run-diagnostics.pl  view on Meta::CPAN

Gtk2->disable_setlocale;  # leave LC_NUMERIC alone for version nums
Gtk2->init;
my $dialog = App::Chart::Gtk2::Diagnostics->popup;

my $textview = $dialog->{'textview'};
print "$progname: textview font ",$textview->style->font_desc->to_string,"\n";

Gtk2->main;
exit 0;


 view all matches for this distribution


App-Cheats

 view release on metacpan or  search on metacpan

cheats.txt  view on Meta::CPAN

figlet "svn update"

# Nice format for representing binary numbers (art,ascii)
figlet "0000011111" -f digital

# Show all available figlest fonts (ascii art)
figlist | perl -lne '$a=/\bfonts.*:$/ ... /.*:/; print if $a > 1 and $a !~ /E/'
# There are the nicer fonts
banner big lean slant smslant standard
# favorite
slant
figlet "svn update" -f slant

cheats.txt  view on Meta::CPAN

# JQuery Tooltip CSS
#/* ------------------- Tooltip ------------------------- */
#.ui-tooltip {
#    padding: 				10px 20px;
#    border-radius: 			20px;
#    font: 					bold 14px"Helvetica Neue", Sans-Serif;
#    box-shadow: 			0 0 7px black;
#    background-color: 		white;
#    width: 					fit-content;
#    position:				absolute;
#}

cheats.txt  view on Meta::CPAN

#    display:				none;
#}
#
#.table .cell.clicked_tooltip {
#    color: 					#06a003;
#    font-weight: 			600;
#}


#############################################################
## JQuery - Variables

cheats.txt  view on Meta::CPAN

# Notebook example 1. multiple pages/tabs (PTk)
perl -MTk -MTk::NoteBook -le '$nb=MainWindow->new->NoteBook->pack(-fill => "both", -expand => 1); @pgs = map { $nb->add("page$_", -label => "Page $_") } 0..5; $pgs[0]->Button(-text => "Button $_")->pack(-fill => "both") for 1..5; $pgs[1]->Label(-text...

# Notebook example 2. multiple pages/tabs (PTk)
# Command when clicking a page/tab
perl -MTk -MTk::NoteBook -le '$nb=MainWindow->new->NoteBook(-font => "Courier 14 bold")->pack(-fill => "both", -expand => 1); @pgs = map { $nb->add("page$_", -label => "Page $_") } 0..20; $pgs[0]->Button(-text => "Button $_")->pack(-fill => "both") f...

# Notebook example 3. multiple pages/tabs (PTk)
# Page deletion
perl -MTk -MTk::NoteBook -le '$nb=MainWindow->new->NoteBook->pack(-fill => "both", -expand => 1); @pgs = map { $nb->add("page$_", -label => "Page $_") } 0..10; $nb->pagecget("page0", "-state"); $pgs[0]->Button(-text => "Button $_")->pack(-fill => "bo...

cheats.txt  view on Meta::CPAN

#############################################################
## Perl Modules - Tk (Tags)
#############################################################

# Text tags example (PTk)
perl -MTk -le '$t=tkinit->Text->pack; $t->tagConfigure("bold", -font => "Courier 24 bold"); $t->insert("end", "Normal Text\n"); $t->insert("end", "Bold Text\n", "bold"); MainLoop'

# Make select text bold (PTk)
perl -MTk -le '$w=tkinit; $t=$w->Text->pack; $t->tagConfigure("bold", -font => "bold"); $t->insert("end", "A Bunch of text"); $w->Button(-text => "BOLD", -command => sub{$t->tagAdd("bold", "sel.first", "sel.last")} )->pack; MainLoop'

# Check if a selection exists (PTk)
perl -MTk -le '$w=tkinit; $t=$w->Text->pack; $t->tagConfigure("bold", -font => "bold"); $t->insert("end", "A Bunch of text"); $w->Button(-text => "BOLD", -command => sub{$t->tagAdd("bold", "sel.first", "sel.last") if $t->tagRanges("sel")} )->pack; Ma...


#############################################################
## Perl Modules - Tk (Appendix B)
#############################################################

cheats.txt  view on Meta::CPAN

#############################################################
## Windows - Outlook
#############################################################

# Windows Outlook.
# Monospaced font
Courier New


#############################################################
## Windows - Registry

 view all matches for this distribution


App-Checklist-Formatter

 view release on metacpan or  search on metacpan

bin/checklist-formatter  view on Meta::CPAN


=cut

__DATA__
header:\documentclass[english,ngerman]{scrartcl}
header:\usepackage[T1]{fontenc}
header:\usepackage[utf8]{inputenc}
header:\usepackage{latexsym}
header:\usepackage{calc}
header:\AtBeginDocument{
header:  \def\labelitemi{\Large\(\Box\)}

 view all matches for this distribution


App-Chorus

 view release on metacpan or  search on metacpan

examples/reveal-default.mkd  view on Meta::CPAN

<section data-state="customevent">
    <h2>Custom Events</h2>
    <p>
        Additionally custom events can be triggered on a per slide basis by binding to the <code>data-state</code> name.
    </p>
    <pre><code data-trim contenteditable style="font-size: 18px; margin-top: 20px;">
Reveal.addEventListener( 'customevent', function() {
console.log( '"customevent" has fired' );
} );
    </code></pre>
</section>

 view all matches for this distribution


App-Chronicle

 view release on metacpan or  search on metacpan

themes/blog.steve.org.uk/inc/style.inc  view on Meta::CPAN

<style type="text/css">
pre { overflow: auto; background: silver; border:solid; border-width:thin; padding: 5px  10px; }
dt { font-weight: bold; }
#blog-title a { text-decoration: none; color: black;}
#blog-title span { font-size: 15px; }
td.collapsable { display: none; }
@media only screen and (min-width: 800px) { td.collapsable { display: block; } }
</style>

 view all matches for this distribution


App-Cinema

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

		- admin can add and delete movie created by yourself
		- everyone can only search his/her own event except sysadmin
		- keep search conditions after the result displays
1.18
		- sysadmin can activate/deactivate user account instead of deleting it
		- change font-family to Sans
		
		

 view all matches for this distribution


App-ClusterSSH

 view release on metacpan or  search on metacpan

lib/App/ClusterSSH.pm  view on Meta::CPAN

                $self->config->{terminal_allow_send_events},
                $self->config->{terminal_title_opt},
                "'"
                    . $self->config->{title} . ': '
                    . $servers{$server}{connect_string} . "'",
                '-font ' . $self->config->{terminal_font},
                "-e " . $^X . ' -e ',
                "'" . $self->helper->script( $self->config ) . "'",
                " " . $servers{$server}{pipenm},
                " " . $servers{$server}{givenname},
                " '" . $servers{$server}{username} . "'",

lib/App/ClusterSSH.pm  view on Meta::CPAN

    $self->config->{internal_total} = int( keys(%servers) );

    return $self;
}

sub get_font_size() {
    my ($self) = @_;
    $self->debug( 2, "Fetching font size" );

    # get atom name<->number relations
    my $quad_width = $xdisplay->atom("QUAD_WIDTH");
    my $pixel_size = $xdisplay->atom("PIXEL_SIZE");

    my $font          = $xdisplay->new_rsrc;
    my $terminal_font = $self->config->{terminal_font};
    $xdisplay->OpenFont( $font, $terminal_font );

    my %font_info;

    eval { (%font_info) = $xdisplay->QueryFont($font); }
        || die( "Fatal: Unrecognised font used ($terminal_font).\n"
            . "Please amend \$HOME/.clusterssh/config with a valid font (see man page).\n"
        );

    $self->config->{internal_font_width}
        = $font_info{properties}{$quad_width};
    $self->config->{internal_font_height}
        = $font_info{properties}{$pixel_size};

    if (   !$self->config->{internal_font_width}
        || !$self->config->{internal_font_height} )
    {
        die(      "Fatal: Unrecognised font used ($terminal_font).\n"
                . "Please amend \$HOME/.clusterssh/config with a valid font (see man page).\n"
        );
    }

    $self->debug( 2, "Done with font size" );
    return $self;
}

sub show_console() {
    my ($self) = shift;

lib/App/ClusterSSH.pm  view on Meta::CPAN


        # If nothing to tile, don't bother doing anything, just show console
        return $self->show_console();
    }

    # work out terminal pixel size from terminal size & font size
    # does not include any title bars or scroll bars - purely text area
    $self->config->{internal_terminal_cols}
        = ( $self->config->{terminal_size} =~ /(\d+)x.*/ )[0];
    $self->config->{internal_terminal_width}
        = (   $self->config->{internal_terminal_cols}
            * $self->config->{internal_font_width} )
        + $self->config->{terminal_decoration_width};

    $self->config->{internal_terminal_rows}
        = ( $self->config->{terminal_size} =~ /.*x(\d+)/ )[0];
    $self->config->{internal_terminal_height}
        = (   $self->config->{internal_terminal_rows}
            * $self->config->{internal_font_height} )
        + $self->config->{terminal_decoration_height};

    # fetch screen size
    $self->config->{internal_screen_height} = $xdisplay->{height_in_pixels};
    $self->config->{internal_screen_width}  = $xdisplay->{width_in_pixels};

lib/App/ClusterSSH.pm  view on Meta::CPAN

    $windows{help} = $windows{main_window}->Dialog(
        -popover    => $windows{main_window},
        -overanchor => "c",
        -popanchor  => "c",
        -class      => 'cssh',
        -font       => [
            -family => "interface system",
            -size   => 10,
        ],
        -text =>
            "Cluster Administrator Console using SSH\n\nVersion: $VERSION.\n\n"

lib/App/ClusterSSH.pm  view on Meta::CPAN


    $self->config->dump() if ( $self->options->dump_config );

    $self->evaluate_commands() if ( $self->options->evaluate );

    $self->get_font_size();

    $self->load_keyboard_map();

    # read in normal cluster files
    $self->config->{extra_cluster_file} .= ',' . $self->options->cluster_file

lib/App/ClusterSSH.pm  view on Meta::CPAN


=item exit_prog

=item get_clusters

=item get_font_size

=item get_keycode_state

=item key_event

 view all matches for this distribution


App-Cmdline

 view release on metacpan or  search on metacpan

docs/App-Cmdline-Options-Basic.html  view on Meta::CPAN

<style type="text/css">
 <!--/*--><![CDATA[/*><!--*/
BODY {
  background: white;
  color: black;
  font-family: arial,sans-serif;
  margin: 0;
  padding: 1ex;
}

A:link, A:visited {

docs/App-Cmdline-Options-Basic.html  view on Meta::CPAN

}

.pod H1      {
  background: transparent;
  color: #006699;
  font-size: large;
}

.pod H1 A { text-decoration: none; }
.pod H2 A { text-decoration: none; }
.pod H3 A { text-decoration: none; }
.pod H4 A { text-decoration: none; }

.pod H2      {
  background: transparent;
  color: #006699;
  font-size: medium;
}

.pod H3      {
  background: transparent;
  color: #006699;
  font-size: medium;
  font-style: italic;
}

.pod H4      {
  background: transparent;
  color: #006699;
  font-size: medium;
  font-weight: normal;
}

.pod IMG     {
  vertical-align: top;
}

 view all matches for this distribution


App-Cme

 view release on metacpan or  search on metacpan

lib/App/Cme/Command/shell.pm  view on Meta::CPAN


Open a specific item of the configuration when opening the editor

=item -bare

Use Term UI without auto-completion or font enhancements.

=back

=head1 SEE ALSO

 view all matches for this distribution


App-Codit

 view release on metacpan or  search on metacpan

lib/App/Codit.pm  view on Meta::CPAN

			'-contentbgdspace',
			'-contentbgdtab',
			'-contentbookmarkcolor',
			'-contentfindbg',
			'-contentfindfg',
#			'-contentfont',
			'-contentfontfamily',
			'-contentfontsize',
			'-contentforeground',
			'-contentindent',
			'-contentmatchbg',
			'-contentmatchfg',
			'-contentshowspaces',

lib/App/Codit.pm  view on Meta::CPAN


		#configure the settings panel
		-useroptions => [
			'*page' => 'Editing',
			'*section' => 'Font',
			-contentfontfamily => ['list', 'Family', -filter => 1,	-values => sub { return sort $self->fontFams }
		],
			'*column',
			-contentfontsize => ['spin', 'Size'],
			'*end',
			'*section' => 'Editor settings',
			'*frame',
			-contentautoindent => ['boolean', 'Auto indent'],
			'*column',

 view all matches for this distribution


( run in 1.734 second using v1.01-cache-2.11-cpan-ceb78f64989 )