view release on metacpan or search on metacpan
share/public/highlight/highlight.min.js view on Meta::CPAN
},t.versionString="11.7.0",t.regex={concat:p,lookahead:d,either:f,optional:h,
anyNumberOfTimes:u};for(const t in A)"object"==typeof A[t]&&e.exports(A[t])
;return Object.assign(t,A),t})({});return te}()
;"object"==typeof exports&&"undefined"!=typeof module&&(module.exports=hljs);/*! `less` grammar compiled for Highlight.js 11.7.0 */
(()=>{var e=(()=>{"use strict"
;const e=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6",...
;return a=>{const l=(e=>({IMPORTANT:{scope:"meta",begin:"!important"},
BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",
begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{
className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{
scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",
share/public/highlight/highlight.min.js view on Meta::CPAN
end:/\W/,excludeEnd:!0,relevance:0},{scope:"meta",match:/@\w+/,excludeEnd:!0},{
scope:"symbol",begin:a.concat(/[_A-Za-z][_0-9A-Za-z]*/,a.lookahead(/\s*:/)),
relevance:0}],illegal:[/[;<']/,/BEGIN/]}}})();hljs.registerLanguage("graphql",e)
})();/*! `scss` grammar compiled for Highlight.js 11.7.0 */
(()=>{var e=(()=>{"use strict"
;const e=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6",...
;return n=>{const a=(e=>({IMPORTANT:{scope:"meta",begin:"!important"},
BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",
begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{
className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{
scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",
share/public/highlight/highlight.min.js view on Meta::CPAN
keyword:"and or not only",attribute:r.join(" ")},contains:[{begin:d,
className:"keyword"},{begin:/[a-z-]+(?=:)/,className:"attribute"
},c,n.QUOTE_STRING_MODE,n.APOS_STRING_MODE,a.HEXCOLOR,a.CSS_NUMBER_MODE]
},a.FUNCTION_DISPATCH]}}})();hljs.registerLanguage("scss",e)})();/*! `css` grammar compiled for Highlight.js 11.7.0 */
(()=>{var e=(()=>{"use strict"
;const e=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6",...
;return n=>{const a=n.regex,l=(e=>({IMPORTANT:{scope:"meta",begin:"!important"},
BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",
begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{
className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{
scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",
view all matches for this distribution
view release on metacpan or search on metacpan
share/res/css/bootstrap.css view on Meta::CPAN
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
share/res/css/bootstrap.css view on Meta::CPAN
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
legend small {
font-size: 15px;
color: #999999;
}
label,
share/res/css/bootstrap.css view on Meta::CPAN
.control-group {
margin-bottom: 10px;
}
legend + .control-group {
margin-top: 20px;
-webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
view all matches for this distribution
view release on metacpan or search on metacpan
templates/html/form.html view on Meta::CPAN
[%- UNLESS method %][% method = 'post' %][% END -%]
[%- UNLESS action %][% action = '#' %][% END -%]
[%- UNLESS legend %][% legend = 'legend' %][% END -%]
<form method="[% method %]" action="[% action %]">
<fieldset>
<legend>[% legend %]</legend>
<div>
<label for="input-name">label</label>
<input type="text" name="input-name" id="input-name" value="text"/>
</div>
</fieldset>
view all matches for this distribution
view release on metacpan or search on metacpan
examples/complex/input/jquery.min.js view on Meta::CPAN
/*! jQuery v1.8.3 jquery.com | jquery.org/license */
(function(e,t){function _(e){var t=M[e]={};return v.each(e.split(y),function(e,n){t[n]=!0}),t}function H(e,n,r){if(r===t&&e.nodeType===1){var i="data-"+n.replace(P,"-$1").toLowerCase();r=e.getAttribute(i);if(typeof r=="string"){try{r=r==="true"?!0:r=...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Widget/ChartDirector.pm view on Meta::CPAN
$self->{width} = $width;
if ($total_x_length > $width/8 && $x->[0] !~ /^[0-9]{4}-[0-9]{2}-[0-9]{2}$/) {
$width += ($#$x) * ceil (3 * $#$x / 100 ) + 0.5 if ($#$x > 50);
}
}
my $legend_pos = $spec->{legend_pos} || "default"; # Any one from default, top or bottom
my (@length_y_value, $max_legend_length, $num_legend_columns, $legend_width, $margin, $textsize, $number_legend_rows, $length_labels, $length_labels_avg);
my (@length_all_labels, $diff_largest_and_avg, $gap_legends);
if ($legend_pos ne "default") {
$legend_width = $width - 2 * $right_margin;
($margin,$textsize) = (6,10);
$max_legend_length = ceil ( $legend_width / ($textsize * 3/4)); # This is a nearyby approximation of number of characters inside a row in the legends
$length_labels = 0;
foreach my $y_value (@{$spec->{y_labels}}) {
$length_labels += length($y_value);
push (@length_all_labels, length($y_value) );
}
@length_all_labels = sort { $a <=> $b } @length_all_labels;
$length_labels_avg = ceil ($length_labels / ($#{$spec->{y_labels}} + 1));
$diff_largest_and_avg = $length_all_labels[-1] - $length_labels_avg;
# Calculation of gap b/w the legends
$gap_legends = $margin;
if($diff_largest_and_avg > $gap_legends) {
$gap_legends += ceil ($diff_largest_and_avg / 2);
}
else {
$gap_legends += 1;
$gap_legends -= ceil ($diff_largest_and_avg - $gap_legends / 3) if ($length_labels_avg >= $max_legend_length / 4); # Reduce gap if the average length of legends is higher than max. legend length by 4.
}
# Calculation of number of columns
for (my $cols = 1; $cols <= 20; $cols++) { # Taking min. 1 and max. 20 columns
$num_legend_columns = $cols if (($length_labels_avg + $gap_legends) < ($max_legend_length / $cols));
}
$num_legend_columns += 1 if (($length_labels_avg + $gap_legends) > ($max_legend_length / 2)); #Add a new column if the avg. legend length is greater than half of the max. permissible length
if ($spec->{num_legend_columns} ) {
$num_legend_columns = $spec->{num_legend_columns};
}
do {
$num_legend_columns += 1 if ($height > (2 * $spec->{height})); #If the legend height is greater than max. permissible limit than add a new column and the legends will truncate
$height = $spec->{height};
$number_legend_rows = int (($#{$spec->{y_labels}} + 1) / $num_legend_columns);
if (($#{$spec->{y_labels}} + 1) % $num_legend_columns != 0 ) {
$number_legend_rows += 1;
}
$height += (($margin + $textsize) * $number_legend_rows) + (4 * $margin);
} while ($height > (2 * $spec->{height})); # Max. graph height should not be greater than twice of chosen graph height
if ($#{$spec->{y_labels}} <= 0) {
$height = $spec->{height};
}
lib/App/Widget/ChartDirector.pm view on Meta::CPAN
my $c = new XYChart($width, $height);
my $graph_adjusted_height = $height - $spec->{height}-$graph_height_increment;
my ($top_margin_adjusted,$bottom_margin_adjusted);
if ($legend_pos eq "top" ) {
$top_margin_adjusted = $top_margin+$graph_adjusted_height;
$bottom_margin_adjusted = $height-$top_margin-$bottom_margin-$graph_adjusted_height-$graph_height_increment;
}
elsif ($legend_pos eq "bottom") {
$top_margin_adjusted = $top_margin;
$bottom_margin_adjusted = $height-$top_margin-$bottom_margin-$graph_adjusted_height-$graph_height_increment;
}
else {
$top_margin_adjusted = $top_margin;
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"}) {
$x_adj += 5;
$y_adj += -5;
}
if (($#{$spec->{y_labels}} > 0) && ($legend_pos eq "top" || $legend_pos eq "bottom")) {
if ($legend_pos eq "top" ) {
$legend = $c->addLegend($right_margin, $top_margin + $y_adj, 0,"arial.ttf",10);
}
elsif ($legend_pos eq "bottom" ) {
$legend = $c->addLegend($right_margin, $height - $graph_adjusted_height - $top_margin/4 , 0,"arial.ttf",10);
}
$legend->setBackground(hex($plot_bgcolor));
$legend->setMargin(5);
$legend->setWidth($legend_width);
$legend->setCols($num_legend_columns);
$legend->setTruncate($legend_width,1);
}
else {
$legend = $c->addLegend($left_margin+$x_adj, $top_margin+$y_adj, 0);
$legend->setBackground($perlchartdir::Transparent);
$legend->setMargin(5);
}
}
# To handle the situation when the graph wrapping happens.
if ($legend_pos eq "top" || $legend_pos eq "bottom") {
my $graph_count = $spec->{graph_count} || 1;
$spec->{height} = $height if ($graph_count == 1);
}
if ($spec->{x_label_pos} && $total_x_length > $width/8 && $x->[0] !~ /^[0-9]{4}-[0-9]{2}-[0-9]{2}$/) {
lib/App/Widget/ChartDirector.pm view on Meta::CPAN
my $symboldef = $symbols->[$idx];
&App::sub_exit($symboldef->{symbol}, $symboldef->{size}) if ($App::trace);
return($symboldef->{symbol}, $symboldef->{size});
}
##Add a legend box at (400, 100)
#$c->addLegend(400, 100);
##Add a stacked bar layer and set the layer 3D depth to 8 pixels
#my $layer = $c->addBarLayer2($perlchartdir::Stack, 8);
##Add the three data sets to the bar layer
#$layer->addDataSet($data0, 0xff8080, "Server # 1");
lib/App/Widget/ChartDirector.pm view on Meta::CPAN
#(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
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/XUL/XML.pm view on Meta::CPAN
datalist dd del details dfn dir div dl dt
em embed fieldset figcaption figure font footer form frame frameset
h1 h2 h3 h4 h5 h6 head header hgroup hr html
i iframe img input ins
keygen kbd
label legend li link
map mark menu meta meter
nav noframes noscript
object ol optgroup option output
p param pre progress
q
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/ZofCMS/Plugin/Comments.pm view on Meta::CPAN
<p>Feel free to go back to the <a href="/index.pl?page=<tmpl_var name="back_to_comments_page" escape="html">">original page</a>.</p>
<tmpl_else>
<tmpl_if name="error"><p class="error"><tmpl_var name="error"></p></tmpl_if>
<form class="zofcms_comments" action="" method="POST">
<fieldset>
<legend>Create new comment</legend>
<input type="hidden" name="zofcms_comments_page" value="<tmpl_var name="comments_page" escape="html">">
<input type="hidden" name="zofcms_comments_username" value="your user name">
<input type="hidden" name="page" value="<tmpl_var escape="html"name="page">">
<ul>
<li>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/calx.pm view on Meta::CPAN
last if $i+3 >= $j;
$i += 3;
push @lines, "";
}
# print legends
for my $i (0..@hol-1) {
if ($hol[1]{module}) {
my @notes = ($hol[$i]{module});
push @notes, @{$hol[$i]{tags}} if $hol[1]{tags};
push @lines, "" if $i == 0;
view all matches for this distribution
view release on metacpan or search on metacpan
share/wordlist_en.tsv view on Meta::CPAN
35641 lazy
35642 lecturer
35643 left
35644 legacy
35645 legal
35646 legend
35651 legged
35652 leggings
35653 legible
35654 legibly
35655 legislate
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/financeta/gui.pm view on Meta::CPAN
%addon_gen,
},
{
with => 'financebars',
linecolor => 'white',
legend => 'Price',
},
$data(,(0)), $data(,(1)), $data(,(2)), $data(,(3)), $data(,(4)),
@general_plot,
);
if (@addon_plot) {
lib/App/financeta/gui.pm view on Meta::CPAN
label => [1, $self->brand, textcolor => 'rgb "cyan"', at => "graph 0.90,0.03"],
},
{
with => 'financebars',
linecolor => 'white',
legend => 'Price',
},
$data(,(0)), $data(,(1)), $data(,(2)), $data(,(3)), $data(,(4)),
@general_plot,
);
if (@addon_plot) {
lib/App/financeta/gui.pm view on Meta::CPAN
%addon_vol,
label => [1, "", at => "graph 0.90,0.03"],
},
{
with => 'impulses',
legend => 'Volume',
linecolor => 'cyan',
},
$data(,(0)), $data(,(5)) / 1e6,
@volume_plot,
);
lib/App/financeta/gui.pm view on Meta::CPAN
%addon_gen,
},
{
with => 'candlesticks',
linecolor => 'white',
legend => 'Price',
},
$data(,(0)), $data(,(1)), $data(,(2)), $data(,(3)), $data(,(4)),
@general_plot,
@candle_plot,
);
lib/App/financeta/gui.pm view on Meta::CPAN
label => [1, $self->brand, textcolor => 'rgb "cyan"', at => "graph 0.90,0.03"],
},
{
with => 'candlesticks',
linecolor => 'white',
legend => 'Price',
},
$data(,(0)), $data(,(1)), $data(,(2)), $data(,(3)), $data(,(4)),
@general_plot,
@candle_plot,
);
lib/App/financeta/gui.pm view on Meta::CPAN
%addon_vol,
label => [1, "", at => "graph 0.90,0.03"],
},
{
with => 'impulses',
legend => 'Volume',
linecolor => 'cyan',
},
$data(,(0)), $data(,(5)) / 1e6,
@volume_plot,
);
lib/App/financeta/gui.pm view on Meta::CPAN
label => [1, $self->brand, textcolor => 'rgb "cyan"', at => "graph 0.90,0.03"],
},
{
with => 'lines',
linecolor => 'white',
legend => 'Close Price',
},
$data(,(0)), $data(,(4)),
@general_plot,
);
if (@addon_plot) {
lib/App/financeta/gui.pm view on Meta::CPAN
%addon_vol,
label => [1, "", at => "graph 0.90,0.03"],
},
{
with => 'impulses',
legend => 'Volume',
linecolor => 'cyan',
},
$data(,(0)), $data(,(5)) / 1e6,
@volume_plot,
);
lib/App/financeta/gui.pm view on Meta::CPAN
%addon_gen,
},
{
with => 'lines',
linecolor => 'white',
legend => 'Close Price',
},
$data(,(0)), $data(,(4)),
@general_plot,
);
if (@addon_plot) {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/idxdb.pm view on Meta::CPAN
summary => 'Show ownership of some stock through time',
args => {
%arg0_stock,
%argsopt_filter_date,
%argopt_fields_ownership,
legend => {
summary => 'Show legend of ownership instead (e.g. ForeignIB = foreign bank, etc)',
schema => 'bool*',
tags => ['category:action'],
},
%argopt_graph,
},
examples => [
{
summary => 'Show legends instead (e.g. ForeignIB = foreign bank, etc)',
args => {legend=>1},
test => 0,
},
],
};
sub ownership {
lib/App/idxdb.pm view on Meta::CPAN
my $fields = $args{fields};
my $state = _init(\%args, 'ro');
my $dbh = $state->{dbh};
if ($args{legend}) {
return [200, "OK", \%ownership_fields];
}
my @wheres;
my @binds;
lib/App/idxdb.pm view on Meta::CPAN
Examples:
=over
=item * Show legends instead (e.g. ForeignIB = foreign bank, etc):
ownership(legend => 1); # -> [400, "Missing required argument: stock", undef, {}]
=back
This function is not exported.
lib/App/idxdb.pm view on Meta::CPAN
=item * B<graph> => I<bool>
Show graph instead of table.
=item * B<legend> => I<bool>
Show legend of ownership instead (e.g. ForeignIB = foreign bank, etc).
=item * B<stock>* => I<idx::listed_stock_code>
=back
view all matches for this distribution
view release on metacpan or search on metacpan
share/static/css/screen.css view on Meta::CPAN
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/remarkpl/public/remark.min.js view on Meta::CPAN
}),e.COMMENT("#cs","#ce"),e.COMMENT("#comments-start","#comments-end")]},n={begin:"\\$[A-z0-9_]+"},i={className:"string",variants:[{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]},l={va...
beginKeywords:"class interface",end:/[{;=]/,illegal:/[^\s:]/,contains:[e.TITLE_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",end:/[{;=]/,illegal:/[^\s:]/,contains:[e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),...
},a={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0},r={className:"symbol",variants:[{begin:/\=[lgenxc]=/},{begin:/\$/}]},s={className:"comment",variants:[{begin:"'",end:"'"},{begin:'"',end:'"'}],illegal:"\\n",contains:[e.BACKSL...
},{begin:":\\s*"+t}]}]}}},{name:"hsp",create:function(e){return{case_insensitive:!0,lexemes:/[\w\._]+/,keywords:"goto gosub return break repeat loop continue wait await dim sdim foreach dimtype dup dupptr end stop newmod delmod mref run exgoto on mca...
},contains:[t,{className:"keyword",begin:"\\bend\\sif\\b"},{className:"function",beginKeywords:"function",end:"$",contains:[t,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE,r]},{className:"function",begin:"\\bend\\s+",e...
contains:[{className:"comment",begin:/\(\*/,end:/\*\)/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{begin:/\{/,end:/\}/,illegal:/:/}]}}},{name:"matlab",create:function(e){var t=[e.C_NUMBER_MODE,{className:"string",begin:"'",end:"'",contai...
illegal:"</",contains:[e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:"[\\$\\%\\@](\\^\\w\\b|#\\w+|[^\\s\\w{]|{\\w+}|\\w+)"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_M...
contains:[i]});return{aliases:["ps"],lexemes:/-?[A-z\.\-]+/,case_insensitive:!0,keywords:{keyword:"if else foreach return function do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try...
},{className:"meta",begin:"#\\!?\\[",end:"\\]",contains:[{className:"meta-string",begin:/"/,end:/"/}]},{className:"class",beginKeywords:"type",end:";",contains:[e.inherit(e.UNDERSCORE_TITLE_MODE,{endsParent:!0})],illegal:"\\S"},{className:"class",beg...
literal:"true false nil"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.NUMBER_MODE,a,t.preprocessor],illegal:/#/}}},{name:"sql",create:function(e){var t=e.COMMENT("--","$");return{case_insensitive:!0,illegal:/[<>{}*#]/,contains:[{beginKey...
return{aliases:["styl"],case_insensitive:!1,keywords:"if else for in",illegal:"("+o.join("|")+")",contains:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,{begin:"\\.[a-zA-Z][a-zA-Z0-9_-]*"+i,returnBegin:!0,cont...
built_in:"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx...
"atelier-lakeside-light":".hljs-atelier-lakeside-light .hljs-comment,.hljs-atelier-lakeside-light .hljs-quote{color:#5a7b8c}.hljs-atelier-lakeside-light .hljs-variable,.hljs-atelier-lakeside-light .hljs-template-variable,.hljs-atelier-lakeside-light ...
grayscale:".hljs-grayscale .hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#fff}.hljs-grayscale .hljs-comment,.hljs-grayscale .hljs-quote{color:#777;font-style:italic}.hljs-grayscale .hljs-keyword,.hljs-grayscale .hljs-selector...
"solarized-dark":".hljs-solarized-dark .hljs{display:block;overflow-x:auto;padding:.5em;background:#002b36;color:#839496}.hljs-solarized-dark .hljs-comment,.hljs-solarized-dark .hljs-quote{color:#586e75}.hljs-solarized-dark .hljs-keyword,.hljs-solari...
view all matches for this distribution
view release on metacpan or search on metacpan
share/revealjs/dist/reset.css view on Meta::CPAN
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/termpub/Pager/HTML.pm view on Meta::CPAN
my %block = map { $_ => 1 }
qw[address applet article aside audio blockquote body caption
center colgroup datalist del dir div dd details dl dt
fieldset figcaption figure footer form frameset h1 h2 h3
h4 h5 h6 head header hgroup hr html iframe ins legend li
listing map marquee menu nav noembed noframes noscript
object ol optgroup option p pre select section source summary
table tbody td tfoot th thead title tr track ul video];
my %attrs = ( h1 => A_STANDOUT );
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Traveller/Mapper.pm view on Meta::CPAN
font-size: 20pt;
}
.direction {
font-size: 24pt;
}
.legend {
text-anchor: start;
font-size: 14pt;
}
tspan.comm {
fill: #ff6347; /* tomato */
lib/Traveller/Mapper.pm view on Meta::CPAN
$x, $y);
} (0 .. $self->width * $self->height - 1));
return $doc;
}
sub legend {
my $self = shift;
my $scale = 100;
my $doc;
my $uwp = '';
if ($self->source) {
$uwp = ' â <a xlink:href="' . $self->source . '">UWP</a>';
}
$doc .= sprintf(qq{ <text class="legend" x="%.3f" y="%.3f">â gas giant}
. qq{ â â Imperial consulate â â¼ TAS facility â â² scout base}
. qq{ â â
naval base â Ï research station â â pirate base}
. qq{ â <tspan class="comm">â®</tspan> communication}
. qq{ â <tspan class="trade">â®</tspan> trade$uwp</text>\n},
-10, ($self->height + 1) * sqrt(3) * $scale);
lib/Traveller/Mapper.pm view on Meta::CPAN
my $self = shift;
my $doc;
my $y = 10;
my $debug = ''; # for developers
for my $line (split(/\n/, $debug)) {
$doc .= qq{<text xml:space="preserve" class="legend" y="$y" stroke="red">}
. $line . qq{</text>\n};
$y += 20;
}
$doc .= qq{</svg>\n};
return $doc;
lib/Traveller/Mapper.pm view on Meta::CPAN
$data .= $self->trade_svg();
$data .= qq{ </g>\n\n};
$data .= qq{ <g id='grid'>\n};
$data .= $self->grid;
$data .= qq{ </g>\n\n};
$data .= qq{ <g id='legend'>\n};
$data .= $self->legend();
$data .= qq{ </g>\n\n};
$data .= qq{ <g id='system'>\n};
foreach my $hex (@{$self->hexes}) {
$data .= $hex->system_svg();
}
view all matches for this distribution
view release on metacpan or search on metacpan
eg/public/javascripts/jquery.js view on Meta::CPAN
/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/license */
!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof windo...
view all matches for this distribution
view release on metacpan or search on metacpan
share/files/public/skins/default/bootstrap/css/bootstrap.min.css view on Meta::CPAN
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-si...
view all matches for this distribution
view release on metacpan or search on metacpan
share/root/jquery-1.11.1.min.js view on Meta::CPAN
/*! jQuery v1.11.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */
!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this...
if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.d...
},cur:function(){var a=Zb.propHooks[this.prop];return a&&a.get?a.get(this):Zb.propHooks._default.get(this)},run:function(a){var b,c=Zb.propHooks[this.prop];return this.pos=b=this.options.duration?m.easing[this.easing](a,this.options.duration*a,0,1,th...
view all matches for this distribution
view release on metacpan or search on metacpan
t/firebug_get.t view on Meta::CPAN
}
],
"content": {
"mimeType": "text/css",
"size": 25703,
"text": ".invisible{visibility:hidden;}.k_float{z-index:9999999;position:fixed!important;position:absolute;}.k_bottom{bottom:0;_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrol...
},
"redirectURL": "",
"headersSize": 313,
"bodySize": 6163
},
t/firebug_get.t view on Meta::CPAN
}
],
"content": {
"mimeType": "application/x-javascript",
"size": 176455,
"text": "if(typeof YAHOO==\"undefined\"||!YAHOO){var YAHOO={}}YAHOO.namespace=function(){var a=arguments,h=null,k,l,j;for(k=0;k<a.length;k=k+1){j=(\"\"+a[k]).split(\".\");h=YAHOO;for(l=(j[0]==\"YAHOO\")?1:0;l<j.length;l=l+1){h[j[l]]=h[j[l...
},
"redirectURL": "",
"headersSize": 344,
"bodySize": 56690
},
view all matches for this distribution
view release on metacpan or search on metacpan
t/Archive/TarGzip.pm view on Meta::CPAN
#
#
=head1 TEST DESCRIPTIONS
The test descriptions uses a legend to
identify different aspects of a test description
in accordance with
L<STD FormDB Test Description Fields|Test::STDmaker/STD FormDB Test Description Fields>.
=head2 Test Plan
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ArrayData/Lingua/Word/EN/Enable.pm view on Meta::CPAN
legations
legato
legator
legators
legatos
legend
legendarily
legendary
legendries
legendry
legends
leger
legerdemain
legerdemains
legerities
legerity
lib/ArrayData/Lingua/Word/EN/Enable.pm view on Meta::CPAN
semihard
semihigh
semihobo
semihoboes
semihobos
semilegendary
semilethal
semilethals
semiliquid
semiliquids
semiliterate
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ArrayData/Lingua/Word/ID/KBBI/ByClass/Adjective.pm view on Meta::CPAN
lecur
lega
legal
legap
legat
legendaris
legislatif
legit
legok
leha-leha
lejas
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ArrayData/Lingua/Word/ID/KBBI/ByClass/Noun.pm view on Meta::CPAN
legasteni
legataris
legato
legator
legek
legenda
leger
leges
legih
legio
legislasi
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ArrayData/Lingua/Word/ID/KBBI/ByClass/Verb.pm view on Meta::CPAN
meledungkan
melegakan
melegalisasi
melegalisasikan
melegalkan
melegenda
melegendaris
melegitimasikan
melejang
melejang-lejangkan
melejangkan
melejitkan
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ArrayData/Lingua/Word/ID/KBBI/FigureOfSpeech.pm view on Meta::CPAN
lecur
lega
legal
legap
legat
legendaris
legislatif
legit
legok
leha-leha
lejas
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ArrayData/Lingua/Word/ID/KBBI.pm view on Meta::CPAN
legato
legator
lege
legek
legen
legenda
legendaris
leger
leges
leghorn
legih
legio
lib/ArrayData/Lingua/Word/ID/KBBI.pm view on Meta::CPAN
meledungkan
melegakan
melegalisasi
melegalisasikan
melegalkan
melegenda
melegendaris
melegitimasikan
melejang
melejangkan
melejitkan
melek
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ArrayData/Word/EN/Enable.pm view on Meta::CPAN
legations
legato
legator
legators
legatos
legend
legendarily
legendary
legendries
legendry
legends
leger
legerdemain
legerdemains
legerities
legerity
lib/ArrayData/Word/EN/Enable.pm view on Meta::CPAN
semihard
semihigh
semihobo
semihoboes
semihobos
semilegendary
semilethal
semilethals
semiliquid
semiliquids
semiliterate
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ArrayData/Word/ID/KBBI.pm view on Meta::CPAN
legato
legator
lege
legek
legen
legenda
legendaris
leger
leges
leghorn
legih
legio
lib/ArrayData/Word/ID/KBBI.pm view on Meta::CPAN
meledungkan
melegakan
melegalisasi
melegalisasikan
melegalkan
melegenda
melegendaris
melegitimasikan
melejang
melejangkan
melejitkan
melek
view all matches for this distribution