view release on metacpan or search on metacpan
lib/Aion/Surf.pm view on Meta::CPAN
our $VERSION = "0.0.3";
use List::Util qw/pairmap/;
use LWP::UserAgent qw//;
use HTTP::Cookies qw//;
use Aion::Format::Json qw//;
use Aion::Format::Url qw//;
use Exporter qw/import/;
our @EXPORT = our @EXPORT_OK = grep {
lib/Aion/Surf.pm view on Meta::CPAN
our $ua = LWP::UserAgent->new;
$ua->agent(AGENT);
#$ua->env_proxy;
$ua->timeout(TIMEOUT);
$ua->local_address(FROM_IP) if FROM_IP;
$ua->cookie_jar(HTTP::Cookies->new);
# ÐÐµÐ¶Ð´Ñ Ð²Ñзовами делаем ÑлÑÑайнÑй инÑеÑвал (Ð´Ð»Ñ Ð³Ñаббинга - ÑÑÐ¾Ð±Ñ Ð½Ðµ бÑÑÑ Ð·Ð°Ð±Ð»Ð¾ÐºÐ¸ÑованнÑм за авÑомаÑиÑеÑкие обÑаÑениÑ)
our $SLEEP = 0;
our $LAST_REQUEST = Time::HiRes::time();
sub _sleep(;$) {
lib/Aion/Surf.pm view on Meta::CPAN
Content-Type: application/x-www-form-urlencoded
x&y=2
";
my $req_cookies = 'Set-Cookie3: go=""; path="/"; domain=ya.ru; version=0
Set-Cookie3: session=%1F9E8; path="/page"; domain=ya.ru; version=0
';
# mock
*LWP::UserAgent::request = sub {
my ($ua, $request) = @_;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Akado/Account.pm view on Meta::CPAN
=end comment
=begin comment _get_data_response
B<Get:> 1) $self 2) $cookies - HTTP::Cookies object
B<Return:> 2) $domain - the string 'office.akado.ru' or something like this.
Method gets domain part from existing cookies. This part is needed to create
new cookie.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Algorithm/Permute.pm view on Meta::CPAN
=over 4
=item *
Memoization is discussed in chapter 4 Perl Cookbook, so you can get it from
O'Reilly: ftp://ftp.oreilly.com/published/oreilly/perl/cookbook
=item *
Abigail's: http://www.foad.org/~abigail/Perl
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Algorithm/SkipList.pm view on Meta::CPAN
} else {
$self->{MAXLEVEL};
}
}
# We use the formula from Pugh's "Skip List Cookbook" paper. We
# generate a reverse-sorted array of values based on p and k. In
# _new_node_level() we look for the highest value in the array that is
# less than a random number n (0<n<1).
sub _build_distribution {
lib/Algorithm/SkipList.pm view on Meta::CPAN
program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=head1 SEE ALSO
See the article by William Pugh, "A Skip List Cookbook" (1989), or
similar ones by the author at L<http://www.cs.umd.edu/~pugh/> which
discuss skip lists.
Another article worth reading is by Bruce Schneier, "Skip Lists:
They're easy to implement and they work",
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alice/HTTP/Server.pm view on Meta::CPAN
use Fliggy::Server;
use Plack::Builder;
use Plack::Middleware::Static;
use Plack::Session::Store::File;
use Plack::Session::State::Cookie;
use Alice::HTTP::Request;
use Alice::HTTP::Stream::XHR;
use Alice::HTTP::Stream::WebSocket;
lib/Alice/HTTP/Server.pm view on Meta::CPAN
);
$httpd->register_service(
builder {
enable "Session",
store => $self->session,
state => Plack::Session::State::Cookie->new(expires => 60 * 60 * 24 * 7);
enable "Static", path => qr{^/static/}, root => $self->assets;
enable "+Alice::HTTP::WebSocket";
sub {
my $env = shift;
return sub {$self->dispatch($env, shift)}
view all matches for this distribution
view release on metacpan or search on metacpan
cp/codepress/languages/asp.js view on Meta::CPAN
// Reserved Words 2 (Purple)
{ input : /\b(Abandon|Abs|AbsolutePage|AbsolutePosition|ActiveCommand|ActiveConnection|ActualSize|AddHeader|AddNew|AppendChunk)\b/gi, output : '<u>$1</u>' },
{ input : /\b(AppendToLog|Application|Array|Asc|Atn|Attributes|BeginTrans|BinaryRead|BinaryWrite|BOF|Bookmark|Boolean|Buffer|Byte)\b/gi, output : '<u>$1</u>' },
{ input : /\b(CacheControl|CacheSize|Cancel|CancelBatch|CancelUpdate|CBool|CByte|CCur|CDate|CDbl|Charset|Chr|CInt|Clear)\b/gi, output : '<u>$1</u>' },
{ input : /\b(ClientCertificate|CLng|Clone|Close|CodePage|CommandText|CommandType|CommandTimeout|CommitTrans|CompareBookmarks|ConnectionString|ConnectionTimeout)\b/gi, output : '<u>$1</u>' },
{ input : /\b(Contents|ContentType|Cookies|Cos|CreateObject|CreateParameter|CSng|CStr|CursorLocation|CursorType|DataMember|DataSource|Date|DateAdd|DateDiff)\b/gi, output : '<u>$1</u>' },
{ input : /\b(DatePart|DateSerial|DateValue|Day|DefaultDatabase|DefinedSize|Delete|Description|Double|EditMode|Eof|EOF|err|Error)\b/gi, output : '<u>$1</u>' },
{ input : /\b(Exp|Expires|ExpiresAbsolute|Filter|Find|Fix|Flush|Form|FormatCurrency|FormatDateTime|FormatNumber|FormatPercent)\b/gi, output : '<u>$1</u>' },
{ input : /\b(GetChunk|GetLastError|GetRows|GetString|Global|HelpContext|HelpFile|Hex|Hour|HTMLEncode|IgnoreCase|Index|InStr|InStrRev)\b/gi, output : '<u>$1</u>' },
{ input : /\b(Int|Integer|IsArray|IsClientConnected|IsDate|IsolationLevel|Join|LBound|LCase|LCID|Left|Len|Lock|LockType|Log|Long|LTrim)\b/gi, output : '<u>$1</u>' },
{ input : /\b(MapPath|MarshalOptions|MaxRecords|Mid|Minute|Mode|Month|MonthName|Move|MoveFirst|MoveLast|MoveNext|MovePrevious|Name|NextRecordset)\b/gi, output : '<u>$1</u>' },
cp/codepress/languages/asp.js view on Meta::CPAN
{ input : 'if', output : 'If $0 Then\n\t\nEnd If' },
{ input : 'ifelse', output : 'If $0 Then\n\t\n\nElse\n\t\nEnd If' },
{ input : 'case', output : 'Select Case $0\n\tCase ?\n\tCase Else\nEnd Select'},
//Response
{ input : 'rw', output : 'Response.Write( $0 )' },
{ input : 'resc', output : 'Response.Cookies( $0 )' },
{ input : 'resb', output : 'Response.Buffer'},
{ input : 'resflu', output : 'Response.Flush()'},
{ input : 'resend', output : 'Response.End'},
//Request
{ input : 'reqc', output : 'Request.Cookies( $0 )' },
{ input : 'rq', output : 'Request.Querystring("$0")' },
{ input : 'rf', output : 'Request.Form("$0")' },
//FSO
{ input : 'fso', output : 'Set fso = Server.CreateObject("Scripting.FileSystemObject")\n$0' },
{ input : 'setfo', output : 'Set fo = fso.getFolder($0)' },
view all matches for this distribution
view release on metacpan or search on metacpan
test/functional/examples.pl view on Meta::CPAN
CC Cocos (Keeling) Islands
CF Central African Republic
CG Congo
CH Switzerland
CI Côte D'ivoire (Ivory Coast)
CK Cook Iislands
CL Chile
CM Cameroon
CN China
CO Colombia
CR Costa Rica
view all matches for this distribution
view release on metacpan or search on metacpan
libjit/jit/jit-internal.h view on Meta::CPAN
jit_builder_t builder;
/* Debug information for this function */
jit_varint_data_t bytecode_offset;
/* Cookie value for this function */
void *cookie;
/* Flag bits for this function */
unsigned is_recompilable : 1;
unsigned is_optimized : 1;
view all matches for this distribution
view release on metacpan or search on metacpan
inc/inc_Module-Build/Module/Build.pm view on Meta::CPAN
=item API Reference (L<Module::Build::API>)
This is a reference to the C<Module::Build> API.
=item Cookbook (L<Module::Build::Cookbook>)
This document demonstrates how to accomplish many common tasks. It
covers general command line usage and authoring of F<Build.PL>
scripts. Includes working examples.
inc/inc_Module-Build/Module/Build.pm view on Meta::CPAN
C<MakeMaker>, which was released in 2006.
If you don't need to retain compatibility with old versions (pre-6.31) of C<ExtUtils::MakeMaker> or
are starting a fresh Perl installation we recommend you use
C<install_base> instead (and C<INSTALL_BASE> in C<ExtUtils::MakeMaker>).
See L<Module::Build::Cookbook/Installing in the same location as
ExtUtils::MakeMaker> for further information.
=back
inc/inc_Module-Build/Module/Build.pm view on Meta::CPAN
modify it under the same terms as Perl itself.
=head1 SEE ALSO
perl(1), L<Module::Build::Cookbook>, L<Module::Build::Authoring>,
L<Module::Build::API>, L<ExtUtils::MakeMaker>
F<META.yml> Specification:
L<CPAN::Meta::Spec>
view all matches for this distribution
view release on metacpan or search on metacpan
smoke/qt/qtnetwork/smokeconfig.xml view on Meta::CPAN
<class>QLocalServer</class>
<class>QLocalSocket</class>
<class>QNetworkAccessManager</class>
<class>QNetworkAddressEntry</class>
<class>QNetworkCacheMetaData</class>
<class>QNetworkCookie</class>
<class>QNetworkCookieJar</class>
<class>QNetworkConfiguration</class>
<class>QNetworkConfigurationManager</class>
<class>QNetworkDiskCache</class>
<class>QNetworkInterface</class>
<class>QNetworkProxy</class>
view all matches for this distribution
view release on metacpan or search on metacpan
share/swagger-ui-bundle.js view on Meta::CPAN
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(function(){try{return require("esprima")}catch(e){}}()):"function"==typeof define&&define.amd?define(["esprima"],t):"object"==typeof exports?exports.SwaggerUIBundle=t(f...
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function a(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function()...
/*!
Copyright (c) 2017 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/
view all matches for this distribution
view release on metacpan or search on metacpan
src/win32/include/process.h view on Meta::CPAN
#endif
#endif
void __cdecl __security_init_cookie(void);
#if (defined(_X86_) && !defined(__x86_64))
void __fastcall __security_check_cookie(uintptr_t _StackCookie);
__declspec(noreturn) void __cdecl __report_gsfailure(void);
#else
void __cdecl __security_check_cookie(uintptr_t _StackCookie);
__declspec(noreturn) void __cdecl __report_gsfailure(uintptr_t _StackCookie);
#endif
extern uintptr_t __security_cookie;
intptr_t __cdecl _loaddll(char *_Filename);
int __cdecl _unloaddll(intptr_t _Handle);
view all matches for this distribution
view release on metacpan or search on metacpan
src/win32/include/process.h view on Meta::CPAN
#endif
#endif
void __cdecl __security_init_cookie(void);
#if (defined(_X86_) && !defined(__x86_64))
void __fastcall __security_check_cookie(uintptr_t _StackCookie);
__declspec(noreturn) void __cdecl __report_gsfailure(void);
#else
void __cdecl __security_check_cookie(uintptr_t _StackCookie);
__declspec(noreturn) void __cdecl __report_gsfailure(uintptr_t _StackCookie);
#endif
extern uintptr_t __security_cookie;
intptr_t __cdecl _loaddll(char *_Filename);
int __cdecl _unloaddll(intptr_t _Handle);
view all matches for this distribution
view release on metacpan or search on metacpan
inc/inc_Module-Build/Module/Build.pm view on Meta::CPAN
=item API Reference (L<Module::Build::API>)
This is a reference to the C<Module::Build> API.
=item Cookbook (L<Module::Build::Cookbook>)
This document demonstrates how to accomplish many common tasks. It
covers general command line usage and authoring of F<Build.PL>
scripts. Includes working examples.
inc/inc_Module-Build/Module/Build.pm view on Meta::CPAN
in C<ExtUtils::MakeMaker> 6.30.
If you do not need to retain compatibility with C<ExtUtils::MakeMaker> or
are starting a fresh Perl installation we recommend you use
C<install_base> instead (and C<INSTALL_BASE> in C<ExtUtils::MakeMaker>).
See L<Module::Build::Cookbook/Instaling in the same location as
ExtUtils::MakeMaker> for further information.
=back
inc/inc_Module-Build/Module/Build.pm view on Meta::CPAN
modify it under the same terms as Perl itself.
=head1 SEE ALSO
perl(1), L<Module::Build::Cookbook>, L<Module::Build::Authoring>,
L<Module::Build::API>, L<ExtUtils::MakeMaker>, L<YAML::Tiny>
F<META.yml> Specification:
L<http://module-build.sourceforge.net/META-spec-current.html>
view all matches for this distribution
view release on metacpan or search on metacpan
share/docs/output/Ext.menu.TextItem.js
share/docs/output/Ext.slider.MultiSlider.js
share/docs/output/Ext.slider.SingleSlider.js
share/docs/output/Ext.slider.Thumb.js
share/docs/output/Ext.slider.Tip.js
share/docs/output/Ext.state.CookieProvider.js
share/docs/output/Ext.state.Manager.js
share/docs/output/Ext.state.Provider.js
share/docs/output/Ext.tree.AsyncTreeNode.js
share/docs/output/Ext.tree.DefaultSelectionModel.js
share/docs/output/Ext.tree.MultiSelectionModel.js
share/docs/output/Ext.tree.TreeNodeUI.js
share/docs/output/Ext.tree.TreePanel.js
share/docs/output/Ext.tree.TreeSorter.js
share/docs/output/Ext.util.CSS.js
share/docs/output/Ext.util.ClickRepeater.js
share/docs/output/Ext.util.Cookies.js
share/docs/output/Ext.util.DelayedTask.js
share/docs/output/Ext.util.Format.js
share/docs/output/Ext.util.Functions.js
share/docs/output/Ext.util.JSON.js
share/docs/output/Ext.util.MixedCollection.js
share/docs/source/CompositeElementLite.html
share/docs/source/CompositeField.html
share/docs/source/Connection.html
share/docs/source/Container.html
share/docs/source/ContainerLayout.html
share/docs/source/CookieProvider.html
share/docs/source/Cookies.html
share/docs/source/CycleButton.html
share/docs/source/DDCore.html
share/docs/source/DataField.html
share/docs/source/DataProxy.html
share/docs/source/DataReader.html
share/src/locale/ext-lang-tr.js
share/src/locale/ext-lang-ukr.js
share/src/locale/ext-lang-vn.js
share/src/locale/ext-lang-zh_CN.js
share/src/locale/ext-lang-zh_TW.js
share/src/state/CookieProvider.js
share/src/state/Provider.js
share/src/state/StateManager.js
share/src/util/AbstractManager.js
share/src/util/CSS.js
share/src/util/ClickRepeater.js
share/src/util/Cookies.js
share/src/util/Date.js
share/src/util/Format.js
share/src/util/Function.js
share/src/util/History.js
share/src/util/KeyMap.js
view all matches for this distribution
view release on metacpan or search on metacpan
xgboost/demo/README.md view on Meta::CPAN
- [Open Source Tools & Data Science Competitions](http://www.slideshare.net/odsc/owen-zhangopen-sourcetoolsanddscompetitions1) by Owen Zhang - XGBoost parameter tuning tips
* [Feature Importance Analysis with XGBoost in Tax audit](http://fr.slideshare.net/MichaelBENESTY/feature-importance-analysis-with-xgboost-in-tax-audit)
* [Winning solution of Kaggle Higgs competition: what a single model can do](http://no2147483647.wordpress.com/2014/09/17/winning-solution-of-kaggle-higgs-competition-what-a-single-model-can-do/)
- [XGBoost - eXtreme Gradient Boosting](http://www.slideshare.net/ShangxuanZhang/xgboost) by Tong He
- [How to use XGBoost algorithm in R in easy steps](http://www.analyticsvidhya.com/blog/2016/01/xgboost-algorithm-easy-steps/) by TAVISH SRIVASTAVA ([Chinese Translation ä¸æç¿»è¯](https://segmentfault.com/a/1190000004421821) by [HarryZhu](https:/...
- [Kaggle Solution: Whatâs Cooking ? (Text Mining Competition)](http://www.analyticsvidhya.com/blog/2015/12/kaggle-solution-cooking-text-mining-competition/) by MANISH SARASWAT
- Better Optimization with Repeated Cross Validation and the XGBoost model - Machine Learning with R) by Manuel Amunategui ([Youtube Link](https://www.youtube.com/watch?v=Og7CGAfSr_Y)) ([Github Link](https://github.com/amunategui/BetterCrossValidatio...
- [XGBoost Rossman Parameter Tuning](https://www.kaggle.com/khozzy/rossmann-store-sales/xgboost-parameter-tuning-template/run/90168/notebook) by [Norbert Kozlowski](https://www.kaggle.com/khozzy)
- [Featurizing log data before XGBoost](http://www.slideshare.net/DataRobot/featurizing-log-data-before-xgboost) by Xavier Conort, Owen Zhang etc
- [West Nile Virus Competition Benchmarks & Tutorials](http://blog.kaggle.com/2015/07/21/west-nile-virus-competition-benchmarks-tutorials/) by [Anna Montoya](http://blog.kaggle.com/author/annamontoya/)
- [Ensemble Decision Tree with XGBoost](https://www.kaggle.com/binghsu/predict-west-nile-virus/xgboost-starter-code-python-0-69) by [Bing Xu](https://www.kaggle.com/binghsu)
view all matches for this distribution
view release on metacpan or search on metacpan
libcares/acountry.c view on Meta::CPAN
{ 166, "cc", "Cocos Islands" },
{ 170, "co", "Colombia" },
{ 174, "km", "Comoros" },
{ 178, "cg", "Congo" },
{ 180, "cd", "Congo" },
{ 184, "ck", "Cook Islands" },
{ 188, "cr", "Costa Rica" },
{ 384, "ci", "Cote d'Ivoire" },
{ 191, "hr", "Croatia" },
{ 192, "cu", "Cuba" },
{ 196, "cy", "Cyprus" },
view all matches for this distribution
view release on metacpan or search on metacpan
libuv/AUTHORS view on Meta::CPAN
Miroslav Bajtoš <miro.bajtos@gmail.com>
Sean Silva <chisophugis@gmail.com>
Wynn Wilkes <wynnw@movenetworks.com>
Andrei Sedoi <bsnote@gmail.com>
Alex Crichton <alex@alexcrichton.com>
Brent Cook <brent@boundary.com>
Brian Kaisner <bkize1@gmail.com>
Luca Bruno <lucab@debian.org>
Reini Urban <rurban@cpanel.net>
Maks Naumov <maksqwe1@ukr.net>
Sean Farrell <sean.farrell@rioki.org>
view all matches for this distribution
view release on metacpan or search on metacpan
patches/wxMSW-2.8.10-w64.patch view on Meta::CPAN
+++ src/msw/textctrl.cpp 2010-03-13 22:50:54.000000000 +0100
@@ -960,7 +960,7 @@
// finally, stream it in the control
EDITSTREAM eds;
wxZeroMemory(eds);
- eds.dwCookie = (DWORD)&wpc;
+ eds.dwCookie = (DWORD_PTR)&wpc;
// the cast below is needed for broken (very) old mingw32 headers
eds.pfnCallback = (EDITSTREAMCALLBACK)wxRichEditStreamIn;
Index: include/wx/defs.h
--- include/wx/defs.h 2009-03-06 13:10:51.000000000 +0100
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/xmake.pm view on Meta::CPAN
use alienfile;
# ...
[ '%{xmake}', 'install' ],
# ...
=head1 xmake Cookbook
xmake is severely underrated so I'll add more nifty things here but for now
just a quick example.
You're free to create your own projects, of course, but xmake comes with the
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
provides:
Module::Build 0.4234
Module::Build::Base 0.4234
Module::Build::Compat 0.4234
Module::Build::Config 0.4234
Module::Build::Cookbook 0.4234
Module::Build::Dumper 0.4234
Module::Build::Notes 0.4234
Module::Build::PPMMaker 0.4234
Module::Build::Platform::Default 0.4234
Module::Build::Platform::MacOS 0.4234
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Devel/CheckLib.pm view on Meta::CPAN
Thanks to the cpan-testers-discuss mailing list for prompting us to write it
in the first place;
to Chris Williams for help with Borland support;
to Tony Cook for help with Microsoft compiler command-line options
=head1 COPYRIGHT and LICENCE
Copyright 2007 David Cantrell. Portions copyright 2007 David Golden.
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
pathname: P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz
provides:
HTML::Tagset 3.20
requirements:
ExtUtils::MakeMaker 0
HTTP-Cookies-6.01
pathname: G/GA/GAAS/HTTP-Cookies-6.01.tar.gz
provides:
HTTP::Cookies 6.01
HTTP::Cookies::Microsoft 6.00
HTTP::Cookies::Netscape 6.00
requirements:
ExtUtils::MakeMaker 0
HTTP::Date 6
HTTP::Headers::Util 6
Time::Local 0
cpanfile.snapshot view on Meta::CPAN
provides:
Module::Build 0.4211
Module::Build::Base 0.4211
Module::Build::Compat 0.4211
Module::Build::Config 0.4211
Module::Build::Cookbook 0.4211
Module::Build::Dumper 0.4211
Module::Build::Notes 0.4211
Module::Build::PPMMaker 0.4211
Module::Build::Platform::Default 0.4211
Module::Build::Platform::MacOS 0.4211
cpanfile.snapshot view on Meta::CPAN
Mojo::Cache undef
Mojo::Collection undef
Mojo::Content undef
Mojo::Content::MultiPart undef
Mojo::Content::Single undef
Mojo::Cookie undef
Mojo::Cookie::Request undef
Mojo::Cookie::Response undef
Mojo::DOM undef
Mojo::DOM::CSS undef
Mojo::DOM::HTML undef
Mojo::Date undef
Mojo::EventEmitter undef
cpanfile.snapshot view on Meta::CPAN
Mojo::Transaction::HTTP undef
Mojo::Transaction::WebSocket undef
Mojo::URL undef
Mojo::Upload undef
Mojo::UserAgent undef
Mojo::UserAgent::CookieJar undef
Mojo::UserAgent::Proxy undef
Mojo::UserAgent::Server undef
Mojo::UserAgent::Transactor undef
Mojo::Util undef
Mojolicious 6.0
cpanfile.snapshot view on Meta::CPAN
Net::Async::HTTP::Connection 0.37
Net::Async::HTTP::StallTimer 0.37
requirements:
Future 0.28
Future::Utils 0.16
HTTP::Cookies 0
HTTP::Request 0
HTTP::Request::Common 0
HTTP::Response 0
IO::Async::Loop 0.59
IO::Async::Stream 0.59
cpanfile.snapshot view on Meta::CPAN
VM::EC2::ELB::HealthCheck undef
VM::EC2::ELB::InstanceState undef
VM::EC2::ELB::Listener undef
VM::EC2::ELB::ListenerDescription undef
VM::EC2::ELB::Policies undef
VM::EC2::ELB::Policies::AppCookieStickinessPolicy undef
VM::EC2::ELB::Policies::LBCookieStickinessPolicy undef
VM::EC2::ELB::PolicyAttribute undef
VM::EC2::ELB::PolicyAttributeType undef
VM::EC2::ELB::PolicyDescription undef
VM::EC2::ELB::PolicyTypeDescription undef
VM::EC2::ElasticAddress undef
cpanfile.snapshot view on Meta::CPAN
Encode::Locale 0
ExtUtils::MakeMaker 0
File::Listing 6
HTML::Entities 0
HTML::HeadParser 0
HTTP::Cookies 6
HTTP::Daemon 6
HTTP::Date 6
HTTP::Negotiate 6
HTTP::Request 6
HTTP::Request::Common 6
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Ambrosia/Addons/Session/Cookie.pm view on Meta::CPAN
package Ambrosia::Addons::Session::Cookie;
use strict;
use warnings;
use Carp;
use CGI::Cookie;
use Ambrosia::Utils::Container;
use Ambrosia::core::Object;
use Ambrosia::Meta;
lib/Ambrosia/Addons/Session/Cookie.pm view on Meta::CPAN
sub _init
{
my $self = shift;
$self->SUPER::_init( @_ );
my @cookie = fetch CGI::Cookie;
$self->__cookie = scalar @cookie && @cookie % 2 == 0 ? {@cookie} : {};
$self->path ||= '/';
}
sub getSessionName
lib/Ambrosia/Addons/Session/Cookie.pm view on Meta::CPAN
{
my $self = shift;
my $key = shift;
my $value = shift;
$self->__cookie->{$key} = new CGI::Cookie(
-name => $key,
-value => (ref $value ? new Ambrosia::Utils::Container(__data => {$key => $value})->dump : $value),
-expires => $self->expires,
-path => $self->path
);
lib/Ambrosia/Addons/Session/Cookie.pm view on Meta::CPAN
__END__
=head1 NAME
Ambrosia::Addons::Session::Cookie -
=head1 VERSION
version 0.010
=head1 SYNOPSIS
use Ambrosia::Addons::Session::Cookie;
=head1 DESCRIPTION
C<Ambrosia::Addons::Session::Cookie> .
=head1 CONSTRUCTOR
=head1 THREADS
view all matches for this distribution
view release on metacpan or search on metacpan
factpacks/Linux.fact view on Meta::CPAN
Aldona => <reply> $who, Lithuanian keymap utility for the Window Maker dock. URL: http://soften.ktu.lt/~diskena/aldona/
ALE Clone => <reply> $who, Clone of WarCraft II. URL: http://user.exit.de/johns/
ALE One hand keyboard => <reply> $who, One hand typing with standard keyboard. URL: http://www.fourtytwo.de/
AleVT => <reply> $who, Videotext/Teletext decoder and viewer. URL: http://user.exit.de/froese/
Alexandria for Linux => <reply> $who, Complete, automated, client/server backup. URL: http://www.storage.sterling.com/Alexandria/alexandria.html
Alfajor => <reply> $who, Cookie Filter (Python). URL: http://www.andrewcooke.free-online.co.uk/jara/alfajor/index.html
Alfalinux => <reply> $who, Slackware Linux on two floppy disks. URL: http://www.dadacasa.com/alfalinux/
AliantIRCD => <reply> $who, An ircd based on DAL4.6.7B.DREAMFORGE.. URL:
aliases2cdbm => <reply> $who, Convert mail aliases into input suitable for cdbmake. URL: http://www.pobox.com/~jmknoble/software/index.html
aliasman.pl => <reply> $who, A Perl program for majordomo-like management of /etc/aliases.. URL: http://www.mmedia.is/~bre/aliasman/
Alien => <reply> $who, Converts between the rpm, dpkg, stampede slp, andslackware tgz file formats. URL: http://kitenet.net/programs/alien/
factpacks/Linux.fact view on Meta::CPAN
CGI::XMLForm => <reply> $who, Structured XML Generator from HTML Forms. URL: http://sergeant.org/
cgic => <reply> $who, An ANSI C-language library for the creation of CGI-based World Wide Web. URL: http://www.boutell.com/cgic/
CGICQ => <reply> $who, A CGI Application that sends CGI input to a configurable UIN.. URL: http://aurore.net/source/cgicq.html
cgiexec => <reply> $who, CGI program to execute an Unix command line from the web. URL: http://www.phystech.com/download/cgiexec.html
CGIGEN => <reply> $who, CGI program generator that produces C programs. URL: http://cgigen.sentuny.com.au/
cgilib => <reply> $who, A simple programming interface to CGI and Cookies.. URL: http://www.infodrom.north.de/cgilib/
CGILua => <reply> $who, CGILua is a tool for developing dynamic Web pages.. URL: http://www.tecgraf.puc-rio.br/cgilua/
CGIProxy => <reply> $who, Anonymizing, filter-bypassing HTTP proxy in a CGI script (in Perl). URL: http://www.jmarshall.com/tools/cgiproxy/
CGIWrap => <reply> $who, Wrapper for securely allowing all users to use CGI scripts. URL: http://www.unixtools.org/cgiwrap/
CGM Viewer Applet => <reply> $who, Scriptable vector graphics viewer written in Java.. URL: http://www.online.de/home/bdaum/howto.htm
cgvg => <reply> $who, Tools for command-line source browsing.. URL: http://linux.ucla.edu/~uzi/cgvg.html
factpacks/Linux.fact view on Meta::CPAN
Connector => <reply> $who, PPP configuration. URL: http://www.twistedsine.com/connector/SOURCE/
console othello => <reply> $who, The Classic Othello Board Game. URL: http://david.weekly.org/othello/
ConsoleCam => <reply> $who, CGI that creates a HTML screenshot from any Linux VC. URL: http://www.ds4a.com/filez/x-ware/consolecam.tar.gz
ConsoleSaver => <reply> $who, An application to use screensavers in console.. URL: http://members.xoom.com/_XOOM/narkos/soft/cs.htm
convergence => <reply> $who, sorting program that works from both ends of a list. URL: http://home.earthlink.net/~tarozax/
Cook => <reply> $who, A tool for constructing files, and maintainingreferential integrity between fil. URL: http://www.canb.auug.org.au/~millerp/cook/
Cookiecutter => <reply> $who, Utility for removing unwanted cookies from Netscape cookie files. URL: http://www.qis.net/~pdarnows/cookiecutter/
Cool Beats => <reply> $who, Small clock supporting the beat-time. URL: http://www.kLoGraFX.de/
Cool Notes => <reply> $who, Gtk/Gdk based 'notes-program' like xmemos. URL: http://www.idnet.de/~AdamK/
Cooledit => <reply> $who, Full featured text editor for the X Window System. URL: http://www.netins.net/showcase/Comput-IT/cooledit/index.html
cops.gcl => <reply> $who, A web counter for police sites. URL: http://www.whizkidtech.net/
Copy Quota => <reply> $who, Utility to copy a user quota to several users. URL: http://www.cosmos.dhs.org/~brandon/
factpacks/Linux.fact view on Meta::CPAN
HDE-WUI => <reply> $who, Web-based Administration Tool for Linux Servers. URL: http://www.hde-wui.com/
hdparm => <reply> $who, Shell utility to access/tune ioctl features of the Linux hard disk drivers. URL: http://metalab.unc.edu/pub/Linux/system/hardware/
Header Maker => <reply> $who, Perl script that makes headerfiles for .c files. URL: http://members.home.com/cit/
health => <reply> $who, A module for x86's that lets you see your CPU temp., voltages, etc. URL: http://www.mynamehere.com/health/
Heart => <reply> $who, Redundant, distributed cluster technology - part of HA systems. URL: http://www.lemuria.org/Heart/
Hellenic Fortune Cookies => <reply> $who, Fortune cookies in Greek.. URL: http://kronos.eng.auth.gr/~arvan/fortunes/
help2man => <reply> $who, A program to generate simple manual pages. URL: http://www.ozemail.com.au/~bod/
Helpdesk => <reply> $who, An SQL based job tracking system with a web fronted.. URL: http://www.jrobst.freeserve.co.uk/helpdesk.html
HelpStudio => <reply> $who, IDE for authoring online help for Java applications. URL: http://www.mediamixtech.com.sg/helpstudio.html
Heretic for Linux => <reply> $who, Port of Heretic to Linux. URL: http://www.raven-games.com/linuxheretic/
Hermes => <reply> $who, An optimized pixel format conversion library with other tricks. URL: http://hermes.terminal.at/
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Amon2/Lite.pm view on Meta::CPAN
push @{"${caller}::_MIDDLEWARES"}, [$klass, \%args];
};
*{"${base_class}::enable_session"} = sub {
my ($class, %args) = @_;
$args{state} ||= do {
require Plack::Session::State::Cookie;
Plack::Session::State::Cookie->new(httponly => 1); # for security
};
require Plack::Middleware::Session;
$class->enable_middleware('Plack::Middleware::Session', %args);
$class->add_trigger(AFTER_DISPATCH => sub {
my ($c, $res) = @_;
lib/Amon2/Lite.pm view on Meta::CPAN
This method enables L<Plack::Middleware::Session>.
C<< %args >> would be pass to enabled to C<< Plack::Middleware::Session->new >>.
The default state class is L<Plack::Session::State::Cookie>, and store class is L<Plack::Session::Store::File>.
This option enables a response filter, that adds C< Cache-Control: private > header.
=item [EXPERIMENTAL] C<< __PACKAGE__->enable_middleware($klass, %args) >>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Amon2/Plugin/Web/CpanelJSON.pm view on Meta::CPAN
my $user_agent = $c->req->user_agent || '';
if (
(!$c->req->header('X-Requested-With')) &&
$user_agent =~ /android/i &&
defined $c->req->header('Cookie') &&
($c->req->method||'GET') eq 'GET'
) {
return _error_response($c);
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
pathname: L/LE/LEEJO/CGI.pm-4.03.tar.gz
provides:
CGI 4.03
CGI::Apache 1.02
CGI::Carp 3.64
CGI::Cookie 1.31
CGI::Pretty 3.64
CGI::Push 1.06
CGI::Switch 1.02
CGI::Util 3.64
CGITempFile 4.03
cpanfile.snapshot view on Meta::CPAN
Digest::MD5 0
ExtUtils::MakeMaker 6.30
File::Temp 0.14
HTTP::Headers 0
IO::File 1.14
HTTP-Cookies-6.01
pathname: G/GA/GAAS/HTTP-Cookies-6.01.tar.gz
provides:
HTTP::Cookies 6.01
HTTP::Cookies::Microsoft 6.00
HTTP::Cookies::Netscape 6.00
requirements:
ExtUtils::MakeMaker 0
HTTP::Date 6
HTTP::Headers::Util 6
Time::Local 0
cpanfile.snapshot view on Meta::CPAN
provides:
Module::Build 0.4210
Module::Build::Base 0.4210
Module::Build::Compat 0.4210
Module::Build::Config 0.4210
Module::Build::Cookbook 0.4210
Module::Build::Dumper 0.4210
Module::Build::Notes 0.4210
Module::Build::PPMMaker 0.4210
Module::Build::Platform::Default 0.4210
Module::Build::Platform::MacOS 0.4210
cpanfile.snapshot view on Meta::CPAN
Encode::Locale 0
ExtUtils::MakeMaker 0
File::Listing 6
HTML::Entities 0
HTML::HeadParser 0
HTTP::Cookies 6
HTTP::Daemon 6
HTTP::Date 6
HTTP::Negotiate 6
HTTP::Request 6
HTTP::Request::Common 6
view all matches for this distribution
view release on metacpan or search on metacpan
eg/apps/Extended/lib/Extended/Web.pm view on Meta::CPAN
sub create_view { $view }
}
__PACKAGE__->load_plugins(
'Web::HTTPSession' => {
state => 'Cookie',
store => 'OnMemory',
},
'Web::MobileAgent'
);
view all matches for this distribution