The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Text::Query::Build"

Text::Query::Build - Base class for query builders River stage zero No dependents

This module provides a virtual base class for query builders. Query builders are called by the parser logic. A given set of functions is provided by the builder to match a Boolean logic. All the methods return a scalar corresponding to the code that ...

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC

Text::Query::BuildSQL - Base class for SQL query builders River stage one • 1 direct dependent • 1 total dependent

Defines all the "build_*" functions to build a syntax tree. The tree nodes are [ operator scope operand operand... ]. The "build_final_expression" function translate the syntax tree in a "where" clause using the "resolve" method. If the scope of the ...

LDACHARY/Text-Query-SQL-0.09 - 27 Dec 2000 14:46:37 UTC

Text::Query::BuildSQLPg - Builder for Postgres River stage one • 1 direct dependent • 1 total dependent

Generates a well formed "where" clause for Text::Query::ParseAdvanced or Text::Query::ParseSimple suitable for query with Postgres. Code is mainly based on Text:Query::BuildSQLMySQL....

LDACHARY/Text-Query-SQL-0.09 - 27 Dec 2000 14:46:37 UTC

Text::Query::BuildSQLMySQL - Builder for MySQL River stage one • 1 direct dependent • 1 total dependent

Generates a well formed "where" clause for Text::Query::ParseAdvanced or Text::Query::ParseSimple suitable for query with MySQL....

LDACHARY/Text-Query-SQL-0.09 - 27 Dec 2000 14:46:37 UTC

Text::Query::BuildSQLMifluz - Builder for Mifluz River stage one • 1 direct dependent • 1 total dependent

Returns the syntax tree. Refer to the Text::Query::BuildSQL(3) manual page for a description....

LDACHARY/Text-Query-SQL-0.09 - 27 Dec 2000 14:46:37 UTC

Text::Query::BuildSQLFulcrum - Builder for Fulcrum SearchServer River stage one • 1 direct dependent • 1 total dependent

Generates a well formed "where" clause for Text::Query::ParseAdvanced or Text::Query::ParseSimple suitable for query with Fulcrum SearchServer....

LDACHARY/Text-Query-SQL-0.09 - 27 Dec 2000 14:46:37 UTC

Bundle::Text::Query::BuildSQL - A bundle to install related modules River stage one • 1 direct dependent • 1 total dependent

This bundle defines all reqreq modules....

LDACHARY/Text-Query-SQL-0.09 - 27 Dec 2000 14:46:37 UTC

Text::Query::BuildSimpleString - Builder for Text::Query::ParseSimple to build regexps River stage zero No dependents

Build a regexp to match the simple query parsed by Text::Query::ParseSimple. The words of the query can be regular expressions and will provide the expected result if the "-regexp" option is set....

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC

Text::Query::BuildAdvancedString - Builder for Text::Query::ParseAdvanced to build regexps River stage zero No dependents

Build a regexp to match the advanced query parsed by Text::Query::ParseAdvanced. The words of the query can be regular expressions and will provide the expected result if the "-regexp" option is set....

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC

Text::Query - Query processing framework River stage zero No dependents

This module provides an object that matches a data source against a query expression. Query expressions are compiled into an internal form when a new object is created or the "prepare" method is called; they are not recompiled on each match. The clas...

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC

Text::Ux - More Succinct Trie Data structure (binding for ux-trie) River stage zero No dependents

Text::Ux is a perl bindng for ux-trie. <https://code.google.com/p/ux-trie/>...

JIRO/Text-Ux-0.11 - 03 Feb 2015 09:13:46 UTC

Text::Tidx - Index a delimited text file containing start-stop positions River stage zero No dependents

Text:Tidx allows you to index any text file using a key field and range coordinates, and, later, use that index for O(log(n)) range-lookups into the file. This was written because it was, for me significantly faster, for very large files (>100k rows)...

EARONESTY/Text-Tidx-0.94 - 23 May 2013 21:01:55 UTC

Text::Query::Parse - Base class for query parsers River stage zero No dependents

This module provides a virtual base class for query parsers. It defines the "prepare" method that is called by the "Text::Query" object to compile the query string....

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC

Text::Treesitter - Perl binding for tree-sitter River stage zero No dependents

This module provides several classes and utilities that wrap the tree-sitter parser library. A toplevel class is provided by this module which wraps the functionallity of several other classes, which are also available directly in the following modul...

PEVANS/Text-Treesitter-0.12 - 28 Dec 2023 19:02:05 UTC

Text::MicroTemplate - Micro template engine with Perl5 language River stage two • 32 direct dependents • 98 total dependents

Text::MicroTemplate is a standalone, fast, intelligent, extensible template engine with following features. standalone Text::MicroTemplate does not rely on other CPAN modules. fast Based on Mojo::Template, expressions in the template is perl code. in...

KAZUHO/Text-MicroTemplate-0.24 - 27 Jun 2015 00:20:17 UTC

Text::Query::SolveSQL - Apply query expression to an SQL database River stage one • 1 direct dependent • 1 total dependent

Applies a select order computed by a "Text::Query" object whose builder is derived from "Text::Query::BuildSQL" to a "DBI" object....

LDACHARY/Text-Query-SQL-0.09 - 27 Dec 2000 14:46:37 UTC

Text::Query::ParseSimple - Parse AltaVista simple query syntax River stage zero No dependents

This module provides an object that parses a string containing a Boolean query expression similar to an AltaVista "simple query". Elements of the query expression may be assigned weights. It's base class is Text::Query::Parse; Query expressions are c...

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC

Text::Query::ParseAdvanced - Parse AltaVista advanced query syntax River stage zero No dependents

This module provides an object that parses a string containing a Boolean query expression similar to an AltaVista "advanced query". It's base class is Text::Query::Parse; Query expressions consist of literal strings (or regexps) joined by the followi...

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC

Module::Text::Template::Build - Create a module based on a template to use with Module::Build River stage zero No dependents

This script allows you to simply create perl modules from a template. A default template is provided but you can easily create your own or modify the default template....

NKH/Module-Text-Template-Build-0.05.10 - 20 May 2011 14:16:27 UTC

Text::Query::SolveSimpleString - Apply query expression on strings River stage zero No dependents

Applies an expression built by "Text::Query::BuildSimpleString" to a list of strings....

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC
21 results (0.055 seconds)