Home
last modified time | relevance | path

Searched refs:signed (Results 201 – 225 of 461) sorted by last modified time

12345678910>>...19

/plugin/listusergroup/
H A DLICENSE181 signed it. However, nothing else grants you permission to modify or
/plugin/footer/
H A DLICENSE181 signed it. However, nothing else grants you permission to modify or
/plugin/repo/
H A DCOPYING181 signed it. However, nothing else grants you permission to modify or
/plugin/editor/
H A DCOPYING181 signed it. However, nothing else grants you permission to modify or
/plugin/creole/
H A DCOPYING181 signed it. However, nothing else grants you permission to modify or
/plugin/twitter/
H A DLICENSE67 5. You are not required to accept this License, since you have not signed it. However, nothing else…
/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/jplayer/vendor/james-heinrich/getid3/
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
H A DREADME.md60 previously signed up for the mailing list, be aware that it has
/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/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/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/var/
H A DCOPYING181 signed it. However, nothing else grants you permission to modify or
/plugin/task/
H A DCOPYING181 signed it. However, nothing else grants you permission to modify or
/plugin/filelist/
H A DCOPYING184 signed it. However, nothing else grants you permission to modify or
/plugin/feed/
H A DCOPYING181 signed it. However, nothing else grants you permission to modify or
/plugin/nobadbrowser/
H A DCOPYING184 signed it. However, nothing else grants you permission to modify or
/plugin/googleanalytics/
H A DLICENSE181 signed it. However, nothing else grants you permission to modify or
/plugin/adfs/lang/en/
H A Dintro.txt7 Please note that PHP will check the certificate validity, so if you use a self signed or corporate …
/plugin/adfs/phpsaml/
H A DCHANGELOG214 * Reject SAML Response if not signed and strict = false.
226 * Explicit warning message for signed element problem.
H A DREADME.md77 * Publish the SP metadata (which can be signed).
302 // or unencrypted messages if it expects them to be signed or encrypted.
464 // will be signed. [Metadata of the SP will offer this info]
468 // will be signed.
472 // will be signed.
490 // and <samlp:LogoutResponse> elements received by this SP to be signed.
498 // this SP to be signed. [Metadata of the SP will offer this info]
665 The `AuthNRequest` will be sent signed or unsigned based on the security info
732 The `getSPMetadata` will return the metadata signed or not based
1025 The Logout Request will be sent signed or unsigned based on the security

12345678910>>...19