Group
Extension

Matches 35358

Data-Sah ( P/PE/PERLANCAR/Data-Sah-0.917.tar.gz, PERLANCAR, 2024; MetaCPAN )
Data-Sah/lib/Test/Data/Sah.pm ( view source; MetaCPAN )
ut})), "----end result----";
    }
}

sub _decode_json {
    state $json = do {
        require JSON;
        JSON->new->allow_nonref;
    };
    $json->decode(@_);
}

sub run_spectest {
    require F
_schema.json")
        or die "Something's wrong, spectest doesn't contain the correct files";

    my @specfiles;
    {
        local $CWD = "$dir/spectest";
        @specfiles = glob("*.json");
    
  {
        last unless $args{test_normalize_schema};

        for my $file ("00-normalize_schema.json") {
            unless (!@files || grep { $_ eq $file } @files) {
                diag "Skipping 
Dist-Zilla-Plugin-GitHub-Offline ( L/LE/LEONT/Dist-Zilla-Plugin-GitHub-Offline-0.002.tar.gz, LEONT, 2024; MetaCPAN )
Dist-Zilla-Plugin-GitHub-Offline/lib/Dist/Zilla/Plugin/GitHub/Offline.pm ( view source; MetaCPAN )
a GitHub repo's info to META.{yml,json}

__END__

=pod

=encoding UTF-8

=head1 NAME

Dist::Zilla::Plugin::GitHub::Offline - Add a GitHub repo's info to META.{yml,json}

=head1 VERSION

version 0.002
t::Zilla plugin adds some information about the distribution's GitHub
repository to the META.{yml,json} files, using the official L<CPAN::Meta>
specification. It's similar to the C<[GitHub::Meta]> plu
Data-Sah ( P/PE/PERLANCAR/Data-Sah-0.917.tar.gz, PERLANCAR, 2024; MetaCPAN )
Data-Sah/lib/Data/Sah.pm ( view source; MetaCPAN )
ction)"> for more
details on arguments.

=head1 FAQ

See also L<Sah::FAQ>.

=head2 Comparison to {JSON::Schema, Data::Rx, Data::FormValidator, ...}?

See L<Sah::FAQ>.

=head2 Why is it so slow?

You p
is very fast, although minimal. L<Data::Rx>, L<Kwalify>,
L<Data::Verifier>, L<Data::Validator>, L<JSON::Schema>, L<Validation::Class>.

For Moo/Mouse/Moose stuffs: L<Moose> type system, L<MooseX::Para
GrabzItClient ( G/GR/GRABZIT/GrabzItClient-3.5.6.zip, GRABZIT, 2024; MetaCPAN )
GrabzItClient/GrabzIt/GrabzItTableOptions.pm ( view source; MetaCPAN )
eturn $self->{"tableNumberToInclude"};
}

#
# The format the table should be in: csv, xlsx or json
#
sub format
{
    my $self = shift;   
    if (scalar(@_) == 1)
    {
        $self->{"fo
t every table on the web page into a separate spreadsheet sheet. Only available with the XLSX and JSON formats
#
sub includeAllTables
{
    my $self = shift;   
    if (scalar(@_) == 1)
    {
 
App-bsky ( S/SA/SANKO/App-bsky-0.04.tar.gz, SANKO, 2024; MetaCPAN )
App-bsky/lib/App/bsky.pm ( view source; MetaCPAN )
  use open qw[:std :encoding(UTF-8)];
    $|++;

    class App::bsky::CLI {
        use JSON::Tiny qw[/code_json/];
        use Path::Tiny;
        use File::HomeDir;
        use Getopt::Long qw[GetOp
et_config() {
            $config = decode_json $config_file->slurp_utf8;
        }
        method put_config() { $config_file->spew_utf8( JSON::Tiny::to_json $config ); }

        sub _wrap_and_inden
     }

        method cmd_showprofile (@args) {
            GetOptionsFromArray( \@args, 'json!' => \my $json, 'handle|H=s' => \my $handle );
            return $self->cmd_help('show-profile') if sca
Lingua-JA-Moji ( B/BK/BKB/Lingua-JA-Moji-0.60.tar.gz, BKB, 2024; MetaCPAN )
Lingua-JA-Moji/lib/Lingua/JA/Moji.pm ( view source; MetaCPAN )
 '0.60';

use Carp 'croak';
use Convert::Moji qw/make_regex length_one unambiguous/;
use JSON::Parse 'read_json';

our @EXPORT_OK = qw/
    InHankakuKatakana
    InKana
    InWideAscii
    ascii2wide
0.0) related

my $hentai_file = __FILE__;
$hentai_file =~ s!\.pm$!/!;
$hentai_file .= "hentaigana.json";
# Hentai to hiragana (one to one)
my %hen2hi;
# Hiragana to hentai (one to many)
my %hi2hen;
# 
na to hentai regex
my $hi2hen_re;
# Hentai data
my $hendat;

sub load_hentai
{
    $hendat = read_json ($hentai_file);
    for my $h (@$hendat) {
	my $hi = $h->{hi};
	my $hen = chr ($h->{u});
	$hen2hi
Acme-CPANModules-DumpingDataForDebugging ( P/PE/PERLANCAR/Acme-CPANModules-DumpingDataForDebugging-0.002.tar.gz, PERLANCAR, 2024; MetaCPAN )
Acme-CPANModules-DumpingDataForDebugging/lib/Acme/CPANModules/DumpingDataForDebugging.pm ( view source; MetaCPAN )
ould though.

_
        },

        {
            module=>'JSON::Color',
            tags => ['json'],
            description => <<'_',

JSON is a limited format; it cannot represent many things that
ts
e.g. globs, circular references, or even ASCII NUL. But if you are working only
with JSON-able data, this JSON dumping module adds color output.

_
        },

        {
            module=>'YAML::
daily coding activities. I probably should though.


=item L<JSON::Color>

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

JSON is a limited format; it cannot represent many things that Pe
Data-Sah ( P/PE/PERLANCAR/Data-Sah-0.917.tar.gz, PERLANCAR, 2024; MetaCPAN )
Data-Sah/lib/Data/Sah/Compiler/Prog.pm ( view source; MetaCPAN )
   state $json = do {
            require JSON;
            JSON->new->allow_nonref;
        };
        my $clset = $cd->{clset};
        my $cl    = $cd->{clause};
        my $res   = $json->encode({
JavaScript-QuickJS ( F/FE/FELIPE/JavaScript-QuickJS-0.21.tar.gz, FELIPE, 2024; MetaCPAN )
JavaScript-QuickJS/lib/JavaScript/QuickJS.pm ( view source; MetaCPAN )
e) contains JSON. Perl’s popular JSON encoders
output byte strings by default, but as noted above, C<eval()> and
C<eval_module()> need I<character> strings. So either configure your
JSON encoder to 
output characters, or decode JSON bytes to characters
before calling C<eval()>/C<eval_module()>.

For best results, I<always> interact with QuickJS via I<character>
strings, and double-check that you
GrabzItClient ( G/GR/GRABZIT/GrabzItClient-3.5.6.zip, GRABZIT, 2024; MetaCPAN )
GrabzItClient/GrabzItTableOptions.pm ( view source; MetaCPAN )
eturn $self->{"tableNumberToInclude"};
}

#
# The format the table should be in: csv, xlsx or json
#
sub format
{
    my $self = shift;   
    if (scalar(@_) == 1)
    {
        $self->{"fo
t every table on the web page into a separate spreadsheet sheet. Only available with the XLSX and JSON formats
#
sub includeAllTables
{
    my $self = shift;   
    if (scalar(@_) == 1)
    {
 
Date-Holidays ( J/JO/JONASBN/Date-Holidays-1.36.tar.gz, JONASBN, 2024; MetaCPAN )
Date-Holidays/lib/Date/Holidays/Adapter/Local.pm ( view source; MetaCPAN )
e Date::Holidays::Adapter::Local;

use strict;
use warnings;
use File::Slurp qw(slurp);
use JSON; #from_json
use Env qw($HOLIDAYS_FILE);
use vars qw($VERSION);

$VERSION = '1.35';

sub new {
    my $c
ocal_holidays;
    if (-r $local_holiday_file) {

        my $json = slurp($local_holiday_file);
        $local_holidays = from_json($json);
    }

    my $filtered_holidays = {};

    if ($params{dat
<Date::Holidays>

=head1 DEPENDENCIES

=over

=item * L<Carp>

=item * L<Module::Load>

=item * L<JSON>

=item * L<File::Slurp>

=back

Please see the F<cpanfile> included in the distribution for a co
Date-Holidays ( J/JO/JONASBN/Date-Holidays-1.36.tar.gz, JONASBN, 2024; MetaCPAN )
Date-Holidays/lib/Date/Holidays.pm ( view source; MetaCPAN )
tion it is possible to create your own local calendar.

This can be done using a L<JSON|https://metacpan.org/pod/JSON> file with your local definitions:

    {
        "1501" : "jonasbn's birthday"
  
up by Date::Holidays, set the environment variable:

    $HOLIDAYS_FILE

This should point to the JSON file.

=head1 SUBROUTINES/METHODS

=head2 new

This is the constructor. It takes the following pa
to
set the environment variable:

    $HOLIDAYS_FILE

This environment variable should point to a JSON file containing holiday definitions
to be used by L<Date::Holidays::Adapter::Local|https://metacp
WebService-KvKAPI ( W/WA/WATERKIP/WebService-KvKAPI-0.106.tar.gz, WATERKIP, 2024; MetaCPAN )
WebService-KvKAPI/lib/WebService/KvKAPI/Roles/OpenAPI.pm ( view source; MetaCPAN )
n, $tx->result->body, $tx->error->{message}
            ),
        );
    }

    return $tx->res->json;
}

method deprecated_item($old, $new, $api) {
    cluck "Deprecated item found in $api: $old has
JavaScript-QuickJS ( F/FE/FELIPE/JavaScript-QuickJS-0.21.tar.gz, FELIPE, 2024; MetaCPAN )
JavaScript-QuickJS/quickjs/quickjs.h ( view source; MetaCPAN )
icRegExpCompiler(JSContext *ctx);
void JS_AddIntrinsicRegExp(JSContext *ctx);
void JS_AddIntrinsicJSON(JSContext *ctx);
void JS_AddIntrinsicProxy(JSContext *ctx);
void JS_AddIntrinsicMapSet(JSContext 
ue JS_ParseJSON(JSContext *ctx, const char *buf, size_t buf_len,
                     const char *filename);
#define JS_PARSE_JSON_EXT (1 << 0) /* allow extended JSON */
JSValue JS_ParseJSON2(JSContex
nst char *buf, size_t buf_len,
                      const char *filename, int flags);
JSValue JS_JSONStringify(JSContext *ctx, JSValueConst obj,
                         JSValueConst replacer, JSValu
GrabzItClient ( G/GR/GRABZIT/GrabzItClient-3.5.6.zip, GRABZIT, 2024; MetaCPAN )
GrabzItClient/ajax/results.pl ( view source; MetaCPAN )
: application/json;charset=utf-8\n\n";

my $json;
@files = glob('./results/*');

foreach $file (@files) 
{
	if (index($file, ".txt") == -1) 
	{
		if ($json ne "")
		{
			$json .= ",";
		}

		$file =~ s/\.\.\///ig;
		$json .= "\"".$file."\"";
	}
}

print "[", $json, "]";
    
GrabzItClient ( G/GR/GRABZIT/GrabzItClient-3.5.6.zip, GRABZIT, 2024; MetaCPAN )
GrabzItClient/perl/GrabzIt/GrabzItTableOptions.pm ( view source; MetaCPAN )
eturn $self->{"tableNumberToInclude"};
}

#
# The format the table should be in: csv, xlsx or json
#
sub format
{
    my $self = shift;   
    if (scalar(@_) == 1)
    {
        $self->{"fo
t every table on the web page into a separate spreadsheet sheet. Only available with the XLSX and JSON formats
#
sub includeAllTables
{
    my $self = shift;   
    if (scalar(@_) == 1)
    {
 
WebService-KvKAPI ( W/WA/WATERKIP/WebService-KvKAPI-0.106.tar.gz, WATERKIP, 2024; MetaCPAN )
WebService-KvKAPI/lib/WebService/KvKAPI/LocationProfile.pm ( view source; MetaCPAN )
  default:
          description: default response
          content:
            application/hal+json:
              schema:
                $ref: '#/components/schemas/Vestiging'
      security:
   
GrabzItClient ( G/GR/GRABZIT/GrabzItClient-3.5.6.zip, GRABZIT, 2024; MetaCPAN )
GrabzItClient/perl/ajax/results.pl ( view source; MetaCPAN )
: application/json;charset=utf-8\n\n";

my $json;
@files = glob('./results/*');

foreach $file (@files) 
{
	if (index($file, ".txt") == -1) 
	{
		if ($json ne "")
		{
			$json .= ",";
		}

		$file =~ s/\.\.\///ig;
		$json .= "\"".$file."\"";
	}
}

print "[", $json, "]";
    
JavaScript-QuickJS ( F/FE/FELIPE/JavaScript-QuickJS-0.21.tar.gz, FELIPE, 2024; MetaCPAN )
JavaScript-QuickJS/quickjs/quickjs-atom.h ( view source; MetaCPAN )
_ATOMICS */
DEF(not_equal, "not-equal")
DEF(timed_out, "timed-out")
DEF(ok, "ok")
/* */
DEF(toJSON, "toJSON")
/* class names */
DEF(Object, "Object")
DEF(Array, "Array")
DEF(Error, "Error")
DEF(Number
EF(Boolean, "Boolean")
DEF(Symbol, "Symbol")
DEF(Arguments, "Arguments")
DEF(Math, "Math")
DEF(JSON, "JSON")
DEF(Date, "Date")
DEF(Function, "Function")
DEF(GeneratorFunction, "GeneratorFunction")
DEF
WebService-KvKAPI ( W/WA/WATERKIP/WebService-KvKAPI-0.106.tar.gz, WATERKIP, 2024; MetaCPAN )
WebService-KvKAPI/lib/WebService/KvKAPI/BasicProfile.pm ( view source; MetaCPAN )
  default:
          description: default response
          content:
            application/hal+json:
              schema:
                $ref: '#/components/schemas/Basisprofiel'
      security:
  default:
          description: default response
          content:
            application/hal+json:
              schema:
                $ref: '#/components/schemas/Eigenaar'
      security:
    
  default:
          description: default response
          content:
            application/hal+json:
              schema:
                $ref: '#/components/schemas/Vestiging'
      security:
   

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