/plugin/bpmnio/vendor/dmn-js/dist/assets/ |
H A D | dmn-js-literal-expression.css | 1 .dmn-literal-expression-container { 23 color: var(--literal-expression-color); 37 .dmn-literal-expression-container * { 98 .dmn-literal-expression-container .textarea { 123 /* literal expression properties */ 124 .dmn-literal-expression-container .literal-expression-properties { 134 .dmn-literal-expression-container .literal-expression-properties table { 138 .dmn-literal-expression-container .literal-expression-properties table tr td:first-child { 142 .dmn-literal-expression-container .literal-expression-properties table tr td:last-child { 146 .dmn-literal-expression-container .literal-expression-properties .variable-name-input { [all …]
|
/plugin/zip/pear/File/Archive/Predicate/ |
H A D | Custom.php | 47 var $expression; variable in File_Archive_Predicate_Custom 53 * @param string $expression PHP code that evaluates too a boolean 58 function File_Archive_Predicate_Custom($expression) argument 60 $this->expression = $expression.";"; 61 if (strpos($this->expression, "return") === false) { 62 $this->expression = "return ".$this->expression; 64 $this->useName = (strpos($this->expression, '$name') !== false); 65 $this->useStat = (strpos($this->expression, '$stat') !== false); 66 $this->useMIME = (strpos($this->expression, '$mime') !== false); 84 return eval($this->expression);
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Expression/ |
H A D | Expression.php | 18 private $expression; variable in JMS\\Serializer\\Expression\\Expression 20 public function __construct(BaseExpression $expression) argument 22 $this->expression = $expression; 27 return $this->expression; 38 return (string) $this->expression; 50 return serialize([(string) $this->expression, serialize($this->expression->getNodes())]); 64 $this->expression = new SerializedParsedExpression(...unserialize($str));
|
H A D | ExpressionEvaluator.php | 41 public function evaluate(string $expression, array $data = []) argument 43 return $this->expressionLanguage->evaluate($expression, $data + $this->context); 49 public function evaluateParsed(Expression $expression, array $data = []) argument 51 … return $this->expressionLanguage->evaluate($expression->getExpression(), $data + $this->context); 54 public function parse(string $expression, array $names = []): Expression argument 56 …return new Expression($this->expressionLanguage->parse($expression, array_merge(array_keys($this->…
|
/plugin/findologicxmlexport/vendor/hoa/math/Bin/ |
H A D | Calc.php | 86 $this->parser->listInputs($expression); 94 if (null !== $expression) { 95 $ast = $compiler->parse($expression); 96 echo $expression . ' = ' . $visitor->visit($ast), "\n"; 111 $expression = 'h'; 114 switch ($expression) { 175 if (null === $expression) { 180 echo $visitor->visit($compiler->parse($expression)), "\n"; 187 $handle = $expression; 191 } while (false !== $expression = $readline->readLine('> '));
|
/plugin/eventline/timeline_ajax/styles/ |
H A D | graphics-ie6.css | 2 filter: expression( 8 filter: expression( 14 filter: expression( 20 filter: expression( 26 filter: expression( 32 filter: expression( 38 filter: expression( 44 filter: expression( 50 filter: expression( 56 filter: expression( [all …]
|
/plugin/tline/timeline_ajax/styles/ |
H A D | graphics-ie6.css | 2 filter: expression( 8 filter: expression( 14 filter: expression( 20 filter: expression( 26 filter: expression( 32 filter: expression( 38 filter: expression( 44 filter: expression( 50 filter: expression( 56 filter: expression( [all …]
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/ |
H A D | ExpressionPropertyMetadata.php | 20 public $expression; variable in JMS\\Serializer\\Metadata\\ExpressionPropertyMetadata 23 * @param string|Expression $expression 25 public function __construct(string $class, string $fieldName, $expression) argument 29 $this->expression = $expression; 43 $this->expression, 60 $this->expression,
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | ListTargetingExpression.php | 25 public $expression; variable in Google\\Service\\Dfareporting\\ListTargetingExpression 30 public function setExpression($expression) argument 32 $this->expression = $expression; 39 return $this->expression;
|
H A D | KeyValueTargetingExpression.php | 25 public $expression; variable in Google\\Service\\Dfareporting\\KeyValueTargetingExpression 30 public function setExpression($expression) argument 32 $this->expression = $expression; 39 return $this->expression;
|
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/ |
H A D | AbstractField.php | 6 * Abstract CRON expression field 111 * Returns a range of values for the given cron expression 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, [all...] |
/plugin/combo/syntax/ |
H A D | variable.php | 24 const EXPRESSION_ATTRIBUTE = "expression"; 118 * Recreating a pipeline expression 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); [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/ |
H A D | ApiDimensionFilter.php | 29 public $expression; variable in Google\\Service\\SearchConsole\\ApiDimensionFilter 52 public function setExpression($expression) argument 54 $this->expression = $expression; 61 return $this->expression;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/ |
H A D | Metric.php | 25 public $expression; variable in Google\\Service\\AnalyticsData\\Metric 38 public function setExpression($expression) argument 40 $this->expression = $expression; 47 return $this->expression;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/ |
H A D | Metric.php | 29 public $expression; variable in Google\\Service\\AnalyticsReporting\\Metric 52 public function setExpression($expression) argument 54 $this->expression = $expression; 61 return $this->expression;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/ |
H A D | ApiDimensionFilter.php | 23 public $expression; variable in Google\\Service\\Webmasters\\ApiDimensionFilter 34 public function setExpression($expression) argument 36 $this->expression = $expression; 40 return $this->expression;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/ |
H A D | Expr.php | 29 public $expression; variable in Google\\Service\\SecurityCommandCenter\\Expr 56 public function setExpression($expression) argument 58 $this->expression = $expression; 65 return $this->expression;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/ |
H A D | Expr.php | 29 public $expression; variable in Google\\Service\\Networkconnectivity\\Expr 56 public function setExpression($expression) argument 58 $this->expression = $expression; 65 return $this->expression;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OrgPolicyAPI/ |
H A D | GoogleTypeExpr.php | 29 public $expression; variable in Google\\Service\\OrgPolicyAPI\\GoogleTypeExpr 56 public function setExpression($expression) argument 58 $this->expression = $expression; 65 return $this->expression;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/ |
H A D | Expr.php | 29 public $expression; variable in Google\\Service\\ServiceManagement\\Expr 56 public function setExpression($expression) argument 58 $this->expression = $expression; 65 return $this->expression;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/ |
H A D | Expr.php | 29 public $expression; variable in Google\\Service\\DatabaseMigrationService\\Expr 56 public function setExpression($expression) argument 58 $this->expression = $expression; 65 return $this->expression;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicySimulator/ |
H A D | GoogleTypeExpr.php | 29 public $expression; variable in Google\\Service\\PolicySimulator\\GoogleTypeExpr 56 public function setExpression($expression) argument 58 $this->expression = $expression; 65 return $this->expression;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/ |
H A D | Expr.php | 23 public $expression; variable in Google\\Service\\Baremetalsolution\\Expr 35 public function setExpression($expression) argument 37 $this->expression = $expression; 41 return $this->expression;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | Expr.php | 29 public $expression; variable in Google\\Service\\Compute\\Expr 56 public function setExpression($expression) argument 58 $this->expression = $expression; 65 return $this->expression;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/ |
H A D | Expr.php | 29 public $expression; variable in Google\\Service\\Iam\\Expr 56 public function setExpression($expression) argument 58 $this->expression = $expression; 65 return $this->expression;
|