view release on metacpan or search on metacpan
lib/App/ZofCMS/Plugin/TagCloud.pm view on Meta::CPAN
class => 'zofcms_tag_cloud',
unit => '%',
uri_prefix => '',
shuffle => 0,
fg => '#00d',
bg => 'transparent',
fg_hover => '#66f',
bg_hover => 'transparent',
fg_visited => '#333',
bg_visited => 'transparent',
%{ delete $config->conf->{plug_tag_cloud} || {} },
%{ delete $template->{plug_tag_cloud} || {} },
);
return
lib/App/ZofCMS/Plugin/TagCloud.pm view on Meta::CPAN
class => 'tag_cloud_tag',
unit => 'em',
shuffle => 1,
uri_prefix => 'http://site.com/',
fg => '#00d',
bg => 'transparent',
fg_hover => '#66f',
bg_hover => 'transparent',
fg_visited => '#333',
bg_visited => 'transparent',
tags => [ qw(
foo /foo 2
bar /bar 1
ber /ber 3
)
lib/App/ZofCMS/Plugin/TagCloud.pm view on Meta::CPAN
will be directly used for C<color> property in
generated CSS code. B<Defaults to:> C<#00d>.
=head2 C<bg>
bg => 'transparent',
B<Optional>.
Specifies the color to use for background on C<< <a href=""> >> elements;
will be directly used for C<background> property in
generated CSS code. B<Defaults to:> C<transparent>.
=head2 C<fg_hover>
fg_hover => '#66f',
B<Optional>.
Same as C<fg> except this one is used for C<:hover> pseudo-selector. B<Defaults to:> C<#66f>
=head2 C<bg_hover>
bg_hover => 'transparent',
B<Optional>.
Same as C<bg> except this one is used for C<:hover> pseudo-selector. B<Defaults to:>
C<transparent>
=head2 C<fg_visited>
fg_visited => '#333',
lib/App/ZofCMS/Plugin/TagCloud.pm view on Meta::CPAN
=head2 C<bg_visited>
B<Optional>.
Same as C<bg> except this one is used for C<:visited> pseudo-selector. B<Defaults to:>
C<transparent>
=head1 HTML::Template TEMPLATE VARIABLES
The plugin will stuff two keys into C<{t}> special key in your ZofCMS templates. This means
that you can use them in your L<HTML::Template> templates.
lib/App/ZofCMS/Plugin/TagCloud.pm view on Meta::CPAN
color: #f00;
background: #00f;
}
#tag_cloud a:visited {
color: #000;
background: transparent;
}
#tag_cloud a:hover {
color: #FFf;
background: transparent;
}
.tag_cloud_tag1 { font-size: 1em; }
.tag_cloud_tag2 { font-size: 2em; }
.tag_cloud_tag3 { font-size: 3em; }
view all matches for this distribution
view release on metacpan or search on metacpan
docs/App-combinesheets.html view on Meta::CPAN
margin: 0;
padding: 1ex;
}
A:link, A:visited {
background: transparent;
color: #006699;
}
A[href="#POD_ERRORS"] {
background: transparent;
color: #FF0000;
}
DIV {
border-width: 0;
docs/App-combinesheets.html view on Meta::CPAN
padding: 1em;
white-space: pre;
}
.pod H1 {
background: transparent;
color: #006699;
font-size: large;
}
.pod H1 A { text-decoration: none; }
.pod H2 A { text-decoration: none; }
.pod H3 A { text-decoration: none; }
.pod H4 A { text-decoration: none; }
.pod H2 {
background: transparent;
color: #006699;
font-size: medium;
}
.pod H3 {
background: transparent;
color: #006699;
font-size: medium;
font-style: italic;
}
.pod H4 {
background: transparent;
color: #006699;
font-size: medium;
font-weight: normal;
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/cpanminus/fatscript.pm view on Meta::CPAN
It is more correct and more complete than L<HTTP::Lite>. It supports
proxies and redirection. It also correctly resumes after EINTR.
If L<IO::Socket::IP> 0.25 or later is installed, HTTP::Tiny will use it instead
of L<IO::Socket::INET> for transparent support for both IPv4 and IPv6.
Cookie support requires L<HTTP::CookieJar> or an equivalent class.
=head1 METHODS
view all matches for this distribution
view release on metacpan or search on metacpan
script/docsisious view on Meta::CPAN
font-weight: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: 2px solid transparent;
border-radius: 0.2em;
text-decoration: none;
}
.btn:hover {
background-color: #6791C7;
view all matches for this distribution
view release on metacpan or search on metacpan
tmp/ppp-render-Is4Xk/image-6.svg view on Meta::CPAN
<?xml version='1.0'?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"><!-- Generated by graphviz version 2.26.3 (20100126.1600)
-->
<!-- Title: G Pages: 1 -->
<svg xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' width='494pt' height='118pt' xmlns:svg='http://www.w3.org/2000/svg' viewBox='0.00 0.00 494.00 118.00'><defs><filter id='shadow' filterRes='100' x='0' y='0'><feGaussian...
<g id='graph1' class='graph' transform='scale(1 1) rotate(0) translate(4 114)'><title>G</title><g id='node1' class='node'><title>yuml_order</title>
<polygon fill='white' stroke='black' points='254,-78 186,-78 186,-32 254,-32 254,-78'/>
<text x='220' y='-51.4' text-anchor='middle' style='font-size:10px; font-family:Verdana;' transform='translate(0,-2)'>Order</text>
</g><g id='node2' class='node'><title>yuml_paymentmethod</title>
<polygon fill='white' stroke='black' points='485,-110 345,-110 345,-64 485,-64 485,-110'/>
view all matches for this distribution
view release on metacpan or search on metacpan
- Fixed output of /robots.txt.
- contrib/oddmuse.pl: New, in case you want to serve an Oddmuse wiki
from Phoebe (like I do); working on support to translate Oddmuse
namespaces to wiki spaces transparently.
- contrib/gopher.pl: New, in case you want to serve your Phoebe wiki
via Gopher; this does not work with contrib/oddmuse.pl â if you want
to serve your Oddmuse wiki via Gopher, use the gopher-server.pl
which is part of Oddmuse.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/redisp.pm view on Meta::CPAN
Redis and Perl share similar data types, therefore I thought it would be useful
to have a Redis shell interface that appears to behave as Perl. This is a Perl
Read-Eval-Print Loop (REPL) that happens to understand Redis.
The use of Redis aims to be transparent, you just use a variable like C<$foo>
and it will be read or saved to Redis. For a temporary variable that is only visible to Perl use C<my $foo>.
=for Pod::Coverage eval_with_lexicals host port debug eval BUILD run serialize usage
=head1 USAGE
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...
containerLayout:'<div class="remark-notes-area">\n <div class="remark-top-area">\n <div class="remark-toolbar">\n <a class="remark-toolbar-link" href="#increase">+</a>\n <a class="remark-toolbar-link" href="#decrease">-</a>\n <span...
view all matches for this distribution
view release on metacpan or search on metacpan
share/revealjs/css/print/pdf.scss view on Meta::CPAN
/* Layout option which makes notes appear on a separate page */
.reveal .speaker-notes-pdf[data-layout="separate-page"] {
position: relative;
color: inherit;
background-color: transparent;
padding: 20px;
page-break-after: always;
border: 0;
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/rbinperl.pm view on Meta::CPAN
#!/home/username/perl5/bin/rbinperl plackup
require 'mywebapp.pl';
It's almost as easy, and makes the rest
(loading your local lib) transparent.
=head1 BUGS AND LIMITATIONS
Unfortunately the shebang described above isn't entirely portable.
view all matches for this distribution
view release on metacpan or search on metacpan
pipe.
You can send commands, load and play new content whenever you like.
You can run rmcd on one computer and remotely control it on another,
fully transparent. It only cares for the presence of the named pipe.
You can also setup mplayer to stream the content to you, creating a
solution similar to MPD and their builti-in httpd streaming (except MPD
does not support video streaming).
view all matches for this distribution
view release on metacpan or search on metacpan
share/view/mootools-core-1.4.js view on Meta::CPAN
},append:function(a){this.push.apply(this,a);return this;},getLast:function(){return(this.length)?this[this.length-1]:null;},getRandom:function(){return(this.length)?this[Number.random(0,this.length-1)]:null;
},include:function(a){if(!this.contains(a)){this.push(a);}return this;},combine:function(c){for(var b=0,a=c.length;b<a;b++){this.include(c[b]);}return this;
},erase:function(b){for(var a=this.length;a--;){if(this[a]===b){this.splice(a,1);}}return this;},empty:function(){this.length=0;return this;},flatten:function(){var d=[];
for(var b=0,a=this.length;b<a;b++){var c=typeOf(this[b]);if(c=="null"){continue;}d=d.concat((c=="array"||c=="collection"||c=="arguments"||instanceOf(this[b],Array))?Array.flatten(this[b]):this[b]);
}return d;},pick:function(){for(var b=0,a=this.length;b<a;b++){if(this[b]!=null){return this[b];}}return null;},hexToRgb:function(b){if(this.length!=3){return null;
}var a=this.map(function(c){if(c.length==1){c+=c;}return c.toInt(16);});return(b)?a:"rgb("+a+")";},rgbToHex:function(d){if(this.length<3){return null;}if(this.length==4&&this[3]==0&&!d){return"transparent";
}var b=[];for(var a=0;a<3;a++){var c=(this[a]-0).toString(16);b.push((c.length==1)?"0"+c:c);}return(d)?b:"#"+b.join("");}});String.implement({test:function(a,b){return((typeOf(a)=="regexp")?a:new RegExp(""+a,b)).test(this);
},contains:function(a,b){return(b)?(b+this+b).indexOf(b+a+b)>-1:String(this).indexOf(a)>-1;},trim:function(){return String(this).replace(/^\s+|\s+$/g,"");
},clean:function(){return String(this).replace(/\s+/g," ").trim();},camelCase:function(){return String(this).replace(/-\D/g,function(a){return a.charAt(1).toUpperCase();
});},hyphenate:function(){return String(this).replace(/[A-Z]/g,function(a){return("-"+a.charAt(0).toLowerCase());});},capitalize:function(){return String(this).replace(/\b[a-z]/g,function(a){return a.toUpperCase();
});},escapeRegExp:function(){return String(this).replace(/([-.*+?^${}()|[\]\/\\])/g,"\\$1");},toInt:function(a){return parseInt(this,a||10);},toFloat:function(){return parseFloat(this);
share/view/mootools-core-1.4.js view on Meta::CPAN
}});Element.Properties.tween={set:function(a){this.get("tween").cancel().setOptions(a);return this;},get:function(){var a=this.retrieve("tween");if(!a){a=new Fx.Tween(this,{link:"cancel"});
this.store("tween",a);}return a;}};Element.implement({tween:function(a,c,b){this.get("tween").start(a,c,b);return this;},fade:function(d){var e=this.get("tween"),g,c=["opacity"].append(arguments),a;
if(c[1]==null){c[1]="toggle";}switch(c[1]){case"in":g="start";c[1]=1;break;case"out":g="start";c[1]=0;break;case"show":g="set";c[1]=1;break;case"hide":g="set";
c[1]=0;break;case"toggle":var b=this.retrieve("fade:flag",this.getStyle("opacity")==1);g="start";c[1]=b?0:1;this.store("fade:flag",!b);a=true;break;default:g="start";
}if(!a){this.eliminate("fade:flag");}e[g].apply(e,c);var f=c[c.length-1];if(g=="set"||f!=0){this.setStyle("visibility",f==0?"hidden":"visible");}else{e.chain(function(){this.element.setStyle("visibility","hidden");
this.callChain();});}return this;},highlight:function(c,a){if(!a){a=this.retrieve("highlight:original",this.getStyle("background-color"));a=(a=="transparent")?"#fff":a;
}var b=this.get("tween");b.start("background-color",c||"#ffff88",a).chain(function(){this.setStyle("background-color",this.retrieve("highlight:original"));
b.callChain();}.bind(this));return this;}});Fx.Morph=new Class({Extends:Fx.CSS,initialize:function(b,a){this.element=this.subject=document.id(b);this.parent(a);
},set:function(a){if(typeof a=="string"){a=this.search(a);}for(var b in a){this.render(this.element,b,a[b],this.options.unit);}return this;},compute:function(e,d,c){var a={};
for(var b in e){a[b]=this.parent(e[b],d[b],c);}return a;},start:function(b){if(!this.check(b)){return this;}if(typeof b=="string"){b=this.search(b);}var e={},d={};
for(var c in b){var a=this.prepare(this.element,c,b[c]);e[c]=a.from;d[c]=a.to;}return this.parent(e,d);}});Element.Properties.morph={set:function(a){this.get("morph").cancel().setOptions(a);
view all matches for this distribution
view release on metacpan or search on metacpan
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/autocomplete/default.html
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/autocomplete/folding.html
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/autocomplete/images/jquery_32x32.png
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/autocomplete/images/jqueryui_32x32.png
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/autocomplete/images/transparent_1x1.png
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/autocomplete/index.html
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/autocomplete/london.xml
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/autocomplete/maxheight.html
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/autocomplete/multiple-remote.html
view all matches for this distribution
view release on metacpan or search on metacpan
share/root/jquery-ui-1.11.1/jquery-ui.min.js view on Meta::CPAN
(function(e){"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)})(function(e){function t(t,s){var n,a,o,r=t.nodeName.toLowerCase();return"area"===r?(n=t.parentNode,a=n.name,t.href&&a&&"map"===n.nodeName.toLowerCase()?(o=e("img[usema...
}})},_destroy:function(){this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeClass("ui-menu ui-widget ui-widget-content ui-menu-icons ui-front").removeAttr("role").removeAttr("tabIndex").removeAttr("aria-labelledby").rem...
}catch(n){}return!0},_showDatepicker:function(t){if(t=t.target||t,"input"!==t.nodeName.toLowerCase()&&(t=e("input",t.parentNode)[0]),!e.datepicker._isDisabledDatepicker(t)&&e.datepicker._lastInput!==t){var i,n,a,o,h,l,u;i=e.datepicker._getInst(t),e.d...
},_generatePosition:function(e,t){var i,s,n,a,o=this.options,r=this._isRootNode(this.scrollParent[0]),h=e.pageX,l=e.pageY;return r&&this.offset.scroll||(this.offset.scroll={top:this.scrollParent.scrollTop(),left:this.scrollParent.scrollLeft()}),t&&(t...
if(t.keyCode===e.ui.keyCode.TAB&&!t.isDefaultPrevented()){var i=this.uiDialog.find(":tabbable"),s=i.filter(":first"),n=i.filter(":last");t.target!==n[0]&&t.target!==this.uiDialog[0]||t.shiftKey?t.target!==s[0]&&t.target!==this.uiDialog[0]||!t.shiftKe...
f&&e.effects.save(i,l),i.from={height:s.height*a.from.y,width:s.width*a.from.x,outerHeight:s.outerHeight*a.from.y,outerWidth:s.outerWidth*a.from.x},i.to={height:s.height*a.to.y,width:s.width*a.to.x,outerHeight:s.height*a.to.y,outerWidth:s.width*a.to....
return e.ui.ddmanager&&(e.ui.ddmanager.current=this),e.ui.ddmanager&&!o.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t),this.dragging=!0,this.helper.addClass("ui-sortable-helper"),this._mouseDrag(t),!0},_mouseDrag:function(t){var i,s,n,a,o=this....
}).addClass("ui-tabs-anchor").attr({role:"presentation",tabIndex:-1}),this.panels=e(),this.anchors.each(function(i,s){var n,a,o,r=e(s).uniqueId().attr("id"),h=e(s).closest("li"),l=h.attr("aria-controls");t._isLocal(s)?(n=s.hash,o=n.substring(1),a=t.e...
view all matches for this distribution
view release on metacpan or search on metacpan
],
"cookies": [],
"content": {
"size": 213057,
"mimeType": "text/html",
"text": "<!doctype html><html itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en-AU\"><head><meta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"><link href=\"/images/branding/produ...
},
"redirectURL": "",
"headersSize": -1,
"bodySize": -1,
"_transferSize": 68060
],
"cookies": [],
"content": {
"size": 436180,
"mimeType": "text/javascript",
"text": "/* _GlobalPrefix_ */\n/* _Module_:quantum */\ntry{\nvar s_,s_aaa=\"function\"==typeof Object.defineProperties?Object.defineProperty:function(a,b,c){if(c.get||c.set)throw new TypeError(\"ES3 does not support getters and setters.\"...
},
"redirectURL": "",
"headersSize": -1,
"bodySize": 0,
"_transferSize": 0
],
"cookies": [],
"content": {
"size": 108222,
"mimeType": "text/javascript",
"text": "/* _GlobalPrefix_ */\n/* _Module_:sy1p */\ntry{\nvar s_vja,s_wja,s_1i,s_xja,s_2i,s_yja={};s_D(\"sy1p\");var s_3i=function(a){s_K(this,a,0,2,null,null)};s_g(s_3i,s_J);s_3i.prototype.jh=function(){return s_L(this,1)};var s_zja={};v...
},
"redirectURL": "",
"headersSize": -1,
"bodySize": -1,
"_transferSize": 36140
],
"cookies": [],
"content": {
"size": 122055,
"mimeType": "text/javascript",
"text": "/* JS */ gapi.loaded_0(function(_){var window=this;\nvar ba,ca,da,ha,ia,Fa,Ga;\nfor(_.g,_.n=function(a){return function(){return ba[a].apply(this,arguments)}},_.r=function(a,b){return ba[a]=b},_._DumpException=function(a){throw a...
},
"redirectURL": "",
"headersSize": -1,
"bodySize": 0,
"_transferSize": 0
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Archive/Libarchive/FFI/Function.pod view on Meta::CPAN
=head2 archive_read_extract
my $status = archive_read_extract($archive, $entry, $flags);
A convenience function that wraps the corresponding archive_write_disk interfaces. The first call to L<archive_read_extract|Archive::Libarchive::FFI::Function#archive_read_extract> creates a restore object using L<archive_write_disk_new|Archive::Lib...
L<archive_write_disk_set_standard_lookup|Archive::Libarchive::FFI::Function#archive_write_disk_set_standard_lookup>, then transparently invokes L<archive_write_disk_set_options|Archive::Libarchive::FFI::Function#archive_write_disk_set_options>, L<arc...
create the entry on disk and copy data into it. The flags argument is passed unmodified to L<archive_write_disk_set_options|Archive::Libarchive::FFI::Function#archive_write_disk_set_options>.
=head2 archive_read_extract2
my $status = archive_read_extract2($archive1, $entry, $archive2);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Archive/Libarchive/XS.xs view on Meta::CPAN
=head2 archive_read_extract
my $status = archive_read_extract($archive, $entry, $flags);
A convenience function that wraps the corresponding archive_write_disk interfaces. The first call to L<#archive_read_extract> creates a restore object using L<#archive_write_disk_new> and
L<#archive_write_disk_set_standard_lookup>, then transparently invokes L<#archive_write_disk_set_options>, L<#archive_write_header>, L<#archive_write_data>, and L<#archive_write_finish_entry> to
create the entry on disk and copy data into it. The flags argument is passed unmodified to L<#archive_write_disk_set_options>.
=cut
#if HAS_archive_read_extract
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Archive/Libarchive.pm view on Meta::CPAN
=head1 DESCRIPTION
This module provides a Perl object-oriented interface to the C<libarchive> library. The C<libarchive>
library is the API used to implemnt C<bsdtar>, the default tar implementation on a number of operating systems,
including FreeBSD, macOS and Windows. It can also be installed on most Linux distributions. But wait, there
is more, C<libarchive> supports a number of formats, compressors and filters transparently, so it can be a useful
when used as a universal archiver/extractor. Supported formats include:
=over 4
=item various tar formats, including the oldest forms and the newest extensions
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Archive/Tar.pm view on Meta::CPAN
The C<read> will I<replace> any previous content in C<$tar>!
The second argument may be considered optional, but remains for
backwards compatibility. Archive::Tar now looks at the file
magic to determine what class should be used to open the file
and will transparently Do The Right Thing.
Archive::Tar will warn if you try to pass a bzip2 / xz compressed file and the
IO::Uncompress::Bunzip2 / IO::Uncompress::UnXz are not available and simply return.
Note that you can currently B<not> pass a C<gzip> compressed
lib/Archive/Tar.pm view on Meta::CPAN
return $file if eval{ *$file{IO} };
return $file if eval{ $file->isa(q{IO::Handle}) };
$file = q{}.$file;
}
### get a FH opened to the right class, so we can use it transparently
### throughout the program
my $fh;
{ ### reading magic only makes sense if we're opening a file for
### reading. otherwise, just use what the user requested.
my $magic = '';
view all matches for this distribution
view release on metacpan or search on metacpan
t/Archive/Test/Tech.pm view on Meta::CPAN
}
#########
# References to arrays and scalars in the config may
# be transparent.
#
my $current_value = $key_p->{$key};
if( ref($current_value) eq 'SCALAR') {
$current_value = $$current_value;
}
t/Archive/Test/Tech.pm view on Meta::CPAN
The C<tech_config> subroutine always returns the
C<$old_value> of C<$dot_index> and only writes
the contents if C<$new_value> is defined.
The 'SCALAR' and 'ARRAY' references are transparent.
The C<tech_config> subroutine, when it senses that
the C<$dot_index> is for a 'SCALAR' and 'ARRAY' reference,
will read or write the contents instead of the reference.
The The C<tech_config> subroutine will read 'HASH" references
view all matches for this distribution
view release on metacpan or search on metacpan
unzip-6.0/inflate.c view on Meta::CPAN
of coding a fixed maximum match length of 258, it is used as a
"generic" match length code, capable of coding any length from
3 (min match length + 0) to 65538 (min match length + 65535).
This means that the length code #285 takes 16 bits (!) of uncoded
extra data, added to a fixed min length of 3.
Changes a) and b) would have been transparent for valid deflated
data, but change c) requires to switch decoder configurations between
Deflate and Deflate64 modes.
*/
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Archive/Zip.pm view on Meta::CPAN
The zip64 format requires parts of the member data to be stored
in the so-called extra fields. You cannot get nor set this zip64
data through the extra field accessors described in this section.
In fact, the low-level member methods ensure that the zip64 data
in the extra fields is handled completely transparently and
invisibly to the user when members are read or written.
=over 4
=item zip64()
lib/Archive/Zip.pm view on Meta::CPAN
Get or set the data descriptor flag. If this is set, the
local header will not necessarily have the correct data
sizes. Instead, a small structure will be stored at the end
of the member data with these values. This should be
transparent in normal operation.
=item crc32()
Return the CRC-32 value for this member. This will not be set
for members that were constructed from strings or external
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Argon/Message.pm view on Meta::CPAN
Returns a shallow copy of the message with a new id and token.
=head2 reply
Returns a copy of the message. Any additional parameters passed are passed
transparently to C<new>.
=head2 error
Returns a new message with the same id, C<cmd> set to C<$ERROR>, and C<info>
set to the supplied error message.
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
semitonic
semitonically
semitrailer
semitrailers
semitranslucent
semitransparent
semitropic
semitropical
semitropics
semivowel
semivowels
lib/ArrayData/Lingua/Word/EN/Enable.pm view on Meta::CPAN
transpacific
transparence
transparences
transparencies
transparency
transparent
transparentize
transparentized
transparentizes
transparentizing
transparently
transparentness
transparentnesses
transpersonal
transpicuous
transpierce
transpierced
transpierces
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm view on Meta::CPAN
radiotomy
radiotoxemia
radiotoxicity
radiotracer
radiotransparency
radiotransparent
radiotriquetral
radiotropic
radiotropism
radioulnar
radioulnaris
lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm view on Meta::CPAN
transosteal
transovarial
transovarian
transpalatal
transpalatine
transparent
transparietal
transpedicular
transpeptidase
transpeptidation
transperineal
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ArrayData/Word/EN/Enable.pm view on Meta::CPAN
semitonic
semitonically
semitrailer
semitrailers
semitranslucent
semitransparent
semitropic
semitropical
semitropics
semivowel
semivowels
lib/ArrayData/Word/EN/Enable.pm view on Meta::CPAN
transpacific
transparence
transparences
transparencies
transparency
transparent
transparentize
transparentized
transparentizes
transparentizing
transparently
transparentness
transparentnesses
transpersonal
transpicuous
transpierce
transpierced
transpierces
view all matches for this distribution
view release on metacpan or search on metacpan
t/public/css/normalize.css view on Meta::CPAN
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
view all matches for this distribution
view release on metacpan or search on metacpan
lib/AsposeCellsCloud/Object/ImageOrPrintOptions.pm view on Meta::CPAN
base_name => 'IsFontSubstitutionCharGranularity',
description => '',
format => '',
read_only => '',
},
'transparent' => {
datatype => 'boolean',
base_name => 'Transparent',
description => '',
format => '',
read_only => '',
lib/AsposeCellsCloud/Object/ImageOrPrintOptions.pm view on Meta::CPAN
'default_font' => 'string',
'is_optimized' => 'boolean',
'page_count' => 'int',
'page_index' => 'int',
'is_font_substitution_char_granularity' => 'boolean',
'transparent' => 'boolean',
'only_area' => 'boolean',
'svg_fit_to_view_port' => 'boolean',
'embeded_image_name_in_svg' => 'string',
'all_columns_in_one_page_per_sheet' => 'boolean',
'print_with_status_dialog' => 'boolean',
lib/AsposeCellsCloud/Object/ImageOrPrintOptions.pm view on Meta::CPAN
'default_font' => 'DefaultFont',
'is_optimized' => 'IsOptimized',
'page_count' => 'PageCount',
'page_index' => 'PageIndex',
'is_font_substitution_char_granularity' => 'IsFontSubstitutionCharGranularity',
'transparent' => 'Transparent',
'only_area' => 'OnlyArea',
'svg_fit_to_view_port' => 'SVGFitToViewPort',
'embeded_image_name_in_svg' => 'EmbededImageNameInSvg',
'all_columns_in_one_page_per_sheet' => 'AllColumnsInOnePagePerSheet',
'print_with_status_dialog' => 'PrintWithStatusDialog',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/AsposeSlidesCloud/Object/PdfExportOptions.pm view on Meta::CPAN
base_name => 'SlidesLayoutOptions',
description => 'Slides layouting options',
format => '',
read_only => '',
},
'image_transparent_color' => {
datatype => 'string',
base_name => 'ImageTransparentColor',
description => 'Image transparent color.',
format => '',
read_only => '',
},
'apply_image_transparent' => {
datatype => 'boolean',
base_name => 'ApplyImageTransparent',
description => 'True to apply specified ImageTransparentColor to an image.',
format => '',
read_only => '',
lib/AsposeSlidesCloud/Object/PdfExportOptions.pm view on Meta::CPAN
'save_metafiles_as_png' => 'boolean',
'password' => 'string',
'embed_true_type_fonts_for_ascii' => 'boolean',
'additional_common_font_families' => 'ARRAY[string]',
'slides_layout_options' => 'SlidesLayoutOptions',
'image_transparent_color' => 'string',
'apply_image_transparent' => 'boolean',
'access_permissions' => 'AccessPermissions',
'hide_ink' => 'boolean',
'interpret_mask_op_as_opacity' => 'boolean',
'rasterize_unsupported_font_styles' => 'boolean',
'include_ole_data' => 'boolean'
lib/AsposeSlidesCloud/Object/PdfExportOptions.pm view on Meta::CPAN
'save_metafiles_as_png' => 'SaveMetafilesAsPng',
'password' => 'Password',
'embed_true_type_fonts_for_ascii' => 'EmbedTrueTypeFontsForASCII',
'additional_common_font_families' => 'AdditionalCommonFontFamilies',
'slides_layout_options' => 'SlidesLayoutOptions',
'image_transparent_color' => 'ImageTransparentColor',
'apply_image_transparent' => 'ApplyImageTransparent',
'access_permissions' => 'AccessPermissions',
'hide_ink' => 'HideInk',
'interpret_mask_op_as_opacity' => 'InterpretMaskOpAsOpacity',
'rasterize_unsupported_font_styles' => 'RasterizeUnsupportedFontStyles',
'include_ole_data' => 'IncludeOleData'
view all matches for this distribution