| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
| D | KeywordAssignedTargetingOptionDetails.php | 29 public $negative; variable in Google\\Service\\DisplayVideo\\KeywordAssignedTargetingOptionDetails 48 public function setNegative($negative) argument 50 $this->negative = $negative; 57 return $this->negative;
|
| D | ChannelAssignedTargetingOptionDetails.php | 29 public $negative; variable in Google\\Service\\DisplayVideo\\ChannelAssignedTargetingOptionDetails 48 public function setNegative($negative) argument 50 $this->negative = $negative; 57 return $this->negative;
|
| D | RegionalLocationListAssignedTargetingOptionDetails.php | 25 public $negative; variable in Google\\Service\\DisplayVideo\\RegionalLocationListAssignedTargetingOptionDetails 34 public function setNegative($negative) argument 36 $this->negative = $negative; 43 return $this->negative;
|
| D | UrlAssignedTargetingOptionDetails.php | 25 public $negative; variable in Google\\Service\\DisplayVideo\\UrlAssignedTargetingOptionDetails 34 public function setNegative($negative) argument 36 $this->negative = $negative; 43 return $this->negative;
|
| D | DeviceMakeModelAssignedTargetingOptionDetails.php | 29 public $negative; variable in Google\\Service\\DisplayVideo\\DeviceMakeModelAssignedTargetingOptionDetails 52 public function setNegative($negative) argument 54 $this->negative = $negative; 61 return $this->negative;
|
| D | ContentGenreAssignedTargetingOptionDetails.php | 29 public $negative; variable in Google\\Service\\DisplayVideo\\ContentGenreAssignedTargetingOptionDetails 52 public function setNegative($negative) argument 54 $this->negative = $negative; 61 return $this->negative;
|
| D | BrowserAssignedTargetingOptionDetails.php | 29 public $negative; variable in Google\\Service\\DisplayVideo\\BrowserAssignedTargetingOptionDetails 52 public function setNegative($negative) argument 54 $this->negative = $negative; 61 return $this->negative;
|
| D | OperatingSystemAssignedTargetingOptionDetails.php | 29 public $negative; variable in Google\\Service\\DisplayVideo\\OperatingSystemAssignedTargetingOptionDetails 52 public function setNegative($negative) argument 54 $this->negative = $negative; 61 return $this->negative;
|
| D | CarrierAndIspAssignedTargetingOptionDetails.php | 29 public $negative; variable in Google\\Service\\DisplayVideo\\CarrierAndIspAssignedTargetingOptionDetails 52 public function setNegative($negative) argument 54 $this->negative = $negative; 61 return $this->negative;
|
| D | CategoryAssignedTargetingOptionDetails.php | 29 public $negative; variable in Google\\Service\\DisplayVideo\\CategoryAssignedTargetingOptionDetails 52 public function setNegative($negative) argument 54 $this->negative = $negative; 61 return $this->negative;
|
| D | LanguageAssignedTargetingOptionDetails.php | 29 public $negative; variable in Google\\Service\\DisplayVideo\\LanguageAssignedTargetingOptionDetails 52 public function setNegative($negative) argument 54 $this->negative = $negative; 61 return $this->negative;
|
| D | AppCategoryAssignedTargetingOptionDetails.php | 29 public $negative; variable in Google\\Service\\DisplayVideo\\AppCategoryAssignedTargetingOptionDetails 52 public function setNegative($negative) argument 54 $this->negative = $negative; 61 return $this->negative;
|
| D | AppAssignedTargetingOptionDetails.php | 37 public $negative; variable in Google\\Service\\DisplayVideo\\AppAssignedTargetingOptionDetails 84 public function setNegative($negative) argument 86 $this->negative = $negative; 93 return $this->negative;
|
| D | GeoRegionAssignedTargetingOptionDetails.php | 33 public $negative; variable in Google\\Service\\DisplayVideo\\GeoRegionAssignedTargetingOptionDetails 70 public function setNegative($negative) argument 72 $this->negative = $negative; 79 return $this->negative;
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/ |
| D | Integer.php | 17 protected $negative = true; variable in HTMLPurifier_AttrDef_Integer 36 public function __construct($negative = true, $zero = true, $positive = true) argument 38 $this->negative = $negative; 60 if ($this->negative && $integer[0] === '-') { 83 if (!$this->negative && $integer < 0) {
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | slice.rst | 46 If the start is non-negative, the sequence will start at that start in the 47 variable. If start is negative, the sequence will start that far from the end 53 negative then the sequence will stop that many elements from the end of the
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ |
| D | negative_numbers.test | 2 Twig manages negative numbers correctly
|
| D | unary_macro_arguments.test | 2 Twig manages negative numbers as default parameters
|
| /plugin/asciidocjs/node_modules/yargs-parser/build/lib/ |
| D | yargs-parser.js | 83 const negative = /^-([0-9]+(\.[0-9]+)?|\.[0-9]+)$/; 234 next.match(negative)) && 258 else if (arg.match(/^-.\..+/) && !arg.match(negative)) { 274 else if (arg.match(/^-[^-]+/) && !arg.match(negative)) { 331 next.match(negative)) && 348 arg.match(negative) && 439 … if (!args[ii].match(/^-[^0-9]/) || args[ii].match(negative) || isUnknownOptionAsArg(args[ii])) 469 …(isUndefined(argAfterEqualSign) && /^-/.test(next) && !negative.test(next) && !isUnknownOptionAsAr… 487 if (/^-/.test(next) && !negative.test(next) && !isUnknownOptionAsArg(next)) 874 if (arg.match(negative) || !arg.match(/^-[^-]+/)) { [all …]
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/ |
| D | IncrementDecrementUsageSniff.php | 213 $negative = $phpcsFile->findPrevious(T_MINUS, ($nextNumber - 1), $stackPtr); 214 if ($negative !== false) {
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
| D | testdox.phpt | 17 [x] Balance cannot become negative
|
| D | testdox-text.phpt | 18 [x] Balance cannot become negative
|
| /plugin/asciidocjs/node_modules/yargs-parser/build/ |
| D | index.cjs | 171 const negative = /^-([0-9]+(\.[0-9]+)?|\.[0-9]+)$/; 300 next.match(negative)) && 322 else if (arg.match(/^-.\..+/) && !arg.match(negative)) { 338 else if (arg.match(/^-[^-]+/) && !arg.match(negative)) { 389 next.match(negative)) && 406 arg.match(negative) && 479 … if (!args[ii].match(/^-[^0-9]/) || args[ii].match(negative) || isUnknownOptionAsArg(args[ii])) 505 …(isUndefined(argAfterEqualSign) && /^-/.test(next) && !negative.test(next) && !isUnknownOptionAsAr… 520 if (/^-/.test(next) && !negative.test(next) && !isUnknownOptionAsArg(next)) 861 if (arg.match(negative) || !arg.match(/^-[^-]+/)) { [all …]
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
| D | random.rst | 19 * a random integer between the integer parameter (when negative) and 0 (inclusive).
|
| D | range.rst | 15 decrement for negative values):
|