Home
last modified time | relevance | path

Searched refs:md5 (Results 151 – 175 of 327) sorted by last modified time

12345678910>>...14

/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/CardDAV/Backend/
H A DPDO.php329 $etag = md5($cardData);
375 $etag = md5($cardData);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php171 return $this->getDataDir() . '/sabredav_' . md5($path) . '.tempfile';
/plugin/webdav/core/Plugin/
H A DFakeLocker.php136 $lockInfo->token = md5($request->getPath());
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php152 return '"' . md5($this->get()) . '"';
/plugin/elwikiupgrade/
H A Dadmin.php471 $fmd5 = md5(@file_get_contents($from));
472 $tmd5 = md5(@file_get_contents($to));
/plugin/twitter/
H A Dsyntax.php346 'oauth_nonce' => substr(md5(microtime(true)), 0, 16),
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.flac.php187 $md5 = $info['flac']['STREAMINFO']['audio_signature'];
188 for ($i = 0; $i < strlen($md5); $i++) {
189 $info['md5_data_source'] .= str_pad(dechex(ord($md5[$i])), 2, '00', STR_PAD_LEFT);
H A Dmodule.audio.monkey.php166 $md5 = $thisfile_monkeysaudio_raw['cFileMD5'];
167 for ($i = 0; $i < strlen($md5); $i++) {
168 $info['md5_data_source'] .= str_pad(dechex(ord($md5[$i])), 2, '00', STR_PAD_LEFT);
H A Dextension.cache.mysqli.php214 …$SQLquery .= ' WHERE (`hash` = \''.$this->mysqli->real_escape_string(md5($filename.$filesize.$file…
229 $SQLquery .= '\''.$this->mysqli->real_escape_string(md5($filename.$filesize.$filetime)).'\'';
H A Dmodule.audio.tak.php159 $md5 = $thisfile_takaudio_raw['MD5Data'];
160 for ($i = 0; $i < strlen($md5); $i++) {
161 $info['md5_data_source'] .= str_pad(dechex(ord($md5[$i])), 2, '00', STR_PAD_LEFT);
H A Dmodule.tag.apetag.php314 …$destination_filename = $this->inline_attachments.DIRECTORY_SEPARATOR.md5($info['filenamepath']).'…
H A Dmodule.tag.id3v2.php1468 $destination_filename = $dir.DIRECTORY_SEPARATOR.md5($info['filenamepath']).'_'.$frame_offset;
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt74 ['md5_file']=>string() // md5 hash of entire file
75 …['md5_data']=>string() // md5 hash of portion of file excluding prepended and appene…
76 …['md5_data_source']=>string() // md5 hash of original source file before compression (curre…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCache.php172 return md5($cacheKey.$salt);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DConfigCache.php119 $key = md5($resource);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php314 $key = ucfirst(md5($code));
385 $key = ucfirst(md5($delims . "\n" . $source));
H A DEngine.php645 return $this->templateClassPrefix . md5($key);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php1099 $md5 = false;
1145 $md5 = md5_file($dataMD5filename);
1158 return $md5;
H A Ddemo.simple.write.php49 'unique_file_identifier' => array('ownerid'=>'user@example.net', 'data'=>md5(time())),
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssImportFilter.php89 $lastHash = md5($content);
93 $hash = md5($content);
/plugin/googleanalytics/
H A Daction.php62 … $options['userId'] = md5(auth_cookiesalt() . 'googleanalytics' . $_SERVER['REMOTE_USER']);
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php571 $uuid = md5(uniqid(mt_rand(), true));
/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1 …r \" +\n \"$maddress $mask $matchkey $matchtok $md5 $me $menu $menubar …

12345678910>>...14