Home
last modified time | relevance | path

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

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DUrlAssignedTargetingOptionDetails.php25 public $negative; variable in Google\\Service\\DisplayVideo\\UrlAssignedTargetingOptionDetails
34 public function setNegative($negative) argument
36 $this->negative = $negative;
43 return $this->negative;
H A DKeywordAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\KeywordAssignedTargetingOptionDetails
48 public function setNegative($negative) argument
50 $this->negative = $negative;
57 return $this->negative;
H A DRegionalLocationListAssignedTargetingOptionDetails.php25 public $negative; variable in Google\\Service\\DisplayVideo\\RegionalLocationListAssignedTargetingOptionDetails
34 public function setNegative($negative) argument
36 $this->negative = $negative;
43 return $this->negative;
H A DChannelAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\ChannelAssignedTargetingOptionDetails
48 public function setNegative($negative) argument
50 $this->negative = $negative;
57 return $this->negative;
H A DAppCategoryAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\AppCategoryAssignedTargetingOptionDetails
52 public function setNegative($negative) argument
54 $this->negative = $negative;
61 return $this->negative;
H A DCategoryAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\CategoryAssignedTargetingOptionDetails
52 public function setNegative($negative) argument
54 $this->negative = $negative;
61 return $this->negative;
H A DBrowserAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\BrowserAssignedTargetingOptionDetails
52 public function setNegative($negative) argument
54 $this->negative = $negative;
61 return $this->negative;
H A DDeviceMakeModelAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\DeviceMakeModelAssignedTargetingOptionDetails
52 public function setNegative($negative) argument
54 $this->negative = $negative;
61 return $this->negative;
H A DLanguageAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\LanguageAssignedTargetingOptionDetails
52 public function setNegative($negative) argument
54 $this->negative = $negative;
61 return $this->negative;
H A DOperatingSystemAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\OperatingSystemAssignedTargetingOptionDetails
52 public function setNegative($negative) argument
54 $this->negative = $negative;
61 return $this->negative;
H A DCarrierAndIspAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\CarrierAndIspAssignedTargetingOptionDetails
52 public function setNegative($negative) argument
54 $this->negative = $negative;
61 return $this->negative;
H A DContentGenreAssignedTargetingOptionDetails.php29 public $negative; variable in Google\\Service\\DisplayVideo\\ContentGenreAssignedTargetingOptionDetails
52 public function setNegative($negative) argument
54 $this->negative = $negative;
61 return $this->negative;
H A DAppAssignedTargetingOptionDetails.php37 public $negative; variable in Google\\Service\\DisplayVideo\\AppAssignedTargetingOptionDetails
84 public function setNegative($negative) argument
86 $this->negative = $negative;
93 return $this->negative;
H A 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/findologicxmlexport/vendor/twig/twig/doc/filters/
H A 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
H A Dnumber_format.rst21 To format negative numbers, wrap the number with parentheses (needed because of
H A Dsplit.rst20 * If ``limit`` is negative, all components except the last -limit are
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dnegative_numbers.test2 Twig manages negative numbers correctly
H A Dunary_macro_arguments.test2 Twig manages negative numbers as default parameters
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/
H A DIncrementDecrementUsageSniff.php213 $negative = $phpcsFile->findPrevious(T_MINUS, ($nextNumber - 1), $stackPtr);
214 if ($negative !== false) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dtestdox.phpt17 [x] Balance cannot become negative
H A Dtestdox-text.phpt18 [x] Balance cannot become negative
H A Dtestdox-html.phpt49 <li style="color: #555753;">✓ Balance cannot become negative</li>
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Drandom.rst19 * a random integer between the integer parameter (when negative) and 0 (inclusive).
H A Drange.rst15 decrement for negative values):

1234567