| /plugin/openid/Auth/OpenID/ |
| D | HMAC.php | 72 $ipad = str_repeat(chr(0x36), Auth_OpenID_SHA1_BLOCKSIZE); 74 $hash1 = Auth_OpenID_SHA1(($key ^ $ipad) . $text);
|
| /plugin/fedauth/Auth/OpenID/ |
| D | HMAC.php | 71 $ipad = str_repeat(chr(0x36), Auth_OpenID_SHA1_BLOCKSIZE); 73 $hash1 = Auth_OpenID_SHA1(($key ^ $ipad) . $text, true);
|
| /plugin/webdav/vendor/sabre/http/lib/Auth/ |
| D | AWS.php | 227 $ipad = str_repeat(chr(0x36), $blocksize); 229 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));
|
| /plugin/davcal/vendor/sabre/http/lib/Auth/ |
| H A D | AWS.php | 227 $ipad = str_repeat(chr(0x36), $blocksize); 229 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));
|
| /plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/ |
| H A D | AWSTest.php | 230 $ipad = str_repeat(chr(0x36), $blocksize); 232 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));
|
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | md5.js | 212 var ipad = Array(16), opad = Array(16); 215 ipad[i] = bkey[i] ^ 0x36363636; 219 var hash = this.core_md5(ipad.concat(this.str2binl(data)), 512 + data.length * this.chrsz);
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| D | Hash.php | 163 private $ipad; variable in phpseclib3\\Crypt\\Hash 452 $this->ipad = str_repeat(chr(0x36), $b); 863 $temp = $this->ipad ^ $key;
|
| /plugin/jplayer/components/jplayer/dist/jplayer/ |
| D | jquery.jplayer.js | 570 ipad: /ipad.*?os [0-4]\./, property 581 ipad: /ipad/, property 827 …this.internal.cmdsIgnored = $.jPlayer.platform.ipad || $.jPlayer.platform.iphone || $.jPlayer.plat…
|
| /plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/ |
| D | jquery.jplayer.js | 570 ipad: /ipad.*?os [0-4]\./, property 581 ipad: /ipad/, property 827 …this.internal.cmdsIgnored = $.jPlayer.platform.ipad || $.jPlayer.platform.iphone || $.jPlayer.plat…
|
| D | jquery.jplayer.min.js | 2 …ipad:/ipad.*?os [0-4]\./,iphone:/iphone/,ipod:/ipod/,android_pad:/android [0-3]\.(?!.*?mobile)/,an… property
|
| /plugin/jplayer/components/jplayer/ |
| D | jplayer-built.js | 570 ipad: /ipad.*?os [0-4]\./, property 581 ipad: /ipad/, property 827 …this.internal.cmdsIgnored = $.jPlayer.platform.ipad || $.jPlayer.platform.iphone || $.jPlayer.plat…
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/ |
| D | jquery.jplayer.js | 570 ipad: /ipad.*?os [0-4]\./, property 581 ipad: /ipad/, property 827 …this.internal.cmdsIgnored = $.jPlayer.platform.ipad || $.jPlayer.platform.iphone || $.jPlayer.plat…
|
| /plugin/jplayer/components/ |
| D | require-built.js | 2615 ipad: /ipad.*?os [0-4]\./, property 2626 ipad: /ipad/, property 2872 …this.internal.cmdsIgnored = $.jPlayer.platform.ipad || $.jPlayer.platform.iphone || $.jPlayer.plat…
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 43815 var ipad = this._ipad = Buffer.allocUnsafe(blocksize); 43819 ipad[i] = key[i] ^ 0x36; 43825 this._hash.update(ipad); 43883 var ipad = this._ipad = Buffer.allocUnsafe(blocksize); 43887 ipad[i] = key[i] ^ 0x36; 43891 this._hash = [ipad]; 70437 var ipad = Buffer.allocUnsafe(blocksize + sizes[alg]); 70441 ipad[i] = key[i] ^ 0x36; 70446 ipad.copy(ipad1, 0, 0, blocksize); 70448 this.ipad2 = ipad; [all …]
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
| /plugin/icons/assets/material-design-icons/css/ |
| D | materialdesignicons.min.css | 1 …content:"\F9A6"}.mdi-tablet-dashboard::before{content:"\FEEB"}.mdi-tablet-ipad::before{content:"\F…
|
| /plugin/ckgedit/ckeditor/ |
| D | ckeditor.js.unc | 249 iOS: /(ipad|iphone|ipod)/.test(a),
|