| /template/twigstarter/vendor/twig/twig/src/NodeVisitor/ |
| D | EscaperNodeVisitor.php | 75 $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 D | AbstractField.php | 113 * @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 D | CronExpression.php | 56 * @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 D | variable.php | 121 $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 D | README.md | 4 …expression/v/stable.png)](https://packagist.org/packages/mtdowling/cron-expression) [ 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 D | PageSql.g4 | 199 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/ |
| D | csshover3.htc | 124 // 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/ |
| D | csshover3.htc | 124 // 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/ |
| D | csshover.htc | 124 // 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/ |
| D | csshover.htc | 124 // 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 D | csshover.htc | 124 // 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/ |
| D | prototype.js | 1078 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/ |
| D | prototype.js | 1078 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 D | PipelineUtility.php | 37 static public function execute($expression, array $contextData = null): string argument 43 $processedExpression = $expression;
|
| /template/strap/vendor/salesforce/handlebars-php/ |
| H A D | README.md | 59 …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 D | CODE_OF_CONDUCT.md | 10 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 D | PageSql.interp | 152 expression
|
| H A D | PageSqlParser.php | 523 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 D | composer.lock | 104 "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 D | README.md | 30 Get CSS selector as Xpath expression 32 $expression = PhpCss::toXpath($selector);
|
| /template/strap/vendor/php-webdriver/webdriver/ |
| H A D | CHANGELOG.md | 166 - `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 D | rrdiagram.js.map | 1 …expression.js","webpack:///../~/core-js/modules/_add-to-unscopables.js","webpack:///../~/core-js/m…
|
| H A D | rrdiagram.js | 1 …expression=n,this.originalExpressionText=r}return o(t,[{key:"getName",value:function(){return this…
|
| /template/mikio/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 2844 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(")")) {
|