Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 25 of 180) sorted by relevance

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DKeywordAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\KeywordAssignedTargetingOptionDetails
48 public function setNegative($negative) argument
50 $this->negative = $negative;
57 return $this->negative;
DChannelAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\ChannelAssignedTargetingOptionDetails
48 public function setNegative($negative) argument
50 $this->negative = $negative;
57 return $this->negative;
DRegionalLocationListAssignedTargetingOptionDetails.php25 public $negative; variable in Google\\Service\\DisplayVideo\\RegionalLocationListAssignedTargetingOptionDetails
34 public function setNegative($negative) argument
36 $this->negative = $negative;
43 return $this->negative;
DUrlAssignedTargetingOptionDetails.php25 public $negative; variable in Google\\Service\\DisplayVideo\\UrlAssignedTargetingOptionDetails
34 public function setNegative($negative) argument
36 $this->negative = $negative;
43 return $this->negative;
DDeviceMakeModelAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\DeviceMakeModelAssignedTargetingOptionDetails
52 public function setNegative($negative) argument
54 $this->negative = $negative;
61 return $this->negative;
DContentGenreAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\ContentGenreAssignedTargetingOptionDetails
52 public function setNegative($negative) argument
54 $this->negative = $negative;
61 return $this->negative;
DBrowserAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\BrowserAssignedTargetingOptionDetails
52 public function setNegative($negative) argument
54 $this->negative = $negative;
61 return $this->negative;
DOperatingSystemAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\OperatingSystemAssignedTargetingOptionDetails
52 public function setNegative($negative) argument
54 $this->negative = $negative;
61 return $this->negative;
DCarrierAndIspAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\CarrierAndIspAssignedTargetingOptionDetails
52 public function setNegative($negative) argument
54 $this->negative = $negative;
61 return $this->negative;
DCategoryAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\CategoryAssignedTargetingOptionDetails
52 public function setNegative($negative) argument
54 $this->negative = $negative;
61 return $this->negative;
DLanguageAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\LanguageAssignedTargetingOptionDetails
52 public function setNegative($negative) argument
54 $this->negative = $negative;
61 return $this->negative;
DAppCategoryAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\AppCategoryAssignedTargetingOptionDetails
52 public function setNegative($negative) argument
54 $this->negative = $negative;
61 return $this->negative;
DAppAssignedTargetingOptionDetails.php37 public $negative; variable in Google\\Service\\DisplayVideo\\AppAssignedTargetingOptionDetails
84 public function setNegative($negative) argument
86 $this->negative = $negative;
93 return $this->negative;
DGeoRegionAssignedTargetingOptionDetails.php33 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/
DInteger.php17 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/
Dslice.rst46 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/
Dnegative_numbers.test2 Twig manages negative numbers correctly
Dunary_macro_arguments.test2 Twig manages negative numbers as default parameters
/plugin/asciidocjs/node_modules/yargs-parser/build/lib/
Dyargs-parser.js83 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/
DIncrementDecrementUsageSniff.php213 $negative = $phpcsFile->findPrevious(T_MINUS, ($nextNumber - 1), $stackPtr);
214 if ($negative !== false) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dtestdox.phpt17 [x] Balance cannot become negative
Dtestdox-text.phpt18 [x] Balance cannot become negative
/plugin/asciidocjs/node_modules/yargs-parser/build/
Dindex.cjs171 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/
Drandom.rst19 * a random integer between the integer parameter (when negative) and 0 (inclusive).
Drange.rst15 decrement for negative values):

12345678