Home
last modified time | relevance | path

Searched refs:md5 (Results 126 – 150 of 327) sorted by relevance

12345678910>>...14

/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php47 $event->UID = md5(microtime(true));
/plugin/externalembed/helper/
H A DcacheInterface.php31 $cache->storeETag(md5(time()));
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php47 $event->UID = md5(microtime(true));
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php47 $event->UID = md5(microtime(true));
/plugin/blogtng/action/
H A Dedit.php59 $pid = md5($ID);
162 $pid = md5($ID);
303 $pid = md5($ID);
H A Dcomments.php59 $this->commenthelper->unsubscribe_by_key(md5($ID), $INPUT->str('btngu'));
/plugin/unblink/
H A Dsyntax.php76 $img = $this->getConf('gravatar').md5($uinfo['mail']);
/plugin/swiftmail/Swift/Cache/
H A DDisk.php42 $this->prefix = md5(uniqid(microtime(), true));
/plugin/structodt/meta/
H A DAggregationTableOdt.php47 $this->renderer->info['struct_table_hash'] = md5(var_export($this->data, true));
/plugin/avatar/
H A Dhelper.php77 $seed = md5(dokuwiki\Utf8\PhpString::strtolower($mail));
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DCard.php138 return '"' . md5($data) . '"';
/plugin/jiralinks/
H A Daction.php55 …$globalId = md5($url); // MD5 hash is used because the global id max length is 255 characters. An …
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php152 return '"' . md5($this->get()) . '"';
/plugin/outliner/
H A Dsyntax.php78 $outline_id = ''.md5($ID).'_'.$pos;
/plugin/dokumicrobugtracker/
H A Dedit.php57 $pfile = metaFN2(md5($project), '.bugs');
/plugin/btable/
H A Dexport.php31 $file = DOKU_INC.metaFN(md5($dID), '.btable');
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DCard.php136 return '"' . md5($data) . '"';
/plugin/btable2/
H A Dexport.php31 $file = DOKU_INC.metaFN(md5($dID), '.btable');
/plugin/confmanager/
H A Dhelper.php52 return md5($hash);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php329 $etag = md5($cardData);
375 $etag = md5($cardData);
/plugin/mantis/lib/
H A Dnusoapmime.php90 $cid = md5(uniqid(time()));
329 $cid = md5(uniqid(time()));
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php324 $etag = md5($cardData);
370 $etag = md5($cardData);
/plugin/authdrupal8/
H A Dpassword.inc229 // have 'U' added as the first character and need an extra md5().
231 $password = md5($password);
246 // A phpass password generated using md5. This is an
248 $hash = _password_crypt('md5', $password, $stored_hash);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php150 return '"' . md5($this->get()) . '"';
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php169 $file = md5($data);
175 $file = md5($data);
290 $tempfile = $this->cache->tempFilename('_tempImgPNG' . md5($file) . random_int(1, 10000) . '.jpg');
291 $checkfile = $this->cache->tempFilename('_tempImgPNG' . md5($file) . random_int(1, 10000) . '.jpg');
344 $tempfile = $this->cache->tempFilename('_tempImgPNG' . md5($file) . random_int(1, 10000) . '.png');
589 $tempfile = $this->cache->tempFilename('_tempImgPNG' . md5($file) . random_int(1, 10000) . '.png');
680 $tempfile_alpha = $this->cache->tempFilename('_tempMskPNG' . md5($file) . random_int(1, 10000) . '.png');
909 $tempfile = $this->cache->tempFilename('_tempImgPNG' . md5($file) . random_int(1, 10000) . '.png');
1065 $tempfile = $this->cache->tempFilename('_tempImgPNG' . md5($file) . random_int(1, 10000) . '.png');
1320 $tempfile = '_tempImgPNG' . md5(
[all...]

12345678910>>...14