Element index for namespace Templates

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ r ] [ s ] [ t ] [ w ] [ _ ]

_

__call
in file BaseTemplate.php, method NBaseTemplate::__call()
    Call a template run-time helper. Do not call directly.
__construct
in file TemplateHelpers.php, method NTemplateHelpers::__construct()
    Static class - cannot be instantiated.
__construct
in file LatteMacros.php, method LatteMacros::__construct()
    Constructor.
__construct
in file TemplateFilters.php, method NTemplateFilters::__construct()
    Static class - cannot be instantiated.
__get
in file BaseTemplate.php, method NBaseTemplate::__get()
    Returns a template parameter. Do not call directly.
__invoke
in file LatteFilter.php, method LatteFilter::__invoke()
    Invokes filter.
__isset
in file BaseTemplate.php, method NBaseTemplate::__isset()
    Determines whether parameter is defined. Do not call directly.
__set
in file BaseTemplate.php, method NBaseTemplate::__set()
    Sets a template parameter. Do not call directly.
__toString
in file BaseTemplate.php, method NBaseTemplate::__toString()
    Renders template to string.
__unset
in file BaseTemplate.php, method NBaseTemplate::__unset()
    Removes a template parameter. Do not call directly.
top

a

add
in file BaseTemplate.php, method NBaseTemplate::add()
    Adds new template parameter.
addFile
in file CachingHelper.php, method NCachingHelper::addFile()
    Adds the file dependency.
addItem
in file CachingHelper.php, method NCachingHelper::addItem()
    Adds the cached item dependency.
attrsMacro
in file LatteMacros.php, method LatteMacros::attrsMacro()
    Process <tag n:attr> (experimental).
autoConfig
in file TemplateFilters.php, method NTemplateFilters::autoConfig()
    NTemplate with configuration (experimental).
top

b

bytes
in file TemplateHelpers.php, method NTemplateHelpers::bytes()
    Converts to human readable file size.
BaseTemplate.php
procedural page BaseTemplate.php
top

c

$cacheExpire
in file Template.php, variable NTemplate::$cacheExpire
$context
in file LatteFilter.php, variable LatteFilter::$context
callBlock
in file LatteMacros.php, method LatteMacros::callBlock()
    Calls block.
callBlockParent
in file LatteMacros.php, method LatteMacros::callBlockParent()
    Calls parent block.
compile
in file BaseTemplate.php, method NBaseTemplate::compile()
    Applies filters on template content.
CONTEXT_ATTRIBUTE
in file LatteFilter.php, class constant LatteFilter::CONTEXT_ATTRIBUTE
    Context-aware escaping states
CONTEXT_CDATA
in file LatteFilter.php, class constant LatteFilter::CONTEXT_CDATA
    Context-aware escaping states
CONTEXT_COMMENT
in file LatteFilter.php, class constant LatteFilter::CONTEXT_COMMENT
    Context-aware escaping states
CONTEXT_NONE
in file LatteFilter.php, class constant LatteFilter::CONTEXT_NONE
    Context-aware escaping states
CONTEXT_TAG
in file LatteFilter.php, class constant LatteFilter::CONTEXT_TAG
    Context-aware escaping states
CONTEXT_TEXT
in file LatteFilter.php, class constant LatteFilter::CONTEXT_TEXT
    Context-aware escaping states
create
in file SnippetHelper.php, method NSnippetHelper::create()
    Starts conditional snippet rendering. Returns NSnippetHelper object if snippet was started.
create
in file CachingHelper.php, method NCachingHelper::create()
    Starts the output cache. Returns NCachingHelper object if buffering was started.
CachingHelper.php
procedural page CachingHelper.php
top

d

$defaultMacros
in file LatteMacros.php, variable LatteMacros::$defaultMacros
date
in file TemplateHelpers.php, method NTemplateHelpers::date()
    Date/time formatting.
top

e

$escape
in file LatteFilter.php, variable LatteFilter::$escape
escapeCss
in file TemplateHelpers.php, method NTemplateHelpers::escapeCss()
    Escapes string for use inside CSS template.
escapeHtml
in file TemplateHelpers.php, method NTemplateHelpers::escapeHtml()
    Escapes string for use inside HTML template.
escapeHtmlComment
in file TemplateHelpers.php, method NTemplateHelpers::escapeHtmlComment()
    Escapes string for use inside HTML comments.
