Home
last modified time | relevance | path

Searched refs:capacity (Results 1 – 25 of 30) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DCalendarResource.php29 public $capacity; variable in Google\\Service\\Directory\\CalendarResource
100 public function setCapacity($capacity) argument
102 $this->capacity = $capacity;
109 return $this->capacity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DAttributes.php203 public function setCapacity(Capacity $capacity) argument
205 $this->capacity = $capacity;
212 return $this->capacity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/
H A DPartitionConfig.php36 public function setCapacity(Capacity $capacity) argument
38 $this->capacity = $capacity;
45 return $this->capacity;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1212 …ns in a response start-line (e.g. HTTP/1.1 503 Service Unavailable: Back-end server is at capacity)
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php437 protected $capacity = array( variable in jucksearm\\barcode\\lib\\QRcode
2243 …return $this->capacity[$version][self::QRCAP_WORDS] - $this->capacity[$version][self::QRCAP_EC][$l…
2253 return $this->capacity[$version][self::QRCAP_EC][$level];
2262 return $this->capacity[$version][self::QRCAP_WIDTH];
2271 return $this->capacity[$version][self::QRCAP_REMINDER];
2282 $words = ($this->capacity[$i][self::QRCAP_WORDS] - $this->capacity[$i][self::QRCAP_EC][$level]);
2489 $width = $this->capacity[$version][self::QRCAP_WIDTH];
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1743capacity=16;arguments.length===1?this.append(arguments[0]):arguments.length===2?(this.append(argum…
1744 … new System.ArgumentException("Hashtable's capacity overflowed and went negative. Check load facto…
H A Dorgchart.min.js8capacity=16;arguments.length===1?this.append(arguments[0]):arguments.length===2?(this.append(argum…
9 … new System.ArgumentException("Hashtable's capacity overflowed and went negative. Check load facto…
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1 …re:function(capacity){this.getChildren()==null?this.setChildren(new(System.Collections.Generic.Lis… argument
H A Dbridge.min.js8capacity=16;arguments.length===1?this.append(arguments[0]):arguments.length===2?(this.append(argum…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1capacity) => new StringBuilder(capacity);\n decodeUTF16LE = standardDecodeUTF16LE;\n}\nelse {\n…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc271 queue finally reaches capacity.
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jar ... limit () public int length () public int capacity () public int skip (int) int n ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jar ... limit () public int length () public int capacity () public int skip (int) int n ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …teLength) {\n throw new RangeError('The buffer of view has different capacity than byobRequest'…
H A Dpdf.worker.js.map1 …teLength) {\n throw new RangeError('The buffer of view has different capacity than byobRequest'…
/plugin/qrcode2/
H A Dphpqrcode.php356 public static $capacity = array( variable in QRspec
403 … return self::$capacity[$version][QRCAP_WORDS] - self::$capacity[$version][QRCAP_EC][$level];
409 return self::$capacity[$version][QRCAP_EC][$level];
415 return self::$capacity[$version][QRCAP_WIDTH];
421 return self::$capacity[$version][QRCAP_REMINDER];
429 $words = self::$capacity[$i][QRCAP_WORDS] - self::$capacity[$i][QRCAP_EC][$level];
724 $width = self::$capacity[$version][QRCAP_WIDTH];
/plugin/sha3sum/
H A DSha3.php114 private static function keccak64($in_raw, $capacity, $outputlength, $suffix, $raw_output) argument
116 $capacity /= 8;
120 $rsiz = 200 - 2 * $capacity;
254 private static function keccak32($in_raw, $capacity, $outputlength, $suffix, $raw_output) argument
256 $capacity /= 8;
260 $rsiz = 200 - 2 * $capacity;
339 private static function keccak($in_raw, $capacity, $outputlength, $suffix, $raw_output) argument
344 return self::keccak64($in_raw, $capacity, $outputlength, $suffix, $raw_output);
347 return self::keccak32($in_raw, $capacity, $outputlength, $suffix, $raw_output);
/plugin/subjectindex/plugins/
H A Dbible_verses.txt30645 But we know that the Son of God has come, and he has given us intellectual capacity that we may gai…

12