Group
Extension

Matches 35358

Mojolicious-Plugin-NamedHelpers ( T/TY/TYLDUM/Mojolicious-Plugin-NamedHelpers-0.03.tar.gz, TYLDUM, 2018; MetaCPAN )
Mojolicious-Plugin-NamedHelpers/lib/Mojolicious/Plugin/NamedHelpers.pm ( view source; MetaCPAN )
p, but this can be overridden if desired.

The author's use-case is for providing more context in JSON-based application logs, where all helpers would identify themselves as __ANON__.

=head1 HELPERS
SQS-Worker ( J/JL/JLMARTIN/SQS-Worker-0.06.tar.gz, JLMARTIN, 2018; MetaCPAN )
SQS-Worker/lib/SQS/Worker/DecodeJson.pm ( view source; MetaCPAN )
:Worker::DecodeJson;
  use Moose::Role;
  use JSON::MaybeXS;


  around process_message => sub {
    my ($orig, $self, $message) = @_;

    my $body;
    eval {
      $body = decode_json($message->Bod
y)
    };
    if ($@) {
      $self->log->error("Error decoding JSON body in message " . $message->ReceiptHandle . ": " . $@ . " for content " . $message->Body);
      die $@;
    } else {
      if (r
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/share/report_html_db.pl ( view source; MetaCPAN )
arquivo example.html
#	Pega o conteúdo e concatena a query no script SQL
#
###
$scriptSQL .= readJSON($html_file);
print $LOG "\n$html_file read!\n";

#apaga diretorios antigos com fastas
print $LOG 
pendences:\ncpan DBIx::Class Catalyst::Devel Catalyst::Runtime Catalyst::View::TT Catalyst::View::JSON Catalyst::Model::DBIC::Schema DBIx::Class::Schema::Loader MooseX::NonMoose\n";
    exit;
}
chomp 
\$formData = do { local \$/; <\$FILEHANDLER> };
    close(\$FILEHANDLER);
    use JSON;
    my \%hash = \%{ decode_json(\$formData) };

    foreach my \$key ( keys \%hash ) {
        if (\$key) {
    
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Models/Services/PagedResponse.pm ( view source; MetaCPAN )
odels::Services::PagedResponse;

use Moose;
use MooseX::Storage;
with Storage('format'   =>      'JSON');

=pod

This class will be used to be a model of paged responses returned from services

=cut

Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/README.pod ( view source; MetaCPAN )
uence

Method used to get subsequence stretch of gene, returning the sequence, had to return in a json!


=cut

=head2

Method used to return subevidences based on feature id


=cut

=head2

Method us
Dist-Zilla-Plugin-MungeFile-WithConfigFile ( E/ET/ETHER/Dist-Zilla-Plugin-MungeFile-WithConfigFile-0.005.tar.gz, ETHER, 2018; MetaCPAN )
Dist-Zilla-Plugin-MungeFile-WithConfigFile/lib/Dist/Zilla/Plugin/MungeFile/WithConfigFile.pm ( view source; MetaCPAN )
 [MungeFile::WithConfigFile]
    file = lib/My/Module.pm
    house = maison
    configfile = data.json

And during the build, F<lib/My/Module.pm>:

    my $some_string = '{{ expensive_build_time_sub($
vided C<configfile> using L<Config::Any>,
so a variety of file formats are supported, including C<JSON>, C<YAML> and
C<INI>.

The L<Dist::Zilla> object (as C<$dist>) and this plugin (as C<$plugin>) ar
Module-CPANfile ( M/MI/MIYAGAWA/Module-CPANfile-1.1004.tar.gz, MIYAGAWA, 2018; MetaCPAN )
Module-CPANfile/lib/Module/CPANfile.pm ( view source; MetaCPAN )
d_prereqs = $file->prereqs_with(@identifiers); # CPAN::Meta::Prereqs

  $file->merge_meta('MYMETA.json');

=head1 DESCRIPTION

Module::CPANfile is a tool to handle L<cpanfile> format to load applicati
META, then feed the prereqs to create Module::CPANfile
  my $meta = CPAN::Meta->load_file('MYMETA.json');
  my $file = Module::CPANfile->from_prereqs($meta->prereqs);

  # load cpanfile, then recreate
META's prereqs and print cpanfile representation of it
  my $meta = CPAN::Meta->load_file('MYMETA.json');
  my $file = Module::CPANfile->from_prereqs($meta->prereqs);
  print $file->to_string;

By def
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Models/Application/TRNASearch.pm ( view source; MetaCPAN )
DB::Models::Application::TRNASearch;
use Moose;
use MooseX::Storage;
with Storage('format'	=>	'JSON');

=pod

This class will be used like a model responsible of results from tRNA annotations
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Models/Application/TRFSearch.pm ( view source; MetaCPAN )
_DB::Models::Application::TRFSearch;
use Moose;
use MooseX::Storage;
with Storage('format'	=>	'JSON');

=pod

This class will be used like a model responsible of results from tandem repeats ann
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Models/Application/NcRNASearch.pm ( view source; MetaCPAN )
L_DB::Models::Application::NcRNASearch;
use Moose;
use MooseX::Storage;
with Storage('format'	=>	'JSON');

=pod

Class used to represent non coding RNA search result

=cut

has id           => ( is =>
SQS-Worker ( J/JL/JLMARTIN/SQS-Worker-0.06.tar.gz, JLMARTIN, 2018; MetaCPAN )
SQS-Worker/lib/SQS/Worker.pm ( view source; MetaCPAN )
izing the messages that come from the
queue, SQS::Worker provides you with ways to easily consume JSON messages, for example.

It comes in the form of a Moose role that is to be composed into the end 
with the message 
	}

Composing automatic json decoding to perl data structure

	package YourWorker;
  use Moose;
	with 'SQS::Worker', 'SQS::Worker::DecodeJson';

	sub process_message {
		my ($self, $
 processed a message for $name");
	}

=head1 Bundled roles

L<SQS::Worker::DecodeJson> decodes the message body in json format and passes 

L<SQS::Worker::DecodeStorable> decodes the message body in P
Mojolicious-Plugin-GzipStatic ( L/LD/LDIDRY/Mojolicious-Plugin-GzipStatic-0.04.tar.gz, LDIDRY, 2018; MetaCPAN )
Mojolicious-Plugin-GzipStatic/lib/Mojolicious/Plugin/GzipStatic.pm ( view source; MetaCPAN )
s->headers->content_type;
        if (defined($type)
            && $type =~ /text|xml|javascript|json/
            && ($c->req->headers->accept_encoding // '') =~ /gzip/i) {
            $c->res->head
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Models/Application/RBSSearch.pm ( view source; MetaCPAN )
TML_DB::Models::Application::RBSSearch;
use Moose;
use MooseX::Storage;
with Storage('format'	=>	'JSON');

=pod

This class will be used to represent ribosomal binding site results

=cut

has contig  
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Models/Application/Subevidence.pm ( view source; MetaCPAN )
L_DB::Models::Application::Subevidence;
use Moose;
use MooseX::Storage;
with Storage('format'	=>	'JSON');

=pod

Class used to represent data of subevidence

=cut

has id                  => ( is => '
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Clients/SearchDBClient.pm ( view source; MetaCPAN )
=> $url );
		$request->content($parameters);
	}
	$request->header( 'content_type' => 'application/json' );
	my $response = $user_agent->request($request);
	return $response->content;
}

sub stringifyP
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Models/Application/TranscriptionalTerminator.pm ( view source; MetaCPAN )
Application::TranscriptionalTerminator;
use Moose;
use MooseX::Storage;
with Storage('format'	=>	'JSON');

=pod

This class will be used to represent transcriptional terminator results

=cut

has cont
Module-CPANfile ( M/MI/MIYAGAWA/Module-CPANfile-1.1004.tar.gz, MIYAGAWA, 2018; MetaCPAN )
Module-CPANfile/lib/cpanfile.pod ( view source; MetaCPAN )
NOPSIS

  requires 'Plack', '1.0'; # 1.0 or newer
  requires 'JSON', '>= 2.00, < 2.80';

  recommends 'JSON::XS', '2.0';
  conflicts 'JSON', '< 1.0';

  on 'test' => sub {
    requires 'Test::More', '
Module-CPANfile ( M/MI/MIYAGAWA/Module-CPANfile-1.1004.tar.gz, MIYAGAWA, 2018; MetaCPAN )
Module-CPANfile/lib/cpanfile-faq.pod ( view source; MetaCPAN )
q - cpanfile FAQ

=head1 QUESTIONS

=head2 Does cpanfile replace Makefile.PL/Build.PL or META.yml/json?

No, it doesn't. C<cpanfile> is a simpler way to declare CPAN
dependencies, mainly for I<your ap
nfile>, you can certainly I<manage> the dependencies in
C<cpanfile>, then export them into C<META.json> files when shipping to
CPAN, using tools such as L<Dist::Milla> or L<Module::Install::CPANfile>
Apache2-ApacheMobileFilter ( I/IF/IFUSCHINI/Apache2-ApacheMobileFilter-4.33.tar.gz, IFUSCHINI, 2018; MetaCPAN )
Apache2-ApacheMobileFilter/lib/Apache2/AMFWebService.pm ( view source; MetaCPAN )
e;
      my $content_type="text/xml";
      if ($type ne 'json' && $type ne 'xml') {
            $type='xml';
      }
      if ($type eq 'json') {
            $content_type="text/plain";
      }
     
_page='<?xml version="1.0" encoding="UTF-8"?><AMF_DEVICE_DETECTION>';
      }
      if ($type eq 'json') {
            $html_page='{"AMF_DEVICE_DETECTION": {'."\n";
      }
      my $count=0;
      wh
 $html_page=$html_page."<$key>$value</$key>";
                  }
                  if ($type eq 'json' && ($capabilityList eq 'all' || ($ArrayCapability{$key}))) {
                        $html_page=
Report_HTML_DB ( H/HI/HIMEWEN/Report_HTML_DB-0.1.tar.gz, HIMEWEN, 2018; MetaCPAN )
Report_HTML_DB/lib/Report_HTML_DB/Models/Application/Feature.pm ( view source; MetaCPAN )
ML_DB::Models::Application::Feature;
use Moose;
use MooseX::Storage;
with Storage('format'	=>	'JSON');

=pod

This class will be used like a model responsible of result of features

=cut

h

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