Home
last modified time | relevance | path

Searched refs:signed (Results 251 – 275 of 461) sorted by path

1...<<111213141516171819

/plugin/jplayer/vendor/happyworm/jplayer/
H A DCLA.md15 … that conflicts with the terms of this license. For example, if you have signed an agreement requi…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js422 Bitstream.prototype.read = function(bits, signed) { argument
448 if (signed) {
463 Bitstream.prototype.peek = function(bits, signed) { argument
489 if (signed) {
503 Bitstream.prototype.readLSB = function(bits, signed) { argument
530 if (signed) {
545 Bitstream.prototype.peekLSB = function(bits, signed) { argument
572 if (signed) {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md60 previously signed up for the mailing list, be aware that it has
H A Dchangelog.txt387 signed synchsafe integer instead of casting to float
1027 converting to signed data as before, so stored md5_data_source
1675 converted version of the data from unsigned to signed (MSB
1704 signed data rather than the original byte values. ['md5_data']
2339 as unsigned integer instead of signed integer
2739 ¤ RVAD/EQUA adjustments now returned as signed integers, rather than
H A Dreadme.txt61 previously signed up for the mailing list, be aware that it has
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php395 function BigEndian2Int($byteword, $synchsafe=false, $signed=false) { argument
405 if ($signed && !$synchsafe) {
428 function LittleEndian2Int($byteword, $signed=false) { argument
429 return BigEndian2Int(strrev($byteword), false, $signed);
445 function BigEndian2String($number, $minbytes=1, $synchsafe=false, $signed=false) { argument
449 $maskbyte = (($synchsafe || $signed) ? 0x7F : 0xFF);
451 if ($signed) {
1280 function IsWithinBitRange($number, $maxbits, $signed=false) { argument
1281 if ($signed) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php329 * @param bool $signed
348 if ($signed && !$synchsafe) {
364 * @param bool $signed
368 public static function LittleEndian2Int($byteword, $signed=false) { argument
369 return self::BigEndian2Int(strrev($byteword), false, $signed);
399 * @param bool $signed
408 $maskbyte = (($synchsafe || $signed) ? 0x7F : 0xFF);
410 if ($signed) {
444 * @param bool $signed
448 public static function Bin2Dec($binstring, $signed=false) { argument
[all …]
H A Dmodule.audio-video.riff.php2780 * @param bool $signed
2784 private function EitherEndian2Int($byteword, $signed=false) { argument
2786 return getid3_lib::LittleEndian2Int($byteword, $signed);
2788 return getid3_lib::BigEndian2Int($byteword, false, $signed);
H A Dwrite.id3v2.php2038 * @param bool $signed
2042 public static function IsWithinBitRange($number, $maxbits, $signed=false) { argument
2043 if ($signed) {
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.gpl-20.txt181 signed it. However, nothing else grants you permission to modify or
/plugin/jquerymigrate/
H A DLICENSE181 signed it. However, nothing else grants you permission to modify or
/plugin/jsmath/
H A DCOPYING181 signed it. However, nothing else grants you permission to modify or
/plugin/jukebox/id3/
H A Dgetid3.lib.php237 function BigEndian2Int($byteword, $synchsafe=false, $signed=false) { argument
247 if ($signed && !$synchsafe) {
269 function LittleEndian2Int($byteword, $signed=false) { argument
270 return getid3_lib::BigEndian2Int(strrev($byteword), false, $signed);
284 function BigEndian2String($number, $minbytes=1, $synchsafe=false, $signed=false) { argument
288 $maskbyte = (($synchsafe || $signed) ? 0x7F : 0xFF);
290 if ($signed) {
319 function Bin2Dec($binstring, $signed=false) { argument
321 if ($signed) {
/plugin/jwhelloworld/
H A DCOPYING181 signed it. However, nothing else grants you permission to modify or
/plugin/keyboard/
H A DCOPYING181 signed it. However, nothing else grants you permission to modify or
/plugin/lastfm/
H A DCOPYING181 signed it. However, nothing else grants you permission to modify or
/plugin/latexcaption/
H A DLICENSE181 signed it. However, nothing else grants you permission to modify or
/plugin/letsencrypt/
H A DLescript.php364 openssl_sign($protected64.'.'.$payload64, $signed, $privateKey, "SHA256");
366 $signed64 = Base64UrlSafeEncoder::encode($signed);
/plugin/likeit/
H A DLICENSE181 signed it. However, nothing else grants you permission to modify or
/plugin/linkback/
H A DCOPYING184 signed it. However, nothing else grants you permission to modify or
/plugin/linkpagechild/
H A DLICENSE181 signed it. However, nothing else grants you permission to modify or
/plugin/links4pages/
H A DLICENSE181 signed it. However, nothing else grants you permission to modify or
/plugin/linkscollection/
H A DLICENSE181 signed it. However, nothing else grants you permission to modify or
/plugin/linksuggest/
H A DLICENSE181 signed it. However, nothing else grants you permission to modify or
/plugin/listusergroup/
H A DLICENSE181 signed it. However, nothing else grants you permission to modify or

1...<<111213141516171819