view release on metacpan or search on metacpan
presentation/scripts/jquery.js view on Meta::CPAN
{},i;if(f&&a.length){e=0;for(var o=a.length;e<o;e++){i=a[e];j[i]||(j[i]=c.expr.match.POS.test(i)?c(i,b||this.context):i)}for(;f&&f.ownerDocument&&f!==b;){for(i in j){e=j[i];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]...
"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:...
d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.d...
a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))...
1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null...
a:b+"></"+d+">"},F={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<tab...
c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this)...
wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(thi...
prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefo...
this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType=...
return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.repl...
view all matches for this distribution
view release on metacpan or search on metacpan
public/jquery.js view on Meta::CPAN
/*! jQuery v1.11.0 | (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...
}}function S(a,b,c){if(n.acceptData(a)){var d,e,f=a.nodeType,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){n.isArray(b)?b=b.concat(n.map(b,n.camelCase)):b in d?b=[b]:(b=n.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.len...
},a,b,arguments.length>1)},show:function(){return Wb(this,!0)},hide:function(){return Wb(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){V(this)?n(this).show():n(this).hide()})}});function $b(a,b,c,d...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Dezi/Admin/UI/static/js/dezi-admin.js view on Meta::CPAN
xtype: 'chart',
border: false,
animate: true,
store: statsStore,
insetPadding: 30,
legend: {
position: 'right'
},
axes: [{
type: 'Numeric',
minimum: 0,
view all matches for this distribution
view release on metacpan or search on metacpan
share/htdocs/diacollo.css view on Meta::CPAN
display: inline-block;
}
#d3buttons {
width: 90px;
}
#d3legend {
width: 50px;
}
#proifileDataD3 div {
vertical-align: middle;
}
share/htdocs/diacollo.css view on Meta::CPAN
/*opacity: 0%;*/ /*-- x-axis disappears under chromium, 2020-10-07 --*/
fill: none;
}
/*--------------------------------------------------------------
* profile data: d3: common: legend (color axis)
*/
.d3legend {
border: none;
/*border: 1px solid #aaaaaa;*/
margin: 0px;
}
.d3legend .domain {
fill: none;
}
.d3legend .tick line {
stroke-width: 0px;
fill: none;
}
.d3legend text {
font-size: 10px;
}
/*--------------------------------------------------------------
* profile data: d3: common: keyboard focus
view all matches for this distribution
view release on metacpan or search on metacpan
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_MULTI_TARGETS = NO
# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
# explaining the meaning of the various boxes and arrows in the dot generated
# graphs.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
view all matches for this distribution
view release on metacpan or search on metacpan
example/Doxyfile view on Meta::CPAN
# support this, this feature is disabled by default.
DOT_MULTI_TARGETS = NO
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
# generate a legend page explaining the meaning of the various boxes and
# arrows in the dot generated graphs.
GENERATE_LEGEND = YES
# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
view all matches for this distribution
view release on metacpan or search on metacpan
introduced in that version. Thanks to Sergio Gelato. Closes: #370536
* Add '.bzrtags' directory to default dpkg-source -i regex.
Suggested by Adeodato Simó. Closes: #370392
* Print update-alternatives '--config' listing layout evenly spaced.
Closes: #325895
* Clarify the legend in update-alternatives '--help' (Andrew Ferrier).
Closes: #305318
* Add the source version inside parenthesis to the Source field in the
generated .changes and binary packages if the binary package version
differs (like in binNMUs). Closes: #62529
* Add missing comment serving as documentation about abort-remove on
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Drupal/Admin/ModuleState.pm view on Meta::CPAN
my @result;
# Get all the groups (fieldsets)
my @group_trees = $self->mech->look_down("_tag", "fieldset");
foreach my $group_tree (@group_trees) {
my $group = $group_tree->look_down("_tag", 'legend')->as_text
|| $self->_die("Failed to extract module group name");
# Get all the checkboxes for that group
my @chboxes = $group_tree->look_down("_tag", "input",
"type", "checkbox");
view all matches for this distribution
view release on metacpan or search on metacpan
simulator/lib/Dumbbench/Sim.pm view on Meta::CPAN
$good_hist->Draw("SAME");
$outlier_hist->Draw("SAME");
$_->Draw("P") for ($before, $after);
my $legend = $cv->BuildLegend();
$legend->SetShadowColor(0);
$legend->SetLineColor(0);
$cv->Update();
$gApplication->Run();
}
view all matches for this distribution
view release on metacpan or search on metacpan
share/public/javascripts/jquery-1.6.3.min.js view on Meta::CPAN
/*! jQuery v1.6.3 http://jquery.com/ | http://jquery.org/license */
(function(a,b){function cu(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cr(a){if(!cg[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ch||(ch=c.createElement("ifram...
,delete t[h]}if(f.isEmptyObject(t)){var u=s.handle;u&&(u.elem=null),delete s.events,delete s.handle,f.isEmptyObject(s)&&f.removeData(a,b,!0)}}},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(c,d,e,g){var h=c.type||c,i=[],j;h.index...
return{fragment:e,cacheable:g}},f.fragments={},f.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){f.fn[a]=function(c){var d=[],e=f(c),g=this.length===1&&this[0].parentNode;i...
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/chardet/cp1252/gpl3-de.html view on Meta::CPAN
</p>
<p>
Der korrespondierende Quelltext eines Werks in Quelltextform ist
das Werk selbst.
</p>
<h3>2. Grundlegende Genehmigungen</h3>
<p>
Alle unter dieser Lizenz gewährten Rechte werden gewährt auf
Grundlage des Urheberrechts an dem Programm, und sie sind
unwiderruflich, solange die festgelegten Bedingungen erfüllt sind.
Diese Lizenz erklärt ausdrücklich Ihr uneingeschränktes Recht zur
t/data/chardet/cp1252/gpl3-de.html view on Meta::CPAN
Garantie oder Updates für ein Werk bereitzustellen, das vom
Empfänger modifiziert oder installiert worden ist, oder für das
Benutzerprodukt, in dem das Werk modifiziert oder installiert
worden ist. Der Zugriff auf ein Computer-Netzwerk darf verweigert
werden, wenn die Modifikation selbst die Funktion des Netzwerks
grundlegend nachteilig beeinflußt oder wenn sie die Regeln und
Protokolle für die Kommunikation über das Netzwerk verletzt.
</p>
<p>
Der korrespondierende Quelltext und die
Installationsinformationen, die in Übereinstimmung mit diesem
view all matches for this distribution
view release on metacpan or search on metacpan
lib/EBook/Tools.pm view on Meta::CPAN
'agoraphobia' => 'Agoraphobia',
'agribusiness' => 'Agricultural industries',
'agricultural industries' => 'Agricultural industries',
'aias (greek mythology)' => 'Ajax (Greek mythology)',
'ajax (greek mythology)' => 'Ajax (Greek mythology)',
'ajax (legendary character)' => 'Ajax (Greek mythology)',
'ajax (web site development technology)' => 'Ajax (Web site development technology)',
'ajax the greater (greek mythology)' => 'Ajax (Greek mythology)',
'ajax the greater' => 'Ajax (Greek mythology)',
'algorism' => 'Algorithms',
'algorithmic knowledge discovery' => 'Data mining',
view all matches for this distribution
view release on metacpan or search on metacpan
t/dracula.DOS.txt view on Meta::CPAN
from us, are all red-roofed, and seem piled up one over the other
anyhow, like the pictures we see of Nuremberg. Right over the town is
the ruin of Whitby Abbey, which was sacked by the Danes, and which is
the scene of part of "Marmion," where the girl was built up in the
wall. It is a most noble ruin, of immense size, and full of beautiful
and romantic bits. There is a legend that a white lady is seen in one
of the windows. Between it and the town there is another church, the
parish one, round which is a big graveyard, all full of tombstones.
This is to my mind the nicest spot in Whitby, for it lies right over
the town, and has a full view of the harbour and all up the bay to
where the headland called Kettleness stretches out into the sea. It
t/dracula.DOS.txt view on Meta::CPAN
side there rises for about half a mile a great reef, the sharp of
which runs straight out from behind the south lighthouse. At the end
of it is a buoy with a bell, which swings in bad weather, and sends in
a mournful sound on the wind.
They have a legend here that when a ship is lost bells are heard out at
sea. I must ask the old man about this. He is coming this way . . .
He is a funny old man. He must be awfully old, for his face is
gnarled and twisted like the bark of a tree. He tells me that he is
nearly a hundred, and that he was a sailor in the Greenland fishing
t/dracula.DOS.txt view on Meta::CPAN
I noticed that the old men did not lose any time in coming and sitting
near her when we sat down. She is so sweet with old people, I think
they all fell in love with her on the spot. Even my old man succumbed
and did not contradict her, but gave me double share instead. I got
him on the subject of the legends, and he went off at once into a sort
of sermon. I must try to remember it and put it down.
"It be all fool-talk, lock, stock, and barrel, that's what it be and
nowt else. These bans an' wafts an' boh-ghosts an' bar-guests an'
bogles an' all anent them is only fit to set bairns an' dizzy women
view all matches for this distribution
view release on metacpan or search on metacpan
site/theme/css/normalize.css view on Meta::CPAN
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0; /* 1 */
padding: 0; /* 2 */
}
/**
view all matches for this distribution
view release on metacpan or search on metacpan
web/stylesheets/style.css view on Meta::CPAN
border: 2px solid #C1DAD7;
width: 70em;
vertical-align: middle;
}
legend {
/*color: #fff;
background: #CAE8EA;*/
/*border: 1px solid #C1DAD7;*/
padding: 2px 6px;
font-weight: bold;
view all matches for this distribution
view release on metacpan or search on metacpan
deps/hiredis/Makefile view on Meta::CPAN
coverage: gcov
make check
mkdir -p tmp/lcov
lcov -d . -c --exclude '/usr*' -o tmp/lcov/hiredis.info
lcov -q -l tmp/lcov/hiredis.info
genhtml --legend -q -o tmp/lcov/report tmp/lcov/hiredis.info
noopt:
$(MAKE) OPTIMIZATION=""
.PHONY: all test check clean dep install 32bit 32bit-vars gprof gcov noopt
view all matches for this distribution
view release on metacpan or search on metacpan
deps/hiredis/Makefile view on Meta::CPAN
coverage: gcov
make check
mkdir -p tmp/lcov
lcov -d . -c --exclude '/usr*' -o tmp/lcov/hiredis.info
lcov -q -l tmp/lcov/hiredis.info
genhtml --legend -q -o tmp/lcov/report tmp/lcov/hiredis.info
noopt:
$(MAKE) OPTIMIZATION=""
.PHONY: all test check clean dep install 32bit 32bit-vars gprof gcov noopt
view all matches for this distribution
view release on metacpan or search on metacpan
www/edgeexpress/cgi/edgeXpression.cgi view on Meta::CPAN
'6':'-'}
fonts = {'title':25,
'lw':3,
'label':25,
'legend':20,
'ticks':17,
'dpi':35,
'image_size':''}
markersize = 10
www/edgeexpress/cgi/edgeXpression.cgi view on Meta::CPAN
if not imageExists:
pylab.xlabel('Timecourse',fontsize=fonts['label'])
pylab.ylabel(ylabels[thistype],fontsize=fonts['label'])
if thistype=='CAGE':
pylab.legend(labels,'center left',axespad=1.03,labelsep=0.001,shadow=True, prop = FontProperties(size=fonts['legend']))
else:
pylab.legend(labels,'best',shadow=True, prop = FontProperties(size=fonts['legend']))
n = len(timecourse)
pylab.yticks(fontsize=fonts['ticks'])
pylab.xticks(pylab.arange(n), timecourse, fontsize=fonts['ticks'])
www/edgeexpress/cgi/edgeXpression.cgi view on Meta::CPAN
if form.has_key('size'):
#Its either big or small in this version
fonts['title']=16
fonts['lw']=1
fonts['label']=12
fonts['legend']=9
fonts['ticks']=10
fonts['dpi']=100
fonts['image_size']='L'
markersize=5
view all matches for this distribution
view release on metacpan or search on metacpan
4tyler.com
4umbrellas.com
4u.net
4unions.com
4universities.com
4urbanlegends.com
4usedcars.com
4utica.com
4vacation.com
4vacationhomes.com
4vail.com
lechayim.co.uk
leenane.com
leftbrain.co.uk
legalactions.com
legbeforewicket.co.uk
legendary.co.uk
legislator.com
lehinch.com
leinster.net
leitrim.com
leixlip.com
view all matches for this distribution
view release on metacpan or search on metacpan
eg/web/config.pl view on Meta::CPAN
},
{ menu => 'Introduction', uri => 'pod/intro/', sub =>
[
{ menu => 'Embperl', uri => 'Intro.htm', file => { en => 'Intro.pod', 'de' => 'IntroD.pod'},
desc => { en => 'Introduction of Embperl basic capablitities',
de => 'Einführung in die grundlegenden Möglichkeiten von Embperl' }},
{ menu => 'Embperl::Object', uri => 'IntroEmbperlObject.htm', file => 'IntroEmbperlObject.pod',
desc => { en => 'Introduction to object-oriented website creation with Embperl',
de => 'Einführung in das objekt-orientierte Erstellen von Websites mit Embperl' }},
{ menu => 'Embperl 2 Advanced', uri => 'IntroEmbperl2.htm', file => 'IntroEmbperl2.pod',
desc => { en => 'Introduction to advanced features of Embperl 2',
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/cp1252/10676968.cp1252 view on Meta::CPAN
as in a, and aligned with the secondary structure of Ras dot
GppNHp^[46]30 (light blue lines). Contacts between helix alpha 12 and
the rest of the protein are indicated: asterisk, direct; circle,
water-mediated polar interactions; hash sign for both. For brevity,
sequences with lowest homology have been chosen.
[47]High resolution image and legend (233K)
§5§ [48] Table 1: Crystallographic data statistics §5§
[49]Table 1 - Crystallographic data statistics
t/data/cp1252/10676968.cp1252 view on Meta::CPAN
as obtained from a structural superimposition of RasGDP (in cyan) with
the corresponding regions in hGBP1 (purple), highlighting functionally
important residues necessary for binding and conformational change as
balls or in ball-and-stick. Whereas Gly 60^ras overlays very well with
Gly 100^hGBP1, residues D119/D184 and T35/T75 do not.
[62]High resolution image and legend (79K)
As GBP is stable in the absence of nucleotide, whereas Ras-like and G
alpha GTP-binding proteins are not, it was of interest to investigate
the effect of the absence of nucleotide on the structure. As all
P-loop-containing proteins^[63]10 bind the beta / gamma -phosphate of
t/data/cp1252/10676968.cp1252 view on Meta::CPAN
The electrostatic surface potential shows that the highly charged
regions of the helical and LG domains are masked by an alpha 12/13
motif, as indicated in the lower panel by showing alpha 12/ alpha 13 in
worm representation.
[80]High resolution image and legend (40K)
Mx and dynamins are commonly grouped into a separate class of large
GTP-binding proteins^[81]5. Proteins of this family have several
variations in their domain structure, but they all possess at least a
'GTPase' domain of approx 300 residues, a 'middle' or 'assembly' domain
t/data/cp1252/10676968.cp1252 view on Meta::CPAN
a, Concentration dependence of the specific GTPase activity of hGBP1.
The data were fitted to a model involving dimer formation yielding 0.6
micro M for the apparent dimerization constant of hGBP1. b,
Size-exclusion chromatography of GDP dot AlF[x]-, GppNHp-, GDP-bound
and nucleotide-free hGBP1.
[88]High resolution image and legend (20K)
The homology to the dynamin family is further corroborated by
demonstrating nucleotide-dependent oligomerization ([89]Fig. 4b). The
elution profiles from standardized analytical size-exclusion
chromatography show that hGBP1 is monomeric in the absence and in the
view all matches for this distribution
view release on metacpan or search on metacpan
scripts/generate_index.pl view on Meta::CPAN
},
title: { display: true, text: 'Commit Date' }
},
y: { beginAtZero: true, max: 100, title: { display: true, text: 'Coverage (%)' } }
}, plugins: {
legend: {
display: true,
position: 'top', // You can also use 'bottom', 'left', or 'right'
labels: {
boxWidth: 12,
padding: 10,
scripts/generate_index.pl view on Meta::CPAN
}, options: {
responsive: false,
maintainAspectRatio: false,
elements: { line: { borderJoinStyle: 'round' } },
plugins: {
legend: { display: false },
tooltip: { enabled: false },
zoom: { // Enable zoom and pan
pan: {
enabled: true,
mode: 'x',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Excel/Writer/XLSX/CDF.pm view on Meta::CPAN
$self->{'chart_x_min'} = shift if @_;
$self->{'chart_x_min'} = undef unless exists $self->{'chart_x_min'};
return $self->{'chart_x_min'};
}
=head2 chart_legend_display
Set and returns the legend display property for the Excel chart
Default: 1
=cut
sub chart_legend_display {
my $self = shift;
$self->{'chart_legend_display'} = shift if @_;
$self->{'chart_legend_display'} = 1 unless defined $self->{'chart_legend_display'};
return $self->{'chart_legend_display'};
}
=head2 chart_colors
Set and returns an array reference of Excel color codes to use for each CDF in group order. The default color once all colors are used is black.
lib/Excel/Writer/XLSX/CDF.pm view on Meta::CPAN
my $workbook = Excel::Writer::XLSX->new($fh);
#Add a worksheet chart as first tab so it shows when document is opened
my $chart = $workbook->add_chart(type=>'scatter', subtype=>'straight');
#Add worksheet for chart legend groups
my $worksheet_groups = $workbook->add_worksheet('groups');
$worksheet_groups->write_string(0, 0, 'Group');
$worksheet_groups->write_string(0, 1, 'Index');
$worksheet_groups->write_string(0, 2, 'Count');
my $group_index = 0;
#Colors for data series lines and legend
my @colors = @{$self->chart_colors};
#foreach group add worksheet, data and chart series
my @stats_groups = ();
foreach my $group (@groups) {
#Add series label for legend
$group_index++;
$worksheet_groups->write_string($group_index, 0, $group);
$worksheet_groups->write_number($group_index, 1, $group_index);
#Add worksheet
lib/Excel/Writer/XLSX/CDF.pm view on Meta::CPAN
#Configure chart
$chart->set_title( name => $self->chart_title );
$chart->set_y_axis(name => $self->chart_y_label, min => 0 , max => 1 );
$chart->set_x_axis(name => $self->chart_x_label, min => $minset, max => $maxset);
$chart->set_legend(none => 1) unless $self->chart_legend_display;
#Write Excel output to filehandle
$workbook->close;
return $content;
view all matches for this distribution
view release on metacpan or search on metacpan
examples/chart_clustered.pl view on Meta::CPAN
);
# Set the Excel chart style.
$chart->set_style( 37 );
# Turn off the legend.
$chart->set_legend( position => 'none' );
# Insert the chart into the worksheet.
$worksheet->insert_chart( 'G3', $chart );
$workbook->close();
view all matches for this distribution
view release on metacpan or search on metacpan
public/assets/css/bootstrap.css view on Meta::CPAN
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 27px;
font-size: 19.5px;
public/assets/css/bootstrap.css view on Meta::CPAN
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
legend small {
font-size: 13.5px;
color: #999999;
}
label,
public/assets/css/bootstrap.css view on Meta::CPAN
.control-group {
margin-bottom: 9px;
}
legend + .control-group {
margin-top: 18px;
-webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ExtUtils/ModuleMaker/Licenses.pm view on Meta::CPAN
Vovida Networks, Inc. and many individuals on behalf of
Vovida Networks, Inc. For more information on Vovida
Networks, Inc., please see http://www.vovida.org.
All third party licenses and copyright notices and other
required legends also need to be complied with as well.
EOFLICENSETEXT
}
################################################ subroutine header begin ##
view all matches for this distribution
view release on metacpan or search on metacpan
t/ExtUtils/SVDmaker/Original.pm view on Meta::CPAN
# 4. TEST DESCRIPTIONS
#
#
=head1 TEST DESCRIPTIONS
The test descriptions uses a legend to
identify different aspects of a test description
in accordance with
L<STD PM Form Database Test Description Fields|Test::STDmaker/STD PM Form Database Test Description Fields>.
=head2 Test Plan
view all matches for this distribution
view release on metacpan or search on metacpan
deps/hidapi/doxygen/Doxyfile view on Meta::CPAN
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_MULTI_TARGETS = YES
# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
# explaining the meaning of the various boxes and arrows in the dot generated
# graphs.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
view all matches for this distribution
view release on metacpan or search on metacpan
FU/XMLWriter.pm view on Meta::CPAN
my @NORMAL_TAGS = qw/
a_ abbr_ address_ article_ aside_ audio_ b_ bb_ bdo_ blockquote_ body_
button_ canvas_ caption_ cite_ code_ colgroup_ datagrid_ datalist_ dd_ del_
details_ dfn_ dialog_ div_ dl_ dt_ em_ fieldset_ figure_ footer_ form_ h1_
h2_ h3_ h4_ h5_ h6_ head_ header_ i_ iframe_ ins_ kbd_ label_ legend_ li_
main_ map_ mark_ menu_ meter_ nav_ noscript_ object_ ol_ optgroup_ option_
output_ p_ pre_ progress_ q_ rp_ rt_ ruby_ samp_ script_ section_ select_
small_ span_ strong_ style_ sub_ summary_ sup_ table_ tbody_ td_ textarea_
tfoot_ th_ thead_ time_ title_ tr_ ul_ var_ video_
/;
FU/XMLWriter.pm view on Meta::CPAN
following C<tag_()>-like wrapper functions are provided:
a_ abbr_ address_ article_ aside_ audio_ b_ bb_ bdo_ blockquote_ body_
button_ canvas_ caption_ cite_ code_ colgroup_ datagrid_ datalist_ dd_ del_
details_ dfn_ dialog_ div_ dl_ dt_ em_ fieldset_ figure_ footer_ form_ h1_
h2_ h3_ h4_ h5_ h6_ head_ header_ i_ iframe_ ins_ kbd_ label_ legend_ li_
main_ map_ mark_ menu_ meter_ nav_ noscript_ object_ ol_ optgroup_ option_
output_ p_ pre_ progress_ q_ rp_ rt_ ruby_ samp_ script_ section_ select_
small_ span_ strong_ style_ sub_ summary_ sup_ table_ tbody_ td_ textarea_
tfoot_ th_ thead_ time_ title_ tr_ ul_ var_ video_
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Farabi/files/public/assets/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.
*/.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;wi...
view all matches for this distribution