Home
last modified time | relevance | path

Searched refs:sha1 (Results 26 – 50 of 76) sorted by path

1234

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPluginTest.php912 $etag = sha1(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerRangeTest.php35 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
67 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
99 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
172 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
206 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
241 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
275 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
H A DServerSimpleTest.php124 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
H A DSimpleFileTest.php14 $this->assertEquals('"' . sha1('contents') . '"', $file->getETag());
/plugin/davcal/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/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php228 $key = pack('H*', sha1($key));
232 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php70 $component->UID = sha1(microtime()) . '-vobjectimport';
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php70 $component->UID = sha1(microtime()) . '-vobjectimport';
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/
H A Dyarn.lock110 integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=
136 integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=
154 integrity sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=
253 integrity sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=
284 integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=
332 integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
379 integrity sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=
501 integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
513 integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=
528 integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
[all …]
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js396 …teSnapshot();let i;for(;i=n.read();)t.update(i);return t.digest()}(o)===e.sha1;if(i||e.sharesUndoR…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D23.23.js.map1 …256|filebase64sha512|filemd5|filemd1|filesha256|filesha512|md5|rsadecrypt|sha1|sha256|sha512|uuid|…
H A Dbundle.js396 …teSnapshot();let i;for(;i=n.read();)t.update(i);return t.digest()}(o)===e.sha1;if(i||e.sharesUndoR…
H A Dbundle.js.map1sha1\n const shaComputer = new StringSHA1();\n const snapshot = model.createSnapshot();\n …
/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php315 private $sha1; variable in SIOCDokuWikiUser
333 $this->sha1 = sha1($email);
336 $this->sha1 = sha1("mailto:" . $email);
351 $rdf .= " <sioc:email_sha1>" . $this->sha1 . "</sioc:email_sha1>\n";
366 $rdf .= " <foaf:mbox_sha1sum>" . $this->sha1 . "</foaf:mbox_sha1sum>\n";
H A Dsioc_inc.php335 private $sha1; variable in SIOCUser
361 $this->sha1 = sha1($email);
364 $this->sha1 = sha1("mailto:" . $email);
383 $rdf .= " <foaf:mbox_sha1sum>" . $this->sha1 . "</foaf:mbox_sha1sum>\n";
397 $rdf .= " <sioc:email_sha1>" . $this->sha1 . "</sioc:email_sha1>\n";
/plugin/fedauth/Auth/OpenID/
H A DHMAC.php35 $hex = sha1($text);
H A DMemcachedStore.php177 'openid_nonce_' . sha1($server_url) . '_' . sha1($salt),
188 return 'openid_association_' . sha1($server_url) . '_' . sha1($handle);
196 return 'openid_association_server_' . sha1($server_url);
/plugin/fedauth/classes/
H A Dfa_cookie.class.php101 $sectok = sha1(getSecurityToken());
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php99 $this->classNameHashes[$class->name] = sha1($class->name);
134 $this->classNameHashes[$class->name] = sha1($class->name);
169 $this->classNameHashes[$class->name] = sha1($class->name);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DBlogPost.php119 $this->etag = sha1($this->createdAt->format(\DateTime::ATOM));
H A DObjectWithXmlNamespaces.php57 $this->etag = sha1($this->createdAt->format(\DateTime::ATOM));
H A DObjectWithXmlRootNamespace.php50 $this->etag = sha1($this->createdAt->format(\DateTime::ATOM));
/plugin/freechat/phpfreechat/src/
H A Dpfcuserconfig.class.php28 $this->nickid = sha1(session_id());

1234