/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/ |
D | GoogleCloudContactcenterinsightsV1PhraseMatchRule.php | 27 public $negated; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1PhraseMatchRule 50 public function setNegated($negated) argument 52 $this->negated = $negated; 59 return $this->negated;
|
/plugin/asciidocjs/node_modules/is-core-module/ |
D | .eslintrc | 14 "no-negated-condition": 0,
|
/plugin/asciidocjs/node_modules/jake/node_modules/minimatch/ |
D | README.md | 68 * `negate` True if the pattern is negated. 171 Returns from negate expressions the same as if they were not negated. 202 If the pattern starts with a `!` character, then it is negated. Set the
|
/plugin/asciidocjs/node_modules/minimatch/ |
D | README.md | 82 * `negate` True if the pattern is negated. 185 Returns from negate expressions the same as if they were not negated. 225 If the pattern starts with a `!` character, then it is negated. Set the
|
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
D | compress.js | 1664 var negated = basic_negation(orig); 1669 return best_of_expression(negated, stat) === stat ? alt : negated; 1671 return best_of_expression(negated, alt); 2582 var negated = self.condition.negate(compressor); 2584 var negated_length = negated.print_to_string().length; 2590 self.condition = negated; 2621 left : negated, 2679 self.condition = negated_is_best ? negated : self.condition.negate(compressor); 3369 var negated = make_node(AST_UnaryPrefix, self, { 3373 self = best_of(compressor, self, negated); [all …]
|
/plugin/asciidocjs/node_modules/uglify-js/lib/ |
D | compress.js | 5635 var negated = basic_negation(orig); 5636 … if (first_in_statement) return best_of_expression(negated, make_node(AST_SimpleStatement, alt, { 5638 })) === negated ? negated : alt; 5639 return best_of_expression(negated, alt); 8832 var negated = node.clone(); 8833 negated.operator = op == "&&" ? "||" : "&&"; 8834 negated.left = left.negate(compressor, first_in_statement); 8835 var negated_rhs = negated.right.tail_node(); 8836 …if (negated_rhs instanceof AST_Binary && negated.operator == negated_rhs.operator) swap_chain(nega… 8838 return op == "&&" ? best(node, negated) : best(negated, node); [all …]
|
/plugin/asciidocjs/node_modules/yargs-parser/ |
D | README.md | 363 The prefix to use for negated boolean variables.
|
/plugin/asciidocjs/node_modules/commander/ |
D | CHANGELOG.md | 265 The custom event for a negated option like `--no-foo` is `option:no-foo` (previously `option:foo`).
|
/plugin/asciidocjs/node_modules/glob/ |
D | README.md | 331 started with a `#` character, or a "negated" pattern if it started
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
D | templates.rst | 762 Tests can be negated by using the ``is not`` operator:
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/plugin/diagramsnet/lib/js/orgchart/ |
D | bridge.min.js | 8 …negated=t.neg=function(){var n=new this.constructor(this);return n.s=-n.s,i(n)},t.plus=t.add=funct…
|
/plugin/diagramsnet/lib/js/ |
D | orgchart.min.js | 8 …negated=t.neg=function(){var n=new this.constructor(this);return n.s=-n.s,i(n)},t.plus=t.add=funct…
|
/plugin/sequencediagram/bower_components/lodash/doc/ |
D | README.md | 4042 *(Function)*: Returns the new negated function.
|
/plugin/jsontable/script/ |
D | handsontable.full.min.js | 29 ….s,e.s=1,n=A(r,e,0,3),e.s=o,n.s*=o):n=A(r,e,0,G),r.minus(n.times(e)))},H.negated=H.neg=function(){…
|