Group
Extension

Matches 35358

Daje-Generate ( J/JA/JANESKIL/Tools/Daje-Generate-0.09.tar.gz, JANESKIL, 2024; MetaCPAN )
Daje-Generate/lib/Daje/Generate/Perl/PerlManager.pm ( view source; MetaCPAN )
lf->json->{tables}};
        for (my $i = 0; $i < $length; $i++) {
            $self->_generate_table_class(@{$self->json->{tables}}[$i]);
            $self->_generate_interface_class(@{$self->json->{

        }
        $length = scalar $self->json->{views};
        for (my $i = 0; $i < $length; $i++) {
            $self->_generate_view_class(@{$self->json->{views}}[$i]);
        }
        return 1
 = $self->template();
        my $class = Daje::Generate::Perl::Generate::Class->new(
            json     => $table->{table},
            methods  => $methods,
            template => $template,
    
UserAgent-Any ( M/MA/MATHIAS/Dist-Setup/UserAgent-Any-0.05.tar.gz, MATHIAS, 2024; MetaCPAN )
UserAgent-Any/lib/UserAgent/Any/Response/Impl.pm ( view source; MetaCPAN )
decode
# JSON content (as it’s not in the spec).
has _forced_charset => (
  is => 'ro',
  lazy => 1,
  default => sub ($self) {
    if ($self->header('Content-Type') =~ m{^ application/json \s* ; .*
Amazon-SQS-Client ( B/BI/BIGFOOT/Amazon-SQS-Client-2.0.7.tar.gz, BIGFOOT, 2024; MetaCPAN )
Amazon-SQS-Client/lib/Amazon/SQS/QueueHandler.pm ( view source; MetaCPAN )
est;
use Amazon::SQS::Model::ReceiveMessageRequest;
use Amazon::SQS::Client;
use CGI::Simple;
use JSON;
use List::Util qw(none max);

__PACKAGE__->follow_best_practice;
__PACKAGE__->mk_accessors(
  qw

use parent qw(Class::Accessor::Fast);

our @VALID_MESSAGE_TYPES = qw(
  text/plain
  application/json
  application/x-www-form-urlencoded
);

our $DEFAULT_ENDPOINT_URL = 'https://queue.amazonaws.com'
sage_body
      if $message_type eq 'text/plain';

    return JSON->new->decode($message_body)
      if $message_type eq 'application/json';

    if ( $message_type eq 'application/x-www-form-encoded'
Amazon-SQS-Client ( B/BI/BIGFOOT/Amazon-SQS-Client-2.0.7.tar.gz, BIGFOOT, 2024; MetaCPAN )
Amazon-SQS-Client/share/ListQueues.pm ( view source; MetaCPAN )
ct;
use warnings;

use Amazon::SQS::Model::ListQueuesRequest;
use English qw(-no_match_vars);
use JSON;

use parent qw(Amazon::SQS::Sample);

##########################################################
QueuesResult();
    my $queueUrlList     = $listQueuesResult->getQueueUrl();

    print {*STDOUT} JSON->new->pretty->encode($queueUrlList);
  }

  if ( $response->isSetResponseMetadata() ) {
    my $r
Daje-Generate ( J/JA/JANESKIL/Tools/Daje-Generate-0.09.tar.gz, JANESKIL, 2024; MetaCPAN )
Daje-Generate/lib/Daje/Generate/Perl/Generate/Class.pm ( view source; MetaCPAN )
) {
        my $tpl = $self->template->get_data_section('class');
        my $table_name = $self->json->{table_name};
        my $name_space = $config->{CLASS}->{name_space};
        my $base_name_spa
Amazon-SQS-Client ( B/BI/BIGFOOT/Amazon-SQS-Client-2.0.7.tar.gz, BIGFOOT, 2024; MetaCPAN )
Amazon-SQS-Client/share/CreateQueue.pm ( view source; MetaCPAN )
;
use warnings;

use Amazon::SQS::Model::CreateQueueRequest;

use English qw(-no_match_vars);
use JSON;
use Data::Dumper;

use parent qw(Amazon::SQS::Sample);

########################################
Daje-Generate ( J/JA/JANESKIL/Tools/Daje-Generate-0.09.tar.gz, JANESKIL, 2024; MetaCPAN )
Daje-Generate/lib/Daje/Generate/Perl/Generate/Fields.pm ( view source; MetaCPAN )

       $self->_get_fields();
    }

    method _get_fields() {
        my $column_names = $self->json->{column_names};
        my $length = scalar @{$column_names};
        for (my $i = 0; $i < $leng
Captcha-reCAPTCHA-V3 ( W/WO/WORTHMINE/Captcha-reCAPTCHA-V3-0.06.tar.gz, WORTHMINE, 2024; MetaCPAN )
Captcha-reCAPTCHA-V3/lib/Captcha/reCAPTCHA/V3.pm ( view source; MetaCPAN )
 5.008001;
use strict;
use warnings;

our $VERSION = "0.06";

use Carp qw(carp croak);
use JSON qw(decode_json);
use LWP::UserAgent;

use overload(
    '""'  => sub { $_[0]->name() },
    'cmp' => sub
$ua->post( $self->{'verify_api'}, $params );
    if  ( $res->is_success ) {
        return decode_json( $res->decoded_content );
    } else {
        croak $res->status_line;
    } 
}

sub deny_by_sco
to get I<query_name> so we don't have to care about it.

The response contains JSON so it returns decoded value from JSON.

 unless ( $content->{'success'} ) {
    # code for failing like below
    di
Amazon-SQS-Client ( B/BI/BIGFOOT/Amazon-SQS-Client-2.0.7.tar.gz, BIGFOOT, 2024; MetaCPAN )
Amazon-SQS-Client/bin/create-queue.pl ( view source; MetaCPAN )
e Data::Dumper;
use English qw(-no_match_vars);

use Getopt::Long qw(:config no_ignore_case);
use JSON;
use Pod::Usage;

use Readonly;

Readonly::Scalar our $DEFAULT_MAX_RECEIVE_COUNT                 
ission => 'allowAll' };

  my @attributes = (
    { Name  => 'RedriveAllowPolicy',
      Value => JSON->new->encode($redriveAllowPolicy)
    },
    { Name  => 'VisibilityTimeout',
      Value => $opti
 ) = @_;

  my $dlq_url = $options{dlq_url};

  if ($dlq_url) {

    $options{'redrive-policy'} = JSON->new->encode(
      { deadLetterTargetArn => get_queue_arn( $client, $dlq_url ),
        maxRecei
Amazon-SQS-Client ( B/BI/BIGFOOT/Amazon-SQS-Client-2.0.7.tar.gz, BIGFOOT, 2024; MetaCPAN )
Amazon-SQS-Client/bin/QueueDaemon.pl ( view source; MetaCPAN )
    fixed at 1 currently
 -M, --message-type       mime type of messages (text/plain, application/json, 
                          application/x-www-form-encoded), default: text/plain
 -q, --queue    
App-PasswordManager ( O/OL/OLOOEEZ/App-PasswordManager-1.0.0.tar.gz, OLOOEEZ, 2024; MetaCPAN )
App-PasswordManager/lib/App/PasswordManager.pm ( view source; MetaCPAN )

use JSON;

our $VERSION = '1.0.0';

sub new {
    my ( $class, %args ) = @_;

    my $home_dir = File::HomeDir->my_home;
    my $file     = File::Spec->catfile( $home_dir, '.password_manager.json' );
$self->{data_file}': $!";
        local $/;
        my $json = <$fh>;
        close $fh;
        $self->{passwords} = decode_json($json) if $json;
    }
}

sub _save_passwords {
    my ($self) = @_;
 
', $self->{data_file} or die "Could not open file '$self->{data_file}': $!";
    print $fh encode_json($self->{passwords});
    close $fh;
}

1;
__END__

=encoding utf-8

=head1 NAME

password_manager
Sentry-SDK ( P/PM/PMB/Sentry-SDK-1.3.9.tar.gz, PMB, 2024; MetaCPAN )
Sentry-SDK/lib/Sentry/Envelope.pm ( view source; MetaCPAN )
package Sentry::Envelope;
use Mojo::Base -base, -signatures;

use Mojo::JSON qw(encode_json);

has event_id     => undef;
has headers      => sub ($self) { { event_id => $self->event_id } };
has body 
f->type, sample_rates => $self->sample_rates } };

sub serialize ($self) {
  my @lines = ($self->headers, $self->item_headers, $self->body);
  return join("\n", map { encode_json($_) } @lines);
}

1;
STIX ( G/GD/GDT/STIX-1.01.tar.gz, GDT, 2024; MetaCPAN )
STIX/lib/STIX/Observable/Extension/Socket.pm ( view source; MetaCPAN )

=over

=item $socket_ext->TO_JSON

Helper for JSON encoders.

=item $socket_ext->to_hash

Return the object HASH.

=item $socket_ext->to_string

Encode the object in JSON.

=item $socket_ext->validat
Perinci-CmdLine ( P/PE/PERLANCAR/Perinci-CmdLine-2.000.1.tar.gz, PERLANCAR, 2024; MetaCPAN )
Perinci-CmdLine/lib/Perinci/CmdLine/Manual/FAQ.pod ( view source; MetaCPAN )
 scalars (check at most 5 elements), print
as table.

7) otherwise print as JSON (after cleaning it with L<Data::Clean::JSON>).

YAML and the other formats are not supported.

Table is printed using t
STIX ( G/GD/GDT/STIX-1.01.tar.gz, GDT, 2024; MetaCPAN )
STIX/lib/STIX/Observable/Extension/WindowsPEBinary.pm ( view source; MetaCPAN )
_pe_binary_ext->TO_JSON

Helper for JSON encoders.

=item $windows_pe_binary_ext->to_hash

Return the object HASH.

=item $windows_pe_binary_ext->to_string

Encode the object in JSON.

=item $windows_
pe_binary_ext->validate

Validate the object using JSON Schema (see L<STIX::Schema>).

=back


=head1 SUPPORT

=head2 Bugs / Feature Requests

Please report any bugs or feature requests through the is
STIX ( G/GD/GDT/STIX-1.01.tar.gz, GDT, 2024; MetaCPAN )
STIX/lib/STIX/Observable/Extension/WindowsProcess.pm ( view source; MetaCPAN )
dows_process_ext->TO_JSON

Helper for JSON encoders.

=item $windows_process_ext->to_hash

Return the object HASH.

=item $windows_process_ext->to_string

Encode the object in JSON.

=item $windows_pr
ocess_ext->validate

Validate the object using JSON Schema (see L<STIX::Schema>).

=back


=head1 SUPPORT

=head2 Bugs / Feature Requests

Please report any bugs or feature requests through the issue 
STIX ( G/GD/GDT/STIX-1.01.tar.gz, GDT, 2024; MetaCPAN )
STIX/lib/STIX/Observable/Type/WindowsPESection.pm ( view source; MetaCPAN )
tant SCHEMA =>
    'https://raw.githubusercontent.com/oasis-open/cti-stix2-json-schemas/stix2.1/schemas/observables/file.json#/definitions/windows-pe-section';

use constant PROPERTIES => (qw(
    nam
section_type->TO_JSON

Helper for JSON encoders.

=item $windows_pe_section_type->to_hash

Return the object HASH.

=item $windows_pe_section_type->to_string

Encode the object in JSON.

=item $window
s_pe_section_type->validate

Validate the object using JSON Schema (see L<STIX::Schema>).

=back


=head1 SUPPORT

=head2 Bugs / Feature Requests

Please report any bugs or feature requests through th
STIX ( G/GD/GDT/STIX-1.01.tar.gz, GDT, 2024; MetaCPAN )
STIX/lib/STIX/Observable/Extension/UnixAccount.pm ( view source; MetaCPAN )
m $unix_account_ext->TO_JSON

Helper for JSON encoders.

=item $unix_account_ext->to_hash

Return the object HASH.

=item $unix_account_ext->to_string

Encode the object in JSON.

=item $unix_account_
ext->validate

Validate the object using JSON Schema (see L<STIX::Schema>).

=back


=head1 SUPPORT

=head2 Bugs / Feature Requests

Please report any bugs or feature requests through the issue tracke
STIX ( G/GD/GDT/STIX-1.01.tar.gz, GDT, 2024; MetaCPAN )
STIX/lib/STIX/Observable/Extension/TCP.pm ( view source; MetaCPAN )
TO_JSON

Helper for JSON encoders.

=item $tcp_ext->to_hash

Return the object HASH.

=item $tcp_ext->to_string

Encode the object in JSON.

=item $tcp_ext->validate

Validate the object using JSON Sc
STIX ( G/GD/GDT/STIX-1.01.tar.gz, GDT, 2024; MetaCPAN )
STIX/lib/STIX/Observable/Extension/PDF.pm ( view source; MetaCPAN )
TO_JSON

Helper for JSON encoders.

=item $pdf_ext->to_hash

Return the object HASH.

=item $pdf_ext->to_string

Encode the object in JSON.

=item $pdf_ext->validate

Validate the object using JSON Sc

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