Search results for "Template::Extract"
Template::Extract - Use TT2 syntax to extract data from documents
This module adds template extraction functionality to the Template toolkit. It can take a rendered document and its template together, and get the original data structure back, effectively reversing the "Template::process" function....
AUDREYT/Template-Extract-0.41 - 15 Oct 2007 17:56:01 UTC - Search in distribution- Template::Extract::Run - Apply compiled regular expressions on documents
- Template::Extract::Parser - Template parser for extraction
- Template::Extract::Compile - Compile TT2 templates into regular expressions
Log::Report::Extract::Template - collect translatable strings from template files
This module helps maintaining the POT files which list translatable strings from template files (or other flat text files) by updating the list of message-ids which are kept in them. After initiation, the process() method needs to be called for each ...
MARKOV/Log-Report-Lexicon-1.11 - 22 Mar 2018 22:34:56 UTC - Search in distribution- lib/Log/Report/Extract/Template.pm
- Log::Report::Extract - Collect translatable strings
- xgettext-perl - extract translatable strings
OurNet::Template - Template Toolkit extraction and generation
This module is a subclass of the standard *Template* toolkit, with added template extraction functionality, which means you can take a *process()*ed document and the original template together, and get the original data structure back. The "extract" ...
AUTRIJUS/OurNet-Query-1.56 - 28 Sep 2001 07:19:31 UTC - Search in distribution- OurNet::Site - Extract web pages via templates
- OurNet::Query - Scriptable queries with template extraction
Template.pm
AUTRIJUS/OurNet-Site-1.52
-
05 Jun 2001 21:48:07 UTC
-
Search in distribution
- OurNet::Site - Extract web pages via templates
Locale::Maketext::Extract::Plugin::TextTemplate - Text::Template format parser
Extracts strings to localise from Text::Template files...
DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC - Search in distribution- Locale::Maketext::Extract::Plugin::Base - Base module for format parser plugins
- Locale::Maketext::Extract::Plugin::Mason - HTML::Mason (aka Mason 1) and Mason (aka Mason 2) format parser
- Locale::Maketext::Extract::Plugin::Perl - Perl format parser
- 2 more results from Locale-Maketext-Lexicon »
lib/RT/Action/ExtractCustomFieldValuesWithCodeInTemplate.pm
BPS/RT-Extension-ExtractCustomFieldValues-3.16
-
07 Aug 2020 13:55:51 UTC
-
Search in distribution
- RT::Extension::ExtractCustomFieldValues - extract CF values from email headers or body
Nes - A powerful template system for HTML and the Web.
Nes (No Embedded Source) a system for separating Perl executable code and the representation of the data generated in HTML using Tags are replaced with variables created in Perl. Nes can do for you? With Nes can do the same or more than any other tem...
NES/Nes-1.03 - 14 Apr 2010 07:54:00 UTC - Search in distribution
wdq - command line access to Wikidata Query Service
The command line script "wdq", included in CPAN module App::wdq, provides a tool to access Wikidata Query Service <https://query.wikidata.org/>. It supports formulation and execution of SPARQL SELECT queries <http://www.w3.org/TR/sparql11-query/#sele...
VOJ/App-wdq-0.4.4 - 07 Apr 2016 08:28:28 UTC - Search in distribution
Argv - Provide an OO interface to an arg vector
An Argv object treats a command line as 3 separate entities: the *program*, the *options*, and the *args*. The *options* may be further subdivided into user-defined *option sets* by use of the "optset" method. When one of the *execution methods* is c...
DSB/Argv-1.28 - 13 May 2013 15:01:11 UTC - Search in distribution
Pumpkin - Notes on handling the Perl Patch Pumpkin And Porting Perl
This document attempts to begin to describe some of the considerations involved in patching, porting, and maintaining perl. This document is still under construction, and still subject to significant changes. Still, I hope parts of it will be useful,...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- perllocale - Perl locale handling (internationalization and localization)
- perl5160delta - what is new for perl v5.16.0
- perlperf - Perl Performance and Optimization Techniques
- 4 more results from perl »
perlglossary - Perl Glossary
A glossary of terms (technical and otherwise) used in the Perl documentation, derived from the Glossary of *Programming Perl*, Fourth Edition. Words or phrases in bold are defined elsewhere in this glossary. Other useful sources include the Unicode G...
ETHER/perlfaq-5.20210520 - 20 May 2021 04:17:26 UTC - Search in distribution
Prima::Widget - window management
Prima::Widget is a descendant of Prima::Component, a class, especially crafted to reflect and govern properties of a system-dependent window, such as its position, hierarchy, outlook etc. Prima::Widget is mapped into the screen space as a rectangular...
KARASIK/Prima-1.67 - 27 Nov 2022 20:54:11 UTC - Search in distribution
Git::Hooks - Framework for implementing Git (and Gerrit) hooks
GNUSTAVO/Git-Hooks-3.4.0
-
18 Dec 2022 23:37:22 UTC
-
Search in distribution
X11::Xlib - Low-level access to the X11 library
This module provides low-level access to Xlib functions. This includes access to some X11 extensions like the X11 test library (Xtst). If you import the Xlib functions directly, or call them as methods on an instance of X11::Xlib, you get a near-C ex...
NERDVANA/X11-Xlib-0.23 - 21 Oct 2021 06:32:51 UTC - Search in distribution
JSON::PP - JSON::XS compatible pure-Perl module.
JSON::PP is a pure perl JSON decoder/encoder, and (almost) compatible to much faster JSON::XS written by Marc Lehmann in C. JSON::PP works as a fallback module when you use JSON module without having installed JSON::XS. Because of this fallback featu...
ISHIGAKI/JSON-PP-4.16 - 30 Dec 2022 04:33:20 UTC - Search in distribution
MARC - Perl extension to manipulate MAchine Readable Cataloging records.
MARC.pm is a Perl 5 module for reading in, manipulating, and outputting bibliographic records in the *USMARC* format. You will need to have Perl 5.004 or greater for MARC.pm to work properly. Since it is a Perl module you use MARC.pm from one of your...
BBIRTH/MARC-1.07 - 24 Apr 2000 03:34:57 UTC - Search in distribution
WebFetch - Perl module to download/fetch and save information from the Web
The WebFetch module is a framework for downloading and saving information from the web, and for saving or re-displaying it. It provides a generalized interface for saving to a file while keeping the previous version as a backup. This is mainly intend...
IKLUFT/WebFetch-0.15.5 - 26 Oct 2022 06:42:42 UTC - Search in distribution
JSON::Parse - Parse JSON
A module for parsing JSON. (JSON means "JavaScript Object Notation" and it is specified in "RFC 8259".) JSON::Parse offers the function "parse_json", which takes a string containing JSON, and returns an equivalent Perl structure. It also offers valid...
BKB/JSON-Parse-0.62 - 15 Jul 2022 23:26:03 UTC - Search in distribution
IO::FD - Faster accept, socket, listen with file descriptors, not handles
IO::FD is an XS module implementing common core Perl system I/O functions work with file descriptors instead of Perl file handles. Functions include but are not limited to "accept", "connect", "socket", "bind", "sysopen", "sysread", and "syswrite". I...
DRCLAW/IO-FD-v0.2.0 - 06 Jan 2023 00:57:02 UTC - Search in distribution