Home
last modified time | relevance | path

Searched refs:numBytes (Results 1 – 6 of 6) sorted by last modified time

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DTable.php91 public $numBytes; variable in Google\\Service\\Bigquery\\Table
404 public function setNumBytes($numBytes) argument
406 $this->numBytes = $numBytes;
413 return $this->numBytes;
/plugin/ipban/ip-lib/src/
H A DFactory.php136 $numBytes = count($fromBytes);
138 for ($byteIndex = 0; $byteIndex < $numBytes; ++$byteIndex) {
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php1715 public $numBytes; variable in Google_Table
1772 public function setNumBytes( $numBytes) { argument
1773 $this->numBytes = $numBytes;
1776 return $this->numBytes;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DWavFile.java341 private static long getLE(byte[] buffer, int pos, int numBytes) { in getLE() argument
342 numBytes--; in getLE()
343 pos += numBytes; in getLE()
346 for (int b = 0; b < numBytes; b++) in getLE()
352 private static void putLE(long val, byte[] buffer, int pos, int numBytes) { in putLE() argument
353 for (int b = 0; b < numBytes; b++) { in putLE()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...