Home
last modified time | relevance | path

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

12

/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
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…
92 …private function shouldUnwrapConditional(ConditionalExpression $expression, Environment $env, $typ… argument
94 $expr2Safe = $this->isSafeFor($type, $expression->getNode('expr2'), $env);
95 $expr3Safe = $this->isSafeFor($type, $expression->getNode('expr3'), $env);
100 private function unwrapConditional(ConditionalExpression $expression, Environment $env, $type) argument
103 $expr2 = $expression->getNode('expr2');
109 $expr3 = $expression->getNode('expr3');
116 …return new ConditionalExpression($expression->getNode('expr1'), $expr2, $expr3, $expression->getTe…
[all …]
/template/strap/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php113 * @param string $expression The expression to evaluate
118 public function getRangeForExpression($expression, $max) argument
122 if ($this->isRange($expression) || $this->isIncrementsOfRanges($expression)) {
123 if (!$this->isIncrementsOfRanges($expression)) {
124 list ($offset, $to) = explode('-', $expression);
128 $range = array_map('trim', explode('/', $expression, 2));
142 $values = array($expression);
H A DCronExpression.php56 * @param string $expression The CRON expression to create. There are
69 public static function factory($expression, FieldFactory $fieldFactory = null) argument
80 if (isset($mappings[$expression])) {
81 $expression = $mappings[$expression];
84 return new static($expression, $fieldFactory ?: new FieldFactory());
90 * @param string $expression The CRON expression to validate.
95 public static function isValidExpression($expression) argument
98 self::factory($expression);
109 * @param string $expression CRON expression (e.g. '8 * * * *')
112 public function __construct($expression, FieldFactory $fieldFactory) argument
[all …]
/template/strap/syntax/
H A Dvariable.php121 $expression = trim(substr($match, $lengthLongPrefix, -1));
122 if (!in_array($expression[0], PipelineUtility::QUOTES_CHARACTERS)) {
123 $expression = "\${$expression}";
126 $expression = "\"$match\"";
129 self::EXPRESSION_ATTRIBUTE => $expression,
147 $expression = $data[self::EXPRESSION_ATTRIBUTE];
149 $execute = PipelineUtility::execute($expression);
/template/strap/vendor/dragonmantank/cron-expression/
H A DREADME.md4expression/v/stable.png)](https://packagist.org/packages/mtdowling/cron-expression) [![Total Downl…
6 The PHP cron expression parser can parse a CRON expression, determine if it is
7 due to run, calculate the next run date of the expression, and calculate the previous
8 run date of the expression. You can calculate dates far into the future or past by
22 composer require mtdowling/cron-expression
54 A CRON expression is a string representing the schedule for a particular command to execute. The p…
H A DCHANGELOG.md35 - Fixes issue [#28](https://github.com/mtdowling/cron-expression/issues/28) where PHP increments of…
36 …rentTime is not a DateTime instance ([#34](https://github.com/mtdowling/cron-expression/issues/34))
/template/strap/grammar/
H A DPageSql.g4199 expression:
201 | functionNames LPAREN expression? ( COMMA expression)* RPAREN
206 …S_THAN | LESS_THAN_OR_EQUAL | GREATER_THAN | GREATER_THAN_OR_EQUAL | NOT_EQUAL | EQUAL) expression)
215 (NOT? BETWEEN expression AND expression)
217 (NOT? IN LPAREN (expression ( COMMA expression)*)? RPAREN)
/template/a_new_day/
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/simple/
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/vector20/static/3rd/vector/
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/vector/static/3rd/vector/
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/wikiweko/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/
Dprototype.js1078 document._getElementsByXPath = function(expression, parentElement) {
1080 var query = document.evaluate(expression, $(parentElement) || document,
1244 up: function(element, expression, index) {
1245 return Selector.findElement($(element).ancestors(), expression, index);
1248 down: function(element, expression, index) {
1249 return Selector.findElement($(element).descendants(), expression, index);
1252 previous: function(element, expression, index) {
1253 return Selector.findElement($(element).previousSiblings(), expression, index);
1256 next: function(element, expression, index) {
1257 return Selector.findElement($(element).nextSiblings(), expression, index);
[all …]
/template/battlehorse/js/
Dprototype.js1078 document._getElementsByXPath = function(expression, parentElement) {
1080 var query = document.evaluate(expression, $(parentElement) || document,
1244 up: function(element, expression, index) {
1245 return Selector.findElement($(element).ancestors(), expression, index);
1248 down: function(element, expression, index) {
1249 return Selector.findElement($(element).descendants(), expression, index);
1252 previous: function(element, expression, index) {
1253 return Selector.findElement($(element).previousSiblings(), expression, index);
1256 next: function(element, expression, index) {
1257 return Selector.findElement($(element).nextSiblings(), expression, index);
[all …]
/template/strap/ComboStrap/
H A DPipelineUtility.php37 static public function execute($expression, array $contextData = null): string argument
43 $processedExpression = $expression;
/template/strap/vendor/salesforce/handlebars-php/
H A DREADME.md59 …ate string. Alternatively we can have a file containing handlebars (or html, text, etc) expression.
67 Handlebars HTML-escapes values returned by a {{expression}}.
206 The simplest Handlebars expression is a simple identifier:
253 Handlebars HTML-escapes values returned by a {{expression}}. If you don't want Handlebars to escape…
295 …per as the inverse of the if helper. Its block will be rendered if the expression returns a falsy …
565 This helper return handlebars expression as is. The expression will not be parsed
H A DCODE_OF_CONDUCT.md10 welcoming environment for all, regardless of gender identity and expression,
29 identity and expression, sexual orientation, disability, physical appearance,
/template/strap/ComboStrap/PageSqlParser/
H A DPageSql.interp152 expression
H A DPageSqlParser.php523 public function expression() : Context\ExpressionContext function in ComboStrap\\PageSqlParser\\PageSqlParser
587 $this->expression();
597 $this->expression();
653 $this->expression();
712 $this->expression();
716 $this->expression();
738 $this->expression();
747 $this->expression();
1487 public function expression(?int $index = null) function in ComboStrap\\PageSqlParser\\Context\\ExpressionContext
1543 public function expression(?int $index = null) function in ComboStrap\\PageSqlParser\\Context\\PredicateContext
/template/strap/
H A Dcomposer.lock104 "name": "dragonmantank/cron-expression",
108 "url": "https://github.com/dragonmantank/cron-expression.git",
113 …"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/9504fa9ea681b586028adaa…
140 … "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
146 "source": "https://github.com/dragonmantank/cron-expression/tree/v1.2.0"
/template/strap/vendor/carica/phpcss/
H A DREADME.md30 Get CSS selector as Xpath expression
32 $expression = PhpCss::toXpath($selector);
/template/strap/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md166 - `urlMatches` - current URL matches regular expression
167 - `titleMatches` - current page title matches regular expression
170 - `elementTextMatches` - text in element matches regular expression
/template/strap/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1expression.js","webpack:///../~/core-js/modules/_add-to-unscopables.js","webpack:///../~/core-js/m…
H A Drrdiagram.js1expression=n,this.originalExpressionText=r}return o(t,[{key:"getName",value:function(){return this…
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php2844 while ($this->expression($exp)) {
2858 protected function expression(&$out) { function in lessc_parser
2962 ($this->inParens = true) && $this->expression($exp) &&
3091 ($this->literal(":") && $this->expression($value) || true) &&
3677 if ($this->literal("(") && $this->expression($exp) && $this->literal(")")) {

12