escapeHtmlCss
in file TemplateHelpers.php, method NTemplateHelpers::escapeHtmlCss()
    Escapes string for use inside HTML style attribute.
escapeHtmlJs
in file TemplateHelpers.php, method NTemplateHelpers::escapeHtmlJs()
    Escapes string for use inside HTML JavaScript attribute.
escapeJs
in file TemplateHelpers.php, method NTemplateHelpers::escapeJs()
    Escapes string for use inside JavaScript template.
escapeXML
in file TemplateHelpers.php, method NTemplateHelpers::escapeXML()
    Escapes string for use inside XML 1.0 template.
top

f

fetchToken
in file LatteFilter.php, method LatteFilter::fetchToken()
    Reads single token (optionally delimited by comma) from string.
finalize
in file LatteMacros.php, method LatteMacros::finalize()
    Finishes parsing.
finish
in file SnippetHelper.php, method NSnippetHelper::finish()
    Finishes and saves the snippet.
formatArray
in file LatteFilter.php, method LatteFilter::formatArray()
    Formats parameters to PHP array.
formatModifiers
in file LatteFilter.php, method LatteFilter::formatModifiers()
    Applies modifiers.
formatString
in file LatteFilter.php, method LatteFilter::formatString()
    Formats parameter to PHP string.
top

g

getCache
in file CachingHelper.php, method NCachingHelper::getCache()
getCacheFile
in file TemplateCacheStorage.php, method NTemplateCacheStorage::getCacheFile()
    Returns file name.
getCacheStorage
in file Template.php, method NTemplate::getCacheStorage()
getFile
in file Template.php, method NTemplate::getFile()
    Returns the path to the template file.
getFile
in file IFileTemplate.php, method IFileTemplate::getFile()
    Returns the path to the template file.
getFilters
in file BaseTemplate.php, method NBaseTemplate::getFilters()
    Returns all registered compile-time filters.
getHandler
in file LatteFilter.php, method LatteFilter::getHandler()
    Returns macro handler.
getHelpers
in file BaseTemplate.php, method NBaseTemplate::getHelpers()
    Returns all registered run-time helpers.
getLine
in file LatteFilter.php, method LatteFilter::getLine()
    Returns current line number.
getParams
in file BaseTemplate.php, method NBaseTemplate::getParams()
    Returns array of all parameters.
top

h

HTML_PREFIX
in file LatteFilter.php, class constant LatteFilter::HTML_PREFIX
    spcial HTML tag or attribute prefix
top

i

IFileTemplate
in file IFileTemplate.php, class IFileTemplate
    Defines file-based template methods.
includeTemplate
in file LatteMacros.php, method LatteMacros::includeTemplate()
    Includes subtemplate.
indent
in file TemplateHelpers.php, method NTemplateHelpers::indent()
    Indents the HTML content from the left.
initialize
in file LatteMacros.php, method LatteMacros::initialize()
    Initializes parsing.
initRuntime
in file LatteMacros.php, method LatteMacros::initRuntime()
    Initializes state holder $_cb in template.
invoke
in file LatteFilter.php, method LatteFilter::invoke()
    Invokes filter.
ITemplate
in file ITemplate.php, class ITemplate
    Defines template methods.
IFileTemplate.php
procedural page IFileTemplate.php
ITemplate.php
procedural page ITemplate.php
top

l

LatteFilter
in file LatteFilter.php, class LatteFilter
    Compile-time filter Latte.
LatteMacros
in file LatteMacros.php, class LatteMacros
    Default macros for filter LatteFilter.
loader
in file TemplateHelpers.php, method NTemplateHelpers::loader()
    Try to load the requested helper.
LatteFilter.php
procedural page LatteFilter.php
LatteMacros.php
procedural page LatteMacros.php
top

m

$macros
in file LatteMacros.php, variable LatteMacros::$macros
macro
in file LatteMacros.php, method LatteMacros::macro()
    Process {macro content | modifiers}
top

n

NBaseTemplate
in file BaseTemplate.php, class NBaseTemplate
    NTemplate.
NCachingHelper
in file CachingHelper.php, class NCachingHelper
    Caching template helper.
