Group
Extension

Matches 35359

MarpaX-Grammar-GraphViz2 ( R/RS/RSAVAGE/MarpaX-Grammar-GraphViz2-2.00.tgz, RSAVAGE, 2016; MetaCPAN )
MarpaX-Grammar-GraphViz2/scripts/find.grammars.pl ( view source; MetaCPAN )
hareDir;

# --------------

my($app_name) = 'MarpaX-Grammar-GraphViz2';
my($bnf_name) = shift || 'json.1';
$bnf_name     .= '.bnf';
my($path)     = File::ShareDir::dist_file($app_name, $bnf_name);

pr
Dancer-SearchApp ( C/CO/CORION/Dancer-SearchApp-0.06.tar.gz, CORION, 2016; MetaCPAN )
Dancer-SearchApp/lib/CORION/Apache/Tika/Connection.pm ( view source; MetaCPAN )
on;
use strict;
use Moo::Role;
use JSON::XS;
use vars qw($VERSION);
$VERSION = '0.06';

sub decode_response {
    my( $self, $body ) = @_;
    
    return decode_json( $body );
}

sub process_response
nd $code <= 209 ) {
        if ( defined $body and length $body ) {
            # Let's hope it's JSON
            $body = $self->decode_response($body)
                if $is_encoded;
            ret
Dancer-SearchApp ( C/CO/CORION/Dancer-SearchApp-0.06.tar.gz, CORION, 2016; MetaCPAN )
Dancer-SearchApp/lib/CORION/Apache/Tika/Connection/AEHTTP.pm ( view source; MetaCPAN )
(
                  "Content-Length" => $content_size,
                  "Accept" => 'application/json,text/plain',
                  @headers
                 );

    my $p = deferred;
    http_reque
Dancer-SearchApp ( C/CO/CORION/Dancer-SearchApp-0.06.tar.gz, CORION, 2016; MetaCPAN )
Dancer-SearchApp/bin/index-filesystem.pl ( view source; MetaCPAN )
lib';
use Apache::Tika::Server;
use Dancer::SearchApp::HTMLSnippet;

use JSON::MaybeXS;
my $true = JSON->true;
my $false = JSON->false;

=head1 USAGE

  # index a directory and its subdirectories
  in
Dancer-SearchApp ( C/CO/CORION/Dancer-SearchApp-0.06.tar.gz, CORION, 2016; MetaCPAN )
Dancer-SearchApp/pod/todo.pod ( view source; MetaCPAN )
-file '/etc/passwd' --html '<html><pre>machine user list password</pre></html>'

    submit-url --json '{ url: "", "content" : "", ... }'

This allows for custom handling of single entries

Detect "ge
IdcheckioPerl-Client ( D/DJ/DJAGOUDEL/IdcheckioPerl-Client-1.0.3.1.tar.gz, DJAGOUDEL, 2016; MetaCPAN )
IdcheckioPerl-Client/lib/IdcheckioPerl/Client/Object/CheckSummaryOfTheSubmittedDocument.pm ( view source; MetaCPAN )
heckSummaryOfTheSubmittedDocument;

require 5.6.0;
use strict;
use warnings;
use utf8;
use JSON qw(decode_json);
use Data::Dumper;
use Module::Runtime qw(use_module);
use Log::Any qw($log);
use Date::
# return perl hash
sub to_hash {
    return decode_json(JSON->new->convert_blessed->encode( shift ));
}

# used by JSON for serialization
sub TO_JSON {
    my $self = shift;
    my $_data = {};
    fo
 deserialize the data
    while ( my ($_key, $_type) = each %{$self->swagger_types} ) {
    	my $_json_attribute = $self->attribute_map->{$_key};
        if ($_type =~ /^array\[/i) { # array
         
WebService-DigitalOcean ( A/AN/ANDRE/WebService-DigitalOcean-0.026.tar.gz, ANDRE, 2016; MetaCPAN )
WebService-DigitalOcean/lib/WebService/DigitalOcean/Role/UserAgent.pm ( view source; MetaCPAN )
t;
# ABSTRACT: User Agent Role for DigitalOcean WebService
use Moo::Role;
use LWP::UserAgent;
use JSON ();
use DateTime;
use Types::Standard qw/is_HashRef/;
use utf8;

our $VERSION = '0.026'; # VERSIO
 = (
        'Authorization' => 'Bearer ' . $self->token,
        'Content-Type'  => 'application/json; charset=utf-8',
    );

    my $ua = LWP::UserAgent->new(
        agent           => 'WebService
 ) = @_;

    my $full_url     = $self->api_base_url . $uri;
    my $encoded_data = $data ? JSON::encode_json($data) : undef;
    my $headers      = undef;

    return HTTP::Request->new( $method, $fu
IdcheckioPerl-Client ( D/DJ/DJAGOUDEL/IdcheckioPerl-Client-1.0.3.1.tar.gz, DJAGOUDEL, 2016; MetaCPAN )
IdcheckioPerl-Client/lib/IdcheckioPerl/Client/Object/ControlGroup.pm ( view source; MetaCPAN )
erl::Client::Object::ControlGroup;

require 5.6.0;
use strict;
use warnings;
use utf8;
use JSON qw(decode_json);
use Data::Dumper;
use Module::Runtime qw(use_module);
use Log::Any qw($log);
use Date::
# return perl hash
sub to_hash {
    return decode_json(JSON->new->convert_blessed->encode( shift ));
}

# used by JSON for serialization
sub TO_JSON { 
    my $self = shift;
    my $_data = {};
    f
 deserialize the data
    while ( my ($_key, $_type) = each %{$self->swagger_types} ) {
    	my $_json_attribute = $self->attribute_map->{$_key}; 
        if ($_type =~ /^array\[/i) { # array
        
IdcheckioPerl-Client ( D/DJ/DJAGOUDEL/IdcheckioPerl-Client-1.0.3.1.tar.gz, DJAGOUDEL, 2016; MetaCPAN )
IdcheckioPerl-Client/lib/IdcheckioPerl/Client/Object/GenericData.pm ( view source; MetaCPAN )
Perl::Client::Object::GenericData;

require 5.6.0;
use strict;
use warnings;
use utf8;
use JSON qw(decode_json);
use Data::Dumper;
use Module::Runtime qw(use_module);
use Log::Any qw($log);
use Date::
# return perl hash
sub to_hash {
    return decode_json(JSON->new->convert_blessed->encode( shift ));
}

# used by JSON for serialization
sub TO_JSON { 
    my $self = shift;
    my $_data = {};
    f
 deserialize the data
    while ( my ($_key, $_type) = each %{$self->swagger_types} ) {
    	my $_json_attribute = $self->attribute_map->{$_key}; 
        if ($_type =~ /^array\[/i) { # array
        
Mojolicious-Command-generate-routes_restsful ( B/BY/BYTEROCK/Mojolicious-Command-generate-routes_restsful-0.02.tar.gz, BYTEROCK, 2016; MetaCPAN )
Mojolicious-Command-generate-routes_restsful/lib/Mojolicious/Command/generate/routes_restsful.pm ( view source; MetaCPAN )
ld').", Child_id=".$self->param('child_id'))
  #  if ($self->param('child'));
 
   $self->render( json => {'<%=$class %>-<%=$action%>'=>'Stub!',id=>$self->param('id'),child_id=>$self->param('child_id'
Dancer-SearchApp ( C/CO/CORION/Dancer-SearchApp-0.06.tar.gz, CORION, 2016; MetaCPAN )
Dancer-SearchApp/bin/index-url.pl ( view source; MetaCPAN )
s/Corion/Projekte/Apache-Tika-Async/lib';
use Apache::Tika::Server;

use JSON::MaybeXS;
my $true = JSON->true;
my $false = JSON->false;

=head1 USAGE

  # index a directory and its subdirectories
  in
Dancer-SearchApp ( C/CO/CORION/Dancer-SearchApp-0.06.tar.gz, CORION, 2016; MetaCPAN )
Dancer-SearchApp/bin/index-ical.pl ( view source; MetaCPAN )
ndex %indices %analyzers );
use Dancer::SearchApp::Utils qw(await);

use JSON::MaybeXS;
my $true = JSON->true;
my $false = JSON->false;

GetOptions(
    'force|f' => \my $force_rebuild,
    'config|c:
WWW-ModulrFinance ( F/FA/FAYLAND/WWW-ModulrFinance-0.02.tar.gz, FAYLAND, 2016; MetaCPAN )
WWW-ModulrFinance/lib/WWW/ModulrFinance.pm ( view source; MetaCPAN )
MAC_SHA1 qw(hmac_sha1);
use MIME::Base64;
use URI::Escape qw/uri_escape/;
use Carp qw/croak/;
use JSON;

sub new {
    my $class = shift;
    my %params = @_ % 2 ? %{$_[0]} : @_;

    $params{api_key}
ncode_json($data)) if $data;

    # print Dumper(\$req); use Data::Dumper;

    my $res = $self->{ua}->request($req);
    if ($res->header('Content-Type') =~ 'json') {
        return decode_json($res-
="hmac-sha1",headers="date x-mod-nonce",signature="$sig"~,
        "Content-Type" => "application/json;charset=UTF-8",
    ];
}

1;
__END__

=encoding utf-8

=head1 NAME

WWW::ModulrFinance - Modulr A
IdcheckioPerl-Client ( D/DJ/DJAGOUDEL/IdcheckioPerl-Client-1.0.3.1.tar.gz, DJAGOUDEL, 2016; MetaCPAN )
IdcheckioPerl-Client/lib/IdcheckioPerl/Client/Object/Mrz.pm ( view source; MetaCPAN )
dcheckioPerl::Client::Object::Mrz;

require 5.6.0;
use strict;
use warnings;
use utf8;
use JSON qw(decode_json);
use Data::Dumper;
use Module::Runtime qw(use_module);
use Log::Any qw($log);
use Date::
# return perl hash
sub to_hash {
    return decode_json(JSON->new->convert_blessed->encode( shift ));
}

# used by JSON for serialization
sub TO_JSON { 
    my $self = shift;
    my $_data = {};
    f
 deserialize the data
    while ( my ($_key, $_type) = each %{$self->swagger_types} ) {
    	my $_json_attribute = $self->attribute_map->{$_key}; 
        if ($_type =~ /^array\[/i) { # array
        
MobileDetect ( S/SE/SENGER/MobileDetect-1.21.tar.gz, SENGER, 2016; MetaCPAN )
MobileDetect/lib/MobileDetect.pm ( view source; MetaCPAN )
nghita/Mobile-Detect/blob/master/Mobile_Detect.json
#
use 5.006;
use strict;
no strict "subs";
use warnings FATAL => 'all';
no warnings qw/misc/;
use JSON;
use LWP::Protocol::https;
use LWP::UserAgent
;
use constant JSON_REMOTE_FILE 	=> 'https://raw.githubusercontent.com/serbanghita/Mobile-Detect/master/Mobile_Detect.json';
use constant JSON_LOCAL_FILE 	=> '/var/tmp/Mobile_Detect.json';
use constan
 detect_mobile_ua);

sub new {
	my($class, %args) = @_;
	my $self 		= bless({}, $class);
	my $json 		= JSON->new();
	my $filestamp	= 0;
	my $filesize	= 0; 
	my %hashfile;
	my $hash;
	
	if (-e HASH_LOC
Dist-Zilla-Plugin-Test-ReportMetadata ( P/PJ/PJFL/dist-zilla-plugin-test-reportmetadata/Dist-Zilla-Plugin-Test-ReportMetadata-0.5.1.tar.gz, PJFL, 2016; MetaCPAN )
Dist-Zilla-Plugin-Test-ReportMetadata/lib/Dist/Zilla/Plugin/Test/ReportMetadata.pm ( view source; MetaCPAN )
 dynamic prereqs to the included modules list (if we can)
my ($source)      = grep { -f } 'MYMETA.json', 'MYMETA.yml';

if ($source and $has_cpan_meta) {
   if (my $meta = eval { CPAN::Meta->load_file
Dancer-SearchApp ( C/CO/CORION/Dancer-SearchApp-0.06.tar.gz, CORION, 2016; MetaCPAN )
Dancer-SearchApp/lib/Dancer/SearchApp.pm ( view source; MetaCPAN )
kely, manually encoding to JSON would be the saner approach
# instead of globally setting a serializer for all routes.
set 'serializer' => 'JSON';

get '/suggest/:query.json' => sub {
    my( $q ) = p
Dancer-SearchApp ( C/CO/CORION/Dancer-SearchApp-0.06.tar.gz, CORION, 2016; MetaCPAN )
Dancer-SearchApp/lib/CORION/Apache/Tika.pm ( view source; MetaCPAN )
package CORION::Apache::Tika;
use strict;
use Moo;
use JSON::XS qw(decode_json);

use vars '$VERSION';
$VERSION = '0.06';

=head1 NAME

CORION::Apache::Tika - connect to Apache::Tika

=head1 SYNOPSIS
 @_;
    $line =~ m!"([^"]+)"!g;
}

sub get_meta {
    my( $self, $file )= @_;
    #return decode_json($self->fetch( filename => $file, type => 'meta' ));
    # Hacky CSV-to-hash decode :-/
    return
WebService-DigitalOcean ( A/AN/ANDRE/WebService-DigitalOcean-0.026.tar.gz, ANDRE, 2016; MetaCPAN )
WebService-DigitalOcean/lib/WebService/DigitalOcean.pm ( view source; MetaCPAN )
s the DigitalOcean RESTful API (v2)
use Moo;
use Types::Standard qw/Str/;
use LWP::UserAgent;
use JSON ();
use DateTime;
use utf8;

with
    'WebService::DigitalOcean::Role::UserAgent',
    'WebServic
Plack-Middleware-AccessLog-Structured-ZeroMQ ( M/MS/MSTOCK/Plack-Middleware-AccessLog-Structured-ZeroMQ-0.001001.tar.gz, MSTOCK, 2016; MetaCPAN )
Plack-Middleware-AccessLog-Structured-ZeroMQ/lib/Plack/Middleware/AccessLog/Structured/ZeroMQ.pm ( view source; MetaCPAN )
AccessLog::Structured::ZeroMQ is a
L<Plack::Middleware|Plack::Middleware> which sends structured, JSON-encoded log
messages into a ZeroMQ message queue. It is a subclass of
L<Plack::Middleware::Access

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.