Home
last modified time | relevance | path

Searched refs:algorithm (Results 76 – 91 of 91) sorted by path

1234

/plugin/jukebox/id3/
H A Dgetid3.lib.php587 function hash_data($file, $offset, $end, $algorithm) { argument
589 switch ($algorithm) {
605 die('Invalid algorithm ('.$algorithm.') in getid3_lib::hash_data()');
614 if ($algorithm == 'sha1') {
637 …afe Mode - backtick operator not available, using slower non-system-call '.$algorithm.' algorithm';
H A Dgetid3.php1063 function getHashdata($algorithm) { argument
1064 switch ($algorithm) {
1070 return $this->error('bad algorithm "'.$algorithm.'" in getHashdata()');
1097 $this->info[$algorithm.'_data'] = false;
1137 $this->info[$algorithm.'_data'] = false;
1142 switch ($algorithm) {
1144 $this->info[$algorithm.'_data'] = getid3_lib::md5_file($temp);
1148 $this->info[$algorithm.'_data'] = getid3_lib::sha1_file($temp);
1167 …->info[$algorithm.'_data'] = getid3_lib::hash_data($this->info['filenamepath'], $this->info['avdat…
1172 switch ($algorithm) {
[all …]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/
H A DSignature.php19 protected $algorithm; variable in OAuth\\OAuth1\\Signature\\Signature
35 * @param string $algorithm
37 public function setHashingAlgorithm($algorithm) argument
39 $this->algorithm = $algorithm;
123 switch (strtoupper($this->algorithm)) {
128 'Unsupported hashing algorithm (' . $this->algorithm . ') used.'
H A DSignatureInterface.php11 * @param string $algorithm
13 public function setHashingAlgorithm($algorithm); argument
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while…
H A Dpdf.worker.js26974 var algorithm = dict.get('V');
26976 …if (!Number.isInteger(algorithm) || algorithm !== 1 && algorithm !== 2 && algorithm !== 4 && algor…
26980 this.algorithm = algorithm;
26984 if (algorithm <= 3) {
27010 …var encryptMetadata = (algorithm === 4 || algorithm === 5) && dict.get('EncryptMetadata') !== fals…
27029 if (algorithm !== 5) {
27056 if (algorithm >= 4) {
27137 if (this.algorithm === 4 || this.algorithm === 5) {
H A Dpdf.worker.js.map1algorithm","cfDict","streamCryptoName","handlerDict","encryptMetadata","fileIdBytes","utf8StringTo…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1algorithm currently is in the document.\n pageIdx: null,\n matchIdx: null,\n wrappe…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.RemoveEmpty.txt
H A DCore.DirectLexLineNumberSyncInterval.txt
/plugin/securelogin/
H A DREADME.md5 This plugin uses [Tom Wu's implementation of the RSA algorithm in JavaScript](http://www-cs-student…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md4508 [structured clone algorithm](https://mdn.io/Structured_clone_algorithm)
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js5979 hash: function hash(algorithm) {
38306 function Sign(algorithm) {
38308 var data = algorithms[algorithm];
38341 function Verify(algorithm) {
38375 function createSign(algorithm) {
38376 return new Sign(algorithm);
38379 function createVerify(algorithm) {
38380 return new Verify(algorithm);
70133 subtype = ndata.algorithm.algorithm.join('.');
70166 subtype = ndata.algorithm.algorithm.join('.');
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5525 case 'algorithm': // 4.5 <manifest:algorithm>
10157 default: throw 'Unrecognized encryption algorithm: ' + o.AlgID;
10516 /* 18.8.3 bgColor tint algorithm */
15386 /* TODO: algorithm */
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …ndle) {\n // From the spec: \"Wait until any invocations of this algorithm started before t…

1234