Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 49.484.320 Times

Reciept Template software
Filter: All | Freeware | Demo
 

Reciept Template

< 1 2 3 4 5 > 
Added: March 11, 2010 | Visits: 891

Template::Plugin::XML::LibXML Template::Plugin::XML::LibXML is a XML::LibXML Template Toolkit Plugin. SYNOPSIS [% USE docroot = XML.LibXML("helloworld.xml") %] The message is: [% docroot.find("/greeting/text") %] This module provides a plugin for the XML::LibXML module. It can be utilised the same as any other...



Platforms: *nix

License: Freeware Size: 13.31 KB Download (93): Template::Plugin::XML::LibXML Download

Added: May 07, 2010 | Visits: 879

Class::MakeMethods::Template Class::MakeMethods::Template package contains extensible code templates. SYNOPSIS package MyObject; use Class::MakeMethods::Template::Hash ( new => new, string => foo, number => bar, ); my $obj = MyObject->new( foo => "Foozle", bar => 23 ); print $obj->foo(); $obj->bar(42);...





Platforms: *nix

License: Freeware Size: 163.84 KB Download (86): Class::MakeMethods::Template Download

Added: October 16, 2010 | Visits: 744

Class::MakeMethods::Template::Generic Class::MakeMethods::Template::Generic Perl module contains templates for common meta-method types. SYNOPSIS package MyObject; use Class::MakeMethods ( Template::Hash:new => [ new ], Template::Hash:scalar => [ foo ] Template::Static:scalar => [ bar ] ); package main; my $obj =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (86): Class::MakeMethods::Template::Generic Download

Added: September 14, 2010 | Visits: 993

Template::Alloy::Parse Template::Alloy::Parse is a Perl module with common parsing role for creating AST from templates. The Template::Alloy::Parse role is reponsible for storing the majority of directive parsing code, as well as for delegating to the TT, HTE, Tmpl, and Velocity roles for finding variables and...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (91): Template::Alloy::Parse Download

Added: April 07, 2010 | Visits: 876

Template::Alloy::VMethod Template::Alloy::VMethod is a Perl module with VMethod role. The Template::Alloy::VMethod role provides all of the extra vmethods, filters, and virtual objects that add to the base featureset of Template::Alloy. Most of the vmethods listed here are similar to those provided by...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (87): Template::Alloy::VMethod Download

Added: July 06, 2010 | Visits: 978

Template::Alloy::Operator Template::Alloy::Operator is a Perl module that provides the regexes necessary for Template::Alloy::Parse to parse operators and place them in their appropriate precedence. It also provides the play_operator method which is used by Template::Alloy::Play and Template::Alloy::Compile for playing...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (90): Template::Alloy::Operator Download

Added: March 08, 2010 | Visits: 905

Template::Alloy::TT Template::Alloy::TT Perl module contains a Template::Toolkit role. The Template::Alloy::TT role provides the syntax and the interface for Template::Toolkit version 1, 2, and 3. It also brings many of the features from the various templating systems. And it is fast. See the Template::Alloy...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (104): Template::Alloy::TT Download

Added: June 19, 2010 | Visits: 1.050

Template::Parser::CET Template::Parser::CET is a Template::Alloy based parser for the TT2 engine. SYNOPSIS use Template; use Template::Parser::CET; my $t = Template->new( PARSER => Template::Parser::CET->new ); # you can override all instances of TT # by any of the following methods use...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (109): Template::Parser::CET Download

Added: January 27, 2010 | Visits: 778

Template::Alloy Template::Alloy is a TT2/3, HT, HTE, Tmpl, and Velocity Engine. SYNOPSIS Template::Toolkit style usage my $t = Template::Alloy->new( INCLUDE_PATH => [/path/to/templates], ); my $swap = { key1 => val1, key2 => val2, code => sub { 42 }, hash => {a => b}, }; # print to STDOUT...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (86): Template::Alloy Download

Added: September 25, 2010 | Visits: 845

Parse::Template Parse::Template was initially created to serve as a code generator for the Parse::Lex class. The class is now available as a separate module..


Platforms: *nix

