view release on metacpan or search on metacpan
example/Introduction/slides.md view on Meta::CPAN
</code></pre>
</div>
## A Complete Example
<iframe style="width: 700px; height: 600px; background-color: white;"
src="slides.txt">
</iframe>
## Deploying to a Server
view all matches for this distribution
view release on metacpan or search on metacpan
socialcalc/SocialCalcServersideUtilities.pm view on Meta::CPAN
#
# bt, br, bb, bl: number of border's definition
# layout: layout (vertical alignment, padding) definition number
# font: font definition number
# color: text color definition number
# bgcolor: background color definition number
# cellformat: cell format (horizontal alignment) definition number
# nontextvalueformat: custom format definition number for non-text values, e.g., numbers
# textvalueformat: custom format definition number for text values
# colspan, rowspan: number of cells to span for merged cells (only on main cell)
# cssc: custom css classname for cell, as text (no special chars)
socialcalc/SocialCalcServersideUtilities.pm view on Meta::CPAN
# defaultlayout:layout# - default cell layout number in cell layout list
# defaultfont:font# - default font number in sheet font list
# defaultnontextvalueformat:valueformat# - default non-text (number) value format number in sheet valueformat list
# defaulttextvalueformat:valueformat# - default text value format number in sheet valueformat list
# defaultcolor:color# - default number for text color in sheet color list
# defaultbgcolor:color# - default number for background color in sheet color list
# circularreferencecell:coord - cell coord with a circular reference
# recalc:value - on/off (on is default). If not "off", appropriate changes to the sheet cause a recalc
# needsrecalc:value - yes/no (no is default). If "yes", formula values are not up to date
#
# The Column attributes:
socialcalc/SocialCalcServersideUtilities.pm view on Meta::CPAN
globaldefaultfontstyle => "normal normal",
globaldefaultfontsize => "small",
globaldefaultfontfamily => "Verdana,Arial,Helvetica,sans-serif",
explicitStyles => {
skippedcell => "font-size:small;background-color:#CCC",
comment => "background-repeat:no-repeat;background-position:top right;background-image:url(images/sc-commentbg.gif);"
},
classnames => {
skippedcell => "",
comment => ""
socialcalc/SocialCalcServersideUtilities.pm view on Meta::CPAN
$stylestr .= "color:$sheet->{colors}->[$num];\n";
}
$num = $cell->{bgcolor} || $sheetattribs->{defaultbgcolor};
if ($num) {
$stylestr .= "background-color:$sheet->{colors}->[$num];\n";
}
$num = $cell->{cellformat};
if ($num) {
$stylestr .= "text-align:$sheet->{cellformats}->[$num];\n";
socialcalc/SocialCalcServersideUtilities.pm view on Meta::CPAN
"daynames3" => "Sun Mon Tue Wed Thu Fri Sat ",
"monthnames3" => "Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec",
"monthnames" => "January February March April May June July August September October November December",
"sheetdefaultlayoutstyle" => "padding:2px 2px 1px 2px;\nvertical-align:top;\n",
"sheetdefaultfontfamily" => "Verdana,Arial,Helvetica,sans-serif",
"linkformatstring" => '<span style="font-size:smaller;text-decoration:none !important;background-color:#66B;color:#FFF;">Link</span>', # you could make this an img tag if desired:
#"linkformatstring" => '<img border="0" src="http://www.domain.com/link.gif">',
"defaultformatdt" => 'd-mmm-yyyy h:mm:ss',
"defaultformatd" => 'd-mmm-yyyy',
"defaultformatt" => '[h]:mm:ss',
"displaytrue" => 'TRUE', # how TRUE shows when rendered
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/SourcePlot.pm view on Meta::CPAN
# create the scollable text
my $T = $topFrame->Scrolled(
'Text',
-scrollbars => 'e',
-background => '#333333',
-wrap => 'none',
-width => 60,
-height => 15,
-font => '-*-Courier-Medium-R-Normal--*-120-*-*-*-*-*-*',
-setgrid => 1,
lib/App/SourcePlot.pm view on Meta::CPAN
}
}
# Set up display styles
if ($T->depth > 1) {
@bold = ('-background' => '#eeeeee', '-relief' => 'raised', '-borderwidth' => 1);
@normal = ('-background' => undef, '-relief' => 'flat');
}
else {
@bold = ('-foreground' => 'white', '-background' => 'black');
@normal = ('-foreground' => undef, '-background' => undef);
}
$T->tag(configure => 'normal', '-foreground' => 'blue');
$T->tag(configure => 'inactive', '-foreground' => 'black');
$T->tag(configure => 'selected', '-foreground' => 'red');
foreach (@COLOR_LIST) {
lib/App/SourcePlot.pm view on Meta::CPAN
my $len2 = @points;
$plotter->drawSmoothLine(@points, 'l' . $source->name())
if ($len2 > 0);
my @bold = (
'-background' => "#bbbbbb",
'-foreground' => 'black',
'-relief' => 'raised',
'-borderwidth' => 1,
);
my @normal = (
'-background' => undef,
'-foreground' => $source->color(),
'-relief' => 'flat',
);
$plotter->bindTag(
'l' . $source->name(),
view all matches for this distribution
view release on metacpan or search on metacpan
t/click-conf/client.xml view on Meta::CPAN
<send>chunked_optional</send>
<recv>chunked_optional</recv>
</proto_caps>
-->
<!-- Do not send clickhouse-client to background on C-z -->
<!-- <ignore_shell_suspend>true</ignore_shell_suspend> -->
<!--
Settings adjustable via command-line parameters
can take their defaults from that config file, see examples:
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Standby/Frontend.pm view on Meta::CPAN
my ( $context, $search ) = @_;
return sub {
my $str = shift;
if ($search) {
$str =~ s/($search)/<span style='background-color: lightgreen'>$1<\/span>/g;
}
return $str;
}
},
1,
view all matches for this distribution
view release on metacpan or search on metacpan
TODO
* delete mutliple / mark read multiple
* trash
* folder view
* POE / AnyEvent - background and scheduled fetch
* terminal.app rendering
view all matches for this distribution
view release on metacpan or search on metacpan
bin/tacochan view on Meta::CPAN
}
header.header {
margin: 0 auto 2% auto;
padding-top: 5%;
background: #d44413;
color: #fff;
}
.error {
background: #3b4653 !important;
}
table td.name {
width: 150px;
font-weight: bold;
}
div.docs {
margin: 2% auto 0 auto;
padding: 20px 0 5%;
background: #eee;
color: #000;
}
div.docs h3 a {
color: #000;
}
div.docs table {
background: #fff;
}
div.docs section.example {
margin-bottom: 5px;
padding: 10px;
background: #fff;
}
__END__
=head1 NAME
view all matches for this distribution
view release on metacpan or search on metacpan
App-Taskflow
taskflow - a file based taskflow engine
`taskflow` is a tiny workflow engine. It could be run as a normal
process, as a background process or as a daemon.
It automates many routine tasks such as moving and deleting files,
sending emails if some new files created or other tasks.
INSTALLATION
view all matches for this distribution
view release on metacpan or search on metacpan
local/lib/perl5/Module/Build.pm view on Meta::CPAN
=over
=item General Usage (L<Module::Build>)
This is the document you are currently reading. It describes basic
usage and background information. Its main purpose is to assist the
user who wants to learn how to invoke and control C<Module::Build>
scripts at the command line.
=item Authoring Reference (L<Module::Build::Authoring>)
view all matches for this distribution
view release on metacpan or search on metacpan
examples/complex/input/dark.css view on Meta::CPAN
body {
background-color: silver;
color: black;
}
view all matches for this distribution
view release on metacpan or search on metacpan
script/term-terminfo view on Meta::CPAN
{ type => "str", value => "\n", var => "scroll_forward" },
{ type => "str", value => "\eM", var => "scroll_reverse" },
{
type => "str",
value => "\e[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m",
var => "set_a_background",
},
{
type => "str",
value => "\e[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m",
var => "set_a_foreground",
view all matches for this distribution
view release on metacpan or search on metacpan
bin/test-generator-index view on Meta::CPAN
<title>$config{package_name} Coverage Report</title>
<style>
body { font-family: sans-serif; }
table { border-collapse: collapse; width: 100%; }
th, td { border: 1px solid #ccc; padding: 8px; text-align: left; }
th { background-color: #f2f2f2; }
.low { background-color: #fdd; }
.med { background-color: #ffd; }
.high { background-color: #dfd; }
.badges img { margin-right: 10px; }
.disabled-icon {
opacity: 0.4;
cursor: default;
}
bin/test-generator-index view on Meta::CPAN
border-radius: 4px;
font-weight: bold;
color: white;
font-size: 0.9em;
}
.badge-good { background-color: #4CAF50; }
.badge-warn { background-color: #FFC107; }
.badge-bad { background-color: #F44336; }
.summary-row {
font-weight: bold;
background-color: #f0f0f0;
}
td.positive { color: green; font-weight: bold; }
td.negative { color: red; font-weight: bold; }
td.neutral { color: gray; }
/* Show cursor points on the headers to show that they are clickable */
th { background-color: #f2f2f2; cursor: pointer; }
th.sortable {
cursor: pointer;
user-select: none;
white-space: nowrap;
}
bin/test-generator-index view on Meta::CPAN
.sparkline {
display: inline-block;
vertical-align: middle;
}
tr.cpan-fail td {
background-color: #fdd;
}
tr.cpan-unknown td {
background-color: #eee;
color: #666;
}
tr.cpan-na td {
background-color: #ffffde;
color: #666;
}
.new-failure {
background: #c00;
color: #fff;
font-weight: bold;
padding: 2px 6px;
border-radius: 4px;
font-size: 0.85em;
bin/test-generator-index view on Meta::CPAN
}
.notice strong {
font-weight: bold;
}
.notice.perl-version-cliff {
background-color: #fff3cd; /* soft amber */
border: 1px solid #ffeeba;
color: #856404;
}
.notice.perl-version-cliff a {
color: #533f03;
bin/test-generator-index view on Meta::CPAN
.notice.perl-version-cliff a:hover {
text-decoration: none;
}
.notice.locale-cliff {
border-left: 4px solid #d97706;
background: #fffbeb;
padding: 0.5em 1em;
}
.notice.rt-issues {
background: #fff6e5;
border-left: 4px solid #d9822b;
}
table.root-causes {
border-collapse: collapse;
width: 100%;
bin/test-generator-index view on Meta::CPAN
border: 1px solid #ccc;
padding: 8px;
vertical-align: top;
}
table.root-causes tr.high {
background-color: #dfd;
}
table.root-causes tr.med {
background-color: #ffd;
}
table.root-causes tr.low {
background-color: #fdd;
}
</style>
</head>
<body>
<div class="badges">
bin/test-generator-index view on Meta::CPAN
data: {
datasets: [{
label: 'Total Coverage (%)',
data: dataPoints,
borderColor: 'green',
backgroundColor: 'rgba(0,128,0,0.1)',
pointRadius: 5,
pointHoverRadius: 7,
pointStyle: 'circle',
fill: false,
tension: 0.3,
bin/test-generator-index view on Meta::CPAN
# --------------------------------------------------
sub _ter_badge {
my ($pct, $label) = @_;
unless(defined $pct) {
return qq{<span class="coverage-badge" style="background-color:#999" title="No data">$label</span>};
}
my ($class, $tooltip) =
$pct >= $config{med_threshold} ? ('badge-good', 'Excellent') :
$pct >= $config{low_threshold} ? ('badge-warn', 'Moderate') :
bin/test-generator-index view on Meta::CPAN
Global Styles
-------------------------------------------------- */
body {
font-family: sans-serif;
background: var(--bg);
color: var(--text);
}
table {
border-collapse: collapse;
width: 100%;
}
th {
background: var(--table-header);
color: var(--table-header-text);
}
.survived-1 { background-color: var(--survived-1); }
.survived-2 { background-color: var(--survived-2); }
.survived-3 { background-color: var(--survived-3); }
.killed { background-color: var(--killed); }
.legend {
border: 1px solid #ccc;
background: #fafafa;
padding: 10px;
margin: 15px 0;
font-size: 0.9em;
}
.legend pre {
background: #f4f4f4;
padding: 5px;
}
.legend-box {
display: inline-block;
bin/test-generator-index view on Meta::CPAN
border: 1px solid var(--border);
}
/* White box for non-mutated lines */
.legend-box.none {
background-color: var(--bg);
}
/* --------------------------------------------------
Suggested Test Box Styling
Theme-aware and readable in light & dark modes
bin/test-generator-index view on Meta::CPAN
.suggested-test {
margin-top: 6px;
margin-bottom: 12px;
/* Use theme variables instead of hardcoded colors */
background: var(--bg);
color: var(--text);
padding: 8px;
border-radius: 4px;
bin/test-generator-index view on Meta::CPAN
margin-bottom: 4px;
}
/* Ensure the test code block inherits readable colors */
.suggested-test pre {
background: transparent; /* Prevent nested dark blocks */
color: inherit; /* Match theme text color */
margin: 0;
font-family: monospace;
}
bin/test-generator-index view on Meta::CPAN
.tooltip:hover::after {
content: attr(data-tooltip);
position: absolute;
left: 0;
top: 100%;
background: var(--table-header);
color: var(--table-header-text);
padding: 6px 10px;
white-space: normal;
max-width: 300px;
min-width: 30ch;
bin/test-generator-index view on Meta::CPAN
display: inline-block;
}
.lcsaj-tip .lcsaj-tip-text {
visibility: hidden;
background-color: #333;
color: #fff;
padding: 4px 8px;
border-radius: 4px;
font-size: 11px;
white-space: nowrap;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/TimeClock/Daily/HtmlPrinter.pm view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv='Content-Type' content='text/html;charset=utf-8'/><title>$title</title>
<style type='text/css'>
html, body { margin: 0; padding: 0; border: 0; }
body { background:#fff; color:#000; margin: 1em 0 0 1em; }
table { border-collapse: collapse; width: 80ex; }
th, td { margin:0; border:1px solid #000;padding:0.2em; }
caption { margin-top: 1em; }
tr, caption { text-align:left; }
.totals { border: 2px solid #000; background: #9cf; width: 40ex; padding: 0.5em;}
.totals, caption { font-size: 110%; font-weight: bold; }
th { background: #58b; color: #fff; }
tr:nth-child(even) td { background: #dfe; }
tr:nth-child(odd) td { background: #def; }
th.N, td.N { width: 10%; text-align: right; }
</style></head><body><h1>$title</h1>
EOD
};
view all matches for this distribution
view release on metacpan or search on metacpan
bin/tracker_gtk_trayicon.pl view on Meta::CPAN
A green light is shown if you're working, a red light if your idling.
If you hover your mouse over the icon, the project (and tags) you're
currently working on will be displayed.
This script currently neither forks nor puts itself into the
background. The best way (IMO) to start it is via a line in your
F<.xinitrc> (or whatever system your window manager uses to
automatically startup apps).
=head1 OPTIONS AND CONFIGURATION
view all matches for this distribution
view release on metacpan or search on metacpan
bin/tracker_gtk3statusicon.pl view on Meta::CPAN
A green light is shown if you're working, a red light if your idling.
If you hover your mouse over the icon, the project (and tags) you're
currently working on will be displayed.
This script currently neither forks nor puts itself into the
background. The best way (IMO) to start it is via a line in your
F<.xinitrc> (or whatever system your window manager uses to
automatically startup apps).
=head1 OPTIONS AND CONFIGURATION
view all matches for this distribution
view release on metacpan or search on metacpan
'user' => {
'friends_count' => 505,
'follow_request_sent' => 0,
'profile_image_url' =>
'http://a3.twimg.com/profile_images/427205513/arty_normal.jpg',
'profile_background_image_url_https' =>
'https://si0.twimg.com/profile_background_images/38511862/antisocial.gif',
'profile_sidebar_fill_color' => 'e0ff92',
'profile_background_color' => '6699cc',
'notifications' => 0,
'url' => 'http://thegestalt.org/simon/',
'id' => 9066762,
'is_translator' => 0,
'following' => 1,
'followers_count' => 583,
'statuses_count' => 1852,
'name' => 'Simon Wistow',
'description' => '',
'favourites_count' => 2,
'profile_background_tile' => 0,
'listed_count' => 44,
'contributors_enabled' => 0,
'profile_link_color' => '0000ff',
'profile_image_url_https' =>
'https://si0.twimg.com/profile_images/427205513/arty_normal.jpg',
'profile_sidebar_border_color' => '87bc44',
'created_at' => 'Mon Sep 24 09:59:53 +0000 2007',
'utc_offset' => -28800,
'verified' => 0,
'show_all_inline_media' => 0,
'profile_background_image_url' =>
'http://a3.twimg.com/profile_background_images/38511862/antisocial.gif',
'default_profile' => 0,
'protected' => 0,
'id_str' => '9066762',
'profile_text_color' => '000000',
'default_profile_image' => 0,
'time_zone' => 'Pacific Time (US & Canada)',
'geo_enabled' => 0,
'profile_use_background_image' => 1
},
'id' => '110074547411238913',
'in_reply_to_status_id' => undef,
'geo' => undef,
'possibly_sensitive' => 0,
'user' => {
'friends_count' => 115,
'follow_request_sent' => 0,
'profile_image_url' =>
'http://a2.twimg.com/profile_images/1501070030/John_2011_1_500x500_normal.png',
'profile_background_image_url_https' =>
'https://si0.twimg.com/images/themes/theme1/bg.png',
'profile_sidebar_fill_color' => 'DDEEF6',
'profile_background_color' => 'C0DEED',
'notifications' => 0,
'url' => 'http://arstechnica.com/author/john-siracusa/',
'id' => 636923,
'is_translator' => 0,
'following' => 0,
'followers_count' => 16045,
'statuses_count' => 11661,
'name' => 'John Siracusa',
'description' => '',
'favourites_count' => 586,
'profile_background_tile' => 0,
'listed_count' => 1236,
'contributors_enabled' => 0,
'profile_link_color' => '0084B4',
'profile_image_url_https' =>
'https://si0.twimg.com/profile_images/1501070030/John_2011_1_500x500_normal.png',
'profile_sidebar_border_color' => 'C0DEED',
'created_at' => 'Mon Jan 15 17:57:00 +0000 2007',
'utc_offset' => -18000,
'verified' => 0,
'show_all_inline_media' => 0,
'profile_background_image_url' =>
'http://a0.twimg.com/images/themes/theme1/bg.png',
'protected' => 0,
'default_profile' => 1,
'id_str' => '636923',
'profile_text_color' => '333333',
'default_profile_image' => 0,
'time_zone' => 'Eastern Time (US & Canada)',
'geo_enabled' => 0,
'profile_use_background_image' => 1
},
'id' => '110078391436316672',
'in_reply_to_status_id' => undef,
'geo' => undef,
'possibly_sensitive' => 0,
'user' => {
'friends_count' => 157,
'follow_request_sent' => 0,
'profile_image_url' =>
'http://a1.twimg.com/profile_images/83453615/Tim_Bunce_shoulder_width_8x10_normal.jpg',
'profile_background_image_url_https' =>
'https://si0.twimg.com/images/themes/theme7/bg.gif',
'profile_sidebar_fill_color' => 'F3F3F3',
'profile_background_color' => 'EBEBEB',
'notifications' => 0,
'url' => 'http://blog.timbunce.org',
'id' => 15018629,
'is_translator' => 0,
'following' => 1,
'statuses_count' => 2881,
'name' => 'Tim Bunce',
'description' =>
'Working by Listening Reflecting Exploring Solving, usually with modern Perl programming. Fathering by Listening Accepting Loving.',
'favourites_count' => 1039,
'profile_background_tile' => 0,
'listed_count' => 85,
'contributors_enabled' => 0,
'profile_link_color' => '990000',
'profile_image_url_https' =>
'https://si0.twimg.com/profile_images/83453615/Tim_Bunce_shoulder_width_8x10_normal.jpg',
'profile_sidebar_border_color' => 'DFDFDF',
'created_at' => 'Thu Jun 05 14:50:56 +0000 2008',
'utc_offset' => 0,
'verified' => 0,
'show_all_inline_media' => 0,
'profile_background_image_url' =>
'http://a1.twimg.com/images/themes/theme7/bg.gif',
'protected' => 0,
'default_profile' => 0,
'id_str' => '15018629',
'profile_text_color' => '333333',
'default_profile_image' => 0,
'time_zone' => 'Dublin',
'geo_enabled' => 1,
'profile_use_background_image' => 1
},
'id' => '110113112895660033',
'in_reply_to_status_id' => undef,
'geo' => undef,
'possibly_sensitive' => 0,
'user' => {
'friends_count' => 633,
'follow_request_sent' => 0,
'profile_image_url' =>
'http://a3.twimg.com/profile_images/1393608228/wheeler_square_normal.jpg',
'profile_background_image_url_https' =>
'https://si0.twimg.com/images/themes/theme14/bg.gif',
'profile_sidebar_fill_color' => 'efefef',
'profile_background_color' => '131516',
'notifications' => 0,
'url' => 'http://www.justatheory.com/',
'id' => 656233,
'is_translator' => 0,
'following' => 1,
'statuses_count' => 10436,
'name' => 'David E. Wheeler',
'description' =>
'Perl, PostgreSQL, iOS hacker; US politics junkie; Webapp developer; Portvangelist; profane iconoclast.',
'favourites_count' => 418,
'profile_background_tile' => 1,
'listed_count' => 100,
'contributors_enabled' => 0,
'profile_link_color' => '009999',
'profile_image_url_https' =>
'https://si0.twimg.com/profile_images/1393608228/wheeler_square_normal.jpg',
'profile_sidebar_border_color' => 'eeeeee',
'created_at' => 'Wed Jan 17 19:31:24 +0000 2007',
'utc_offset' => -28800,
'verified' => 0,
'show_all_inline_media' => 0,
'profile_background_image_url' =>
'http://a1.twimg.com/images/themes/theme14/bg.gif',
'default_profile' => 0,
'protected' => 0,
'id_str' => '656233',
'profile_text_color' => '333333',
'default_profile_image' => 0,
'time_zone' => 'Pacific Time (US & Canada)',
'geo_enabled' => 1,
'profile_use_background_image' => 1
},
'id' => '110253001725321216',
'in_reply_to_status_id' => undef,
'geo' => undef,
'possibly_sensitive' => 0,
'user' => {
'friends_count' => 202,
'follow_request_sent' => 0,
'profile_image_url' =>
'http://a3.twimg.com/profile_images/1351310559/MSCHWERN_HAS_A_PAUSEID_normal.jpg',
'profile_background_image_url_https' =>
'https://si0.twimg.com/profile_background_images/2458594/It_s_A_Waffle_Window_Day_.jpg',
'profile_sidebar_fill_color' => 'A8FF82',
'profile_background_color' => 'F36A28',
'notifications' => 0,
'url' => 'http://schwern.net',
'id' => 8263212,
'is_translator' => 0,
'following' => 1,
'followers_count' => 960,
'statuses_count' => 4342,
'name' => 'Schwern',
'description' => 'Bystanders were amazed at the volume of blood',
'favourites_count' => 0,
'profile_background_tile' => 0,
'listed_count' => 139,
'contributors_enabled' => 0,
'profile_link_color' => '0000ff',
'profile_image_url_https' =>
'https://si0.twimg.com/profile_images/1351310559/MSCHWERN_HAS_A_PAUSEID_normal.jpg',
'profile_sidebar_border_color' => '41E62D',
'created_at' => 'Sat Aug 18 09:16:37 +0000 2007',
'utc_offset' => -28800,
'verified' => 0,
'show_all_inline_media' => 0,
'profile_background_image_url' =>
'http://a1.twimg.com/profile_background_images/2458594/It_s_A_Waffle_Window_Day_.jpg',
'default_profile' => 0,
'protected' => 0,
'id_str' => '8263212',
'profile_text_color' => '000000',
'default_profile_image' => 0,
'time_zone' => 'Pacific Time (US & Canada)',
'geo_enabled' => 0,
'profile_use_background_image' => 1
},
'id' => '110237761818210305',
'in_reply_to_status_id' => undef,
'geo' => undef,
'possibly_sensitive' => 0,
"\x{6539}\x{3081}\x{3066}\x{5fa1}\x{793c}\x{306a}\x{3046}m(__)m< \@lunashingo: reply\x{3042}\x{308a}\x{304c}\x{3068}\x{3046}\x{3054}\x{3056}\x{3044}\x{307e}\x{3059}\x{3002}\x{65e9}\x{901f}\x{8cfc}\x{5165}\x{3057}\x{307e}\x{3057}\x{305f...
'in_reply_to_user_id' => undef,
'user' => {
'friends_count' => 2584,
'follow_request_sent' => 0,
'profile_background_image_url_https' =>
'https://si0.twimg.com/profile_background_images/55559817/hisashinis-512x512.jpg',
'profile_image_url' =>
'http://a3.twimg.com/profile_images/1198753933/dan-by-tanaka_normal.png',
'profile_sidebar_fill_color' => 'DDEEF6',
'profile_background_color' => 'C0DEED',
'notifications' => 0,
'url' => 'http://blog.livedoor.jp/dankogai/',
'id' => 4143991,
'is_translator' => 0,
'following' => 1,
'statuses_count' => 20061,
'name' => 'Dan Kogai',
'description' =>
'404 Blog Not Found -- only tweets. http://www.google.com/search?q=dankogai',
'favourites_count' => 11,
'profile_background_tile' => 1,
'listed_count' => 5763,
'contributors_enabled' => 0,
'profile_link_color' => '0084B4',
'profile_image_url_https' =>
'https://si0.twimg.com/profile_images/1198753933/dan-by-tanaka_normal.png',
'profile_sidebar_border_color' => 'C0DEED',
'created_at' => 'Wed Apr 11 08:26:14 +0000 2007',
'utc_offset' => 32400,
'verified' => 0,
'profile_background_image_url' =>
'http://a3.twimg.com/profile_background_images/55559817/hisashinis-512x512.jpg',
'show_all_inline_media' => 0,
'protected' => 0,
'default_profile' => 0,
'id_str' => '4143991',
'profile_text_color' => '333333',
'default_profile_image' => 0,
'time_zone' => 'Tokyo',
'profile_use_background_image' => 1,
'geo_enabled' => 1
},
'id' => '113649960246980608',
'in_reply_to_status_id' => undef,
'geo' => undef,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Twitch.pm view on Meta::CPAN
default => sub { 'twitch' },
documentation => 'Name for the application, like configfile name base and so on (default: twitch)',
);
has '+foreground' => (
documentation => 'Run on the console and don\'t detach into background (default: off)',
);
has '+configfile' => (
default => sub { 'twitch.yml' },
documentation => 'Configuration file used for all those settings (default: twitch.yml)',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/VivaldiUtils.pm view on Meta::CPAN
Pause (kill -STOP) Vivaldi.
A modern browser now runs complex web pages and applications. Despite browser's
power management feature, these pages/tabs on the browser often still eat
considerable CPU cycles even though they only run in the background. Pausing
(kill -STOP) the browser processes is a simple and effective way to stop CPU
eating on Unix and prolong your laptop battery life. It can be performed
whenever you are not using your browser for a little while, e.g. when you are
typing on an editor or watching a movie. When you want to use your browser
again, simply unpause (kill -CONT) it.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/WIoZ.pm view on Meta::CPAN
my @L = <$fh>;
close $fh;
my @color = Color::Mix->new->analogous($self->basecolor, 12, 12);
# reset background
$self->cr->rectangle (0, 0, $self->width, $self->height);
my $po = Graphics::ColorNames->new;
my @rgb = $po->rgb($self->backcolor);
$self->cr->set_source_rgb ($rgb[0]/255.0, $rgb[1]/255.0, $rgb[2]/255.0);
$self->cr->fill;
view all matches for this distribution
view release on metacpan or search on metacpan
bin/wallflower view on Meta::CPAN
and have the default I<index> filename appended, and that wallflower will
behave unpredictably if the site contains pages accessible through URLs
ending both in F<foo> and F<foo/>. This is arguably a bug, but it's
unclear where to fix it, or if it can be fixed at all. See
L<Wallflower::Tutorial/URI SEMANTICS COMPARED TO DIRECTORY SEMANTICS> for
background on this.
Any response with a status other than C<200> will be logged,
but not saved. Responses with a C<301> status (moved) are followed.
B<wallflower> sends the C<If-Modified-Since> header if the target
view all matches for this distribution
view release on metacpan or search on metacpan
static/index.css view on Meta::CPAN
body {
background-color: #272B30;
color: #CBCBCB;
padding-left: 1em;
}
ul {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Widget/ChartDirector.pm view on Meta::CPAN
if ($y_max_zero == 0) {
$c->yAxis()->setMargin($top_margin_adjusted + 15);
}
#Add a legend box at (55, 22) using horizontal layout, with transparent
#background
my $legend;
if ($spec->{y_labels}) {
my $x_adj = 0;
my $y_adj = -2;
if ($spec->{"3D"}) {
lib/App/Widget/ChartDirector.pm view on Meta::CPAN
$c->addText($center_x, $center_y+18, $x_title,
"arialbd.ttf", 10, $perlchartdir::TextColor, $perlchartdir::Center);
}
#Add a text box at the top right corner of the meter showing the value formatted
#to 2 decimal places, using white text on a black background, and with 1 pixel
#3D depressed border
$c->addText($center_x + int($radius * 0.7), $center_y - int($radius * 1.0),
$c->formatValue($value, "2"),
"arial.ttf", 8, 0xffffff)->setBackground(0x0, 0, -1);
lib/App/Widget/ChartDirector.pm view on Meta::CPAN
sub write_step_graph_image_step {
&App::sub_entry if ($App::trace);
my ($self, $spec) = @_;
require "perlchartdir.pm";
#Create a XYChart object of size 500 x 270 pixels, with a pale blue (0xe0e0ff)
#background, a light blue (0xccccff) border, and 1 pixel 3D border effect.
my $c = new XYChart(600, 350, 0xe0e0ff, 0xccccff, 1); #800
#Set the plotarea at (50, 50) and of size 420 x 180 pixels, using white
#(0xffffff) as the plot area background color. Turn on both horizontal and
#vertical grid lines with light grey color (0xc0c0c0)
$c->setPlotArea(50, 50, 320, 260, 0xffffff)->setGridColor(0xc0c0c0, 0xc0c0c0); #720
#Add a legend box at (55, 25) (top of the chart) with horizontal layout. Use 10
#pts Arial Bold Italic font. Set the background and border color to Transparent.
$c->addLegend(55, 20, 0, "arialbi.ttf", 10)->setBackground($perlchartdir::Transparent);
#Add a title to the chart using 14 points Times Bold Itatic font, using blue
#(0x9999ff) as the background color
$c->addTitle("Rate History", "arialbi.ttf", 12)->setBackground(0x9999ff);
#Set the y axis label format to display a percentage sign
#$c->yAxis()->setLabelFormat("{value}%");
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Widget/DataTable.pm view on Meta::CPAN
# border_style",
# border_width",
# border_color",
# padding",
# background_color",
# any columns we are editing, we need to compute max width (size) for textfield
for ($col = 0; $col < $numcols; $col++) {
$column_length[$col] = 5; # minimum length
$column = "";
lib/App/Widget/DataTable.pm view on Meta::CPAN
$html .= " <td $td_row_attrib$td_col_attrib>${elem_begin}";
$html .= $context->widget("$name\{editdata}{$key}{$column}",
class => "App::Widget::TextField",
size => $column_length[$col]+2, # add 2 just to give some visual space
maxlength => 99,
background_color => "#ffaaaa",
border_style => "solid",
border_width => "1px",
padding => 0,
@edit_style,
)->html();
view all matches for this distribution
view release on metacpan or search on metacpan
script/get-term-bgcolor view on Meta::CPAN
read_env => 0,
);
$cmdline->run;
# ABSTRACT: Get terminal background color
# PODNAME: get-term-bgcolor
__END__
=pod
=encoding UTF-8
=head1 NAME
get-term-bgcolor - Get terminal background color
=head1 VERSION
This document describes version 0.007 of get-term-bgcolor (from Perl distribution App-XTermUtils), released on 2021-05-26.
script/get-term-bgcolor view on Meta::CPAN
[--noread-colorfgbg] [--page-result[=program]] [--query-terminal]
[--read-colorfgbg] [--view-result[=program]]
=head1 DESCRIPTION
Get the terminal's current background color (in 6-hexdigit format e.g. 000000 or
ffff33), or undef if unavailable. This routine tries the following mechanisms,
from most useful to least useful, in order. Each mechanism can be turned off via
argument.
I<query_terminal>. Querying the terminal is done via sending the following xterm
script/get-term-bgcolor view on Meta::CPAN
with the question mark replaced by the RGB code, e.g.:
\e]11;rgb:0000/0000/0000\a
I<read_colorfgbg>. Some terminals like Konsole set the environment variable
C<COLORFGBG> containing 16-color color code for foreground and background, e.g.:
C<15;0>.
=head1 OPTIONS
C<*> marks required options.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/XUL.pm view on Meta::CPAN
use App::XUL;
my $app = App::XUL->new(name => 'MyApp');
$app->add(
Window(id => 'main',
Div(id => 'container', 'style' => 'background:black',
Button(label => 'click', oncommand => sub {
ID('container')->style('background:red');
}),
),
),
);
lib/App/XUL.pm view on Meta::CPAN
the Perl functions used to create the XML tags corresponds to the
tagnames, just the first letter is uppercase:
$app->add(
Window(id => 'main',
Div(id => 'container', 'style' => 'background:black',
Button(label => 'click', oncommand => sub {
ID('container')->style('background:red');
}),
);
)
);
lib/App/XUL.pm view on Meta::CPAN
my $child1 = ID('main')->child(0);
my $numchildren = ID('main')->numchildren();
=head4 Create/insert/append (XML) elements
my $e = Div(id => 'container', 'style' => 'background:black',
Button(label => 'click'));
ID('main')->insert($e, 'end'); # end|start|...
=head4 Edit (XML) element
ID('container')->style('background:red')->content(Span('Hello!'));
=head4 Delete/remove (XML) element
my $e = ID('container')->remove();
view all matches for this distribution
view release on metacpan or search on metacpan
window (like XTerm).
The idea here is that each time you ssh to a particular host, a terminal
window will be launched with a consistent customised appearance. For
example, you may wish to configure 'prodserver' so the terminal window
background is a redish colour - reminding you to tread very carefully...
=head1 OPTIONS
=over
First, you may like to define some defualts that will apply to all the
remote servers you might log in to.
xssh --sethostopt DEFAULT scrollback 1024
xssh --sethostopt DEFAULT foreground blue
xssh --sethostopt DEFAULT background white
Then you may like to override those defaults for some specific hosts.
xssh --sethostopt favourite foreground green
xssh --sethostopt favourite background black
xssh --sethostopt favourite geometry 128x70
You may then get bored with setting all options for all hosts, so you
might want to set up some "profile" options.
xssh --setprofileopt prod foreground black
xssh --setprofileopt prod background IndianRed
You would then define which hosts take those profile options.
xssh --sethostopt important profile prod
FINALLY, you can use xssh to log in to those servers
# Log in to the server "important" - you'll get a new xterm
# window with a redish background, black text, 1024 lines of
# scrollback
xssh important
# Log in to the server "unknown" - you'll get a new xterm window
# with a white background, blue text, 1024 lines of scrollback
xssh unknown
# Log in to the server "favourite" - you'll get a new xterm
# window with a black background, green text, 1024 lines of
# scrollback, and a larger terminal
xssh favourite
=head1 FILES
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/ZofCMS.pm view on Meta::CPAN
L<USING THE FRAMEWORK> section below for explanation of how to use this
framework.
=head1 WARNING
=for html <div style="display: table; height: 91px; background: url(http://zoffix.com/CPAN/Dist-Zilla-Plugin-Pod-Spiffy/icons/section-warning.png) no-repeat left; padding-left: 120px;" ><div style="display: table-cell; vertical-align: middle;">
I have no desire to continue development or maintenance of this framework.
As far as I know, I am the only developer. My only ties to this
framework is its use at $work and I am actively trying to switch
to L<Mojolicious>. For that reason,
lib/App/ZofCMS.pm view on Meta::CPAN
your web application and see a page which will display current time.
How wonderful \o/
=head1 REPOSITORY
=for html <div style="display: table; height: 91px; background: url(http://zoffix.com/CPAN/Dist-Zilla-Plugin-Pod-Spiffy/icons/section-github.png) no-repeat left; padding-left: 120px;" ><div style="display: table-cell; vertical-align: middle;">
Fork this module on GitHub:
L<https://github.com/zoffixznet/App-ZofCMS>
=for html </div></div>
=head1 BUGS
=for html <div style="display: table; height: 91px; background: url(http://zoffix.com/CPAN/Dist-Zilla-Plugin-Pod-Spiffy/icons/section-bugs.png) no-repeat left; padding-left: 120px;" ><div style="display: table-cell; vertical-align: middle;">
To report bugs or request features, please use
L<https://github.com/zoffixznet/App-ZofCMS/issues>
If you can't access GitHub, you can email your request
lib/App/ZofCMS.pm view on Meta::CPAN
=for html </div></div>
=head1 AUTHOR
=for html <div style="display: table; height: 91px; background: url(http://zoffix.com/CPAN/Dist-Zilla-Plugin-Pod-Spiffy/icons/section-author.png) no-repeat left; padding-left: 120px;" ><div style="display: table-cell; vertical-align: middle;">
=for html <span style="display: inline-block; text-align: center;"> <a href="http://metacpan.org/author/ZOFFIX"> <img src="http://www.gravatar.com/avatar/328e658ab6b08dfb5c106266a4a5d065?d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2F627d83ef9879f31bda...
=for html </div></div>
view all matches for this distribution
view release on metacpan or search on metacpan
This command print strings `foo`, `bar` and `baz` according to the
color spec of `R` (Red), `GI` (_Green Italic_) and `BD` (**Blue
Bold**) respectively.
Foreground and background color is specified in the form of
`fore/back`.
ansiecho -c B/M 'Blue on Magenta' -c '<pink>/<salmon>' fish
Color can be described by 8+8 standard colors, 24 gray scales, 6x6x6
## ANSI SEQUENCE
To get desired ANSI sequence, use **-s** option. Next example produce
ANSI terminal sequence to indicate `deeppink` color on `lightyellow`
background.
ansiecho -n -s '<deeppink>/<lightyellow>'
You will get the next result for the 256-color terminal:
X 9 Cross out
E Erase Line
; No effect
/ Toggle foreground/background
^ Reset to foreground
~ Cancel following effect
Samples:
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/ccdiff.pm view on Meta::CPAN
open my $fh, "<", $rcf or next;
while (<$fh>) {
my ($k, $v) = (m/^\s*([-\w]+)\s*[:=]\s*(.*\S)/) or next;
$rc{ lc $k
=~ s{[-_]colou?r$}{}ir
=~ s{background}{bg}ir
=~ s{^(?:unicode|utf-?8?)$}{utf8}ir
} = $v
=~ s{U\+?([0-9A-Fa-f]{2,7})}{chr hex $1}ger
=~ s{^(?:no|false)$}{0}ir
=~ s{^(?:yes|true)$}{-1}ir; # -1 is still true
lib/App/ccdiff.pm view on Meta::CPAN
Change the default C<red> for deleted text to the color closest to pink that
is supported by L<Term::ANSIColor>: C<magenta>.
=item --reverse -r
Reverse/invert the foreground and background for the colored indicators.
If the foreground color has C<bold>, it will be stripped from the new background
color.
=item --swap -s
Swap the colors for new and old.
lib/App/ccdiff.pm view on Meta::CPAN
Define the foreground color for added text.
=item --bg=color
Define the background color for changed text.
=item --index --idx -I
Prefix position indicators with an index.
lib/App/ccdiff.pm view on Meta::CPAN
=item reverse (-r)
reverse : false
Defines if changes are displayed as foreground-color over background-color
or background-color over foreground-color. The default is C<false>, so it will
color the changes with the appropriate color (C<new> or C<old>) over the
default background color.
=item swap (-s)
swap : false
lib/App/ccdiff.pm view on Meta::CPAN
=item bg (--bg)
bg : white
Defines the color to be used as background for changed text. The default is
C<white>.
The color C<none> is also accepted and disables this color.
Any color accepted by L<Term::ANSIColor> is allowed. Any other color will
lib/App/ccdiff.pm view on Meta::CPAN
bg-color
bg_color
bg-colour
bg_colour
background
background-color
background_color
background-colour
background_colour
=item header (-H --header --HC=color --header-color=color)
header : 1
header : blue_on_white
view all matches for this distribution
view release on metacpan or search on metacpan
- Add Node.js handler (--nd) using require.resolve with subpath support.
- Add Ruby handler (--rb) using $LOADED_FEATURES inspection.
0.21 2026-02-02T01:19:05Z
- Add --bat-theme option for automatic BAT_THEME selection based on terminal background
0.20 2026-02-01T11:28:13Z
- Support Linuxbrew path resolution in Homebrew wrapper detection
view all matches for this distribution