webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Variables
planet.htmltmpl Namespace Reference

Variables

 INCLUDE_DIR
 
 PARAMS_NUMBER
 
 PARAM_NAME
 
 PARAM_ESCAPE
 
 PARAM_GLOBAL
 
 PARAM_GETTEXT_STRING
 
 LOCKTYPE_FCNTL
 
 LOCKTYPE_MSVCRT
 
 LOCKTYPE
 
 LOCK_EX
 
 LOCK_SH
 
 LOCK_UN
 

Detailed Description

A templating engine for separation of code and HTML.

    The documentation of this templating engine is separated to two parts:
    
1. Description of the templating language.
   
2. Documentation of classes and API of this module that provides
   a Python implementation of the templating language.
    
    All the documentation can be found in 'doc' directory of the
    distribution tarball or at the homepage of the engine.
    Latest versions of this module are also available at that website.

    You can use and redistribute this module under conditions of the
    GNU General Public License that can be found either at
    [ http://www.gnu.org/ ] or in file "LICENSE" contained in the
    distribution tarball of this module.

    Copyright (c) 2001 Tomas Styblo, tripie@cpan.org

    @name           htmltmpl
    @version        1.22
    @author-name    Tomas Styblo
    @author-email   tripie@cpan.org
    @website        http://htmltmpl.sourceforge.net/
    @license-name   GNU GPL
    @license-url    http://www.gnu.org/licenses/gpl.html

Variable Documentation

◆ INCLUDE_DIR

planet.htmltmpl.INCLUDE_DIR

◆ LOCK_EX

planet.htmltmpl.LOCK_EX

◆ LOCK_SH

planet.htmltmpl.LOCK_SH

◆ LOCK_UN

planet.htmltmpl.LOCK_UN

◆ LOCKTYPE

planet.htmltmpl.LOCKTYPE

◆ LOCKTYPE_FCNTL

planet.htmltmpl.LOCKTYPE_FCNTL

◆ LOCKTYPE_MSVCRT

planet.htmltmpl.LOCKTYPE_MSVCRT

◆ PARAM_ESCAPE

planet.htmltmpl.PARAM_ESCAPE

◆ PARAM_GETTEXT_STRING

planet.htmltmpl.PARAM_GETTEXT_STRING

◆ PARAM_GLOBAL

planet.htmltmpl.PARAM_GLOBAL

◆ PARAM_NAME

planet.htmltmpl.PARAM_NAME

◆ PARAMS_NUMBER

planet.htmltmpl.PARAMS_NUMBER