License: Freeware Size: 22.53 KB Download (88): Parse::Template Download

Added: June 08, 2010 | Visits: 809

Template::Plugin::Java::Utils Template::Plugin::Java::Utils is a Perl module with utility functions for Template::Plugin::Java. SYNOPSIS use Template::Plugin::Java::Utils qw/list of subroutines to import/; SUBROUTINES createTemplate Creates a new Template with reasonable options. parseOptions Replaces c_c with...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (91): Template::Plugin::Java::Utils Download

Added: October 16, 2010 | Visits: 867

Template::Plugin::Java::Constants Template::Plugin::Java::Constants is a Perl module with constants for the Java Template plugin modules. SYNOPSIS use Template::Plugin::Java::Constants qw/:regex/; use Template::Plugin::Java::Constants qw/:boolean/; use Template::Plugin::Java::Constants qw/:all/; regex The "regex" tag...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (93): Template::Plugin::Java::Constants Download

Added: February 02, 2010 | Visits: 960

Template::Plugin::Java Template::Plugin::Java is a Perl module that can generate Java Classes from XML description files and templates. SYNOPSIS From an xml file such as: < aBean > < java: option1="value1" > < option2 >value2< /option2 > < /java: > < foo >10< /foo > < bar >String< /bar > < container > < baz...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (91): Template::Plugin::Java Download

Added: October 03, 2010 | Visits: 816

Template::Plugin::JavaSQL Template::Plugin::JavaSQL is a Perl module to help generate Java from database schemas. SYNOPSES Within an XML file processed by the Java plugin: < sql: query="select foo as f, bar as b from some_table" > or < sql: table="some_table" > Via a template such as: [% USE Java %] [% Use...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (87): Template::Plugin::JavaSQL Download

Added: November 05, 2010 | Visits: 957

Template Numerical Toolkit Template Numerical Toolkit (TNT) is a collection of interfaces and reference implementations of numerical objects useful for scientific computing in C++. The toolkit defines interfaces for basic data structures, such as multidimensional arrays and sparse matrices, commonly used in numerical...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (92): Template Numerical Toolkit Download

Added: April 19, 2010 | Visits: 1.238

SVG::Template::Graph SVG::Template::Graph is a Perl extension for generating template-driven graphs with SVG. SYNOPSIS use SVG::Template::Graph; $data = [ { barGraph=>1,# barSpace=>20, title=> 1: Trace 1, data => #hash ref containing x-val and y-val array refs { x_val => [50,100,150,200,250,...


Platforms: *nix

License: Freeware Download (98): SVG::Template::Graph Download

Added: June 14, 2010 | Visits: 1.157

HTML::Template HTML::Template module attempts to make using HTML templates simple and natural. HTML::Template library extends standard HTML with a few new tags for variables, loops, if/else blocks and includes. A file written with HTML and these new tags is called a template. Using this module you fill in...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (103): HTML::Template Download

Added: March 10, 2010 | Visits: 1.216

HTML::Template::Expr HTML::Template::Expr module provides an extension to HTML::Template which allows expressions in the template syntax. HTML::Template::Expr module is purely an addition--all the normal HTML::Template options, syntax, and behaviors will still work. Expression support includes comparisons, math...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (134): HTML::Template::Expr Download

Added: February 18, 2010 | Visits: 1.283

HTML::Template::JIT HTML::Template::JIT is a just-in-time compiler for HTML::Template. Templates are compiled into native machine code using Inline::C. When using HTML::Template::JIT, the compiled code is stored to disk and reused on subsequent calls. HTML::Template::JIT is up to 8 times as fast as HTML::Template...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (133): HTML::Template::JIT Download

Added: May 08, 2010 | Visits: 752

Template::Plugin::Heritable Template::Plugin::Heritable is a Perl module with OO dispatching and inheritance for templates. SYNOPSIS [% USE Heritable %] [%# searches providers for a "view" template method on class (which should be a metamodel object, eg someobj.meta in Perl 6) %] [% Heritable.include(class, "view",...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (87): Template::Plugin::Heritable Download

< 1 2 3 4 5 >