Group
Extension

Matches 10

Dancer-SearchApp ( C/CO/CORION/Dancer-SearchApp-0.06.tar.gz, CORION, 2016; MetaCPAN )
Dancer-SearchApp/pod/todo.pod ( view source; MetaCPAN )
-file '/etc/passwd' --html '<html><pre>machine user list password</pre></html>'

    submit-url --json '{ url: "", "content" : "", ... }'

This allows for custom handling of single entries

Detect "ge
Dancer-SearchApp ( C/CO/CORION/Dancer-SearchApp-0.06.tar.gz, CORION, 2016; MetaCPAN )
Dancer-SearchApp/lib/CORION/Apache/Tika/Connection/AEHTTP.pm ( view source; MetaCPAN )
(
                  "Content-Length" => $content_size,
                  "Accept" => 'application/json,text/plain',
                  @headers
                 );

    my $p = deferred;
    http_reque
Dancer-SearchApp ( C/CO/CORION/Dancer-SearchApp-0.06.tar.gz, CORION, 2016; MetaCPAN )
Dancer-SearchApp/bin/index-ical.pl ( view source; MetaCPAN )
ndex %indices %analyzers );
use Dancer::SearchApp::Utils qw(await);

use JSON::MaybeXS;
my $true = JSON->true;
my $false = JSON->false;

GetOptions(
    'force|f' => \my $force_rebuild,
    'config|c:
Dancer-SearchApp ( C/CO/CORION/Dancer-SearchApp-0.06.tar.gz, CORION, 2016; MetaCPAN )
Dancer-SearchApp/bin/index-url.pl ( view source; MetaCPAN )
s/Corion/Projekte/Apache-Tika-Async/lib';
use Apache::Tika::Server;

use JSON::MaybeXS;
my $true = JSON->true;
my $false = JSON->false;

=head1 USAGE

  # index a directory and its subdirectories
  in
Dancer-SearchApp ( C/CO/CORION/Dancer-SearchApp-0.06.tar.gz, CORION, 2016; MetaCPAN )
Dancer-SearchApp/bin/index-imap.pl ( view source; MetaCPAN )
ndex %indices %analyzers );
use Dancer::SearchApp::Utils qw(await);

use JSON::MaybeXS;
my $true = JSON->true;
my $false = JSON->false;

GetOptions(
    'force|f' => \my $force_rebuild,
    'config|c:
Dancer-SearchApp ( C/CO/CORION/Dancer-SearchApp-0.06.tar.gz, CORION, 2016; MetaCPAN )
Dancer-SearchApp/lib/Dancer/SearchApp.pm ( view source; MetaCPAN )
kely, manually encoding to JSON would be the saner approach
# instead of globally setting a serializer for all routes.
set 'serializer' => 'JSON';

get '/suggest/:query.json' => sub {
    my( $q ) = p
Dancer-SearchApp ( C/CO/CORION/Dancer-SearchApp-0.06.tar.gz, CORION, 2016; MetaCPAN )
Dancer-SearchApp/lib/CORION/Apache/Tika/Connection.pm ( view source; MetaCPAN )
on;
use strict;
use Moo::Role;
use JSON::XS;
use vars qw($VERSION);
$VERSION = '0.06';

sub decode_response {
    my( $self, $body ) = @_;
    
    return decode_json( $body );
}

sub process_response
nd $code <= 209 ) {
        if ( defined $body and length $body ) {
            # Let's hope it's JSON
            $body = $self->decode_response($body)
                if $is_encoded;
            ret
Dancer-SearchApp ( C/CO/CORION/Dancer-SearchApp-0.06.tar.gz, CORION, 2016; MetaCPAN )
Dancer-SearchApp/lib/Dancer/SearchApp/IndexSchema.pm ( view source; MetaCPAN )
;
use Exporter 'import';
use Data::Dumper;
use Promises 'deferred';

use JSON::MaybeXS;
my $true = JSON->true;
my $false = JSON->false;

=head1 NAME

Dancer::SearchApp::IndexSchema - schema definition
Dancer-SearchApp ( C/CO/CORION/Dancer-SearchApp-0.06.tar.gz, CORION, 2016; MetaCPAN )
Dancer-SearchApp/lib/CORION/Apache/Tika.pm ( view source; MetaCPAN )
package CORION::Apache::Tika;
use strict;
use Moo;
use JSON::XS qw(decode_json);

use vars '$VERSION';
$VERSION = '0.06';

=head1 NAME

CORION::Apache::Tika - connect to Apache::Tika

=head1 SYNOPSIS
 @_;
    $line =~ m!"([^"]+)"!g;
}

sub get_meta {
    my( $self, $file )= @_;
    #return decode_json($self->fetch( filename => $file, type => 'meta' ));
    # Hacky CSV-to-hash decode :-/
    return
Dancer-SearchApp ( C/CO/CORION/Dancer-SearchApp-0.06.tar.gz, CORION, 2016; MetaCPAN )
Dancer-SearchApp/bin/index-filesystem.pl ( view source; MetaCPAN )
lib';
use Apache::Tika::Server;
use Dancer::SearchApp::HTMLSnippet;

use JSON::MaybeXS;
my $true = JSON->true;
my $false = JSON->false;

=head1 USAGE

  # index a directory and its subdirectories
  in

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