Home
last modified time | relevance | path

Searched defs:blocks (Results 1 – 6 of 6) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
DTemplate.php39 protected $blocks = []; variable in Twig\\Template
140 public function displayParentBlock($name, array $context, array $blocks = [])
162 …public function displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $t…
222 public function renderParentBlock($name, array $context, array $blocks = [])
247 public function renderBlock($name, array $context, array $blocks = [], $useBlocks = true)
271 public function hasBlock($name, array $context, array $blocks = [])
299 public function getBlockNames(array $context, array $blocks = [])
376 public function display(array $context, array $blocks = [])
402 protected function displayWithErrorHandling(array $context, array $blocks = [])
432 abstract protected function doDisplay(array $context, array $blocks = []);
DParser.php43 private $blocks; variable in Twig\\Parser
/template/twigstarter/vendor/twig/twig/src/Node/
DModuleNode.php33 …public function __construct(Node $body, ?AbstractExpression $parent, Node $blocks, Node $macros, N…
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
DEscaperNodeVisitor.php36 private $blocks = []; variable in Twig\\NodeVisitor\\EscaperNodeVisitor
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js3824 }}}}}},generateMarkup:function(topBlock,topOuts,blocks,info){topBlock.push(',"<',this.tagName,'"'); argument
3843 },generateChildMarkup:function(topBlock,topOuts,blocks,info){for(var i=0; argument
3848 }}},addCode:function(topBlock,topOuts,blocks){if(topBlock.length){blocks.push('__code__.push(""',to… argument
3852 },addLocals:function(blocks){var varNames=[]; argument
3919 },generateDOM:function(path,blocks,args){if(this.listeners||this.props){this.generateNodePath(path,… argument
3930 },generateNodePath:function(path,blocks){blocks.push("var node = __path__(root, o"); argument
3935 },generateChildDOM:function(path,blocks,args){path.push(0); argument
3953 }},generateMarkup:function(topBlock,topOuts,blocks,info){this.addCode(topBlock,topOuts,blocks); argument
3964 },generateDOM:function(path,blocks,args){var embedName="e"+path.embedIndex++; argument
3980 },generateMarkup:function(topBlock,topOuts,blocks,info){this.addCode(topBlock,topOuts,blocks); argument
[all …]
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php590 protected function patternMatchAll($blocks, $orderedArgs, $keywordArgs, $skip=array()) {