Home
last modified time | relevance | path

Searched refs:bytes (Results 301 – 319 of 319) sorted by last modified time

1...<<111213

/plugin/jcapture/lib/
H A Djcapture.jar ... java.lang.String formatByteSize (long) long bytes public java.util.Properties loadConfig () java ...
H A Dtransform-3.0.2.jar ... init> (byte[]) byte[] bytes public void <init> (com.flagstone. ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/socialshareprivacy2/SSP/
H A DREADME.md1214 The length is the number of UTF-8 encoded bytes, not the number of unicode code
1215 points, because twitters 140 "characters" are actually bytes.
1321 If not defined in `settings.description` the found text is truncated at 3500 bytes.
/plugin/fedauth/Auth/OpenID/
H A DBigMath.php58 $bytes = array();
61 array_unshift($bytes, $this->mod($long, 256));
65 if ($bytes && ($bytes[0] > 127)) {
66 array_unshift($bytes, 0);
70 foreach ($bytes as $byte) {
94 $bytes = array_merge(unpack('C*', $str));
98 if ($bytes && ($bytes[0] > 127)) {
104 foreach ($bytes as $byte) {
153 $nbytes = Auth_OpenID::bytes($rbytes) - 1;
155 $nbytes = Auth_OpenID::bytes($rbytes);
[all …]
H A DHMAC.php59 if (Auth_OpenID::bytes($key) > Auth_OpenID_SHA1_BLOCKSIZE) {
H A DSQLStore.php489 for ($i = 0; $i < Auth_OpenID::bytes($str); $i++) {
H A DCryptUtil.php43 $bytes = '';
58 $bytes = '';
60 $bytes .= pack('L', mt_rand());
62 $bytes = substr($bytes, 0, $num_bytes);
64 $bytes = fread($f, $num_bytes);
66 return $bytes;
H A DDiffieHellman.php105 for ($i = 0; $i < Auth_OpenID::bytes($secret); $i++) {
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/supa/lib/
H A DSupa.js19 this.ajax_post = function (actionUrl, bytes, fieldname_filename, filename, params) { argument
58 body += bytes + cr;
/plugin/rssticker/
H A DlastRSS.php243 elseif ($c > 239) $bytes = 4;
244 elseif ($c > 223) $bytes = 3;
245 elseif ($c > 191) $bytes = 2;
247 if (($i + $bytes) > $len) return false;
248 while ($bytes > 1) {
252 $bytes--;
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php38 private $bytes; variable in X509Certificate
54 $this->bytes = $data;
57 $this->bytes = $data->encodeDER();
93 $body = GTBase64::encode($this->bytes);
248 $bytes = GTBase64::decode($string);
251 $hash->update($bytes);
/plugin/qrcode2/
H A Dphpqrcode.php1902 $bytes = (int)($size / 8);
1906 for($i=0; $i<$bytes; $i++) {
1923 $data[$bytes] = $v;
/plugin/processing/
H A Dscript.js5943 var bytes = [];
5945 bytes.push((0 - (aNumber[i] & 0x80)) | (aNumber[i] & 0x7F));
5947 return bytes;
/plugin/jmol2/jmol/
H A DCHANGES.txt1269 # code: rewritten code for JvxlReader saves nx*ny*nz*8 bytes of memory on loading JVXL files
3184 # * 4 bytes: P M \1 \0
3186 # * 3 bytes: reserved
3187 # * 4 bytes: (int) vertexCount
3188 # * 4 bytes: (int) polygonCount
3189 # * 64 bytes: reserved
3194 # * 4 bytes: (int)nVertices (1,2,3, or 4)
3195 # * [4 bytes * nVertices] int[nVertices]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dclass_upload.asp339 'Keep strBuffer at 1k bytes maximum
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_io.cfm215 <cfargument name="bytes" required="true" type="Numeric">
247 if ( char eq -1 or counter eq ARGUMENTS.bytes)

1...<<111213