Home
last modified time | relevance | path

Searched refs:sha1 (Results 51 – 75 of 76) sorted by path

1234

/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php67 $component->UID = sha1(microtime()) . '-vobjectimport';
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt77 ['sha1_file']=>string() // sha1 hash of entire file
78 …['sha1_data']=>string() // sha1 hash of portion of file excluding prepended and appen…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php248 return substr(sha1(serialize($inputs).serialize($filters).serialize($options)), 0, 7);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DPackagerFilter.php45 $hash = substr(sha1(time().rand(11111, 99999)), 0, 7);
/plugin/maintenance/
H A Dhelper.php51 $script_hash = sha1($script);
/plugin/openid/Auth/OpenID/
H A DHMAC.php35 $hex = sha1($text);
H A DMemcachedStore.php199 'openid_nonce_' . sha1($server_url) . '_' . sha1($salt),
214 return 'openid_association_' . sha1($server_url) . '_' . sha1($handle);
225 return 'openid_association_server_' . sha1($server_url);
H A DPredisStore.php179 sha1($server_url) . '_' . sha1($salt);
189 sha1($server_url) . '_' . sha1($handle);
199 sha1($server_url);
/plugin/passpolicy/
H A Dhelper.php513 $sha1 = sha1($password);
514 $prefix = substr($sha1, 0, 5);
525 if ($sha1 == $result) return true; // leak found
/plugin/plantumlparser/syntax/
H A Dinjector.php58 'id' => sha1($diagramObject->getSVGDiagramUrl()),
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
H A DURI.MungeSecretKey.txt
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock730 integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
777 integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
994 integrity sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=
1911 integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=
2093 integrity sha1-GXHPl6yb4Bpk0jFVCNLkjm/U5xk=
/plugin/struct/action/
H A Dedit.php130 $schemaid = 'SRCT' . substr(str_replace(['+', '/'], '', base64_encode(sha1($tablename, true))), 0, 5);
/plugin/structsection/
H A Dyarn.lock229 integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
441 integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8=
451 integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=
502 integrity sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=
550 integrity sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=
559 integrity sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=
569 integrity sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=
579 integrity sha1-8luCz33BBDPFX3BZLVdGQArCLKo=
588 integrity sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=
599 integrity sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=
[all …]
/plugin/twofactor/action/
H A Dlogin.php242 return sha1(join("\n", [
/plugin/vbsso/includes/
H A Dapi.php284 $_SESSION[DOKU_COOKIE]['auth']['pass'] = sha1($pass);
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php74 return '"' . sha1(
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php49 return '"' . sha1(
H A DFile.php120 return '"' . sha1(
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DSimpleFile.php105 return '"' . sha1($this->contents) . '"';
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php224 $key = pack('H*', sha1($key));
229 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php67 $component->UID = sha1(microtime()).'-vobjectimport';
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php70 $component->UID = sha1(microtime()) . '-vobjectimport';

1234