Home
last modified time | relevance | path

Searched refs:md5 (Results 301 – 325 of 327) sorted by path

1...<<11121314

/plugin/swiftmail/Swift/Authenticator/
H A DCRAMMD5.php60 $password = pack('H32', md5($password));
68 $inner = pack('H32', md5($k_ipad.$challenge));
69 $digest = md5($k_opad.$inner);
/plugin/swiftmail/Swift/Cache/
H A DDisk.php42 $this->prefix = md5(uniqid(microtime(), true));
/plugin/tiledblog/
H A Dajax.php26 $baseName = $cacheDir.md5 ($_REQUEST ['tiledblog']['ns']);
H A Dsyntax.php76 $filename = $cacheDir.md5($ns)."-sample.cache";
101 $filename = $cacheDir.md5($ns)."-tile.cache";
/plugin/translator/
H A Dhelper.php164 return md5($key . $value);
/plugin/twitter/
H A Dsyntax.php346 'oauth_nonce' => substr(md5(microtime(true)), 0, 16),
/plugin/unblink/
H A Dsyntax.php76 $img = $this->getConf('gravatar').md5($uinfo['mail']);
/plugin/upgrade/
H A Dhelper.php330 $fmd5 = md5(@file_get_contents($from));
331 $tmd5 = md5(@file_get_contents($to));
/plugin/visrep/
H A Dsyntax.php66 'md5' => md5($match),
/plugin/vote/
H A Dsyntax.php149 $vote_log_file = metaFN( md5( $title ), '.vote' );
183 $vote_log_file = metaFN( md5( $title ), '.vote' );
193 $vote_log_file = metaFN( md5( $title ), '.vote' );
/plugin/webdav/core/Plugin/
H A DFakeLocker.php136 $lockInfo->token = md5($request->getPath());
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php701 'etag' => md5($calendarData),
1332 …$stmt->execute([$principalUri, $objectData, $objectUri, time(), md5($objectData), strlen($objectDa…
H A DSimplePDO.php176 'etag' => '"' . md5($row['calendardata']) . '"',
214 'etag' => '"' . md5($row['calendardata']) . '"',
249 return '"' . md5($calendarData) . '"';
276 return '"' . md5($calendarData) . '"';
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php152 return '"' . md5($this->get()) . '"';
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php329 $etag = md5($cardData);
375 $etag = md5($cardData);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DCard.php138 return '"' . md5($data) . '"';
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php171 return $this->getDataDir() . '/sabredav_' . md5($path) . '.tempfile';
/plugin/webdav/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/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php959 $significantChangeHash = md5($significantChangeHash);
/plugin/webdavclient/
H A Dhelper.php875 $calendarData['getetag'] = md5($calendarData['calendar-data']);
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php47 $event->UID = md5(microtime(true));
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php962 $significantChangeHash = md5($significantChangeHash);
/plugin/xcom/scripts/
H A Dxcom_save.php197 $ftmp = $conf['tmpdir'] . '/' . md5($id.clientIP());
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js43789 var md5 = require('create-hash/md5');
43849 return new Legacy(md5, key);
70401 var md5 = require('create-hash/md5');
70417 md5: 16,
70473 if (alg === 'md5') return md5;
82555 function md5(bytes) {
82749 var _default = md5;

1...<<11121314