Group
Extension

Matches 35358

XML-Struct ( V/VO/VOJ/XML-Struct-0.27.tar.gz, VOJ, 2018; MetaCPAN )
XML-Struct/lib/XML/Struct.pm ( view source; MetaCPAN )
t).
L<XML::GenericJSON> seems to be an outdated and incomplete attempt to capture
more parts of XML Infoset in another data structure.

See JSONx for a kind of reverse direction (JSON in XML).

=head1
BioX-Workflow-Command ( J/JI/JILLROWE/BioX-Workflow-Command-2.4.1.tar.gz, JILLROWE, 2018; MetaCPAN )
BioX-Workflow-Command/lib/BioX/Workflow/Command/run/Rules/Directives/Interpolate/Jinja.pm ( view source; MetaCPAN )
my ($tfh, $tfilename) = tempfile();
    my ($jfh, $jfilename) = tempfile();

    my $json = $self->serialize_to_json($jfilename);
    write_file($tfilename, $source);
    #
    my $cmd = 'biosails-bio
BioX-Workflow-Command ( J/JI/JILLROWE/BioX-Workflow-Command-2.4.1.tar.gz, JILLROWE, 2018; MetaCPAN )
BioX-Workflow-Command/lib/BioX/Workflow/Command/run/Rules/Rules.pm ( view source; MetaCPAN )
he other functions we need to process a rule

1. Do a sanity check of the rule - it could be yaml/json friendly but not biox friendly
2. Clone the local attr
3. Check for carrying indir/outdir INPUT/O
BioX-Workflow-Command ( J/JI/JILLROWE/BioX-Workflow-Command-2.4.1.tar.gz, JILLROWE, 2018; MetaCPAN )
BioX-Workflow-Command/lib/BioX/Workflow/Command/inspect.pm ( view source; MetaCPAN )
se namespace::autoclean;

use Data::Dumper;
use YAML;
use Storable qw(dclone);
use Try::Tiny;
use JSON;

extends 'BioX::Workflow::Command';
use BioSAILs::Utils::Traits qw(ArrayRefOfStrs);
use Capture:
    => 'rw',
    isa       => 'Str',
    required  => 0,
    predicate => 'has_path',
);

option 'json' => (
    is      => 'rw',
    isa     => 'Bool',
    default => 0,
);

option 'show_only_errors'
$self->app_log->warn('Exiting now.');
        return;
    }

    $DB::single = 2;
    if ( $self->json ) {
        capture_stderr {
            $self->inspect;
        };

    }
    else {
        $se
App-Environ-Que ( K/KA/KAKTUS/App-Environ-Que-0.1.tar.gz, KAKTUS, 2018; MetaCPAN )
App-Environ-Que/lib/App/Environ/Que.pm ( view source; MetaCPAN )
e v5.10;
use utf8;

use App::Environ;
use App::Environ::Mojo::Pg;
use Carp qw(croak);
use Cpanel::JSON::XS;
use Params::Validate qw( validate_pos validate );

my $INSTANCE;

my $sql = q{
  INSERT INTO
::smallint),
    coalesce(?::timestamptz, now()::timestamptz),
    ?::text,
    coalesce(?::json, '[]'::json)
  );
};

my %VALIDATION = (
  enqueue => {
    queue    => 0,
    priority => 0,
    run_a
,
  }
);

App::Environ->register( __PACKAGE__, postfork => sub { undef $INSTANCE } );

my $JSON = Cpanel::JSON::XS->new;

