Group
Extension

Matches 35358

LyricFinder ( T/TU/TURNERJW/LyricFinder-1.50.tar.gz, TURNERJW, 2025; MetaCPAN )
LyricFinder/lib/LyricFinder/Musixmatch.pm ( view source; MetaCPAN )
$text .= $hs->parse($goodbit);
			$text =~ s#\\n#\n#gs;  #line-feeds are encoded literally in the JSON block.
		}
	}
	if ($text =~ /[a-z]/i) {
		$text .= "\r\n(Musixmatch status: $mm_status)"
				unle
App-CPAN-Get ( S/SK/SKIM/App-CPAN-Get-0.14.tar.gz, SKIM, 2025; MetaCPAN )
App-CPAN-Get/Get/MetaCPAN.pm ( view source; MetaCPAN )
pp::CPAN::Get::MetaCPAN;

use strict;
use warnings;

use Class::Utils qw(set_params);
use Cpanel::JSON::XS;
use English;
use Error::Pure qw(err);
use IO::Barf qw(barf);
use LWP::UserAgent;
use Readonl
_hr->{'package'}' doesn't exist.";
		} else {
			err $EVAL_ERROR;
		}
	}
	my $content_hr = decode_json($content);

	return $content_hr;
}

sub save {
	my ($self, $uri, $file, $opts_hr) = @_;

	my $for
     "latest",
 #     version           0.2
 # }

=head1 DEPENDENCIES

L<Class::Utils>,
L<Cpanel::JSON::XS>,
L<English>,
L<Error::Pure>,
L<IO::Barf>,
L<LWP::UserAgent>,
L<Readonly>,
L<Scalar::Util>,
L
Daje-Workflow-GenerateSQL-Activity ( J/JA/JANESKIL/Tools/Daje-Workflow-GenerateSQL-Activity-1.07.tar.gz, JANESKIL, 2025; MetaCPAN )
Daje-Workflow-GenerateSQL-Activity/lib/Daje/Workflow/GenerateSQL/Manager/Sql.pm ( view source; MetaCPAN )
ated SQL scripts from JSON file
#
# Synopsis
# ========
#
# use Daje::Generate::Sql::SqlManager;
#
# my $table = Daje::Generate::Sql::SqlManager->new(
#       json        => $json,
#       template   
ons = "";
    my $json_arr = $self->json;
    my $length = scalar @{$json_arr};
    for (my $i = 0; $i < $length; $i++) {
        my $json = @{$json_arr}[$i];
        if (exists($json->{version})) {
 
           $sections .= $self->_version($json->{version});
        }
    }
    $self->set_sql($self->create_file($sections));
    return ;
}

sub _version($self, $version) {
    my $sql = "";
    my $
Qhull ( D/DJ/DJERIUS/Qhull-0.07.tar.gz, DJERIUS, 2025; MetaCPAN )
Qhull/util/tst.pl ( view source; MetaCPAN )
        # 'f',
            # 'p',
            # 'i',
            # 'o',
        ],
    },
);

use JSON::MaybeXS;
path( 'qhull.json' )->spew( JSON::MaybeXS->new( pretty => 1 )->encode( \@results ) );

