| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/ |
| D | DimensionFilter.php | 34 public $expressions; variable in Google\\Service\\AnalyticsReporting\\DimensionFilter 75 public function setExpressions($expressions) argument 77 $this->expressions = $expressions; 84 return $this->expressions;
|
| D | SegmentDimensionFilter.php | 34 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/ |
| D | FilterExpressionList.php | 29 public function setExpressions($expressions) argument 31 $this->expressions = $expressions; 38 return $this->expressions;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
| D | GooglePrivacyDlpV2RecordCondition.php | 28 public function setExpressions(GooglePrivacyDlpV2Expressions $expressions) argument 30 $this->expressions = $expressions; 37 return $this->expressions;
|
| D | GooglePrivacyDlpV2DataProfilePubSubCondition.php | 28 public function setExpressions(GooglePrivacyDlpV2PubSubExpressions $expressions) argument 30 $this->expressions = $expressions; 37 return $this->expressions;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
| D | WafExpressionSet.php | 51 public function setExpressions($expressions) argument 53 $this->expressions = $expressions; 60 return $this->expressions;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/ |
| D | Breakpoint.php | 44 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 D | CHANGELOG.md | 11 - 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/ |
| D | History.md | 30 * 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/ |
| D | index.ts | 176 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/ |
| D | index.js | 180 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/ |
| D | ast.js | 1519 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/ |
| D | CHANGELOG.md | 5 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/ |
| D | README.md | 50 - 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/ |
| D | TODO | 11 with perl regular expressions characters "[", "]", "|". 13 - This way, more powerful regular expressions can be used in options, like
|
| /plugin/publist/ |
| D | TODO | 11 with perl regular expressions characters "[", "]", "|". 13 - This way, more powerful regular expressions can be used in options, like
|
| /plugin/publistx/ |
| D | TODO | 11 with perl regular expressions characters "[", "]", "|". 13 - This way, more powerful regular expressions can be used in options, like
|
| /plugin/findologicxmlexport/vendor/hoa/regex/ |
| D | README.md | 26 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/ |
| D | README.md | 3 **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/ |
| D | README | 8 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/ |
| D | grouping.test | 2 Twig supports grouping of expressions
|
| D | power.test | 2 Twig parses power expressions
|
| /plugin/batchedit/ |
| D | plugin.info.txt | 6 desc Edit wiki pages using regular expressions.
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/ |
| D | expression.test | 2 "include" function allows expressions for the template to include
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/ |
| D | expression.test | 2 "include" tag allows expressions for the template to include
|