sub instance {
  my $class = shift;

  my ($connector) = validate_pos( @_, 1 )
WebService-FOAAS ( M/MG/MGV/WebService-FOAAS-0.002.tar.gz, MGV, 2018; MetaCPAN )
WebService-FOAAS/lib/WebService/FOAAS/Codegen.pm ( view source; MetaCPAN )
ervice::FOAAS::Codegen;

use 5.014000;
use strict;
use warnings;

use HTTP::Tiny;
use JSON::MaybeXS qw/decode_json/;

our $VERSION = '0.002';

sub run {
	my $ht = HTTP::Tiny->new;
	my $result = $ht->g
gen->run

\=head1 AVAILABLE METHODS

\=over
EOF

	my @ops = map { $_->{url} =~ y/-/_/r } @{decode_json $result->{content}};
	for my $op (@ops) {
		my (undef, $name, @args) = split '/', $op;
		my $narg
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/ResourceFieldSelector.pm ( view source; MetaCPAN )
inerName' => (is => 'ro', isa => 'Str'  );
  has 'divisor' => (is => 'ro', isa => 'Str'  );
  has 'resource' => (is => 'ro', isa => 'Str'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/NodeSelectorRequirement.pm ( view source; MetaCPAN )
 => (is => 'ro', isa => 'Str'  );
  has 'operator' => (is => 'ro', isa => 'Str'  );
  has 'values' => (is => 'ro', isa => 'ArrayRef[Str]'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/ScaleIOPersistentVolumeSource.pm ( view source; MetaCPAN )
agePool' => (is => 'ro', isa => 'Str'  );
  has 'system' => (is => 'ro', isa => 'Str'  );
  has 'volumeName' => (is => 'ro', isa => 'Str'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/StorageOSPersistentVolumeSource.pm ( view source; MetaCPAN )
::Core::V1::ObjectReference'  );
  has 'volumeName' => (is => 'ro', isa => 'Str'  );
  has 'volumeNamespace' => (is => 'ro', isa => 'Str'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/ReplicationControllerCondition.pm ( view source; MetaCPAN )
  has 'reason' => (is => 'ro', isa => 'Str'  );
  has 'status' => (is => 'ro', isa => 'Str'  );
  has 'type' => (is => 'ro', isa => 'Str'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/PersistentVolumeStatus.pm ( view source; MetaCPAN )
has 'message' => (is => 'ro', isa => 'Str'  );
  has 'phase' => (is => 'ro', isa => 'Str'  );
  has 'reason' => (is => 'ro', isa => 'Str'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/PersistentVolumeClaimSpec.pm ( view source; MetaCPAN )
ame' => (is => 'ro', isa => 'Str'  );
  has 'volumeMode' => (is => 'ro', isa => 'Str'  );
  has 'volumeName' => (is => 'ro', isa => 'Str'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/DaemonEndpoint.pm ( view source; MetaCPAN )
package IO::K8s::Api::Core::V1::DaemonEndpoint;
  use Moose;
  use IO::K8s;

  has 'Port' => (is => 'ro', isa => 'Int'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/ContainerStatus.pm ( view source; MetaCPAN )
'  );
  has 'restartCount' => (is => 'ro', isa => 'Int'  );
  has 'state' => (is => 'ro', isa => 'IO::K8s::Api::Core::V1::ContainerState'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/CephFSVolumeSource.pm ( view source; MetaCPAN )
 );
  has 'secretRef' => (is => 'ro', isa => 'IO::K8s::Api::Core::V1::LocalObjectReference'  );
  has 'user' => (is => 'ro', isa => 'Str'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Apps/V1/RollingUpdateStatefulSetStrategy.pm ( view source; MetaCPAN )
age IO::K8s::Api::Apps::V1::RollingUpdateStatefulSetStrategy;
  use Moose;
  use IO::K8s;

  has 'partition' => (is => 'ro', isa => 'Int'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/GlusterfsVolumeSource.pm ( view source; MetaCPAN )
'endpoints' => (is => 'ro', isa => 'Str'  );
  has 'path' => (is => 'ro', isa => 'Str'  );
  has 'readOnly' => (is => 'ro', isa => 'Bool'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/SecurityContext.pm ( view source; MetaCPAN )
  has 'runAsUser' => (is => 'ro', isa => 'Int'  );
  has 'seLinuxOptions' => (is => 'ro', isa => 'IO::K8s::Api::Core::V1::SELinuxOptions'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;
IO-K8s ( J/JL/JLMARTIN/IO-K8s-0.03.tar.gz, JLMARTIN, 2018; MetaCPAN )
IO-K8s/lib/IO/K8s/Api/Core/V1/SecretProjection.pm ( view source; MetaCPAN )
yRef[IO::K8s::Api::Core::V1::KeyToPath]'  );
  has 'name' => (is => 'ro', isa => 'Str'  );
  has 'optional' => (is => 'ro', isa => 'Bool'  );

  sub to_json { IO::K8s->new->object_to_json(shift) }
1;

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