Home
last modified time | relevance | path

Searched refs:nodes (Results 1 – 25 of 28) sorted by relevance

12

/template/twigstarter/vendor/twig/twig/src/Node/
H A DNode.php25 protected $nodes; variable in Twig\\Node\\Node
41 foreach ($nodes as $name => $node) {
46 $this->nodes = $nodes;
61 if (\count($this->nodes)) {
82 foreach ($this->nodes as $node) {
148 return $this->nodes[$name];
153 $this->nodes[$name] = $node;
158 unset($this->nodes[$name]);
167 return \count($this->nodes);
190 foreach ($this->nodes as $node) {
[all …]
H A DModuleNode.php39 $nodes = [
51 $nodes['parent'] = $parent;
55 parent::__construct($nodes, [
386 $nodes = $this->getNode('body')->getNode(0);
388 $nodes = $this->getNode('body');
391 if (!\count($nodes)) {
392 $nodes = new Node([$nodes]);
395 foreach ($nodes as $node) {
H A DIfNode.php26 $nodes = ['tests' => $tests];
28 $nodes['else'] = $else;
31 parent::__construct($nodes, [], $lineno, $tag);
H A DWithNode.php25 $nodes = ['body' => $body];
27 $nodes['variables'] = $variables;
30 parent::__construct($nodes, ['only' => $only], $lineno, $tag);
H A DIncludeNode.php27 $nodes = ['expr' => $expr];
29 $nodes['variables'] = $variables;
32 …parent::__construct($nodes, ['only' => (bool) $only, 'ignore_missing' => (bool) $ignoreMissing], $…
H A DForNode.php36 …$nodes = ['key_target' => $keyTarget, 'value_target' => $valueTarget, 'seq' => $seq, 'body' => $bo…
38 $nodes['else'] = $else;
41 … parent::__construct($nodes, ['with_loop' => true, 'ifexpr' => null !== $ifexpr], $lineno, $tag);
/template/monobook/static/3rd/wikipedia/
H A DIEFixes.js75 function setrelative (nodes) { argument
77 while (i < nodes.length) {
78 if(((nodes[i].style.float && nodes[i].style.float != ('none') ||
79 (nodes[i].align && nodes[i].align != ('none'))) &&
80 (!nodes[i].style.position || nodes[i].style.position != 'relative')))
82 nodes[i].style.position = 'relative';
/template/mikio/inc/
H A Dsimple_html_dom.php134 public $nodes = array(); variable in simple_html_dom_node
143 $dom->nodes[] = $this;
159 $this->nodes = null;
178 if ($this->nodes) {
179 foreach ($this->nodes as $node) {
226 $string .= ' nodes: ' . count($this->nodes);
241 // It fails to unset the current node from it's current parents nodes or
245 $this->parent->nodes[] = $this;
354 foreach ($this->nodes a
1393 public $nodes = array(); global() variable in simple_html_dom
[all...]
/template/bootstrap3/inc/
H A Dsimple_html_dom.php137 public $nodes = array(); variable in simple_html_dom_node
146 $dom->nodes[] = $this;
162 $this->nodes = null;
181 if ($this->nodes) {
182 foreach ($this->nodes as $node) {
229 $string .= ' nodes: ' . count($this->nodes);
244 // It fails to unset the current node from it's current parents nodes or
248 $this->parent->nodes[] = $this;
357 foreach ($this->nodes a
1389 public $nodes = array(); global() variable in simple_html_dom
[all...]
/template/strap/class/
H A DDomUtility.php27 $nodes = array();
29 $nodes[$key] = self::extractsAttributes($domElement);
31 return $nodes;
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DTestExpression.php21 $nodes = ['node' => $node];
23 $nodes['arguments'] = $arguments;
26 parent::__construct($nodes, ['name' => $name], $lineno);
H A DBlockReferenceExpression.php27 $nodes = ['name' => $name];
29 $nodes['template'] = $template;
32 parent::__construct($nodes, ['is_defined_test' => false, 'output' => false], $lineno, $tag);
H A DGetAttrExpression.php23 $nodes = ['node' => $node, 'attribute' => $attribute];
25 $nodes['arguments'] = $arguments;
28 …parent::__construct($nodes, ['type' => $type, 'is_defined_test' => false, 'ignore_strict_check' =>…
H A DArrayExpression.php36 foreach (array_chunk($this->nodes, 2) as $pair) {
65 array_push($this->nodes, $key, $value);
/template/rtd_suterdev/js/
H A Dreadthedokus.js60 var nodes = Array.prototype.slice.call(list, 0);
61 nodes.forEach(function(elem) {
313 var nodes = Array.prototype.slice.call(links, 0);
315 nodes.forEach(function(elem) {
410 var nodes = Array.prototype.slice.call(list, 0);
411 nodes.forEach(function(elem) {
459 var nodes = Array.prototype.slice.call(list, 0);
460 nodes.forEach(function(elem) {
500 var nodes = Array.prototype.slice.call(list, 0);
501 nodes
[all...]
/template/readthedokus/js/
H A Dreadthedokus.js155 var nodes = Array.prototype.slice.call(list, 0);
156 nodes.forEach(function(elem) {
351 * @param {String} selector A selector to select link nodes.
360 var nodes = Array.prototype.slice.call(links, 0);
362 nodes.forEach(function(elem) {
421 var nodes = Array.prototype.slice.call(list, 0);
422 nodes.forEach(function(elem) {
472 var nodes = Array.prototype.slice.call(list, 0);
473 nodes.forEach(function(elem) {
513 var nodes
[all...]
/template/klean/
H A Djquery.slicknav.min.js6nodes=[],n(a).each(function(){return n(this).is("ul")?!1:(nodes.push(this),void(n(this).is("a")&&(…
/template/simple/
H A Dcsshover3.htc116 // the classname is needed for the events that are going to be set on affected nodes
144 // called via the expression, patches individual nodes
212 // the CSSHoverElement patches individual nodes by manually applying the events that should
251 // called via the css expression; patches individual nodes
/template/a_new_day/
H A Dcsshover3.htc116 // the classname is needed for the events that are going to be set on affected nodes
144 // called via the expression, patches individual nodes
212 // the CSSHoverElement patches individual nodes by manually applying the events that should
251 // called via the css expression; patches individual nodes
/template/vector/static/3rd/vector/
H A Dcsshover.htc116 // the classname is needed for the events that are going to be set on affected nodes
144 // called via the expression, patches individual nodes
212 // the CSSHoverElement patches individual nodes by manually applying the events that should
251 // called via the css expression; patches individual nodes
/template/twigstarter/vendor/twig/twig/src/
H A DExpressionParser.php296 $nodes = [];
301 $nodes[] = new ConstantExpression($token->getValue(), $token->getLine());
304 $nodes[] = $this->parseExpression();
312 $expr = array_shift($nodes);
313 foreach ($nodes as $node) {
/template/a_new_day/js/
H A Dcontrols.js243 var nodes = document.getElementsByClassName(this.options.select, selectedElement) || [];
244 if(nodes.length>0) value = Element.collectTextNodes(nodes[0], this.options.select);
/template/battlehorse/js/
H A Dcontrols.js243 var nodes = document.getElementsByClassName(this.options.select, selectedElement) || [];
244 if(nodes.length>0) value = Element.collectTextNodes(nodes[0], this.options.select);
/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG362 * added Twig_NodeCaptureInterface for nodes that capture all output
/template/ospyramid/js/libs/
H A Djquery-1.6.1.js5892 jQuery.buildFragment = function( args, nodes, scripts ) { argument
5894 doc = (nodes && nodes[0] ? nodes[0].ownerDocument || nodes[0] : document);

12