Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 8 of 8) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php75 $expression = $node->getNode('expr');
76 …if ($expression instanceof ConditionalExpression && $this->shouldUnwrapConditional($expression, $e…
77 …return new DoNode($this->unwrapConditional($expression, $env, $type), $expression->getTemplateLine…
103 $expr2 = $expression->getNode('expr2');
109 $expr3 = $expression->getNode('expr3');
116 …return new ConditionalExpression($expression->getNode('expr1'), $expr2, $expr3, $expression->getTe…
121 $expression = $node->getNode('node');
123 if ($this->isSafeFor($type, $expression, $env)) {
136 $expression = $node->getNode('expr');
138 if ($this->isSafeFor($type, $expression, $env)) {
[all …]
/template/simple/
H A Dcsshover3.htc124 // affected elements are given an expression under a fake css property, the classname is used
126 … // selecting the same element. The expression does a callback to CSSHover.patch, rerouted via the
129 …// because the expression is added to the stylesheet, and styles are always applied to html that is
130 … // dynamically added to the dom, the expression will also trigger for those new elements (provided
133 …sheet.addRule(affected, CSSHOVER_PREFIX + className + ':expression(CSSHover(this, "'+pseudo+'", "'…
135 // hash it, so an identical selector/class combo does not duplicate the expression
144 // called via the expression, patches individual nodes
147 // the patch's type is returned to the expression. That way the expression property
149 // The if will fail the first time, since the expression has not yet received a value.
169 // returns a dummy value to the expression
[all …]
/template/a_new_day/
H A Dcsshover3.htc124 // affected elements are given an expression under a fake css property, the classname is used
126 … // selecting the same element. The expression does a callback to CSSHover.patch, rerouted via the
129 …// because the expression is added to the stylesheet, and styles are always applied to html that is
130 … // dynamically added to the dom, the expression will also trigger for those new elements (provided
133 …sheet.addRule(affected, CSSHOVER_PREFIX + className + ':expression(CSSHover(this, "'+pseudo+'", "'…
135 // hash it, so an identical selector/class combo does not duplicate the expression
144 // called via the expression, patches individual nodes
147 // the patch's type is returned to the expression. That way the expression property
149 // The if will fail the first time, since the expression has not yet received a value.
169 // returns a dummy value to the expression
[all …]
/template/vector/static/3rd/vector/
H A Dcsshover.htc124 // affected elements are given an expression under a fake css property, the classname is used
126 … // selecting the same element. The expression does a callback to CSSHover.patch, rerouted via the
129 …// because the expression is added to the stylesheet, and styles are always applied to html that is
130 … // dynamically added to the dom, the expression will also trigger for those new elements (provided
133 …sheet.addRule(affected, CSSHOVER_PREFIX + className + ':expression(CSSHover(this, "'+pseudo+'", "'…
135 // hash it, so an identical selector/class combo does not duplicate the expression
144 // called via the expression, patches individual nodes
147 // the patch's type is returned to the expression. That way the expression property
149 // The if will fail the first time, since the expression has not yet received a value.
169 // returns a dummy value to the expression
[all …]
/template/a_new_day/js/
H A Dprototype.js1244 up: function(element, expression, index) { argument
1248 down: function(element, expression, index) { argument
1252 previous: function(element, expression, index) { argument
1256 next: function(element, expression, index) { argument
1746 initialize: function(expression) { argument
1748 this.expression = expression.toString().strip();
1843 return this.expression;
1848 matchElements: function(elements, expression) { argument
1849 var selector = new Selector(expression);
1854 if (typeof expression == 'number') index = expression, expression = false;
[all …]
/template/battlehorse/js/
H A Dprototype.js1244 up: function(element, expression, index) { argument
1248 down: function(element, expression, index) { argument
1252 previous: function(element, expression, index) { argument
1256 next: function(element, expression, index) { argument
1746 initialize: function(expression) { argument
1748 this.expression = expression.toString().strip();
1843 return this.expression;
1848 matchElements: function(elements, expression) { argument
1849 var selector = new Selector(expression);
1854 if (typeof expression == 'number') index = expression, expression = false;
[all …]
/template/strap/bootstrap/4.4.1/
H A Dbootstrap.min.js.map1 …(attrRegex) => attrRegex instanceof RegExp)\n\n // Check if a regular expression validates the at…
/template/strap/bootstrap/5.0.1/
H A Dbootstrap.min.js.map1 …r(attrRegex => attrRegex instanceof RegExp)\n\n // Check if a regular expression validates the at…