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.384.374 Times

Cleaning Business Template freeware
Filter: All | Freeware | Demo
 

Cleaning Business Template

< 1 2 3 4 5 > 
Added: September 25, 2010 | Visits: 1.478

Business::Travel::OTA Business::Travel::OTA is a Perl module with tools for handling OTA-compliant (Open Travel Alliance) messages. SYNOPSIS # This tests the "otaserver" with an OTA_PingRQ message otaclient --ping --verbose The Business::Travel::OTA module is the main module for the Business-Travel-OTA...



Platforms: *nix

License: Freeware Size: 14.34 KB Download (129): Business::Travel::OTA Download

Added: October 20, 2010 | Visits: 1.552

Template::Manual::Plugins Template::Manual::Plugins is Perl module for standard plugins. This section lists the standard plugins which can be used to extend the runtime functionality of the Template Toolkit. The plugins are distributed with the Template Toolkit but may required additional modules from CPAN. TEMPLATE...





Platforms: *nix

License: Freeware Size: 778.24 KB Download (128): Template::Manual::Plugins Download

Added: May 10, 2013 | Visits: 1.174

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: November 05, 2010 | Visits: 1.055

Dicop::Item::Template Dicop::Item::Template is an object defining Dicop::Item subclasses. SYNOPSIS use Dicop::Request::Template push @templates, Dicop::Item::Template->new ( class => Dicop::Item::Subclass, fields => "name => { maxlen => 128, def => some name }", );.


Platforms: *nix

License: Freeware Size: 112.64 KB Download (126): Dicop::Item::Template Download

Added: January 25, 2010 | Visits: 750

Check Template CheckTemplate is a startup add-on that dynamically checks to see that the link between a document and it's template has not been broken. CheckTemplate looks for the proper template when the document is loaded and whenever it is activated.This is extremely useful if you move documents between two...


Platforms: Mac

License: Freeware Download (126): Check Template Download

Added: January 25, 2010 | Visits: 968

24U FM Template 24U FM Template is a template project for developing FileMaker Pro external function plug-ins using the Metrowerks CodeWarrior integrated development environment. It is intended for beginning plug-in developers as well as for experienced developers who don't want to spend too much time...


Platforms: Mac

License: Freeware Size: 285 KB Download (122): 24U FM Template Download

Added: May 07, 2010 | Visits: 1.022

Template::Plugin::AutoLink Template::Plugin::AutoLink is a TT filter plugin to replace URL and e-mail address with hyperlink automatically. SYNOPSIS # in template [% use AutoLink %] [% FILTER auto_link target=_blank %] Search here http://www.google.com [% END %] # result in Search here < a...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (121): Template::Plugin::AutoLink Download

Added: June 22, 2010 | Visits: 1.714

Template::Library::HTML Template::Library::HTML is a template library for building basic HTML pages. NOTE: This documentation is incomplete and may be incorrect in places. The html template library is distributed as part of the Template Toolkit. It can be found in the templates sub-directory of the installation...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (116): Template::Library::HTML Download

Added: June 23, 2010 | Visits: 1.682

Template::Tutorial::Web Template::Tutorial::Web is a Perl module for generating web content using the template toolkit. This tutorial document provides a introduction to the Template Toolkit and demonstrates some of the typical ways it may be used for generating web content. It covers the generation of static pages...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (113): Template::Tutorial::Web Download

Released: May 13, 2011  |  Added: May 23, 2011 | Visits: 1.517

CMS VS Template CMS - A Comprehensive Example The CMS is a Visual Studio 2010 solution template with a set of projects providing a complete Content Management System with full source, management GUI's, an example site and a RISE system model for re-designing the system itself. The solution is a .VSIX...


Platforms: Windows

License: Freeware Size: 1.68 MB Download (113): CMS VS Template Download

Added: November 02, 2010 | Visits: 836

MfGames.Template The MfGames.Template library is a C# native library for creating template libaries. MfGames.Template was inspired by NVelocity, but was designed from the ground up to use the CIL internals, such as System.CodeDom and internal compliation to handle the template language. Because of this, it...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (112): MfGames.Template Download

Added: November 05, 2010 | Visits: 1.238

Template::Manual::Directives Template::Manual::Directives is a Perl module that contains template directives. Accessing and Updating Template Variables GET The GET directive retrieves and outputs the value of the named variable. [% GET foo %] The GET keyword is optional. A variable can be specified in a directive...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (111): Template::Manual::Directives Download

Added: August 27, 2010 | Visits: 1.123

Template::Plugin::Pagination Template::Plugin::Pagination is a plugin to help paginate pages of results. SYNOPSIS [% USE page = Pagination(items, current_page, entries_per_page) %] [% FOREACH item IN page.page_data; ...; DONE %] First page: [% page.first_page %] Prev page: [% page.previous_page %] Next page: [%...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (111): Template::Plugin::Pagination Download

Added: March 08, 2010 | Visits: 918

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.075

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: June 14, 2010 | Visits: 1.166

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 (109): HTML::Template Download

Added: January 25, 2010 | Visits: 742

bdd Business X bdd Business is a database software manager for small and medium companies. Its main purpose is to help business owners handle their information in a more efficient way by providing them with a powerful tool to manage their products, clients and invoices as well as a very complete set of reports...


Platforms: Mac

License: Freeware Download (108): bdd Business X Download

Released: September 09, 2012  |  Added: September 09, 2012 | Visits: 677

FM Starting Point FM Starting Point is a completely FREE FileMaker template designed for use with FileMaker Pro 10, and is focused on small businesses, work groups, and non-profit organizations. These templates were built with the experience gained from working with these target groups for over 18 years. New...


Platforms: Mac

License: Freeware Size: 1.5 MB Download (108): FM Starting Point Download

Added: November 23, 2010 | Visits: 1.351

Template::Plugin::XML Template::Plugin::XML is a XML plugin for the Template Toolkit. SYNOPSIS [% USE XML; dom = XML.dom(foo.xml); xpath = XML.xpath(bar.xml); simple = XML.simple(baz.xml); rss = XML.simple(news.rdf); %] [% USE XML(file=foo.xml); dom = XML.dom xpath = XML.xpath # ...etc... %] [% USE...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (107): Template::Plugin::XML Download

Added: March 26, 2010 | Visits: 1.086

Business::OnlinePayment::iAuthorizer Business::OnlinePayment::iAuthorizer is an iAuthorizer.net backend for Business::OnlinePayment. SYNOPSIS use Business::OnlinePayment; my $tx = new Business::OnlinePayment("iAuthorizer"); $tx->content(login => ..., # login, password, and serial for your account password => ..., serial =>...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): Business::OnlinePayment::iAuthorizer Download

< 1 2 3 4 5 >