Group
Extension

Matches 35358

Mail-Milter-Authentication ( M/MB/MBRADSHAW/Mail-Milter-Authentication-4.20250811.tar.gz, MBRADSHAW, 2025; MetaCPAN )
Mail-Milter-Authentication/lib/Mail/Milter/Authentication/Handler/AlignedFrom.pm ( view source; MetaCPAN )
 return {};
}

sub grafana_rows {
    my ( $self ) = @_;
    my @rows;
    push @rows, $self->get_json( 'AlignedFrom_metrics' );
    return \@rows;
}

sub register_metrics {
    return {
        'alig
Mail-Milter-Authentication ( M/MB/MBRADSHAW/Mail-Milter-Authentication-4.20250811.tar.gz, MBRADSHAW, 2025; MetaCPAN )
Mail-Milter-Authentication/lib/Mail/Milter/Authentication/Handler/DKIM.pm ( view source; MetaCPAN )
> 0,
    };
}

sub grafana_rows {
    my ( $self ) = @_;
    my @rows;
    push @rows, $self->get_json( 'DKIM_metrics' );
    return \@rows;
}

sub register_metrics {
    return {
        'dkim_total'
Mail-Milter-Authentication ( M/MB/MBRADSHAW/Mail-Milter-Authentication-4.20250811.tar.gz, MBRADSHAW, 2025; MetaCPAN )
Mail-Milter-Authentication/lib/Mail/Milter/Authentication/Handler/IPRev.pm ( view source; MetaCPAN )
ev',
    };
}

sub grafana_rows {
    my ( $self ) = @_;
    my @rows;
    push @rows, $self->get_json( 'IPRev_metrics' );
    return \@rows;
}

sub _dns_error {
    my ( $self, $type, $data, $error )
Mail-Milter-Authentication ( M/MB/MBRADSHAW/Mail-Milter-Authentication-4.20250811.tar.gz, MBRADSHAW, 2025; MetaCPAN )
Mail-Milter-Authentication/lib/Mail/Milter/Authentication/Config.pm ( view source; MetaCPAN )
# ABSTRACT: Common configuration handling
our $VERSION = '4.20250811'; # VERSION
use English;
use JSON::XS;
use TOML;
use Module::Load;
use Module::Loaded;

use Exporter qw{ import };
our @EXPORT_OK =
"Error parsing config file $file";
    }
    else {
        my $json = JSON::XS->new();
        $json->relaxed(1);
        $data = $json->decode($text)
          || die "Error parsing config file $fil
  $config = load_file( $file . '.toml' );
    }
    else {
        $config = load_file( $file . '.json' );
    }

    my $folder = $PREFIX . '/authentication_milter.d';
    if ( -d $folder ) {
       
Mail-Milter-Authentication ( M/MB/MBRADSHAW/Mail-Milter-Authentication-4.20250811.tar.gz, MBRADSHAW, 2025; MetaCPAN )
Mail-Milter-Authentication/lib/Mail/Milter/Authentication/Handler/ReturnOK.pm ( view source; MetaCPAN )
 return {};
}

sub grafana_rows {
    my ( $self ) = @_;
    my @rows;
    push @rows, $self->get_json( 'ReturnOK_metrics' );
    return \@rows;
}

sub register_metrics {
    return {
        'returno
Mail-Milter-Authentication ( M/MB/MBRADSHAW/Mail-Milter-Authentication-4.20250811.tar.gz, MBRADSHAW, 2025; MetaCPAN )
Mail-Milter-Authentication/lib/Mail/Milter/Authentication/Handler/LocalIP.pm ( view source; MetaCPAN )
 [],
    };
}

sub grafana_rows {
    my ( $self ) = @_;
    my @rows;
    push @rows, $self->get_json( 'LocalIP_metrics' );
    return \@rows;
}