YAML-Conditional ( L/LN/LNATION/YAML-Conditional-1.02.tar.gz, LNATION, 2025; MetaCPAN )
YAML-Conditional/lib/YAML/Conditional.pm ( view source; MetaCPAN )
k: 2
	  if:
	    key: country
	    m: Thailand
	    then:
	      rank: 1
	  key: countries
	|;

	$json = $c->compile($yaml, {
		countries => [
			{ country => "Thailand" },
			{ country => "Indonesia"
Daje-Workflow-GenerateSQL-Activity ( J/JA/JANESKIL/Tools/Daje-Workflow-GenerateSQL-Activity-1.07.tar.gz, JANESKIL, 2025; MetaCPAN )
Daje-Workflow-GenerateSQL-Activity/lib/Daje/Workflow/GenerateSQL/Script/Index.pm ( view source; MetaCPAN )
blename'  => "";

sub create_index($self) {
    my $sql = "";
    my $json = $self->json->{index};
    my $length = scalar @{$json};
    for (my $i = 0; $i < $length; $i++) {
        my $template = $s
s/<<type>>/@{$json}[$i]->{type}/ig;
        $template =~ s/<<fields>>/@{$json}[$i]->{fields}/ig;
        @{$json}[$i]->{fields} =~ s/,/_/ig;
        $template =~ s/<<field_names>>/@{$json}[$i]->{field
Data-Dump-Color ( P/PE/PERLANCAR/Data-Dump-Color-0.251.tar.gz, PERLANCAR, 2025; MetaCPAN )
Data-Dump-Color/lib/Data/Dump/Color.pm ( view source; MetaCPAN )
ry is at L<https://github.com/perlancar/perl-Data-Dump-Color>.

=head1 SEE ALSO

L<Data::Dump>, L<JSON::Color>, L<YAML::Tiny::Color>

=head1 AUTHOR

perlancar <perlancar@cpan.org>

=head1 CONTRIBUTORS
Daje-Workflow-GenerateSQL-Activity ( J/JA/JANESKIL/Tools/Daje-Workflow-GenerateSQL-Activity-1.07.tar.gz, JANESKIL, 2025; MetaCPAN )
Daje-Workflow-GenerateSQL-Activity/lib/Daje/Workflow/GenerateSQL/Base/Common.pm ( view source; MetaCPAN )
package Daje::Workflow::GenerateSQL::Base::Common;
use Mojo::Base -base, -signatures;

has 'json' ;
has 'templates' ;
has 'sql' ;
has 'index' => 0;
has 'version' ;
has 'error';

sub shift_section ($se
Daje-Workflow-GenerateSQL-Activity ( J/JA/JANESKIL/Tools/Daje-Workflow-GenerateSQL-Activity-1.07.tar.gz, JANESKIL, 2025; MetaCPAN )
Daje-Workflow-GenerateSQL-Activity/lib/Daje/Workflow/GenerateSQL/Script/Sql.pm ( view source; MetaCPAN )
$self) {

    my $sql = "";
    my $json = $self->json->{sql};
    my $length = scalar @{$json};
    for (my $i = 0; $i < $length; $i++) {
        my $type = @{$json}[$i]->{type};
        my $template
pe : eq) {
            case('insert') {
                my $fields = @{$json}[$i]->{fields};
                my $values =@{$json}[$i]->{values};
                $template =~ s/<<tablename>>/$table_nam
Data-Unixish ( P/PE/PERLANCAR/Data-Unixish-1.574.tar.gz, PERLANCAR, 2025; MetaCPAN )
Data-Unixish/lib/Data/Unixish/chain.pm ( view source; MetaCPAN )
r=>"yellow"}]]}], 1000, 2000);

In command-line:

 % echo -e "1000\n2000" | dux chain --functions-json '["date", ["ANSI::color",{"color":"yellow"}]]'
 2
 3
 4

=head1 FUNCTIONS


=head2 chain

Usage:
Daje-Workflow-GenerateSQL-Activity ( J/JA/JANESKIL/Tools/Daje-Workflow-GenerateSQL-Activity-1.07.tar.gz, JANESKIL, 2025; MetaCPAN )
Daje-Workflow-GenerateSQL-Activity/lib/Daje/Workflow/GenerateSQL/Script/ForeignKey.pm ( view source; MetaCPAN )
ate_fkey} = "";
    $self->templates->{template_ind} = "";
    eval {
        my $fields = $self->json->{fields};
        foreach my $key (sort keys %{$fields}) {
            if (index($key,'_fkey') >
Data-Unixish ( P/PE/PERLANCAR/Data-Unixish-1.574.tar.gz, PERLANCAR, 2025; MetaCPAN )
Data-Unixish/lib/Test/Data/Unixish.pm ( view source; MetaCPAN )
 qw(aiduxa);
use Exporter qw(import);
use File::Which qw(which);
use IPC::Cmd qw(run_forked);
use JSON::MaybeXS;
use Module::Load;
use String::ShellQuote;
use Test::More 0.96;

our @EXPORT = qw(test_d
2025-02-24'; # DATE
our $DIST = 'Data-Unixish'; # DIST
our $VERSION = '1.574'; # VERSION


my $json = JSON::MaybeXS->new->allow_nonref;

sub test_dux_func {
    no strict 'refs';

    my %args = @_;
 
                 ref($v) ?
                                    ("--$p-json",
                                     shell_quote($json->encode($v))) :
                                    ("--$p", shell_q
Embperl ( G/GR/GRICHTER/Embperl-3.0.1.tar.gz, GRICHTER, 2025; MetaCPAN )
Embperl/Embperl/Form/Control/selectdyn.pm ( view source; MetaCPAN )
req->Escape ($req -> {json} -> encode($addtop), 6) ;    
    }
if ($addbottom)
    {
    $append .= '&' if ($append) ;
    $append .= '&addbottom=' . $epreq->Escape ($req -> {json} -> encode($addbotto
Map-Tube-API ( M/MA/MANWAR/Map-Tube-API-0.09.tar.gz, MANWAR, 2025; MetaCPAN )
Map-Tube-API/lib/Map/Tube/API.pm ( view source; MetaCPAN )
:Tube::API - Interface to Map::Tube REST API.

=head1 VERSION

Version 0.09

=cut

use 5.006;
use JSON;
use Data::Dumper;

use Map::Tube::API::UserAgent;

use Moo;
use namespace::autoclean;
extends 'M
s/%s/%s", $self->_base_url, $map, $start, $end);
    my $response = $self->get($url);

    return JSON->new->allow_nonref->utf8(1)->decode($response->decoded_content);
}

=head2 line_stations(\%params
stations/%s/%s", $self->_base_url, $map, $line);
    my $response = $self->get($url);

    return JSON->new->allow_nonref->utf8(1)->decode($response->decoded_content);
}

=head2 map_stations(\%params)
Embperl ( G/GR/GRICHTER/Embperl-3.0.1.tar.gz, GRICHTER, 2025; MetaCPAN )
Embperl/Embperl/Form/DataSource.pm ( view source; MetaCPAN )
o have an id form a value/option
pair which is not exactly the same as the value. This is used in json requests
for example for selectdyn control.

=head3 get_datasource_controls 

returns additional 
Salus ( L/LN/LNATION/Salus-0.09.tar.gz, LNATION, 2025; MetaCPAN )
Salus/lib/Salus/Command.pm ( view source; MetaCPAN )
rict; use warnings;
use Salus;
use Rope;
use Rope::Autoload;
use Term::Table;
use Term::Size;
use JSON qw//;
use ANSI::Palette qw/bold_16 reset/;

prototyped (
	info => [qw/
		title options_title head
arting the salus script");
			exit;
		}

		if (!ref $params->{headers}) {
			$params->{headers} = JSON->new->decode($params->{headers});
		}

		$self->class = $class = Salus->new({
			headers => $para
CPANPLUS ( B/BI/BINGOS/CPANPLUS-0.9916.tar.gz, BINGOS, 2025; MetaCPAN )
CPANPLUS/lib/CPANPLUS/Dist.pm ( view source; MetaCPAN )
path/to/META.yml] )

Reads the configure_requires for this distribution from the META.yml or META.json
file in the root directory and returns a hashref with module names
and versions required.

=cut

 );

      my @possibles = do { defined $mod->status->extract
                           ? ( META_JSON->( $mod->status->extract ),
                               META_YML->( $mod->status->extract ) )
          push @args, ( file => $mfile );
          if ( $mfile =~ /\.json/ ) {
            $href = $self->_prereqs_from_meta_json( @args, keys => [ 'configure' ] );
          }
          else {
     
App-financeta ( V/VI/VIKAS/App-financeta-0.16.tar.gz, VIKAS, 2025; MetaCPAN )
App-financeta/lib/App/financeta/data/gemini.pm ( view source; MetaCPAN )
ta::gemini;
use strict;
use warnings;
use 5.10.0;
use Try::Tiny;
use LWP::UserAgent;
use JSON::XS qw(decode_json);
use DateTime;
use App::financeta::utils qw(dumper log_filter);
use Log::Any '$log', f
nt;
            if (defined $content and length($content)) {
                my $jquotes = decode_json($content);
                if (ref $jquotes eq 'ARRAY' and scalar(@$jquotes)) {
                 
SReview ( W/WO/WOUTER/SReview-0.11.1.tar.gz, WOUTER, 2025; MetaCPAN )
SReview/lib/SReview/Web.pm ( view source; MetaCPAN )
package SReview::Web;

use Mojo::Base 'Mojolicious';
use Mojo::Collection 'c';
use Mojo::JSON qw(encode_json);
use Mojo::Pg;
use Mojo::URL;
use Crypt::PRNG qw/random_string/;
use SReview;
use SReview:
t('/released' => sub {
		my $c = shift;
		my $st;
		my $conference = {};
		my $videos = [];
		my %json;
		my %formats;
		my $have_default = 0;
		$st = $c->dbh->prepare("SELECT MIN(starttime::date), MA
WHERE talks.event = ? LIMIT 1");
		$st->execute($c->eventid);
		if($st->rows < 1) {
			$c->render(json => {});
			return;
		}
		$row = $st->fetchrow_hashref;
		my $collection = SReview::Files::Factory
SReview ( W/WO/WOUTER/SReview-0.11.1.tar.gz, WOUTER, 2025; MetaCPAN )
SReview/lib/SReview/API/Helpers.pm ( view source; MetaCPAN )
w/db_query update_with_json add_with_json delete_with_query/;
our @EXPORT_OK = qw/db_query_log is_authed/;

use SReview::Config::Common;
use Mojo::JSON qw/decode_json encode_json/;
use DateTime::Forma
;
	$c->render(openapi => $row->[0]);
}

sub update_with_json {
	my ($c, $json, $tablename, $fields, $fixup) = @_;

	my @args;

	if(!exists($json->{id})) {
		$c->render(openapi => {errors => [{message 
return;
	}

	$c->app->log->debug("updating $tablename with " . encode_json($json));

	my @updates;

	while(my @tuple = each %$json) {
		if($tuple[0] eq "id") {
			$c->app->log->debug("skipping id");
	

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