Searched refs:isLarge (Results 1 – 7 of 7) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | CaptionSnippet.php | 49 public $isLarge; variable in Google\\Service\\YouTube\\CaptionSnippet 162 public function setIsLarge($isLarge) argument 164 $this->isLarge = $isLarge; 171 return $this->isLarge;
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/ |
H A D | CodeCoverage.php | 623 (!$this->currentId->isMedium() && !$this->currentId->isLarge()))) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | TestCase.php | 414 public function isLarge() function in PHPUnit_Framework_TestCase
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Dialogs.js | 10095 function radioClick(btn, btnImgId, btnImgFile, otherBtnId, otherBtnImgId, otherBtnImgFile, isLarge) argument 10105 (isLarge? "geTempDlgRadioBtnLarge" : "geTempDlgRadioBtnSmall");
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 4910 isLarge = isCommon && length >= 200, 4911 seen = isLarge && createCache(), 4918 isLarge = false; 4939 if (iteratee || isLarge) {
|
H A D | pdfmake.min.js.map | 1 …isLarge","seenIndex","baseValues","action","binaryIndex","retHighest","low","high","HALF_MAX_ARRAY…
|
/plugin/sequencediagram/bower_components/lodash/test/ |
H A D | test.js | 1070 var isLarge = /^large/.test(kind); 1088 assert.strictEqual(cache.size, isLarge ? LARGE_ARRAY_SIZE : keys.length);
|