NCurlyBracketsFilter
in file LatteFilter.php, class NCurlyBracketsFilter
NCurlyBracketsMacros
in file LatteFilter.php, class NCurlyBracketsMacros
    Default macros for filter LatteFilter.
netteLinks
in file TemplateFilters.php, method NTemplateFilters::netteLinks()
    Filter netteLinks: translates links "nette:...".
NSnippetHelper
in file SnippetHelper.php, class NSnippetHelper
    NControl snippet template helper.
NTemplate
in file Template.php, class NTemplate
    NTemplate stored in file.
NTemplateCacheStorage
in file TemplateCacheStorage.php, class NTemplateCacheStorage
    NTemplate cache storage.
NTemplateFilters
in file TemplateFilters.php, class NTemplateFilters
    Standard template compile-time filters shipped with Nette Framework.
NTemplateHelpers
in file TemplateHelpers.php, class NTemplateHelpers
    Standard template run-time helpers shipped with Nette Framework.
null
in file TemplateHelpers.php, method NTemplateHelpers::null()
    /dev/null.
top

o

$onPrepareFilters
in file BaseTemplate.php, variable NBaseTemplate::$onPrepareFilters
$outputAllowed
in file SnippetHelper.php, variable NSnippetHelper::$outputAllowed
optimizePhp
in file BaseTemplate.php, method NBaseTemplate::optimizePhp()
    Removes unnecessary blocks of PHP code.
top

r

readData
in file TemplateCacheStorage.php, method NTemplateCacheStorage::readData()
    Reads cache data from disk.
registerFilter
in file BaseTemplate.php, method NBaseTemplate::registerFilter()
    Registers callback as template compile-time filter.
registerHelper
in file BaseTemplate.php, method NBaseTemplate::registerHelper()
    Registers callback as template run-time helper.
registerHelperLoader
in file BaseTemplate.php, method NBaseTemplate::registerHelperLoader()
    Registers callback as template run-time helpers loader.
relativeLinks
in file TemplateFilters.php, method NTemplateFilters::relativeLinks()
    Filter relativeLinks: prepends root to relative links.
removePhp
in file TemplateFilters.php, method NTemplateFilters::removePhp()
    Filters out PHP code.
render
in file ITemplate.php, method ITemplate::render()
    Renders template to output.
render
in file Template.php, method NTemplate::render()
    Renders template to output.
render
in file BaseTemplate.php, method NBaseTemplate::render()
    Renders template to output.
RE_IDENTIFIER
in file LatteFilter.php, class constant LatteFilter::RE_IDENTIFIER
    PHP identifier
RE_STRING
in file LatteFilter.php, class constant LatteFilter::RE_STRING
    single & double quoted PHP string
top

s

save
in file CachingHelper.php, method NCachingHelper::save()
    Stops and saves the cache.
setCacheStorage
in file Template.php, method NTemplate::setCacheStorage()
    NSet cache storage.
setDelimiters
in file LatteFilter.php, method LatteFilter::setDelimiters()
    Changes macro delimiters.
setFile
in file Template.php, method NTemplate::setFile()
    Sets the path to the template file.
setFile
in file IFileTemplate.php, method IFileTemplate::setFile()
    Sets the path to the template file.
setHandler
in file LatteFilter.php, method LatteFilter::setHandler()
    Sets a macro handler.
setParams
in file BaseTemplate.php, method NBaseTemplate::setParams()
    Sets all parameters.
setTranslator
in file BaseTemplate.php, method NBaseTemplate::setTranslator()
    Sets translate adapter.
strip
in file TemplateHelpers.php, method NTemplateHelpers::strip()
    Replaces all repeated white spaces with a single space.
SnippetHelper.php
procedural page SnippetHelper.php
top

t

$texy
in file TemplateFilters.php, variable NTemplateFilters::$texy
tagMacro
in file LatteMacros.php, method LatteMacros::tagMacro()
    Process <n:tag attr> (experimental).
TemplateFilters.php
procedural page TemplateFilters.php
TemplateHelpers.php
procedural page TemplateHelpers.php
Template.php
procedural page Template.php
TemplateCacheStorage.php
procedural page TemplateCacheStorage.php
texyElements
in file TemplateFilters.php, method NTemplateFilters::texyElements()
    Process <texy>...</texy> elements.
top

w

$warnOnUndefined
in file BaseTemplate.php, variable NBaseTemplate::$warnOnUndefined
top