Group
Extension

Matches 35358

AnyEvent-MPV ( M/ML/MLEHMANN/AnyEvent-MPV-1.03.tar.gz, MLEHMANN, 2023; MetaCPAN )
AnyEvent-MPV/MPV.pm ( view source; MetaCPAN )
nication channel between it and
the F<mpv> process.

It then speaks the somewhat JSON-looking (but not really being JSON)
protocol that F<mpv> implements to both send it commands, decode and
handle re
D() { 2**52 }

our $JSON = eval { require JSON::XS; JSON::XS:: }
          || do  { require JSON::PP; JSON::PP:: };

our $JSON_ENCODER = $JSON->new->utf8;
our $JSON_DECODER = $JSON->new->latin1;

our 
;

            if ("{" eq substr $1, 0, 1) {
               eval {
                  my $reply = $JSON_DECODER->decode ($1);

                  if (defined (my $event = delete $reply->{event})) {
    
Data-Password-zxcvbn-AuthorTools ( D/DA/DAKKAR/Data-Password-zxcvbn-AuthorTools-1.0.2.tar.gz, DAKKAR, 2023; MetaCPAN )
Data-Password-zxcvbn-AuthorTools/lib/Data/Password/zxcvbn/AuthorTools.pm ( view source; MetaCPAN )
k at its source to see how to use it

=item C<zxcvbn-build-names-data-fb-leak>

this script takes JSON files containing first/last names from a
Facebook dump, and produces text files that can be used 
Compress-Stream-Zstd ( P/PM/PMQS/Compress-Stream-Zstd-0.206.tar.gz, PMQS, 2023; MetaCPAN )
Compress-Stream-Zstd/ext/zstd/lib/zdict.h ( view source; MetaCPAN )
gle sample, since it is small. But, if you are compressing
 * many similar files, like a bunch of JSON records that share the same
 * structure, you can train a dictionary on ahead of time on some sam
Data-Password-zxcvbn ( D/DA/DAKKAR/Data-Password-zxcvbn-1.1.2.tar.gz, DAKKAR, 2023; MetaCPAN )
Data-Password-zxcvbn/lib/Data/Password/zxcvbn/Match/Date.pm ( view source; MetaCPAN )
ions {
    return [ 'Avoid dates and years that are associated with you' ];
}


around fields_for_json => sub {
    my ($orig,$self) = @_;
    ( $self->$orig(), qw(year separator) )
};

1;

__END__

=
>

=head2 C<feedback_suggestions>

This class suggests not using dates.

=head2 C<fields_for_json>

The JSON serialisation for matches of this class will contain C<token
i j guesses guesses_log10 year
TableData-Quote-JamesFT ( P/PE/PERLANCAR/TableData-Quote-JamesFT-0.003.tar.gz, PERLANCAR, 2023; MetaCPAN )
TableData-Quote-JamesFT/lib/TableData/Quote/JamesFT.pm ( view source; MetaCPAN )
rl-Tables-Quotes-JamesFT>.

=head1 SEE ALSO

Source: L<https://github.com/JamesFT/Database-Quotes-JSON> (Jan 23, 2017
version).

=head1 AUTHOR

perlancar <perlancar@cpan.org>

=head1 CONTRIBUTING


To
Data-Password-zxcvbn ( D/DA/DAKKAR/Data-Password-zxcvbn-1.1.2.tar.gz, DAKKAR, 2023; MetaCPAN )
Data-Password-zxcvbn/lib/Data/Password/zxcvbn/Match/Spatial.pm ( view source; MetaCPAN )
ggestions {
    return [ 'Use a longer keyboard pattern with more turns' ];
}


around fields_for_json => sub {
    my ($orig,$self) = @_;
    ( $self->$orig(), qw(graph_name shifted_count turns) )
};
d patterns are easy to guess,
and to use longer and less straight ones.

=head2 C<fields_for_json>

The JSON serialisation for matches of this class will contain C<token
i j guesses guesses_log10 grap
Data-Password-zxcvbn ( D/DA/DAKKAR/Data-Password-zxcvbn-1.1.2.tar.gz, DAKKAR, 2023; MetaCPAN )
Data-Password-zxcvbn/lib/Data/Password/zxcvbn/Match.pm ( view source; MetaCPAN )
 fields_for_json { qw(token i j guesses guesses_log10) }
sub TO_JSON {
    my ($self) = @_;
    return {
        class => ref($self),
        map { $_ => $self->$_ } $self->fields_for_json,
    };
}

=back

=head2 C<TO_JSON>

=head2 C<fields_for_json>

Matches can be serialised to JSON. The serialisation will be a
dictionary with all the fields returned by L<< /C<fields_for_json>
>>. By default, i
Data-Password-zxcvbn ( D/DA/DAKKAR/Data-Password-zxcvbn-1.1.2.tar.gz, DAKKAR, 2023; MetaCPAN )
Data-Password-zxcvbn/lib/Data/Password/zxcvbn.pm ( view source; MetaCPAN )
 against the L<Python
port's|https://github.com/dwolfhub/zxcvbn-python>
F<password_expected_value.json> test. When the dictionaries contain
exactly the same data (including some words that are loaded 
s

=back

All the objects in the returned value can be serialised to JSON, if
you set C<convert_blessed> or equivalent in your JSON library.

=head3 Options

  my $strength = password_strength($passwo
Plack-Middleware-Auth-JWT ( D/DO/DOMM/Plack-Middleware-Auth-JWT-0.907.tar.gz, DOMM, 2023; MetaCPAN )
Plack-Middleware-Auth-JWT/lib/Plack/Middleware/Auth/JWT.pm ( view source; MetaCPAN )
package Plack::Middleware::Auth::JWT;

# ABSTRACT: Token-based Auth (aka Bearer Token) using JSON Web Tokens (JWT)
our $VERSION = '0.907'; # VERSION

use 5.010;
use strict;
use warnings;
use parent qw
_name token_query_name _env);
use Plack::Request;
use Crypt::JWT 0.020 qw(decode_jwt);
use JSON qw(encode_json);

sub prepare_app {
    my $self = shift;

    # some defaults
    $self->psgix_claims('
nv->{HTTP_ACCEPT} =~ m{application/json}i ) {
        my $ident = $body =~/exp claim check failed/ ? 'token_expired' : 'token_invalid';
        my $data = encode_json({
            ident=>$ident,
    
Bencher-Scenario-String-PodQuote ( P/PE/PERLANCAR/Bencher-Scenario-String-PodQuote-0.002.tar.gz, PERLANCAR, 2023; MetaCPAN )
Bencher-Scenario-String-PodQuote/lib/Bencher/Scenario/String/PodQuote.pm ( view source; MetaCPAN )
< Linux version 5.4.0-91-generic >>.

Benchmark with C<< bencher -m String::PodQuote --env-hashes-json '[{"PERL5OPT":"-Iarchive/String-PodQuote-0.002/lib"},{"PERL5OPT":"-Iarchive/String-PodQuote-0.003
Data-Password-zxcvbn ( D/DA/DAKKAR/Data-Password-zxcvbn-1.1.2.tar.gz, DAKKAR, 2023; MetaCPAN )
Data-Password-zxcvbn/lib/Data/Password/zxcvbn/Match/Regex.pm ( view source; MetaCPAN )
      'Avoid years that are associated with you' )
            : (),
    ];
}


around fields_for_json => sub {
    my ($orig,$self) = @_;
    ( $self->$orig(), qw(regex_name) )
};

1;

__END__

=pod
ing recent years. At the moment, there's no
feedback for other regexes.

=head2 C<fields_for_json>

The JSON serialisation for matches of this class will contain C<token
i j guesses guesses_log10 rege
Whim ( J/JM/JMAC/Whim-1.2023.04.06.0.tar.gz, JMAC, 2023; MetaCPAN )
Whim/README.pod ( view source; MetaCPAN )
meeting given criteria, and display the results as a human-readable summary.

(It I<should> offer JSON output as well, but alas it does not right now.)

This command also lets you view and modify a bl
Data-Password-zxcvbn ( D/DA/DAKKAR/Data-Password-zxcvbn-1.1.2.tar.gz, DAKKAR, 2023; MetaCPAN )
Data-Password-zxcvbn/lib/Data/Password/zxcvbn/Match/Sequence.pm ( view source; MetaCPAN )
elta;
    }
    $update->($i,$length-1,$last_delta);

    return \@matches;
}


around fields_for_json => sub {
    my ($orig,$self) = @_;
    ( $self->$orig(), qw(ascending) )
};

1;

__END__

=pod

nces of characters whose codepoints
increase or decrease by a constant.

=head2 C<fields_for_json>

The JSON serialisation for matches of this class will contain C<token
i j guesses guesses_log10 asce
Whim ( J/JM/JMAC/Whim-1.2023.04.06.0.tar.gz, JMAC, 2023; MetaCPAN )
Whim/lib/Whim/Command/query.pm ( view source; MetaCPAN )
 blocklist-management stuff should really have its own command.
(GitHub issue #32)

This should be able to output JSON representations of webmentions
(GitHub issue #8)

=head1 SEE ALSO

L<whim>

=cut
Data-Password-zxcvbn ( D/DA/DAKKAR/Data-Password-zxcvbn-1.1.2.tar.gz, DAKKAR, 2023; MetaCPAN )
Data-Password-zxcvbn/lib/Data/Password/zxcvbn/Match/Dictionary.pm ( view source; MetaCPAN )
 '@' instead of 'a' don't help very much};
    }

    return \@suggestions;
}


around fields_for_json => sub {
    my ($orig,$self) = @_;
    ( $self->$orig(), qw(dictionary_name reversed rank substi
cters"
substitutions, and writing things backwards are not very useful.

=head2 C<fields_for_json>

The JSON serialisation for matches of this class will contain C<token
i j guesses guesses_log10 dict
Affix ( S/SA/SANKO/Affix-0.11.tar.gz, SANKO, 2023; MetaCPAN )
Affix/builder/Affix.pm ( view source; MetaCPAN )
r splitpath curdir/;
use Getopt::Long 2.36     qw/GetOptionsFromArray/;
use JSON::PP 2            qw/encode_json decode_json/;
use HTTP::Tiny;
use Path::Tiny;
use Archive::Tar;
use IO::File;
use IO::U

    return do { local $/; <$fh> };
}

sub get_meta {
    my ($metafile) = grep { -e $_ } qw/META.json META.yml/ or die "No META information provided\n";
    return CPAN::Meta->load_file($metafile);
}
 = @_;
        rmtree( $_, $opt{verbose} ) for qw/blib temp Build _build_params MYMETA.yml MYMETA.json/;
        return 0;
    }
);

sub Build {
    my $action = @ARGV && $ARGV[0] =~ /\A\w+\z/ ? shift
WWW-OneAll ( B/BI/BINARY/WWW-OneAll-0.03.tar.gz, BINARY, 2023; MetaCPAN )
WWW-OneAll/lib/WWW/OneAll.pm ( view source; MetaCPAN )
ontent-Type'} = 'application/json' if %params;
    my @extra = %params ? (json => \%params) : ();
    my $tx    = $ua->build_tx($method => $self->{endpoint} . $url . '.json' . $query_params => $header
ept('application/json');

    $tx = $ua->start($tx);
    if ($tx->res->headers->content_type and $tx->res->headers->content_type =~ 'application/json') {
        return $tx->res->json;
    }
    if (!
Search-ElasticDirect ( M/MP/MPOURASG/Search-ElasticDirect-2.5.2.tar.gz, MPOURASG, 2023; MetaCPAN )
Search-ElasticDirect/lib/Search/ElasticDirect.pm ( view source; MetaCPAN )
;
use URI::Escape;
use Cpanel::JSON::XS;

my $json = Cpanel::JSON::XS->new;
$json->allow_bignum(1);
$json->allow_blessed(1);
$json->canonical(0);
$json->pretty(0);
$json->utf8(1);

my $first_doc= 1;
m
   => '_cat/health',
  param         => '',
  send_data     => '',
  format        => 'data' # json, json_pretty, yaml, txt, data
	};

# Set properties from arguments

  for (my($i,$j)=(0,1); $i < sca
bj->{connect}->request('GET', "$obj->{url}/_cat/nodes?format=json&pretty=false&h=name,master", {headers=> {'Content-Type'=>'application/json'}});
$obj->{error}=0;

  unless ($response->{success}) {
  
Slovo ( B/BE/BEROV/Slovo-2023.03.22.tar.gz, BEROV, 2023; MetaCPAN )
Slovo/lib/Slovo/Controller/Stranici.pm ( view source; MetaCPAN )
mns;
  my $list = $c->stranici->all_for_list($user, $c->stash('domain')->{domain},
    $preview, $c->language, $in);
  return $c->render(($mode eq 'development' ? 'openapi' : 'json') => $list);
}

1;
PDL-OpenCV ( E/ET/ETJ/PDL-OpenCV-0.001.tar.gz, ETJ, 2023; MetaCPAN )
PDL-OpenCV/GENERATED/PDL/OpenCV.pm ( view source; MetaCPAN )
V.pm"



#line 394 "./genpp.pl"

=head1 METHODS for PDL::OpenCV::FileStorage


=for ref

XML/YAML/JSON file storage class that encapsulates all the information necessary for writing or
reading data to
ring to read the data from.
     Extension of the file (.xml, .yml/.yaml or .json) determines its format (XML, YAML or JSON
     respectively). Also you can append .gz to work with compressed files, f
.). A file name can also contain parameters.
     You can use this format, "*?base64" (e.g. "file.json?base64" (case sensitive)), as an alternative to
     FileStorage::BASE64 flag.

=item flags

Mode

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