Group
Extension

Matches 35358

Throwable-SugarFactory ( M/MI/MITHALDU/Throwable-SugarFactory-0.213360.tar.gz, MITHALDU, 2021; MetaCPAN )
Throwable-SugarFactory/lib/Throwable/SugarFactory.pm ( view source; MetaCPAN )
 to_hash

Returns a hash reference containing the data of the exception. Useful for
conversion to JSON.

=head1 SEE ALSO

L<Throwable>, L<Throwable::Factory>, L<Exception::Class>, L<Exception::Base>,
Crypto-API ( M/MI/MICVU/Crypto-API-0.06.01.tar.gz, MICVU, 2021; MetaCPAN )
Crypto-API/lib/Crypto/API.pm ( view source; MetaCPAN )
onse_object}) {
        return $debug;
    }

    return $self->_process_response(
        $self->json_response,
        $resp_spec,
        request => {
            method  => $method,
            pa
SDL2-FFI ( S/SA/SANKO/SDL2-FFI-0.08.tar.gz, SANKO, 2021; MetaCPAN )
SDL2-FFI/builder/SDL2.pm ( view source; MetaCPAN )
e_file( '_build_params',
            Module::Build::Tiny::encode_json( [ \@env, \@ARGV ] ) );
        $meta->save(@$_) for ['MYMETA.json'], [ 'MYMETA.yml' => { version => 1.4 } ];
    }

    sub build
App-WHMCSUtils ( P/PE/PERLANCAR/App-WHMCSUtils-0.012.tar.gz, PERLANCAR, 2021; MetaCPAN )
App-WHMCSUtils/lib/App/WHMCSUtils.pm ( view source; MetaCPAN )
   schema => ['array*', of=>['hash*', of=>'re*']],
            description => <<'_',

Example (in JSON):

    [
        {
            "type": "^$",
            "description": "^SEWA",
            "cat
fault: 3306)

=item * B<db_user> => I<str>

=item * B<extra_rules> => I<array[hash]>

Example (in JSON):

 [
     {
         "type": "^$",
         "description": "^SEWA",
         "category": "rent"
App-SeqPericmd ( P/PE/PERLANCAR/App-SeqPericmd-0.050.tar.gz, PERLANCAR, 2021; MetaCPAN )
App-SeqPericmd/lib/App/SeqPericmd.pm ( view source; MetaCPAN )
ility is similar to Unix `seq` command, with a few differences: some
differences in option names, JSON output, allow infinite stream (when `to` is
not specified).

_
    args_rels => {
        dep_any
lity is similar to Unix C<seq> command, with a few differences: some
differences in option names, JSON output, allow infinite stream (when C<to> is
not specified).

This function is not exported.

Arg
SelectPdf ( S/SE/SELECTPDF/SelectPdf-1.4.0.tar.gz, SELECTPDF, 2021; MetaCPAN )
SelectPdf/samples/html-to-pdf-main.pl ( view source; MetaCPAN )
local $| = 1;

use strict;
use JSON;
use SelectPdf;

print "This is SelectPdf-$SelectPdf::VERSION.\n";

my $url = "https://selectpdf.com/";
my $local_file = "Test.pdf";
my $apiKey = "Your AP
f::UsageClient($apiKey);
    my $usage = $usageClient->getUsage();
    print("Usage: " . encode_json($usage) . "\n");
    print("Conversions remained this month: ". $usage->{"available"});
};

i
SelectPdf ( S/SE/SELECTPDF/SelectPdf-1.4.0.tar.gz, SELECTPDF, 2021; MetaCPAN )
SelectPdf/lib/SelectPdf/PdfMergeClient.pm ( view source; MetaCPAN )
package SelectPdf::PdfMergeClient;

use JSON;
use SelectPdf::ApiClient;
use SelectPdf::AsyncJobClient;
use strict;
our @ISA = qw(SelectPdf::ApiClient);

=head1 NAME

SelectPdf::PdfMergeClien
lient($apiKey);
        my $usage = $usageClient->getUsage(0);
        print("Usage: " . encode_json($usage) . "\n");
        print("Conversions remained this month: ". $usage->{"available"});
   
HTTP-MultiGet ( A/AK/AKALINUX/HTTP-MultiGet-1.023.tar.gz, AKALINUX, 2021; MetaCPAN )
HTTP-MultiGet/lib/HTTP/MultiGet/Role.pm ( view source; MetaCPAN )
:Role;
use MooX::Types::MooseLike::Base qw(:all);
use AnyEvent::HTTP::MultiGet;
use AnyEvent;
use JSON qw();
use Data::Dumper;
use Carp qw(croak);
use namespace::clean;
use AnyEvent;
use Ref::Util qw(
b que_some_request {
    my ($self,$cb)=@_;
    my $request=HTTP::Request->new(GET=>'https://some_json_endpoint');
    return $self->queue_request($request,$cb);
  }


Blocking Example

  # blocking c
ated on demand if not passed into the constructor.

  agnet: AnyEvent::HTTP::MultiGet object
  json: JSON object

Run Time State Settings ( modify at your own risk!! )

  is_blocking: Boolean ( denote
API-Mathpix ( E/ER/ERIAM/API-Mathpix-0.01.tar.gz, ERIAM, 2021; MetaCPAN )
API-Mathpix/lib/API/Mathpix.pm ( view source; MetaCPAN )
package API::Mathpix;

use Moose;
use JSON::PP;
use LWP::UserAgent;
use HTTP::Request;
use MIME::Base64;
use Algorithm::LeakyBucket;

use API::Mathpix::Response;

has 'app_id' => (
  is  =

    'Content-Type'  => 'application/json',
    ':app_id'       => $self->app_id,
    ':app_key'      => $self->app_key,
  ];

  my $encoded_data = encode_json($opt);

  my $r = HTTP::Request->
se {
    warn 'Rate limiting !';
  }

  if ($response->is_success) {
      my $data = decode_json($response->decoded_content);
      return API::Mathpix::Response->new($data);
  }
  else {
  
SelectPdf ( S/SE/SELECTPDF/SelectPdf-1.4.0.tar.gz, SELECTPDF, 2021; MetaCPAN )
SelectPdf/lib/SelectPdf/WebElementsClient.pm ( view source; MetaCPAN )
package SelectPdf::WebElementsClient;

use JSON;
use SelectPdf::ApiClient;
use strict;
our @ISA = qw(SelectPdf::ApiClient);

=head1 NAME

SelectPdf::WebElementsClient - Get the locations of c
= @_;

    $self->{headers}{"Accept"} = "text/json";

    my $result = $self->SUPER::performPost();

    if ($result) {
        return decode_json($result);
    }
    else {
        return [
WWW-KeePassHttp ( P/PE/PETERCJ/WWW-KeePassHttp-0.020.tar.gz, PETERCJ, 2021; MetaCPAN )
WWW-KeePassHttp/lib/WWW/KeePassHttp/Entry.pm ( view source; MetaCPAN )
t, s//r
use warnings;

use MIME::Base64;
use Crypt::Mode::CBC;
use HTTP::Tiny;
use JSON;   # will use JSON::XS when available
use Time::HiRes qw/gettimeofday sleep/;
use MIME::Base64;
use Car
RapidApp ( V/VA/VANSTYN/RapidApp-1.3500.tar.gz, VANSTYN, 2021; MetaCPAN )
RapidApp/lib/RapidApp/DBIC/Component/TableSpec.pm ( view source; MetaCPAN )
Ref values mean literal SQL which should be evaluated at the time. New feature in
    # RapidApp::JSON::MixedEncoder supports CodeRef values, which call them at encode time. This
    # lets us set the
_record_pk' => $pk_val }
#		}
#	},$loadCfg);
#	
#	my $href = '#loadcfg:data=' . uri_escape(encode_json($loadCfg));
#	my $onclick = 'return Ext.ux.RapidApp.InlineLinkHandler.apply(this,arguments);';
#	
SelectPdf ( S/SE/SELECTPDF/SelectPdf-1.4.0.tar.gz, SELECTPDF, 2021; MetaCPAN )
SelectPdf/lib/SelectPdf/PdfToTextClient.pm ( view source; MetaCPAN )
package SelectPdf::PdfToTextClient;

use JSON;
use SelectPdf::ApiClient;
use SelectPdf::AsyncJobClient;
use strict;
our @ISA = qw(SelectPdf::ApiClient);

=head1 NAME

SelectPdf::PdfToTextCli
ne API. Extract text from PDF. Search PDF.

=head1 SYNOPSIS

Extract text from PDF

    use JSON;
    use SelectPdf;

    print "This is SelectPdf-$SelectPdf::VERSION.\n";

    my $test_url
lient($apiKey);
        my $usage = $usageClient->getUsage(0);
        print("Usage: " . encode_json($usage) . "\n");
        print("Conversions remained this month: ". $usage->{"available"});
   
SelectPdf ( S/SE/SELECTPDF/SelectPdf-1.4.0.tar.gz, SELECTPDF, 2021; MetaCPAN )
SelectPdf/lib/SelectPdf/UsageClient.pm ( view source; MetaCPAN )
package SelectPdf::UsageClient;

use JSON;
use SelectPdf::ApiClient;
use strict;
our @ISA = qw(SelectPdf::ApiClient);

=head1 NAME

SelectPdf::UsageClient - Get usage details for SelectPdf On
ext/json";

    if ($getHistory) {
        $self->{parameters}{"get_history"} = "True";
    }

    my $result = $self->SUPER::performPost();

    if ($result) {
        return decode_json($re
SelectPdf ( S/SE/SELECTPDF/SelectPdf-1.4.0.tar.gz, SELECTPDF, 2021; MetaCPAN )
SelectPdf/lib/SelectPdf/HtmlToPdfClient.pm ( view source; MetaCPAN )
ments_selectors parameter is set and elements were found to match the selectors.

Returns:

- Json with web elements locations.
=cut
sub getWebElements {
    my($self) = @_;

    my $webEleme
WWW-KeePassHttp ( P/PE/PETERCJ/WWW-KeePassHttp-0.020.tar.gz, PETERCJ, 2021; MetaCPAN )
WWW-KeePassHttp/lib/WWW/KeePassHttp.pm ( view source; MetaCPAN )
t, s//r
use warnings;

use MIME::Base64;
use Crypt::Mode::CBC;
use HTTP::Tiny;
use JSON;   # will use JSON::XS when available
use Time::HiRes qw/gettimeofday sleep/;
use MIME::Base64;
use Car
 optionally use _sss instead, for alpha sub-releases

my $dumpfn;
BEGIN {
    $dumpfn = sub { JSON->new->utf8->pretty->encode($_[0]) } # hidden from podcheckers and external namespace
}

=pod
ions>.

It then encodes the request into the JSON payload, and
sends that request to the KeePassHttp plugin, and gets the response,
decoding the JSON content back into a Perl hashref.  It verifies
RapidApp ( V/VA/VANSTYN/RapidApp-1.3500.tar.gz, VANSTYN, 2021; MetaCPAN )
RapidApp/lib/RapidApp/TableSpec/Role/DBIC.pm ( view source; MetaCPAN )
gin => 0' has been set
    
    ## -----
    ## This code block generates the 'resultset_attr' json in perl instead of
    ## in ExtJS (Ext.encode) so we can reach in and prevent the character seq
in_name = $conf->{open_url_multi_rs_join_name};
    my $personality = $join_name; 
    my $attr_json = do {
      my $attr = clone($rel_data->{attrs});   
      $attr->{join} ||= [];
      push @
attr->{join}[0]; }
      
      my $json = encode_json_ascii($attr);
      
      $json =~ s/\{\[/\{ \[/g;
      $json =~ s/\]\}/\] \}/g;
      
      $json
    };
    ## -----
    
		$conf
RapidApp ( V/VA/VANSTYN/RapidApp-1.3500.tar.gz, VANSTYN, 2021; MetaCPAN )
RapidApp/lib/Catalyst/Plugin/RapidApp/RapidDbic/TableBase.pm ( view source; MetaCPAN )
lumn('state_data');
  return if (!$state_data || $state_data eq '{}');
  my $search_data = $self->json->decode($state_data) or die usererr "Error deserializing grid_state";
	$self->apply_to_all_column
RapidApp ( V/VA/VANSTYN/RapidApp-1.3500.tar.gz, VANSTYN, 2021; MetaCPAN )
RapidApp/lib/Catalyst/Plugin/RapidApp/NavCore/Controller.pm ( view source; MetaCPAN )
r' };

use RapidApp::Util qw(:all);
require Module::Runtime;
require Catalyst::Utils;

use JSON qw(decode_json);

# Controller for loading a saved search in CoreSchema via ID

sub load :Chained :PathP
 => $data->{title},
		tabIconCls => $data->{iconcls}
	};
	
	my $params = $data->{params} ? decode_json($data->{params}) : {};
	
	my @not_allowed_params = qw(search_id quick_search quick_search_cols qu
SelectPdf ( S/SE/SELECTPDF/SelectPdf-1.4.0.tar.gz, SELECTPDF, 2021; MetaCPAN )
SelectPdf/samples/pdf-to-text.pl ( view source; MetaCPAN )
local $| = 1;

use strict;
use JSON;
use SelectPdf;

print "This is SelectPdf-$SelectPdf::VERSION.\n";

my $test_url = "https://selectpdf.com/demo/files/selectpdf.pdf";
my $test_pdf = "Input.
::UsageClient($apiKey);
    my $usage = $usageClient->getUsage(0);
    print("Usage: " . encode_json($usage) . "\n");
    print("Conversions remained this month: ". $usage->{"available"});
};

i

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