Home
last modified time | relevance | path

Searched refs:md5 (Results 101 – 125 of 327) sorted by last modified time

12345678910>>...14

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DMultiGetTest.php47 … '{DAV:}getetag' => '"' . md5("BEGIN:VCARD\nVERSION:3.0\nUID:12345\nEND:VCARD") . '"',
92 … '{DAV:}getetag' => '"' . md5("BEGIN:VCARD\nVERSION:3.0\nUID:12345\nEND:VCARD") . '"',
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractDigestTest.php94 $digestHash = md5('HELLO:12345:1:1:auth:' . md5('GET:/'));
H A DFileTest.php33 file_put_contents(SABRE_TEMPDIR . '/backend','user:realm:' . md5('user:realm:password'));
38 $this->assertEquals(md5('user:realm:password'), $file->getDigesthash('realm','user'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHttpDeleteTest.php106 'If-Match' => '"' . md5('foo') . '"',
125 'If-Match' => '"' . md5('bar') . '"',
H A DHttpGetTest.php47 'ETag' => ['"' . md5('foo') . '"'],
72 'ETag' => ['"' . md5('foo') . '"'],
119 'ETag' => ['"' . md5('foo') . '"'],
H A DHttpHeadTest.php47 'ETag' => ['"' . md5('foo') . '"'],
H A DHttpPutTest.php50 'ETag' => ['"' . md5('hello') . '"']
79 'ETag' => ['"' . md5('bar') . '"']
113 'ETag' => ['"' . md5('hello') . '"']
130 ['If-Match' => '"' . md5('foo') . '"'],
147 'ETag' => ['"' . md5('hello') . '"'],
200 'ETag' => ['"' . md5('hello') . '"']
295 'ETag' => ['"' . md5('hello') . '"'],
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DCollection.php96 return '"' . md5($data) . '"';
H A DFile.php87 return '"' . md5($data) . '"';
115 return '"' . md5($this->contents) . '"';
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto20.php442 md5($row['carddata']),
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php793 $before = md5($data);
797 if ($before !== md5($data)) $modified = true;
894 if (!$modified && $before !== md5($data)) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php324 $etag = md5($cardData);
370 $etag = md5($cardData);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DCard.php136 return '"' . md5($data) . '"';
H A DPlugin.php336 $before = md5($data);
341 if (md5($data) !== $before) $modified = true;
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php941 $significantChangeHash = md5($significantChangeHash);
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php96 if ($contentMD5 != base64_encode(md5($body, true))) {
H A DDigest.php50 $this->opaque = md5($realm);
115 $this->A1 = md5($this->digestParts['username'] . ':' . $this->realm . ':' . $password);
146 $A2 .= ':' . md5($body);
153 $A2 = md5($A2);
155 …$validResponse = md5("{$this->A1}:{$this->digestParts['nonce']}:{$this->digestParts['nc']}:{$this-…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php116 $symkey .= md5($symkey . $password . $iv, true);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/
H A DFingerprint.php57 return substr(chunk_split(md5($key), 2, ':'), 0, -1);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo.php25 public $md5; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo
38 public function setMd5($md5) argument
40 $this->md5 = $md5;
47 return $this->md5;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php76 …uplicationStore === null ? sys_get_temp_dir() . '/monolog-dedup-' . substr(md5(__FILE__), 0, 20) .…
/plugin/latex-was/
H A Dadmin.php228 $md5 = md5($testformula);
229 $outname = $plug->_latex->getPicturePath()."/img".$md5.'.'.$plug->_latex->_image_format;
/plugin/xcom/scripts/
H A Dxcom_save.php197 $ftmp = $conf['tmpdir'] . '/' . md5($id.clientIP());
/plugin/passpolicy/
H A Dhelper.php467 if ($rbytes) $rbytes = md5($rbytes, true);
/plugin/quickstats/
H A Daction.php449 $this->pages['date'][md5($ID)] = time();
478 $page_md5 = md5($ID);

12345678910>>...14