sub is_local_ip_address {
    my ( $self, $ip ) = @_;
Slack-BlockKit ( R/RJ/RJBS/Slack-BlockKit-0.005.tar.gz, RJBS, 2025; MetaCPAN )
Slack-BlockKit/lib/Slack/BlockKit/Role/HasStyle.pm ( view source; MetaCPAN )
ture with C<as_struct>, the styled defined in that instance's C<style>
#pod hash will be added as JSON boolean objects.
#pod
#pod You probably don't need to think about this role, though.
#pod
#pod =c
structure with C<as_struct>, the styled defined in that instance's C<style>
hash will be added as JSON boolean objects.

You probably don't need to think about this role, though.

=head1 AUTHOR

Ricar
Mail-Milter-Authentication ( M/MB/MBRADSHAW/Mail-Milter-Authentication-4.20250811.tar.gz, MBRADSHAW, 2025; MetaCPAN )
Mail-Milter-Authentication/lib/Mail/Milter/Authentication/Metric.pm ( view source; MetaCPAN )
 }
    print $socket qq{<li>Effective config (<a href="/config/toml">toml</a>/<a href="/config/json">json</a>)</li>} if !$config->{'metric_basic_http'};
    print $socket qq{
    </ul>

    <h2>Metric

    </ul>

    <hr />

 </div>
</body>
    };
        }
        elsif ( $request_uri eq '/config/json' || $request_uri eq '/config' ) {
            if ( $config->{'metric_basic_http'} ) {
           
t $socket "\n";
                my $json = JSON::XS->new();
                $json->canonical();
                $json->pretty();
                print $socket $json->encode( $config );
            }
 
RT-Extension-AI ( B/BP/BPS/RT-Extension-AI-0.05.tar.gz, BPS, 2025; MetaCPAN )
RT-Extension-AI/lib/RT/Action/AddTicketSentiment.pm ( view source; MetaCPAN )
:AddTicketSentiment;

use RT;
use strict;
use warnings;
use base qw(RT::Action);

use Encode;
use JSON;

sub Prepare {
    return 1;
}

sub Commit {
    my $self      = shift;
    my $ticket    = $sel
Slack-BlockKit ( R/RJ/RJBS/Slack-BlockKit-0.005.tar.gz, RJBS, 2025; MetaCPAN )
Slack-BlockKit/lib/Slack/BlockKit/BlockCollection.pm ( view source; MetaCPAN )
ck_count;
}

sub as_struct ($self) {
  return [ map {; $_->as_struct } $self->blocks ];
}

sub TO_JSON ($self) {
  return $self->as_struct;
}

no Moose;
no MooseX::Types::Moose;
no Moose::Util::TypeCo
Mac-PropertyList ( B/BR/BRIANDFOY/Mac-PropertyList-1.605.tar.gz, BRIANDFOY, 2025; MetaCPAN )
Mac-PropertyList/README.pod ( view source; MetaCPAN )
<Mac::PropertyList> Perl module. It handles
the XML and binary property list formats (but not the JSON yet).

You're probably looking at this because you don't know where else to
find what you're look
Slack-BlockKit ( R/RJ/RJBS/Slack-BlockKit-0.005.tar.gz, RJBS, 2025; MetaCPAN )
Slack-BlockKit/lib/Slack/BlockKit.pm ( view source; MetaCPAN )
5.36.0;

# Boolean and set handling
use JSON::PP (); # to ensure that JSON::PP::true and ::false are populated

sub boolify ($val) { $val ? JSON::PP::true : JSON::PP::false }

# The top-level collecti
RT-Extension-AI ( B/BP/BPS/RT-Extension-AI-0.05.tar.gz, BPS, 2025; MetaCPAN )
RT-Extension-AI/lib/RT/Action/AddTicketSummary.pm ( view source; MetaCPAN )
n::AddTicketSummary;

use RT;
use strict;
use warnings;
use base qw(RT::Action);

use Encode;
use JSON;

sub Prepare {
    return 1;
}

sub Commit {
    my $self      = shift;
    my $ticket    = $sel
App-Sky ( S/SH/SHLOMIF/App-Sky-0.8.0.tar.gz, SHLOMIF, 2025; MetaCPAN )
App-Sky/lib/App/Sky/CmdLine.pm ( view source; MetaCPAN )
: 'Files/files/arcs/'
            code:
                basename_re: '\\.(?:bash|c|cpp|diff|hs|js|json|log|p6|patch|pl|pm|py|rb|rs|s|scm|spec|ts|vim|yaml|yml)(?:\\.bz2|\\.gz|\\.xz\\|\\.zst)?\\z'
     
Alien-pkgconf ( P/PL/PLICEASE/Alien-pkgconf-0.21.tar.gz, PLICEASE, 2025; MetaCPAN )
Alien-pkgconf/script/probe.pl ( view source; MetaCPAN )

use warnings;
use Config;
use File::Spec;
use JSON::PP qw( encode_json decode_json );

my $status_filename = File::Spec->catfile('_alien', '01probe.json');
exit if -e $status_filename;

my $archlib =
nshift @{ $status{pkg_config_dir} }, $my_pkg_config_dir;

mkdir '_alien' unless -d '_alien';
open my $fh, '>', $status_filename;
print $fh JSON::PP->new->utf8->canonical->encode(\%status);
close $fh;
Data-Ref-JSON ( J/JK/JKSTILL/Data-Ref-JSON-0.03.tar.gz, JKSTILL, 2025; MetaCPAN )
Data-Ref-JSON/dro.pl ( view source; MetaCPAN )
l not work when passed JSON data

=cut


use strict;
use warnings;
use Data::Dumper;
use IO::File;
use Getopt::Long;
#use lib './lib'; # development use only
use Data::Ref::JSON;

my $debugLevel=0;
# 
 = $slurpSave;

# read a perl script, and getting the JSON from it
# the hash is $tc in the script
my $tc;
eval $tcStr; 

my $dr = Data::Ref::JSON->new (
	{
		DEBUG	=> $debugLevel,
		DATA	=> $tc
	}
);
Data-Ref-JSON ( J/JK/JKSTILL/Data-Ref-JSON-0.03.tar.gz, JKSTILL, 2025; MetaCPAN )
Data-Ref-JSON/drp.pl ( view source; MetaCPAN )
passed JSON data, using the Procedural interface.

=cut

use strict;
use warnings;
use Data::Dumper;
use IO::File;
use Getopt::Long;
#use lib './lib'; # development use only
use Data::Ref::JSON qw(wal
> \$tcFile,
	"h|help!" => \$help
) or die usage(1);

if ($help) {
	usage();
	exit;
}


Data::Ref::JSON::setDebugLevel($debugLevel);

my $fh = new IO::File;

$fh->open($tcFile,'r') || die "cannot open 
h>;
$/ = $slurpSave;

# read a perl script, and getting the JSON from it
# the hash is $tc in the script
my $tc;
eval $tcStr;
Data::Ref::JSON::pdebug(1,'Test Data tc: ' , Dumper($tc));

walk($tc);

su
CPANPLUS-Dist-Debora ( V/VO/VOEGELAS/CPANPLUS-Dist-Debora-0.018.tar.gz, VOEGELAS, 2025; MetaCPAN )
CPANPLUS-Dist-Debora/lib/CPANPLUS/Dist/Debora/Package.pm ( view source; MetaCPAN )
 my $self = shift;

    my $meta;

    my $builddir = $self->builddir;
    META:
    for (qw(META.json META.yml)) {
        my $metafile = catfile($builddir, $_);
        if (-f $metafile) {
         
CPANPLUS-Dist-Debora ( V/VO/VOEGELAS/CPANPLUS-Dist-Debora-0.018.tar.gz, VOEGELAS, 2025; MetaCPAN )
CPANPLUS-Dist-Debora/lib/CPANPLUS/Dist/Debora/Package/Debian.pm ( view source; MetaCPAN )
O-Compress
    JSON-PP
    Module-CoreList
    Pod-Checker
    Pod-Parser
    Pod-Perldoc
    Pod-Usage
    podlators
    Test-Harness
);

# Version quirks.
my %VERSION_FOR
    = ('JSON-PP' => sub { s
CXC-DB-DDL ( D/DJ/DJERIUS/CXC-DB-DDL-0.21.tar.gz, DJERIUS, 2025; MetaCPAN )
CXC-DB-DDL/lib/CXC/DB/DDL/Util.pm ( view source; MetaCPAN )
s are now available as e.g., B<PG_JSONB>
(the B<PG_> prefix is I<not> removed):

  @fields = xFIELDS(
      segment        => INTEGER,
      pars           => PG_JSONB,
  );

The generated field objec
re available with an added prefix of B<DBD_TYPE_>, e.g.
the L<DBD::Pg>'s B<PG_JSON> is made available as B<DBD_TYPE_PG_JSON>.

=head1 SUBROUTINES

=head2 SQL_TYPE_NAMES

=head2 SQL_TYPE_VALUES

  @typ
pes provided by this package, e.g. do this:

  use CXC::DB::DDL::Util 'DBD_TYPE_PG_JSONB';

  xTYPE( DBD_TYPE_PG_JSONB, ... );

=head2 xFIELDS

   @field_spec = xFIELDS( array of  Tuple[ NonEmptyStr, 

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