Group
Extension

Matches 35358

DB-Object ( J/JD/JDEGUEST/DB-Object-v1.8.1.tar.gz, JDEGUEST, 2025; MetaCPAN )
DB-Object/lib/DB/Object/Fields/Field.pm ( view source; MetaCPAN )
r to represent the constant

=item * C<name>

The constant name, e.g. C<PG_JSONB>

=item * C<type>

The data type, e.g. C<jsonb>

=back

=head2 check_name

Sets or gets the optional name of the check 
ject which is a L<DB::Object::Tables> object.

=head2 type

Returns the field type such as C<jsonb>, C<json>, C<varchar>, C<integer>, etc.

See also L</constant> for an even more accurate data type, a
DB-Object ( J/JD/JDEGUEST/DB-Object-v1.8.1.tar.gz, JDEGUEST, 2025; MetaCPAN )
DB-Object/lib/DB/Object/Postgres/Statement.pm ( view source; MetaCPAN )
andler was provided to convert data from json to perl." ) );
    # my $data = $opts->{data} || return( $self->error( "No data was provided to convert from json to perl." ) );
    return( $opts->{data}
ata->{ $names->[ $i ] } = $dt;
            }
        }
    }
    return( $data );
}

sub _convert_json2hash
{
    my $self = shift( @_ );
    my $opts = $self->_get_args_as_hash( @_ );
#     $self->de
andler was provided to convert data from json to perl." ) );
    # my $data = $opts->{data} || return( $self->error( "No data was provided to convert from json to perl." ) );
    return( $opts->{data}
DB-Object ( J/JD/JDEGUEST/DB-Object-v1.8.1.tar.gz, JDEGUEST, 2025; MetaCPAN )
DB-Object/lib/DB/Object/Mysql/Tables.pm ( view source; MetaCPAN )
L_UNKNOWN_TYPE', type => 'multicurve' },
        qr/^(json)\b/                       => { constant => '', name => 'SQL_UNKNOWN_TYPE', type => 'json' },
    };
    our $DEBUG = 0;
    our $VERSION = 'v
DB-Object ( J/JD/JDEGUEST/DB-Object-v1.8.1.tar.gz, JDEGUEST, 2025; MetaCPAN )
DB-Object/lib/DB/Object/Postgres/Query.pm ( view source; MetaCPAN )
pe is json, so we transform this value into a json data
                elsif( $self->_is_hash( $value => 'strict' ) && ( lc( $types->{ $field } ) eq 'jsonb' || lc( $types->{ $field } ) eq 'json' ) )
my $this_json = $self->_encode_json( $value );
                    # push( @format_values, $tbl_o->database_object->quote( $this_json, ( lc( $types->{ $field } ) eq 'jsonb' ? DBD::Pg::PG_JSONB : DBD::
ject->quote( $this_json, { pg_type => $self->database_object->get_sql_type( $types->{ $field } ) } ) );
                    $elem->format( $tbl_o->database_object->quote( $this_json, { pg_type => $sel
DB-Object ( J/JD/JDEGUEST/DB-Object-v1.8.1.tar.gz, JDEGUEST, 2025; MetaCPAN )
DB-Object/lib/DB/Object/Cache/Tables.pm ( view source; MetaCPAN )
ict;
    use warnings;
    use parent qw( Module::Generic );
    use vars qw( $VERSION );
    use JSON;
    use Fcntl qw( :flock );
    use Module::Generic::File qw( sys_tmpdir );
    our $VERSION = '
;
    $self->{cache_dir} = sys_tmpdir();
    $self->{cache_file} = "$self->{cache_dir}/sql_tables.json";
    $self->{timeout} = 86400;
    $self->SUPER::init( @_ );
    $self->{updated} = '';
    $sel
  my $v = shift( @_ );
        $self->{cache_dir} = $v;
        $self->cache_file( "$v/sql_tables.json" );
    }
    return( $self->{cache_dir} );
}

sub cache_file
{
    my $self = shift( @_ );
    i
Crypt-Sodium-XS ( I/IA/IAMB/Crypt-Sodium-XS-0.000039.tar.gz, IAMB, 2025; MetaCPAN )
Crypt-Sodium-XS/lib/Crypt/Sodium/XS/secretstream.pm ( view source; MetaCPAN )
he message marks the end of a set of messages, but not the end
of the stream. For example, a huge JSON string sent as multiple chunks can use
this tag to indicate to the application that the string is
ExtUtils-MakeMaker ( B/BI/BINGOS/ExtUtils-MakeMaker-7.77_02.tar.gz, BINGOS, 2025; MetaCPAN )
ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm ( view source; MetaCPAN )
ml to communicate metadata up to the CPAN clients
    print STDOUT "Writing MYMETA.yml and MYMETA.json\n"
      if !$self->{NO_MYMETA} and $self->write_mymeta( $self->mymeta );

    # save memory
    
ining name (and email address) of package author(s).
Is used in CPAN Meta files (META.yml or META.json) and PPD
(Perl Package Description) files for PPM (Perl Package Manager).

=item BINARY_LOCATION
build_requires> field of your F<META.yml> and the C<build> of the C<prereqs> field of your F<META.json>.

Defaults to C<<< { "ExtUtils::MakeMaker" => 0 } >>> if this attribute is not specified.

The f
Telegram-Bot ( J/JK/JKG/Telegram-Bot-0.028.tar.gz, JKG, 2025; MetaCPAN )
Telegram-Bot/ex/bot_search_wiki.pl ( view source; MetaCPAN )
  => 'json', 
                          list     => 'search', 
                          srsearch => $search_string 
                        })
                  ->result
                  ->json;
   
OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/blib/lib/OpenAPI/Client/OpenAI/Path/evals-eval_id-runs-run_id.pod ( view source; MetaCPAN )
<200>

Successfully deleted the eval run


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
head4 Status Code: C<404>

Run not found


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
 Status Code: C<200>

The evaluation run


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/blib/lib/OpenAPI/Client/OpenAI/Path/fine_tuning-jobs-fine_tuning_job_id-events.pod ( view source; MetaCPAN )
sponses


=head4 Status Code: C<200>

OK


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/blib/lib/OpenAPI/Client/OpenAI/Path/evals-eval_id-runs-run_id-output_items.pod ( view source; MetaCPAN )
t of output items for the evaluation run


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/blib/lib/OpenAPI/Client/OpenAI/Path/uploads-upload_id-cancel.pod ( view source; MetaCPAN )
sponses


=head4 Status Code: C<200>

OK


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
,
      "bytes": 2147483648,
      "created_at": 1719184911,
      "filename": "training_examples.jsonl",
      "purpose": "fine-tune",
      "status": "completed",
      "expires_at": 1719127296,
   
    "bytes": 2147483648,
        "created_at": 1719186911,
        "filename": "training_examples.jsonl",
        "purpose": "fine-tune",
      }
    }


=back

=head1 SEE ALSO

L<OpenAPI::Client::Ope
OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/blib/lib/OpenAPI/Client/OpenAI/Path/uploads-upload_id-complete.pod ( view source; MetaCPAN )
the Upload.


Type: C<string>



=back

=head3 Request Body
  
=head3 Content Type: C<application/json>

    
      

      
      
Example:

    {
       "part_ids" : [
          null
       ]
    }
sponses


=head4 Status Code: C<200>

OK


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
,
      "bytes": 2147483648,
      "created_at": 1719184911,
      "filename": "training_examples.jsonl",
      "purpose": "fine-tune",
      "status": "completed",
      "expires_at": 1719127296,
   
OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/blib/lib/OpenAPI/Client/OpenAI/Path/uploads-upload_id-parts.pod ( view source; MetaCPAN )
sponses


=head4 Status Code: C<200>

OK


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/blib/lib/OpenAPI/Client/OpenAI/Path/organization-usage-vector_stores.pod ( view source; MetaCPAN )
200>

Usage data retrieved successfully.


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
Novel-Robot ( A/AB/ABBYPAN/Novel-Robot-0.45.tar.gz, ABBYPAN, 2025; MetaCPAN )
Novel-Robot/lib/Novel/Robot/Parser/lofter.pm ( view source; MetaCPAN )


use base 'Novel::Robot::Parser';

#use HTML::Entities;
use Encode;
use Web::Scraper;
use JSON;

sub charset { 'utf8' }

sub site_type { 'tiezi' }

sub domain { 'lofter.com' }

sub ext

  my ($js) = $c=~m#<script>window\.__initialize_data__ =(.+?)<\/script>#s; 
  my $js_r = decode_json(encode("utf8", $js));
  my $post = $js_r->{postData}{data}{postData}{postView};
  $r->{title} =
OpenTelemetry-SDK ( J/JJ/JJATRIA/OpenTelemetry-SDK-0.028.tar.gz, JJATRIA, 2025; MetaCPAN )
OpenTelemetry-SDK/lib/OpenTelemetry/SDK/Exporter/Console.pm ( view source; MetaCPAN )
t( /=/, $_, 2 ), @options;

            if ( lc $format eq 'json' ) {
                require JSON::MaybeXS;
                my $json = JSON::MaybeXS->new(
                    # Defaults
             
        # User overrides
                    %options,
                );

                sub { $json->encode(@_) };
            }
            else {
                sub {
                    require
OpenTelemetry-SDK ( J/JJ/JJATRIA/OpenTelemetry-SDK-0.028.tar.gz, JJATRIA, 2025; MetaCPAN )
OpenTelemetry-SDK/lib/OpenTelemetry/SDK/Exporter/Console.pod ( view source; MetaCPAN )
  => $handle     // *STDERR,
        encoder => sub { ... } // \&Data::Dumper::Dumper || \&encode_json,
    );

Create a new exporter. Takes an optional C<handle> parameter which will be
used as the t
_FORMAT> environment variable. Currently, the
only supported value is C<json>, in which case the data will be encoded
with L<JSON::MaybeXS/encode>.

The behaviour of the default encoder can be further
 the keys or values they fall into. The resulting pairs will
be passed directly as arguments to L<JSON::MaybeXS/new> or L<Data::Dumper> as
appropriate.

The default configuration for L<Data::Dumper> i
OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/blib/lib/OpenAPI/Client/OpenAI/Path/threads-thread_id-runs-run_id-steps-step_id.pod ( view source; MetaCPAN )
sponses


=head4 Status Code: C<200>

OK


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/blib/lib/OpenAPI/Client/OpenAI/Path/evals-eval_id-runs.pod ( view source; MetaCPAN )
<200>

A list of runs for the evaluation


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
n/json>

    
      

      
             

=head3 Responses


=head4 Status Code: C<201>

Successfully created a run for the evaluation


=head4 Content Types:

=over 4


=item * C<application/json>
quest (for example, missing eval object)


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma

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