view release on metacpan or search on metacpan
contrib/roary_plots/roary_files/MathJax.js view on Meta::CPAN
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
if(document.getElementById&&document.childNodes&&document.createElement){if(!(window.MathJax&&MathJax.Hub)){if(window.MathJax){window.MathJax={AuthorConfig:window.MathJax}}else{window.MathJax={}}MathJax.isPacked=true;MathJax.version="2.5";MathJax.fil...
view all matches for this distribution
view release on metacpan or search on metacpan
- Slightly improved documentation.
1.03 2010-01-13/18:58
- open_abif() returns 0 when it opens a file whose directory index is
corrupted, instead of producing lots of error messages (bug reported
by Malcolm Cook).
- Added method peaks() to get the detected peaks from the sample results
window in GeneScan (including size, peak height, and peak area).
Kindly provided by Jason Gilder (and by one of his students!)
- Method module_version() is now public.
view all matches for this distribution
view release on metacpan or search on metacpan
t/SoapEU-function.t view on Meta::CPAN
#-*-perl-*-
#testing SoapEUtilities with network queries
# idea: reproduce the examples at
# http://www.bioperl.org/wiki/HOWTO:EUtilities_Cookbook
use strict;
use warnings;
our $home;
BEGIN {
view all matches for this distribution
view release on metacpan or search on metacpan
Bio/RangeI.pm view on Meta::CPAN
=head1 CONTRIBUTORS
Juha Muilu (muilu@ebi.ac.uk)
Sendu Bala (bix@sendu.me.uk)
Malcolm Cook (mec@stowers-institute.org)
Stephen Montgomery (sm8 at sanger.ac.uk)
=head1 APPENDIX
The rest of the documentation details each of the object
view all matches for this distribution
view release on metacpan or search on metacpan
lib/BioX/FedDB/Base.pm view on Meta::CPAN
my ( $self, $string ) = @_;
$string =~ s/[^\d]//g;
return $string;
}
sub _commify { # Perl Cookbook 2.17
my ( $self, $string ) = @_;
my $text = reverse $string;
$text =~ s/(\d\d\d)(?=\d)(?!\d*\.)/$1,/g;
return scalar reverse $text;
}
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
provides:
Module::Build 0.4214
Module::Build::Base 0.4214
Module::Build::Compat 0.4214
Module::Build::Config 0.4214
Module::Build::Cookbook 0.4214
Module::Build::Dumper 0.4214
Module::Build::Notes 0.4214
Module::Build::PPMMaker 0.4214
Module::Build::Platform::Default 0.4214
Module::Build::Platform::MacOS 0.4214
cpanfile.snapshot view on Meta::CPAN
Class::MOP::Module 2.1604
Class::MOP::Object 2.1604
Class::MOP::Overload 2.1604
Class::MOP::Package 2.1604
Moose 2.1604
Moose::Cookbook 2.1604
Moose::Cookbook::Basics::BankAccount_MethodModifiersAndSubclassing 2.1604
Moose::Cookbook::Basics::BinaryTree_AttributeFeatures 2.1604
Moose::Cookbook::Basics::BinaryTree_BuilderAndLazyBuild 2.1604
Moose::Cookbook::Basics::Company_Subtypes 2.1604
Moose::Cookbook::Basics::DateTime_ExtendingNonMooseParent 2.1604
Moose::Cookbook::Basics::Document_AugmentAndInner 2.1604
Moose::Cookbook::Basics::Genome_OverloadingSubtypesAndCoercion 2.1604
Moose::Cookbook::Basics::HTTP_SubtypesAndCoercion 2.1604
Moose::Cookbook::Basics::Immutable 2.1604
Moose::Cookbook::Basics::Person_BUILDARGSAndBUILD 2.1604
Moose::Cookbook::Basics::Point_AttributesAndSubclassing 2.1604
Moose::Cookbook::Extending::Debugging_BaseClassRole 2.1604
Moose::Cookbook::Extending::ExtensionOverview 2.1604
Moose::Cookbook::Extending::Mooseish_MooseSugar 2.1604
Moose::Cookbook::Legacy::Debugging_BaseClassReplacement 2.1604
Moose::Cookbook::Legacy::Labeled_AttributeMetaclass 2.1604
Moose::Cookbook::Legacy::Table_ClassMetaclass 2.1604
Moose::Cookbook::Meta::GlobRef_InstanceMetaclass 2.1604
Moose::Cookbook::Meta::Labeled_AttributeTrait 2.1604
Moose::Cookbook::Meta::PrivateOrPublic_MethodMetaclass 2.1604
Moose::Cookbook::Meta::Table_MetaclassTrait 2.1604
Moose::Cookbook::Meta::WhyMeta 2.1604
Moose::Cookbook::Roles::ApplicationToInstance 2.1604
Moose::Cookbook::Roles::Comparable_CodeReuse 2.1604
Moose::Cookbook::Roles::Restartable_AdvancedComposition 2.1604
Moose::Cookbook::Snack::Keywords 2.1604
Moose::Cookbook::Snack::Types 2.1604
Moose::Cookbook::Style 2.1604
Moose::Exception 2.1604
Moose::Exception::AccessorMustReadWrite 2.1604
Moose::Exception::AddParameterizableTypeTakesParameterizableType 2.1604
Moose::Exception::AddRoleTakesAMooseMetaRoleInstance 2.1604
Moose::Exception::AddRoleToARoleTakesAMooseMetaRole 2.1604
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bitcoin/RPC/Client.pm view on Meta::CPAN
my $uri = "http://";
if ($self->ssl eq 1) {
$uri = "https://";
}
# Cookie will take precedence over user/password
if ($self->cookie) {
# If cookie is defined its contents become user:password
$url = $uri . $self->cookie . "\@" . $self->host . ":" . $self->port;
} elsif ($self->user) {
$url = $uri . $self->user . ":" . $self->password . "\@" . $self->host . ":" . $self->port;
view all matches for this distribution
view release on metacpan or search on metacpan
t/sysinfos/ProxySG-4006060000--20090307-165730UTC.sysinfo view on Meta::CPAN
(http
(code "200")
)
)
(exception.notify_missing_cookie
(summary "Notify Failed--Cookie Not Sent")
(details "You could not be redirected to your originally requested web page because your web browser has failed to send a required cookie.")
(help "Your web browser appears to be improperly configured. It must not be configured to block all cookies.")
(http
(code "403")
)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Book/Chinese/MasterPerlToday/Catalyst.pod view on Meta::CPAN
=over 4
=item * State
State ä¸è¬æ¨èåªæ L<Catalyst::Plugin::Session::State::Cookie>, URI State ä¸å¤ªå®å
¨
=item * Store
Store æå¾å¤ç§ï¼ä½ å¯ä»¥åå° DBI (DBIC) éä¹å¯ä»¥åå° Memcached æ FastMmap
lib/Book/Chinese/MasterPerlToday/Catalyst.pod view on Meta::CPAN
å¦ç½è¯´ï¼è¯¥ Session 模å并䏿¯å¾å¥½ãå 为ç»ä¸ç API æ¥å£ç¼ºé·ï¼ä½ ä¸è½éè¿ä¸ä¸ª user_id æ¥å é¤è¯¥ç¨æ·ç session æ°æ®ãSession 模åçè¿ææ°æ®æ¸
çä¹éè¦èªå·±åã
使¯æ´ä½æ¥è¯´ï¼è¿æ¯åå°äºåºè¯¥éè¦åå°çã
æåï¼æä»¬ä»¥ L<Catalyst::Plugin::Session::State::Cookie> + L<Catalyst::Plugin::Session::Store::DBIC> 为ä¾ï¼è®²è¿°ä¸ç¹å
é¨ç¥è¯ã
=over 4
=item * sessionid
ç¬¬ä¸æ¥ï¼æä»¬å°å¨ç¨æ·è°ç¨ $c->session æ $c->sessionid æå
¶ä»çæ¶åï¼éè¿ C<get_session_id> æ¥è·å¾ sessionid
å¨ State::Cookie éï¼get_session_id ä»
ä»
æ¯æ¥è¯¢ $c->request->cookies->{$cookie_name};
=item * session
å¨å¾å° sessionid ä¹åï¼æä»¬å°å¨ç¨æ·è°ç¨ $c->session æ ->flash çæ¶åï¼éè¿ C<get_session_data> æ¥è·å¾ session çæ°æ®ãåæ¶ï¼æä»¬éè¿ L<Object::Signature> æ¥å¾å° session æ°æ®çä¸ä¸ªå½å signature
view all matches for this distribution
view release on metacpan or search on metacpan
bootylicious view on Meta::CPAN
<h2>Add comment</h2>
<div class="content">
<div class="tip-required">
Fields marked <span class="required">*</span> are required.<br />
<div class="tip-required-bot">
This form has a bot protection mechanism, that requires Cookies.<br />
Please, don't disable them.
</div>
</div>
%= form_for 'comment' => {year => $article->created->year, month => $article->created->month, alias => $article->name}, method => 'post' => begin
<label for="author">Name <span class="required">*</span></label><br />
view all matches for this distribution
view release on metacpan or search on metacpan
share/nouns.txt view on Meta::CPAN
Backstreet Boys
Bad Dogs
Bagpipes
Baked Beans
Baked Potatoes
Baking <adj> Cookies
Bald Eagles
Ballerinas
Bangkok
Bankruptcy
Barbara Walters
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
pathname: M/MA/MARKSTOS/CGI.pm-3.65.tar.gz
provides:
CGI 3.65
CGI::Apache 1.02
CGI::Carp 3.64
CGI::Cookie 1.31
CGI::Fast 1.10
CGI::Pretty 3.64
CGI::Push 1.06
CGI::Switch 1.02
CGI::Util 3.64
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.4205
Module::Build::Base 0.4205
Module::Build::Compat 0.4205
Module::Build::Config 0.4205
Module::Build::Cookbook 0.4205
Module::Build::Dumper 0.4205
Module::Build::ModuleInfo 0.4205
Module::Build::Notes 0.4205
Module::Build::PPMMaker 0.4205
Module::Build::Platform::Default 0.4205
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/Bot/Pastebot/Server/Http.pm view on Meta::CPAN
my ($num, $params) = ($1, $2);
my ($nick, $summary, $paste) = fetch_paste($num);
if (defined $paste) {
my @flag_names = qw(ln tidy hl wr);
my $cookie = parse_cookie($request->headers->header('Cookie'));
my $query = parse_content($params);
### Make the paste pretty.
my $store = is_true($query->{store});
lib/Bot/Pastebot/Server/Http.pm view on Meta::CPAN
map { $_ => $flags{$_} ? "checked" : "" } @flag_names,
}
);
if ($store) {
for my $flag (@flag_names) {
$response->push_header('Set-Cookie' => cookie($flag => $flags{$flag}, $request));
}
}
}
$heap->{wheel}->put( $response );
view all matches for this distribution
view release on metacpan or search on metacpan
share/megahal.trn view on Meta::CPAN
Cement is a mixture of chalk and clay used for building.
Chocolate is a confectionery made from cocoa beans.
A coma is a state of deep unconsciousness.
A compiler is a computer program that translates high level language code into machine language code.
A computer is a programmable electronic device.
Cooking is the art of preparing food for the table by subjecting it to heat in various ways.
Cosmology is the study of the structure of the universe.
The cymbal is a suspended brass disk which is struck with a stick.
Dance is a rhythmic movement of the body usually performed to music.
Data is information, especially that stored in a computer.
A day is the time taken for the earth to rotate once on its axis.
share/megahal.trn view on Meta::CPAN
A bard was a Celtic poet.
Beethoven was a German composer.
Benjamin Franklin was an American statesman and scientist.
Bruce Lee was a Chinese actor and expert in Kung Fu who popularised the martial arts in the west.
Bushrangers were Australian highwaymen, formerly escaped convicts.
Captain James Cook was an English sailor and explorer.
Charles Babbage was a British mathematician. He designed an analytical engine which was the forerunner of the modern computer.
Charles Robert Darwin was an English naturalist. He published his theory of evolution in a book entitled The Origin of Species.
A cretin is someone who suffers from the disease cretinism.
The druids were ancient Celtic priests. Their group still exists today in secret, despite the existence of charlatan groups claiming to be druids.
Euclid was a Greek mathematician. His book the Elements of Geometry set down how geometry was to be taught for the next 2000 years.
view all matches for this distribution
view release on metacpan or search on metacpan
Webalert.pm view on Meta::CPAN
use warnings;
use Bot::BasicBot;
use Log::Log4perl 1.05 qw(:easy);
use POE;
use POE::Component::Client::HTTP;
use HTTP::Cookies;
use base qw( Bot::BasicBot );
our $VERSION = "0.01";
###########################################
Webalert.pm view on Meta::CPAN
# Spawn the UA with a cookie jar
POE::Component::Client::HTTP->spawn(
Alias => $self->{ua_alias},
Timeout => $self->{ua_timeout},
CookieJar => HTTP::Cookies->new(),
);
POE::Session->create(
object_states => [
$self => {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bracket.pm view on Meta::CPAN
ConfigLoader
Static::Simple
Authentication
Session
Session::Store::DBIC
Session::State::Cookie
/;
extends 'Catalyst';
__PACKAGE__->config(
authentication => {
view all matches for this distribution
view release on metacpan or search on metacpan
"CPAN::PackageDetails" : "0",
"Chemistry::Elements" : "0",
"ConfigReader::Simple" : "0",
"Crypt::Rijndael" : "0",
"Data::Constraint" : "0",
"Distribution::Cooker" : "0",
"Distribution::Guess::BuildSystem" : "0",
"Dumbbench" : "0",
"File::Find::Closures" : "0",
"File::Fingerprint" : "0",
"Geo::GeoNames" : "0",
"HTTP::Cookies::Chrome" : "0",
"HTTP::Size" : "0",
"IO::Interactive" : "0",
"Log::Log4perl::Appender::ScreenColoredLevels::UsingMyColors" : "0",
"Mac::Errors" : "0",
"Mac::OSVersion" : "0",
view all matches for this distribution
view release on metacpan or search on metacpan
Everything.pm view on Meta::CPAN
Apache2::Ajax
Apache2::AuthColloquy
Apache2::AuthCookieDBI
Apache2::AuthLDAP
Apache2::AuthNetLDAP
Everything.pm view on Meta::CPAN
Apache::AuthCAS
Apache::AuthChecker
Apache::AuthCookie
Apache::AuthCookieDBI
Apache::AuthCookieLDAP
Apache::AuthExpire
Apache::AuthLDAP
Everything.pm view on Meta::CPAN
Apache::Command
Apache::Compress
Apache::Cookie
Apache::Cookie::Encrypted
Apache::DB
Apache::DBI
Everything.pm view on Meta::CPAN
Apache::Dynagzip
Apache::Embperl
Apache::FakeCookie
Apache::FakeRequest
Apache::FastForward
Everything.pm view on Meta::CPAN
CGI::Carp::DebugScreen
CGI::ContactForm
CGI::Cookie::XS
CGI::Debug
CGI::Deurl
Everything.pm view on Meta::CPAN
Catalyst::Plugin::Server::JSONRPC
Catalyst::Plugin::Session::PerUser
Catalyst::Plugin::Session::State::Cookie
Catalyst::Plugin::Session::Store::DBI
Catalyst::Plugin::StackTrace
Everything.pm view on Meta::CPAN
DBIx::Compare::ContentChecksum::mysql
DBIx::ContentChecksum::mysql
DBIx::Cookbook
DBIx::Copy
DBIx::CopyRecord
Everything.pm view on Meta::CPAN
HTTP::Cache::Transparent
HTTP::Client
HTTP::Cookies
HTTP::Cookies::Find
HTTP::Cookies::Mozilla
HTTP::Cookies::Omniweb
HTTP::Cookies::Safari
HTTP::Cookies::iCab
HTTP::CryptoCookie
HTTP::DAV
HTTP::DAVServer
Everything.pm view on Meta::CPAN
LEGO::RCX
LIMS::Controller
LJ::GetCookieSession
LSF::Hosts
LW4::Reader
Everything.pm view on Meta::CPAN
Parse::FSM
Parse::FixedLength
Parse::Flash::Cookie
Parse::GEDA::Gschem
Parse::Gnaw
Everything.pm view on Meta::CPAN
Plack::Middleware::Access
Plack::Middleware::ESI
Plack::Middleware::Session::SerializedCookie
Plagger::Plugin::Publish::Reddit
Plex
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bundle/FinalTest.pm view on Meta::CPAN
Apache::Session
CGI::Session
Bit::Vector
Exception::Class
ExtUtils::MakeMaker
HTTP::Cookies
HTTP::Daemon
HTTP::Headers
Test::Pod::Coverage
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bundle/KohaSupport.pm view on Meta::CPAN
GD::Barcode::UPCE 1.1
Getopt::Long 2.35
Getopt::Std 1.05
HTML::Template::Pro 0.69
HTML::Scrubber 0.08
HTTP::Cookies 1.39
HTTP::Request::Common 1.26
Image::Magick 6.2
LWP::Simple 1.41
LWP::UserAgent 2.033
Lingua::Stem 0.82
view all matches for this distribution
view release on metacpan or search on metacpan
OpenInteract2.pm view on Meta::CPAN
Archive::Zip
Cache::FileCache
CGI::Cookie
Carp::Assert
Class::Accessor
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bundle/OpenXPKI.pm view on Meta::CPAN
=head1 CONTENTS
AnyDBM_File 1.00
Apache::Cookie 1.3
Apache::Mason 0.4
Apache::Request 1.33
lib/Bundle/OpenXPKI.pm view on Meta::CPAN
CGI 3.15
CGI::Carp 1.29
CGI::Cookie 1.26
CGI::Fast 1.05
CGI::Pretty 1.08
lib/Bundle/OpenXPKI.pm view on Meta::CPAN
Module::Build::Compat 0.03
Module::Build::Config undef
Module::Build::Cookbook undef
Module::Build::ModuleInfo undef
Module::Build::Notes undef
view all matches for this distribution
view release on metacpan or search on metacpan
t/expected-sample-pbib.doc view on Meta::CPAN
rectly, bypassing user interface and application models. Alternatively, a \'93visual interaction area\'94 being part of the user interface model, provides functionality that has an immediate visual representation re}{\insrsid12989836 n}{\insrsid12989...
dered by the interaction model. In other cases, the interaction model will not access the data model d}{\insrsid12989836 i}{\insrsid12989836
rectly. Instead, it is associated with an appropriate application model as a mediator to the data model. This way, the interaction style can be adapted depending on which application model is used to access a data model.
\par As an appropriate
interaction style depends on the available interaction devices and the associated user interface, a suitable interaction model can be chosen depending on the environment and user-interface model. For visual-based interaction, an adapted version of th...
el-view-controller concept ({\field{\*\fldinst { HYPERLINK \\l MVCCookbook}}{\fldrslt {Krasner and Pope, 1988}}}; {\field{\*\fldinst { HYPERLINK \\l COASTooSyncGroupware}}{\fldrslt {Schuckmann {\i et al.}, 1996}}}) has proven su}{\insrsid12989836 c}{...
of the model-view-controller concept is not further structured. It can refer to each of data, application, user interface, or environment model.
\par Passage defines an interactive visual representation (for the virtual part of the bridge) and physical a}{\insrsid12989836 c}{\insrsid12989836
tions as input (placing objects on the physical part of the bridge). Consequently, its interaction model uses both a visual interaction model (see section }{\field{\*\fldinst {\insrsid12989836 REF sModelLayer \\r \\h }{\insrsid12989836 {\*\datafield...
08d0c9ea79f9bace118c8200aa004ba90b02000000080000000c00000073004d006f00640065006c004c0061007900650072000000}}}{\fldrslt {\insrsid12989836 5.2}}}{\insrsid12989836 ) and a sensor model providing the basis for detec}{\insrsid12989836 t}{\insrsid12989836 ...
ing physical o}{\insrsid12989836 b}{\insrsid12989836 jects (see section }{\field{\*\fldinst {\insrsid12989836 REF sSensorModel \\r \\h }{\insrsid12989836 {\*\datafield
t/expected-sample-pbib.doc view on Meta::CPAN
{\*\bkmkend JacobsenSoftwareModelling}}\par
{{\*\bkmkstart JacobsonOOSE}{Jacobson, I., Christerson, M., Jonsson, P., and Övergaard, G., 1992. Object-Oriented Software Engineering, a Use Case Driven Approach, ACM Press, Addison Wesley.}
{\*\bkmkend JacobsonOOSE}}\par
{{\*\bkmkstart iRoomPointRight}{Johanson, B., Hutchins, G., Winograd, T., and Stone, M., 2002. PointRight: Experience with Flexible Input Redirection in Interactive Workspaces. In: Proceedings of the 15th annual ACM symposium on User interface softwa...
{\*\bkmkend iRoomPointRight}}\par
{{\*\bkmkstart MVCCookbook}{Krasner, G. E. and Pope, S. T., 1988. A Cookbook for Using the Model-View-Controller User Interface Paradigma in Smalltalk-80, Journal of Object Oriented Programming (JOOP) 1\~(3), 26\endash 49.}
{\*\bkmkend MVCCookbook}}\par
{{\*\bkmkstart ManifoldArchitecture}{Marsic, I., 2001. An Architecture for Heterogeneous Groupware Applications. In: Proceedings of the 23rd International Conference on Software Engineering, IEEE Computer Society Press, pp.\~475\endash 484. {\field{\...
{\*\bkmkend ManifoldArchitecture}}\par
{{\*\bkmkstart PACAMODEUS}{Nigay, L. and Coutaz, J., 1991. Building User Interfaces: Organizing Software Agents. In: Esprit'91 Conference Proceedings, ACM Press, New York, NY, pp.\~707\endash 719. {\field{\*\fldinst { HYPERLINK http://citeseer.nj.nec...
{\*\bkmkend PACAMODEUS}}\par
{{\*\bkmkstart InterlocusActivityAwareness}{Nomura, T., Hayashi, K., Hazama, T., and Gudmundson, S., 1998. Interlocus: Workspace Configuration Mechanisms for Activity Awareness. ACM Press, New York, NY, pp.\~19\endash 28.}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bundle/Padre/Plugin.pm view on Meta::CPAN
Padre::Plugin::ClassSniff
Padre::Plugin::CommandLine
Padre::Plugin::Cookbook
Padre::Plugin::DataWalker
Padre::Plugin::Debugger
view all matches for this distribution
view release on metacpan or search on metacpan
Errno
FreezeThaw
CGI::Cookie 1.20
Storable 2.08
Apache::Session 1.53
view all matches for this distribution
view release on metacpan or search on metacpan
Apache::DBI
Apache::Test - may need to put Apache's 'httpd' and 'apxs' into $PATH before installing
Apache::Cookie - may need to put Apache's 'httpd' and 'apxs' into $PATH before installing
Apache::Request - libapreq
AppConfig - Should be installed with TT, but sometimes not?
view all matches for this distribution
view release on metacpan or search on metacpan
"Finance::Loan::Repayment" : "1.5",
"Finance::Salary::Rate" : "0.001",
"Finance::Tax::Aruba" : "0.009",
"FindBin" : "0",
"Getopt::Long" : "0",
"HTTP::Cookies" : "0",
"HTTP::Daemon::SSL" : "0",
"HTTP::Request" : "0",
"HTTP::Request::Params" : "0",
"IO::All" : "0",
"IO::Socket::SSL" : "0",
view all matches for this distribution
view release on metacpan or search on metacpan
lib/WWW/Scraper/BAJobs.pm view on Meta::CPAN
use WWW::Scraper(qw(1.48 generic_option addURL trimTags));
use WWW::Scraper::FieldTranslation;
use LWP::UserAgent;
use HTML::Form;
use HTTP::Cookies;
# As of 2002.01.26, this is what BAJobs "Refine your search" <FORM> looks like.
#<form action="/jobseeker/usersearch.jsp" method=post>
# <input type="hidden" name="searchKeywordsMethod" value=1>
# <input type="hidden" name="wholeWord" value="true">
view all matches for this distribution
view release on metacpan or search on metacpan
t/test1.xml view on Meta::CPAN
<issueBackground><![CDATA[The TRACE method is designed for diagnostic purposes. If enabled, the web server will respond to requests which use the TRACE method by echoing in its response the exact request which was recieved.<br><br>Although this b...
<remediationBackground><![CDATA[The TRACE method should be disabled on the web server.]]></remediationBackground>
<requestresponse>
<request><![CDATA[TRACE / HTTP/1.0
Host: 192.168.163.128
Cookie: 5f14521172325ac3
]]></request>
<response><![CDATA[HTTP/1.1 200 OK
Date: Mon, 12 Oct 2009 14:26:36 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-bt0 with Suhosin-Patch mod_perl/2.0.4 Perl/v5.10.0
Connection: close
Content-Type: message/http
TRACE / HTTP/1.0
Host: 192.168.163.128
Cookie: 5f14521172325ac3
]]></response>
</requestresponse>
</issue>
<issue>
view all matches for this distribution
view release on metacpan or search on metacpan
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
view all matches for this distribution