Home
last modified time | relevance | path

Searched refs:expressions (Results 1 – 25 of 199) sorted by relevance

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
DDimensionFilter.php34 public $expressions; variable in Google\\Service\\AnalyticsReporting\\DimensionFilter
75 public function setExpressions($expressions) argument
77 $this->expressions = $expressions;
84 return $this->expressions;
DSegmentDimensionFilter.php34 public $expressions; variable in Google\\Service\\AnalyticsReporting\\SegmentDimensionFilter
79 public function setExpressions($expressions) argument
81 $this->expressions = $expressions;
88 return $this->expressions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
DFilterExpressionList.php29 public function setExpressions($expressions) argument
31 $this->expressions = $expressions;
38 return $this->expressions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2RecordCondition.php28 public function setExpressions(GooglePrivacyDlpV2Expressions $expressions) argument
30 $this->expressions = $expressions;
37 return $this->expressions;
DGooglePrivacyDlpV2DataProfilePubSubCondition.php28 public function setExpressions(GooglePrivacyDlpV2PubSubExpressions $expressions) argument
30 $this->expressions = $expressions;
37 return $this->expressions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DWafExpressionSet.php51 public function setExpressions($expressions) argument
53 $this->expressions = $expressions;
60 return $this->expressions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
DBreakpoint.php44 public $expressions; variable in Google\\Service\\CloudDebugger\\Breakpoint
159 public function setExpressions($expressions) argument
161 $this->expressions = $expressions;
168 return $this->expressions;
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md11 - 0 step expressions are handled better
18 - Checks for valid expressions
29 - Now supports expressions with any number of extra spaces, tabs, or newlines
/plugin/asciidocjs/node_modules/pug-lexer/
DHistory.md30 * Allow `when` expressions with colons
36 * Fix incorrect location of some invalid expressions in an attribute.
54 * Add Error reporting for invalid case expressions
/plugin/asciidocjs/node_modules/constantinople/src/
Dindex.ts176 for (let i = 0; i < expression.expressions.length - 1 && constant; i++) {
177 toConstant(expression.expressions[i]);
180 expression.expressions[expression.expressions.length - 1],
192 if (i < expression.expressions.length) {
193 result += '' + toConstant(expression.expressions[i]);
/plugin/asciidocjs/node_modules/constantinople/lib/
Dindex.js180 for (var i = 0; i < expression.expressions.length - 1 && constant; i++) {
181 toConstant(expression.expressions[i]);
183 return toConstant(expression.expressions[expression.expressions.length - 1]);
194 if (i < expression.expressions.length) {
195 result_3 += '' + toConstant(expression.expressions[i]);
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dast.js1519 var AST_Sequence = DEFNODE("Sequence", "expressions", {
1520 $documentation: "A sequence expression (comma-separated expressions)",
1522 expressions: "[AST_Node*] array of expressions (at least two)", property
1536 … if (this.expressions.length < 2) throw new Error("expressions must contain multiple elements");
1537 must_be_expressions(this, "expressions");
1547 $documentation: "Base class for property access expressions, i.e. `a.foo` or `a[\"foo\"]`",
2104 var AST_Template = DEFNODE("Template", "expressions strings tag", {
2107 expressions: "[AST_Node*] the placeholder expressions", property
2129 must_be_expressions(this, "expressions");
/plugin/asciidocjs/node_modules/acorn/
DCHANGELOG.md5 Allow all forms of member expressions to be parenthesized as lvalue.
12 even when they are expressions.
53 Disallow parenthesized pattern expressions.
61 Allow `"use strict"` to appear after other string literal expressions.
91 Fix broken parsing for call expressions in default parameter values
125 Support for trailing commas in call expressions when `ecmaVersion`
179 Allow update expressions as left-hand-side of the ES7 exponential
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
DREADME.md50 - Constant expressions (i.e. `@see \MyNamespace\MY_CONSTANT`)
51 - Function expressions (i.e. `@see \MyNamespace\myFunction()`)
52 - Class expressions (i.e. `@see \MyNamespace\MyClass`)
53 - Interface expressions (i.e. `@see \MyNamespace\MyInterface`)
54 - Trait expressions (i.e. `@see \MyNamespace\MyTrait`)
55 - Class constant expressions (i.e. `@see \MyNamespace\MyClass::MY_CONSTANT`)
56 - Property expressions (i.e. `@see \MyNamespace\MyClass::$myProperty`)
57 - Method expressions (i.e. `@see \MyNamespace\MyClass::myMethod()`)
/plugin/publistf/
DTODO11 with perl regular expressions characters "[", "]", "|".
13 - This way, more powerful regular expressions can be used in options, like
/plugin/publist/
DTODO11 with perl regular expressions characters "[", "]", "|".
13 - This way, more powerful regular expressions can be used in options, like
/plugin/publistx/
DTODO11 with perl regular expressions characters "[", "]", "|".
13 - This way, more powerful regular expressions can be used in options, like
/plugin/findologicxmlexport/vendor/hoa/regex/
DREADME.md26 This library provides tools to analyze regular expressions and generate strings
27 based on regular expressions ([Perl Compatible Regular
68 ### Analyze regular expressions
114 ### Generate strings based on regular expressions
116 To generate strings based on the AST of a regular expressions, we will use the
/plugin/ifauthex/
DREADME.md3 **Toggle DokuWiki page content based on users and groups with arbitrary boolean expressions.**
21 it's an independent reboot. IfAuth can only "or" different expressions, therefore it's not possible
22 to target expressions like `@user && !@admin`. IfAuthEx fixes these limtations extending the syntax
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
DREADME8 In opposite to most other CSS parsers, it does not use regular expressions and
9 thus has full CSS2 support and a higher reliability. The downside of not using regular expressions
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
Dgrouping.test2 Twig supports grouping of expressions
Dpower.test2 Twig parses power expressions
/plugin/batchedit/
Dplugin.info.txt6 desc Edit wiki pages using regular expressions.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
Dexpression.test2 "include" function allows expressions for the template to include
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
Dexpression.test2 "include" tag allows expressions for the template to include

12345678