Element index for namespace Nette-Templates

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

_

__call
in file BaseTemplate.php, method BaseTemplate::__call()
    Call a template run-time helper. Do not call directly.
__construct
in file LatteMacros.php, method LatteMacros::__construct()
    Constructor.
__construct
in file Template.php, method Template::__construct()
    Constructor.
__construct
in file TemplateFilters.php, method TemplateFilters::__construct()
    Static class - cannot be instantiated.
__construct
in file TemplateHelpers.php, method TemplateHelpers::__construct()
    Static class - cannot be instantiated.
__get
in file BaseTemplate.php, method BaseTemplate::__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 BaseTemplate::__isset()
    Determines whether parameter is defined. Do not call directly.
__set
in file BaseTemplate.php, method BaseTemplate::__set()
    Sets a template parameter. Do not call directly.
__toString
in file BaseTemplate.php, method BaseTemplate::__toString()
    Renders template to string.
__unset
in file BaseTemplate.php, method BaseTemplate::__unset()
    Removes a template parameter. Do not call directly.
top

a

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

b

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

c

$cacheExpire
in file Template.php, variable Template::$cacheExpire
$context
in file LatteFilter.php, variable LatteFilter::$context
CachingHelper
in file CachingHelper.php, class CachingHelper
    Caching template helper.
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 BaseTemplate::compile()
    Applies filters on template content.
create
in file CachingHelper.php, method CachingHelper::create()
    Starts the output cache. Returns CachingHelper object if buffering was started.
create
in file SnippetHelper.php, method SnippetHelper::create()
    Starts conditional snippet rendering. Returns SnippetHelper object if snippet was started.
CurlyBracketsFilter
in file LatteFilter.php, class CurlyBracketsFilter
CurlyBracketsMacros
in file LatteFilter.php, class CurlyBracketsMacros
    Default macros for filter LatteFilter.
CachingHelper.php
procedural page CachingHelper.php
top

d

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

e

$escape
in file LatteFilter.php, variable LatteFilter::$escape
escapeCss
in file TemplateHelpers.php, method TemplateHelpers::escapeCss()
    Escapes string for use inside CSS template.
escapeHtml
in file TemplateHelpers.php, method TemplateHelpers::escapeHtml()
    Escapes string for use inside HTML template.
escapeHtmlComment
in file TemplateHelpers.php, method TemplateHelpers::escapeHtmlComment()
    Escapes string for use inside HTML comments.
escapeHtmlCss
in file TemplateHelpers.php, method TemplateHelpers::escapeHtmlCss()
    Escapes string for use inside HTML style attribute.
escapeHtmlJs
in file TemplateHelpers.php, method TemplateHelpers::escapeHtmlJs()
    Escapes string for use inside HTML JavaScript attribute.
escapeJs
in file TemplateHelpers.php, method TemplateHelpers::escapeJs()
    Escapes string for use inside JavaScript template.
escapeXML
in file TemplateHelpers.php, method TemplateHelpers::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 SnippetHelper::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 CachingHelper::getCache()
getCacheFile
in file TemplateCacheStorage.php, method TemplateCacheStorage::getCacheFile()
    Returns file name.
getCacheStorage
in file Template.php, method Template::getCacheStorage()
getFile
in file Template.php, method Template::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 BaseTemplate::getFilters()
    Returns all registered compile-time filters.
getHandler
in file LatteFilter.php, method LatteFilter::getHandler()
    Returns macro handler.
getHelpers
in file BaseTemplate.php, method BaseTemplate::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 BaseTemplate::getParams()
    Returns array of all parameters.
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 TemplateHelpers::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.
length
in file TemplateHelpers.php, method TemplateHelpers::length()
    Returns array of string length.
loader
in file TemplateHelpers.php, method TemplateHelpers::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

netteLinks
in file TemplateFilters.php, method TemplateFilters::netteLinks()
    Filter netteLinks: translates links "nette:...".
null
in file TemplateHelpers.php, method TemplateHelpers::null()
    /dev/null.
top

o

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

r

readData
in file TemplateCacheStorage.php, method TemplateCacheStorage::readData()
    Reads cache data from disk.
registerFilter
in file BaseTemplate.php, method BaseTemplate::registerFilter()
    Registers callback as template compile-time filter.
registerHelper
in file BaseTemplate.php, method BaseTemplate::registerHelper()
    Registers callback as template run-time helper.
registerHelperLoader
in file BaseTemplate.php, method BaseTemplate::registerHelperLoader()
    Registers callback as template run-time helpers loader.
relativeLinks
in file TemplateFilters.php, method TemplateFilters::relativeLinks()
    Filter relativeLinks: prepends root to relative links.
removePhp
in file TemplateFilters.php, method TemplateFilters::removePhp()
    Filters out PHP code.
render
in file ITemplate.php, method ITemplate::render()
    Renders template to output.
render
in file Template.php, method Template::render()
    Renders template to output.
render
in file BaseTemplate.php, method BaseTemplate::render()
    Renders template to output.
replace
in file TemplateHelpers.php, method TemplateHelpers::replace()
    Performs a search and replace.
replaceRe
in file TemplateHelpers.php, method TemplateHelpers::replaceRe()
    Performs a regular expression search and replace.
top

s

save
in file CachingHelper.php, method CachingHelper::save()
    Stops and saves the cache.
setCacheStorage
in file Template.php, method Template::setCacheStorage()
    Set cache storage.
setDelimiters
in file LatteFilter.php, method LatteFilter::setDelimiters()
    Changes macro delimiters.
setFile
in file IFileTemplate.php, method IFileTemplate::setFile()
    Sets the path to the template file.
setFile
in file Template.php, method Template::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 BaseTemplate::setParams()
    Sets all parameters.
setTranslator
in file BaseTemplate.php, method BaseTemplate::setTranslator()
    Sets translate adapter.
SnippetHelper
in file SnippetHelper.php, class SnippetHelper
    Control snippet template helper.
strip
in file TemplateHelpers.php, method TemplateHelpers::strip()
    Replaces all repeated white spaces with a single space.
SnippetHelper.php
procedural page SnippetHelper.php
top

t

$texy
in file TemplateFilters.php, variable TemplateFilters::$texy
tagMacro
in file LatteMacros.php, method LatteMacros::tagMacro()
    Process <n:tag attr> (experimental).
Template
in file Template.php, class Template
    Template stored in file.
TemplateCacheStorage
in file TemplateCacheStorage.php, class TemplateCacheStorage
    Template cache storage.
TemplateFilters
in file TemplateFilters.php, class TemplateFilters
    Standard template compile-time filters shipped with Nette Framework.
TemplateHelpers
in file TemplateHelpers.php, class TemplateHelpers
    Standard template run-time helpers shipped with Nette Framework.
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 TemplateFilters::texyElements()
    Process <texy>...</texy> elements.
top

w

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