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 50.214.738 Times

Guild Wars Build Template software
Filter: All | Freeware | Demo
 

Guild Wars Build Template

< 1 2 3 4 5 
Added: September 13, 2010 | Visits: 1.273

Java::Build::Tasks Java::Build::Tasks is a Perl module that collects common Java build tasks in one place: jar, jarsigner, etc. SYNOPSIS use Java::Build::Tasks; set_logger($log_object); copy_file(source, dest); copy_file(list, of, sources, dest); copy_file(-r, list, of, sources, with, flags, dest);...



Platforms: *nix

License: Freeware Size: 30.72 KB Download (110): Java::Build::Tasks Download

Added: July 09, 2010 | Visits: 711

PerlPoint::Template::Traditional PerlPoint::Template::Traditional is a PerlPoint template processor for traditional pp2html layouts..





Platforms: *nix

License: Freeware Size: 13.31 KB Download (94): PerlPoint::Template::Traditional Download

Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 1.101

PerlPoint::Template::TT2 PerlPoint::Template::TT2 is a beta of a PerlPoint template processor for Template Toolkit 2 layouts. METHODS new() Parameters: class The class name. Returns: the new object. Example: # start page $result.="nnnn"; # begin header $result.="nnnn"; # header contents: this was...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): PerlPoint::Template::TT2 Download

Added: February 09, 2010 | Visits: 878

Pod::Template Pod::Template is a Perl module for building pod documentation from templates. SYNOPSIS ### As a module ### use Pod::Template; my $parser = new Pod::Template; $parser->parse( template => documentation.ptmpl ); print $parser->as_string ### As a script ### $ podtmpl -I dir1 -I dir2...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Pod::Template Download

Added: July 01, 2010 | Visits: 1.150

Module::Build Module::Build is a Perl module for build and install Perl modules. SYNOPSIS Standard process for building & installing modules: perl Build.PL ./Build ./Build test ./Build install Or, if youre on a platform (like DOS or Windows) that doesnt require the "./" notation, you can do this:...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (95): Module::Build Download

Added: May 17, 2010 | Visits: 1.107

Template::Plugin::Page Template::Plugin::Page is a plugin to help when paging through sets of results. SYNOPSIS [% USE page = Page($total_entries, $entries_per_page, $current_page) %] First page: [% page.first_page %] Last page: [% page.last_page %] First entry on page: [% page.first %] Last entry on page: [%...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (89): Template::Plugin::Page Download

Added: May 10, 2013 | Visits: 1.172

Template Lite Template Lite is a very fast, small HTML template engine written in PHP. The engine supports most of the Smarty template engine functions and filters. Template Lite has many advantages over other template engines, as well as a few disadvantages. - Template Lite is a stripped down version of...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (128): Template Lite Download

Added: March 11, 2010 | Visits: 899

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 (99): Template::Plugin::XML::LibXML Download

Added: May 07, 2010 | Visits: 890

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 (87): Class::MakeMethods::Template Download

Added: October 16, 2010 | Visits: 753

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 03, 2010 | Visits: 873

kdesvn-build kdesvn-build script builds KDE from its Subversion source repository. Well, that and a *LOT* more... It builds qt-copy, automatically includes unsermake in the build, easily supports being run from cron, allows module-specific options such as configure flags, logs everything, and generally...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (91): kdesvn-build Download

Added: September 14, 2010 | Visits: 997

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 (93): Template::Alloy::Parse Download

Added: April 07, 2010 | Visits: 887

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 (93): Template::Alloy::VMethod Download

Added: July 06, 2010 | Visits: 983

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 (94): Template::Alloy::Operator Download

Added: March 08, 2010 | Visits: 914

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 (110): Template::Alloy::TT Download

Added: June 19, 2010 | Visits: 1.070

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: 787

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 (92): Template::Alloy Download

Added: April 20, 2010 | Visits: 908

Java::Build::JVM Java::Build::JVM is a Perl module that starts one JVM for compiling. SYNOPSIS use Java::Build::JVM; my $compiler = Java::Build::JVM->getCompiler(); $compiler->destination("some/path"); $compiler->classpath("some/pathto/jar.jar:some/other/path/javas");...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (104): Java::Build::JVM Download

Added: April 10, 2010 | Visits: 1.025

Java::Build Java::Build is a family of modules which you can use instead of Ant. SYNOPSIS use Java::Build::JVM; # access to the javac compiler in one jvm use Java::Build::Tasks; # some helpful methods similar to Ant tasks my $source_files = build_file_list( BASE_DIR => $some_path, INCLUDE_PATTERNS...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (96): Java::Build Download

Added: September 25, 2010 | Visits: 850

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

< 1 2 3 4 5