Element index for package QueryTemplates
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ x ]
[ _ ]
_
- _codeToSelector
- in file QueryTemplatesSyntaxCode.php, method QueryTemplatesSyntaxCode::_codeToSelector()
- _codeToStack
- in file QueryTemplatesSyntaxCode.php, method QueryTemplatesSyntaxCode::_codeToStack()
- _formFromVars_CodeValue
- in file QueryTemplatesSyntaxGenerators.php, method QueryTemplatesSyntaxGenerators::_formFromVars_CodeValue()
- _if
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::_if()
- _returnInsert
- in file QueryTemplatesSource.php, method QueryTemplatesSource::_returnInsert()
- _sourceFetch
- in file QueryTemplatesTemplate.php, method QueryTemplatesTemplate::_sourceFetch()
- _tagToElse
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::_tagToElse()
- _valuesToLoop
- in file QueryTemplatesSyntaxValues.php, method QueryTemplatesSyntaxValues::_valuesToLoop()
- _valuesToSelector
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::_valuesToSelector()
- _valuesToStack
- in file QueryTemplatesSyntaxValues.php, method QueryTemplatesSyntaxValues::_valuesToStack()
- _varPrint
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::_varPrint()
- _varsParseFields
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::_varsParseFields()
- _varsToLoop
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::_varsToLoop()
- _varsToSelector
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::_varsToSelector()
Internal method.
- _varsToStack
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::_varsToStack()
- __construct
- in file QueryTemplatesTemplate.php, method QueryTemplatesTemplate::__construct()
Enter description here...
- __construct
- in file QueryTemplatesSourceQuery.php, method QueryTemplatesSourceQuery::__construct()
- __construct
- in file QueryTemplatesSource.php, method QueryTemplatesSource::__construct()
- __construct
- in file QueryTemplatesParse.php, method QueryTemplatesParse::__construct()
- __toString
- in file QueryTemplatesTemplate.php, method QueryTemplatesTemplate::__toString()
- __toString
- in file QueryTemplatesSource.php, method QueryTemplatesSource::__toString()
- __toString
- in file QueryTemplatesParse.php, method QueryTemplatesParse::__toString()
top
top
c
- $cache
- in file QueryTemplatesTemplate.php, variable QueryTemplatesTemplate::$cache
- $cacheTimeout
- in file QueryTemplates.php, variable QueryTemplates::$cacheTimeout
Timeout for cached templates in minutes.
- $collected
- in file QueryTemplatesParse.php, variable QueryTemplatesParse::$collected
- callbacks
- in file QueryTemplatesLanguage.php, method QueryTemplatesLanguage::callbacks()
- cleanCacheName
- in file QueryTemplates.php, method QueryTemplates::cleanCacheName()
- clearCache
- in file QueryTemplates.php, method QueryTemplates::clearCache()
Clears cache folder. Can be limited to files containing $search in names.
- codeToSelector
- in file QueryTemplatesSyntaxCode.php, method QueryTemplatesSyntaxCode::codeToSelector()
Injects raw executable code inside nodes matched by selector. Method uses actually matched nodes as root for the query.
- codeToSelectorAfter
- in file QueryTemplatesSyntaxCode.php, method QueryTemplatesSyntaxCode::codeToSelectorAfter()
Injects raw executable code after nodes matched by selector. Method uses actually matched nodes as root for the query.
- codeToSelectorAppend
- in file QueryTemplatesSyntaxCode.php, method QueryTemplatesSyntaxCode::codeToSelectorAppend()
Injects raw executable code at the end of nodes matched by selector. Method uses actually matched nodes as root for the query.
- codeToSelectorAttr
- in file QueryTemplatesSyntaxCode.php, method QueryTemplatesSyntaxCode::codeToSelectorAttr()
Injects raw executable code inside attribute of nodes matched by selector.
- codeToSelectorBefore
- in file QueryTemplatesSyntaxCode.php, method QueryTemplatesSyntaxCode::codeToSelectorBefore()
Injects raw executable code before nodes matched by selector. Method uses actually matched nodes as root for the query.
- codeToSelectorPrepend
- in file QueryTemplatesSyntaxCode.php, method QueryTemplatesSyntaxCode::codeToSelectorPrepend()
Injects raw executable code at the beggining of nodes matched by selector.
- codeToSelectorReplace
- in file QueryTemplatesSyntaxCode.php, method QueryTemplatesSyntaxCode::codeToSelectorReplace()
Injects raw executable code replacing nodes matched by selector. Method uses actually matched nodes as root for the query.
- codeToStack
- in file QueryTemplatesSyntaxCode.php, method QueryTemplatesSyntaxCode::codeToStack()
Injects raw executable code inside actually matched nodes.
- codeToStackAfter
- in file QueryTemplatesSyntaxCode.php, method QueryTemplatesSyntaxCode::codeToStackAfter()
Injects raw executable code after actually matched nodes.
- codeToStackAppend
- in file QueryTemplatesSyntaxCode.php, method QueryTemplatesSyntaxCode::codeToStackAppend()
Injects raw executable code at the beggining of actually matched nodes.
- codeToStackAttr
- in file QueryTemplatesSyntaxCode.php, method QueryTemplatesSyntaxCode::codeToStackAttr()
Injects raw executable code inside attribute of actually matched nodes.
- codeToStackBefore
- in file QueryTemplatesSyntaxCode.php, method QueryTemplatesSyntaxCode::codeToStackBefore()
Injects raw executable code before actually matched nodes.
- codeToStackPrepend
- in file QueryTemplatesSyntaxCode.php, method QueryTemplatesSyntaxCode::codeToStackPrepend()
Injects raw executable code at the end of actually matched nodes.
- codeToStackReplace
- in file QueryTemplatesSyntaxCode.php, method QueryTemplatesSyntaxCode::codeToStackReplace()
Injects raw executable code replacing actually matched nodes.
- collect
- in file QueryTemplatesSourceQuery.php, method QueryTemplatesSourceQuery::collect()
Enter description here...
- compareVarValue
- in file QueryTemplatesLanguageJS.php, method QueryTemplatesLanguageJS::compareVarValue()
- compareVarValue
- in file QueryTemplatesLanguagePHP.php, method QueryTemplatesLanguagePHP::compareVarValue()
- compareVarVar
- in file QueryTemplatesLanguagePHP.php, method QueryTemplatesLanguagePHP::compareVarVar()
- current
- in file QueryTemplatesParse.php, method QueryTemplatesParse::current()
Iterator override to return extended phpQuery object insted of DOMNode.
top
top
e
- elseIfCode
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::elseIfCode()
- elseIfCode
- in file QueryTemplatesLanguagePHP.php, method QueryTemplatesLanguagePHP::elseIfCode()
- elseIfCode
- in file QueryTemplatesLanguageJS.php, method QueryTemplatesLanguageJS::elseIfCode()
- elseIfNotVar
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::elseIfNotVar()
Wraps selected tag with PHP "else if" statement checking if $var evaluates to FALSE. $var must be available inside template's scope.
- elseIfNotVar
- in file QueryTemplatesLanguagePHP.php, method QueryTemplatesLanguagePHP::elseIfNotVar()
- elseIfNotVar
- in file QueryTemplatesLanguageJS.php, method QueryTemplatesLanguageJS::elseIfNotVar()
- elseIfPHP
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::elseIfPHP()
Wraps selected tag with PHP "else if" statement containing $code as condition.
- elseIfVar
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::elseIfVar()
Wraps selected tag with PHP "else if" statement checking if $var evaluates to true. $var must be available inside template's scope.
- elseIfVar
- in file QueryTemplatesLanguageJS.php, method QueryTemplatesLanguageJS::elseIfVar()
- elseIfVar
- in file QueryTemplatesLanguagePHP.php, method QueryTemplatesLanguagePHP::elseIfVar()
- elsePHP
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::elsePHP()
Wraps selected tag with PHP "else" statement.
- elseStatement
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::elseStatement()
TODO description
- elseStatement
- in file QueryTemplatesLanguagePHP.php, method QueryTemplatesLanguagePHP::elseStatement()
- elseStatement
- in file QueryTemplatesLanguageJS.php, method QueryTemplatesLanguageJS::elseStatement()
- endOnly
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::endOnly()
TODO docs
top
top
top
top
i
- IQueryTemplatesParse.php
- procedural page IQueryTemplatesParse.php
- IQueryTemplatesTemplate.php
- procedural page IQueryTemplatesTemplate.php
- ifCode
- in file QueryTemplatesLanguageJS.php, method QueryTemplatesLanguageJS::ifCode()
- ifCode
- in file QueryTemplatesLanguagePHP.php, method QueryTemplatesLanguagePHP::ifCode()
- ifCode
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::ifCode()
TODO doc
- ifNotVar
- in file QueryTemplatesLanguageJS.php, method QueryTemplatesLanguageJS::ifNotVar()
- ifNotVar
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::ifNotVar()
Wraps selected tag with PHP "if" statement checking if $var evaluates to FALSE. $var must be available inside template's scope.
- ifNotVar
- in file QueryTemplatesLanguagePHP.php, method QueryTemplatesLanguagePHP::ifNotVar()
- ifPHP
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::ifPHP()
Wraps selected tag with PHP "if" statement containing $code as condition.
- ifVar
- in file QueryTemplatesLanguagePHP.php, method QueryTemplatesLanguagePHP::ifVar()
- ifVar
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::ifVar()
Wraps selected tag with PHP "if" statement checking if $var evaluates to TRUE. $var must be available inside template's scope.
- ifVar
- in file QueryTemplatesLanguageJS.php, method QueryTemplatesLanguageJS::ifVar()
- includeClasses
- in file QueryTemplatesTemplate.php, method QueryTemplatesTemplate::includeClasses()
- initialize
- in file QueryTemplatesLanguageJS.php, method QueryTemplatesLanguageJS::initialize()
- initialize
- in file QueryTemplatesLanguage.php, method QueryTemplatesLanguage::initialize()
- inputsFromValues
- in file QueryTemplatesSyntaxGenerators.php, method QueryTemplatesSyntaxGenerators::inputsFromValues()
Creates markup with INPUT tags and prepends it to form.
- IQueryTemplatesParse
- in file IQueryTemplatesParse.php, class IQueryTemplatesParse
Interface for QueryTemplatesParse class.
- IQueryTemplatesParseChain
- in file IQueryTemplatesParse.php, class IQueryTemplatesParseChain
Interface for QueryTemplatesParse derivatives.
- IQueryTemplatesTemplate
- in file IQueryTemplatesTemplate.php, class IQueryTemplatesTemplate
Interface for QueryTemplatesTemplate class.
- IQueryTemplatesTemplateChain
- in file IQueryTemplatesTemplate.php, class IQueryTemplatesTemplateChain
Interface for QueryTemplatesTemplate derivatives.
- IQueryTemplatesTemplateParse
- in file IQueryTemplatesTemplate.php, class IQueryTemplatesTemplateParse
Interface for QueryTemplatesTemplate derivatives before parsing stage.
- IQueryTemplatesTemplateSources
- in file IQueryTemplatesTemplate.php, class IQueryTemplatesTemplateSources
Interface for QueryTemplatesTemplate derivatives operating on sources.
top
top
top
top
top
p
- $parent
- in file QueryTemplatesSourceQuery.php, variable QueryTemplatesSourceQuery::$parent
Enter description here...
- $parent
- in file QueryTemplatesSource.php, variable QueryTemplatesSource::$parent
Parent template.
- $parent
- in file QueryTemplatesParse.php, variable QueryTemplatesParse::$parent
Enter description here...
- $parse
- in file QueryTemplatesTemplate.php, variable QueryTemplatesTemplate::$parse
QueryTemplatesParse object
- parse
- in file QueryTemplatesTemplate.php, method QueryTemplatesTemplate::parse()
Start template parsing stage and changes namespace to @see QueryTemplatesParse.
- parse
- in file QueryTemplatesSourceQuery.php, method QueryTemplatesSourceQuery::parse()
Start template parsing stage.
- parse
- in file IQueryTemplatesTemplate.php, method IQueryTemplatesTemplateParse::parse()
- parseIncludes
- in file QueryTemplates.php, method QueryTemplates::parseIncludes()
Fetches included templates content into parsed one.
- parseJSON
- in file QueryTemplates.php, method QueryTemplates::parseJSON()
Converts JSON string to array or object.
- postFilterDom
- in file QueryTemplatesLanguagePHP.php, method QueryTemplatesLanguagePHP::postFilterDom()
- postFilterDom
- in file QueryTemplatesLanguage.php, method QueryTemplatesLanguage::postFilterDom()
- postFilterMarkup
- in file QueryTemplatesLanguageJS.php, method QueryTemplatesLanguageJS::postFilterMarkup()
- postFilterMarkup
- in file QueryTemplatesLanguagePHP.php, method QueryTemplatesLanguagePHP::postFilterMarkup()
- postFilters
- in file QueryTemplates.php, method QueryTemplates::postFilters()
Enter description here...
- printValue
- in file QueryTemplatesLanguageJS.php, method QueryTemplatesLanguageJS::printValue()
- printValue
- in file QueryTemplatesLanguagePHP.php, method QueryTemplatesLanguagePHP::printValue()
- printVar
- in file QueryTemplatesLanguageJS.php, method QueryTemplatesLanguageJS::printVar()
- printVar
- in file QueryTemplatesLanguagePHP.php, method QueryTemplatesLanguagePHP::printVar()
top
q
- QueryTemplates.php
- procedural page QueryTemplates.php
- QueryTemplatesLanguage.php
- procedural page QueryTemplatesLanguage.php
- QueryTemplatesLanguageJS.php
- procedural page QueryTemplatesLanguageJS.php
- QueryTemplatesLanguagePHP.php
- procedural page QueryTemplatesLanguagePHP.php
- QueryTemplatesParse.php
- procedural page QueryTemplatesParse.php
- QueryTemplatesSource.php
- procedural page QueryTemplatesSource.php
- QueryTemplatesSourceQuery.php
- procedural page QueryTemplatesSourceQuery.php
- QueryTemplatesSyntax.php
- procedural page QueryTemplatesSyntax.php
- QueryTemplatesSyntaxCode.php
- procedural page QueryTemplatesSyntaxCode.php
- QueryTemplatesSyntaxConditions.php
- procedural page QueryTemplatesSyntaxConditions.php
- QueryTemplatesSyntaxDOM.php
- procedural page QueryTemplatesSyntaxDOM.php
- QueryTemplatesSyntaxGenerators.php
- procedural page QueryTemplatesSyntaxGenerators.php
- QueryTemplatesSyntaxValues.php
- procedural page QueryTemplatesSyntaxValues.php
- QueryTemplatesSyntaxVars.php
- procedural page QueryTemplatesSyntaxVars.php
- QueryTemplatesTemplate.php
- procedural page QueryTemplatesTemplate.php
- qt_lang
- in file QueryTemplatesParse.php, method QueryTemplatesParse::qt_lang()
- qt_langCode
- in file QueryTemplatesParse.php, method QueryTemplatesParse::qt_langCode()
- qt_langCodeRaw
- in file QueryTemplatesParse.php, method QueryTemplatesParse::qt_langCodeRaw()
- qt_langMethod
- in file QueryTemplatesParse.php, method QueryTemplatesParse::qt_langMethod()
- QueryTemplates
- in file QueryTemplates.php, class QueryTemplates
Static methods namespace class.
- QueryTemplatesLanguage
- in file QueryTemplatesLanguage.php, class QueryTemplatesLanguage
- QueryTemplatesLanguageJS
- in file QueryTemplatesLanguageJS.php, class QueryTemplatesLanguageJS
- QueryTemplatesLanguagePHP
- in file QueryTemplatesLanguagePHP.php, class QueryTemplatesLanguagePHP
- QueryTemplatesParse
- in file QueryTemplatesParse.php, class QueryTemplatesParse
Template parsing class.
- QueryTemplatesSource
- in file QueryTemplatesSource.php, class QueryTemplatesSource
Class handling template source use.
- QueryTemplatesSourceQuery
- in file QueryTemplatesSourceQuery.php, class QueryTemplatesSourceQuery
Class handling template source fetching.
- QueryTemplatesSyntax
- in file QueryTemplatesSyntax.php, class QueryTemplatesSyntax
Class extending phpQueryObject with templating methods.
- QueryTemplatesSyntaxCode
- in file QueryTemplatesSyntaxCode.php, class QueryTemplatesSyntaxCode
Class extending phpQueryObject with templating methods.
- QueryTemplatesSyntaxConditions
- in file QueryTemplatesSyntaxConditions.php, class QueryTemplatesSyntaxConditions
Class extending phpQueryObject with templating methods.
- QueryTemplatesSyntaxDOM
- in file QueryTemplatesSyntaxDOM.php, class QueryTemplatesSyntaxDOM
Class extending phpQueryObject with templating methods.
- QueryTemplatesSyntaxGenerators
- in file QueryTemplatesSyntaxGenerators.php, class QueryTemplatesSyntaxGenerators
Class extending phpQueryObject with templating methods.
- QueryTemplatesSyntaxValues
- in file QueryTemplatesSyntaxValues.php, class QueryTemplatesSyntaxValues
Class extending phpQueryObject with templating methods.
- QueryTemplatesSyntaxVars
- in file QueryTemplatesSyntaxVars.php, class QueryTemplatesSyntaxVars
Class extending phpQueryObject with templating methods.
- QueryTemplatesTemplate
- in file QueryTemplatesTemplate.php, class QueryTemplatesTemplate
Class defining main namespace of the template.
top
r
- removeIncludes
- in file QueryTemplates.php, method QueryTemplates::removeIncludes()
Removes included templates from parsed one.
- returnAfter
- in file QueryTemplatesSource.php, method QueryTemplatesSource::returnAfter()
Returns actual source stack inserting it after template's stack or nodes matched by optional $cssSelector executed agains template's stack.
- returnAppend
- in file QueryTemplatesSource.php, method QueryTemplatesSource::returnAppend()
Returns actual source stack appending it to template's stack or nodes matched by optional $cssSelector executed agains template's stack.
- returnBefore
- in file QueryTemplatesSource.php, method QueryTemplatesSource::returnBefore()
Returns actual source stack inserting it before template's stack or nodes matched by optional $cssSelector executed agains template's stack.
- returnPrepend
- in file QueryTemplatesSource.php, method QueryTemplatesSource::returnPrepend()
Returns actual source stack prepending it to template's stack or nodes matched by optional $cssSelector executed agains template's stack.
- returnReplace
- in file QueryTemplatesSource.php, method QueryTemplatesSource::returnReplace()
Returns actual source stack as a replacement for templates stack or nodes matched by optional $cssSelector executed agains templates stack.
top
s
- $sourcesPath
- in file QueryTemplates.php, variable QueryTemplates::$sourcesPath
Path prepended to templates names.
- save
- in file QueryTemplatesParse.php, method QueryTemplatesParse::save()
Save template and return file path ready to include.
- save
- in file QueryTemplatesTemplate.php, method QueryTemplatesTemplate::save()
- save
- in file QueryTemplatesSource.php, method QueryTemplatesSource::save()
Saves template and returns file path ready to include.
- save
- in file IQueryTemplatesParse.php, method IQueryTemplatesParseChain::save()
- saveAsVar
- in file QueryTemplatesSyntaxGenerators.php, method QueryTemplatesSyntaxGenerators::saveAsVar()
- saveAsVar
- in file QueryTemplatesSource.php, method QueryTemplatesSource::saveAsVar()
Saves actual stack using markupOuter() as value of variable named $var.
- saveTemplate
- in file QueryTemplates.php, method QueryTemplates::saveTemplate()
Creates new template and returns it's path.
- saveTextAsVar
- in file QueryTemplatesSyntaxGenerators.php, method QueryTemplatesSyntaxGenerators::saveTextAsVar()
- source
- in file QueryTemplatesParse.php, method QueryTemplatesParse::source()
Return collected source as phpQuery object. Returned object is a separate document.
- source
- in file IQueryTemplatesParse.php, method IQueryTemplatesParse::source()
- sourceCollect
- in file QueryTemplatesTemplate.php, method QueryTemplatesTemplate::sourceCollect()
Fetches file or URL and collects it content.
- sourceCollect
- in file QueryTemplatesSourceQuery.php, method QueryTemplatesSourceQuery::sourceCollect()
Fetch file or URL.
- sourceCollect
- in file IQueryTemplatesTemplate.php, method IQueryTemplatesTemplateSources::sourceCollect()
- sourceCollectPHP
- in file IQueryTemplatesTemplate.php, method IQueryTemplatesTemplateSources::sourceCollectPHP()
- sourceCollectPHP
- in file QueryTemplatesSourceQuery.php, method QueryTemplatesSourceQuery::sourceCollectPHP()
- sourceCollectPHP
- in file QueryTemplatesTemplate.php, method QueryTemplatesTemplate::sourceCollectPHP()
Fetches PHP source file or URL and collects it content.
- sourceEnd
- in file QueryTemplatesSourceQuery.php, method QueryTemplatesSourceQuery::sourceEnd()
Enter description here...
- sourceQuery
- in file IQueryTemplatesTemplate.php, method IQueryTemplatesTemplateSources::sourceQuery()
- sourceQuery
- in file QueryTemplatesSourceQuery.php, method QueryTemplatesSourceQuery::sourceQuery()
Fetch file or URL and return phpQuery object with collect() method to fetch speficic part(s) of template.
- sourceQuery
- in file QueryTemplatesTemplate.php, method QueryTemplatesTemplate::sourceQuery()
Fetches file or URL and returns phpQuery object with additional collect() method to collect specific part(s) of document.
- sourceQueryPHP
- in file QueryTemplatesTemplate.php, method QueryTemplatesTemplate::sourceQueryPHP()
Fetches PHP souce file or URL and returns phpQuery object with additional collect() method to collect specific part(s) of document.
- sourceQueryPHP
- in file IQueryTemplatesTemplate.php, method IQueryTemplatesTemplateSources::sourceQueryPHP()
- sourceQueryPHP
- in file QueryTemplatesSourceQuery.php, method QueryTemplatesSourceQuery::sourceQueryPHP()
- sourceTemplate
- in file QueryTemplatesTemplate.php, method QueryTemplatesTemplate::sourceTemplate()
Enter description here...
- srcFilePath
- in file QueryTemplates.php, method QueryTemplates::srcFilePath()
- stackToMethod
- in file QueryTemplatesSyntaxDOM.php, method QueryTemplatesSyntaxDOM::stackToMethod()
Returns array being result of running $method on all stack elements.
top
t
- $targetsPath
- in file QueryTemplates.php, variable QueryTemplates::$targetsPath
Path to direcotry where cached templates will be stored.
- $toFetch
- in file QueryTemplatesTemplate.php, variable QueryTemplatesTemplate::$toFetch
- tagToElseIfNotVar
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::tagToElseIfNotVar()
Replaces selected tag with PHP "else if" statement checking if $var evaluates to FALSE. $var must be available inside template's scope.
- tagToElseIfPHP
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::tagToElseIfPHP()
Replaces selected tag with PHP "else if" statement containing $code as condition.
- tagToElseIfVar
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::tagToElseIfVar()
Replaces selected tag with PHP "else if" statement checking if $var evaluates to TRUE. $var must be available inside template's scope.
- tagToElsePHP
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::tagToElsePHP()
- tagToElseStatement
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::tagToElseStatement()
- tagToIfNotVar
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::tagToIfNotVar()
Replaces selected tag with PHP "if" statement checking if $var evaluates to FALSE. $var must be available inside template's scope.
- tagToIfPHP
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::tagToIfPHP()
Replaces selected tag with PHP "if" statement containing $code as condition.
- tagToIfVar
- in file QueryTemplatesSyntaxConditions.php, method QueryTemplatesSyntaxConditions::tagToIfVar()
Replaces selected tag with PHP "if" statement checking if $var evaluates to TRUE. $var must be available inside template's scope.
- template
- in file QueryTemplatesTemplate.php, function template()
Create new template using QueryTemplates.
- templateCache
- in file QueryTemplatesSource.php, method QueryTemplatesSource::templateCache()
- templateCache
- in file QueryTemplatesTemplate.php, method QueryTemplatesTemplate::templateCache()
Disable or enables cache engine for this template.
- templateCache
- in file IQueryTemplatesTemplate.php, method IQueryTemplatesTemplateChain::templateCache()
- templateCache
- in file QueryTemplatesParse.php, method QueryTemplatesParse::templateCache()
- templateCache
- in file QueryTemplatesSourceQuery.php, method QueryTemplatesSourceQuery::templateCache()
- templateName
- in file QueryTemplatesTemplate.php, method QueryTemplatesTemplate::templateName()
Returns or changes template's name.
- templateName
- in file QueryTemplatesSourceQuery.php, method QueryTemplatesSourceQuery::templateName()
- templateName
- in file QueryTemplatesSource.php, method QueryTemplatesSource::templateName()
- templateName
- in file QueryTemplatesParse.php, method QueryTemplatesParse::templateName()
- templateName
- in file IQueryTemplatesTemplate.php, method IQueryTemplatesTemplateChain::templateName()
- templateWrapper
- in file QueryTemplatesLanguagePHP.php, method QueryTemplatesLanguagePHP::templateWrapper()
- templateWrapper
- in file QueryTemplatesLanguageJS.php, method QueryTemplatesLanguageJS::templateWrapper()
- toJSON
- in file QueryTemplates.php, method QueryTemplates::toJSON()
Converts $data to JSON format.
top
top
v
- $vars
- in file QueryTemplatesParse.php, variable QueryTemplatesParse::$vars
Vars avaible in template scope AFTER template parsing process.
- validateCacheSettings
- in file QueryTemplates.php, method QueryTemplates::validateCacheSettings()
- valuesToForm
- in file QueryTemplatesSyntaxValues.php, method QueryTemplatesSyntaxValues::valuesToForm()
Toggles form fields values and selection states according to static values from $values.
- valuesToLoop
- in file QueryTemplatesSyntaxValues.php, method QueryTemplatesSyntaxValues::valuesToLoop()
Method loops provided $values on actually selected nodes. Each time new row is inserted, provided callback is triggered with $dataRow, $node and $dataIndex.
- valuesToLoopBefore
- in file QueryTemplatesSyntaxValues.php, method QueryTemplatesSyntaxValues::valuesToLoopBefore()
Method loops provided $values on actually selected nodes. Each time new row is inserted, provided callback is triggered with $dataRow, $node and $dataIndex.
- valuesToLoopFirst
- in file QueryTemplatesSyntaxValues.php, method QueryTemplatesSyntaxValues::valuesToLoopFirst()
Method loops provided $values on actually selected nodes. Each time new row is inserted, provided callback is triggered with $dataRow, $node and $dataIndex.
- valuesToLoopSeparate
- in file QueryTemplatesSyntaxValues.php, method QueryTemplatesSyntaxValues::valuesToLoopSeparate()
Method loops provided $values on actually selected nodes. Each time new row is inserted, provided callback is triggered with $dataRow, $node and $dataIndex.
- valuesToSelector
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::valuesToSelector()
Injects markup from $values' content (rows or attributes) into nodes matched by selector. Method uses actually matched nodes as root for the query.
- valuesToSelectorAfter
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::valuesToSelectorAfter()
Injects markup from $values' content (rows or attributes) after nodes matched by selector. Method uses actually matched nodes as root for the query.
- valuesToSelectorAppend
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::valuesToSelectorAppend()
Injects markup from $values' content (rows or attributes) at the end of nodes matched by selector. Method uses actually matched nodes as root for the query.
- valuesToSelectorAttr
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::valuesToSelectorAttr()
Injects markup from $values' content (rows or attributes) as attribute of nodes matched by selector. Method uses actually matched nodes as root for the query.
- valuesToSelectorBefore
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::valuesToSelectorBefore()
Injects markup from $values' content (rows or attributes) before nodes matched by selector. Method uses actually matched nodes as root for the query.
- valuesToSelectorPrepend
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::valuesToSelectorPrepend()
Injects markup from $values' content (rows or attributes) at the beggining of nodes matched by selector. Method uses actually matched nodes as root for the query.
- valuesToSelectorReplace
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::valuesToSelectorReplace()
Injects markup from $values' content (rows or attributes) replacing nodes matched by selector. Method uses actually matched nodes as root for the query.
- valuesToStack
- in file QueryTemplatesSyntaxValues.php, method QueryTemplatesSyntaxValues::valuesToStack()
Injects markup from $values' content (rows or attributes) inside actually selected nodes.
- valuesToStackAfter
- in file QueryTemplatesSyntaxValues.php, method QueryTemplatesSyntaxValues::valuesToStackAfter()
Injects markup from $values' content (rows or attributes) inside actually selected nodes.
- valuesToStackAppend
- in file QueryTemplatesSyntaxValues.php, method QueryTemplatesSyntaxValues::valuesToStackAppend()
Injects markup from $values' content (rows or attributes) inside actually selected nodes.
- valuesToStackAttr
- in file QueryTemplatesSyntaxValues.php, method QueryTemplatesSyntaxValues::valuesToStackAttr()
Injects markup from $values' content (rows or attributes) inside actually selected nodes.
- valuesToStackBefore
- in file QueryTemplatesSyntaxValues.php, method QueryTemplatesSyntaxValues::valuesToStackBefore()
Injects markup from $values' content (rows or attributes) inside actually selected nodes.
- valuesToStackPrepend
- in file QueryTemplatesSyntaxValues.php, method QueryTemplatesSyntaxValues::valuesToStackPrepend()
Injects markup from $values' content (rows or attributes) inside actually selected nodes.
- valuesToStackReplace
- in file QueryTemplatesSyntaxValues.php, method QueryTemplatesSyntaxValues::valuesToStackReplace()
Injects markup from $values' content (rows or attributes) inside actually selected nodes.
- valuesToVars
- in file QueryTemplatesLanguageJS.php, method QueryTemplatesLanguageJS::valuesToVars()
- valuesToVars
- in file QueryTemplatesSyntaxGenerators.php, method QueryTemplatesSyntaxGenerators::valuesToVars()
- valuesToVars
- in file QueryTemplatesLanguagePHP.php, method QueryTemplatesLanguagePHP::valuesToVars()
- varName
- in file QueryTemplatesLanguagePHP.php, method QueryTemplatesLanguagePHP::varName()
- varName
- in file QueryTemplatesLanguageJS.php, method QueryTemplatesLanguageJS::varName()
- varNameArray
- in file QueryTemplatesLanguagePHP.php, method QueryTemplatesLanguagePHP::varNameArray()
- varNameObject
- in file QueryTemplatesLanguagePHP.php, method QueryTemplatesLanguagePHP::varNameObject()
- varPrint
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varPrint()
Prints variable $varName as matched elements' content.
- varPrintAfter
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varPrintAfter()
Prints variable $varName after matched elements.
- varPrintAppend
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varPrintAppend()
Prints variable $varName on the end of matched elements.
- varPrintAttr
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varPrintAttr()
Prints variable $varName as attribute $attr of matched elements.
- varPrintBefore
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varPrintBefore()
Prints variable $varName before matched elements.
- varPrintPrepend
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varPrintPrepend()
Prints variable $varName on beggining of matched elements.
- varPrintReplace
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varPrintReplace()
Prints variable $varName replacing matched elements.
- varsFromStack
- in file QueryTemplatesSyntaxGenerators.php, method QueryTemplatesSyntaxGenerators::varsFromStack()
Saves markupOuter() as value of variable $var avaible in template scope.
- varsFromStackText
- in file QueryTemplatesSyntaxGenerators.php, method QueryTemplatesSyntaxGenerators::varsFromStackText()
Saves text() as value of variable $var avaible in template scope.
- varsFromValues
- in file QueryTemplatesSyntaxGenerators.php, method QueryTemplatesSyntaxGenerators::varsFromValues()
Behaves as var_export, dumps variables from $varsArray as $key = value for later use during template execution. Variables are prepended into selected elemets.
- varsToForm
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varsToForm()
Injects executable code which toggles form fields values and selection states according to value of variable $varName.
- varsToLoop
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varsToLoop()
Wraps selected elements with executable code iterating $varName as $rowName.
- varsToLoopFirst
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varsToLoopFirst()
Wraps selected elements with executable code iterating $varName as $rowName.
- varsToLoopSeparate
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varsToLoopSeparate()
Wraps selected elements with executable code iterating $varName as $rowName.
- varsToSelector
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varsToSelector()
Injects executable code printing variable's fields inside nodes matched by selector. Method uses actually matched nodes as root for the query.
- varsToSelectorAfter
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varsToSelectorAfter()
Injects executable code printing variable's fields after nodes matched by selector. Method uses actually matched nodes as root for the query.
- varsToSelectorAppend
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varsToSelectorAppend()
Injects executable code printing variable's fields at the end of nodes matched by selector. Method uses actually matched nodes as root for the query.
- varsToSelectorAttr
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varsToSelectorAttr()
Injects executable code printing variable's fields as attribute of nodes matched by selector. Method uses actually matched nodes as root for the query.
- varsToSelectorBefore
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varsToSelectorBefore()
Injects executable code printing variable's fields before nodes matched by selector. Method uses actually matched nodes as root for the query.
- varsToSelectorPrepend
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varsToSelectorPrepend()
Injects executable code printing variable's fields at the beggining of nodes matched by selector. Method uses actually matched nodes as root for the query.
- varsToSelectorReplace
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varsToSelectorReplace()
Injects executable code printing variable's fields replacing nodes matched by selector. Method uses actually matched nodes as root for the query.
- varsToStack
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varsToStack()
Injects executable code printing variable's fields inside actually matched nodes. Second param needs to be wrapped with array_keys for non-assosiative arrays.
- varsToStackAfter
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varsToStackAfter()
Injects executable code printing variable's fields after actually matched nodes. Second param needs to be wrapped with array_keys for non-assosiative arrays.
- varsToStackAppend
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varsToStackAppend()
Injects executable code printing variable's fields at the end of actually matched nodes. Second param needs to be wrapped with array_keys for non-assosiative arrays.
- varsToStackAttr
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varsToStackAttr()
Injects executable code printing variable's fields as attribute of actually matched nodes. Second param needs to be wrapped with array_keys for non-assosiative arrays.
- varsToStackBefore
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varsToStackBefore()
Injects executable code printing variable's fields before actually matched nodes. Second param needs to be wrapped with array_keys for non-assosiative arrays.
- varsToStackPrepend
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varsToStackPrepend()
Injects executable code printing variable's fields at the beggining of actually matched nodes. Second param needs to be wrapped with array_keys for non-assosiative arrays.
- varsToStackReplace
- in file QueryTemplatesSyntaxVars.php, method QueryTemplatesSyntaxVars::varsToStackReplace()
Injects executable code printing variable's fields replacing actually matched nodes. Second param needs to be wrapped with array_keys for non-assosiative arrays.
top
top
|
|