Home
last modified time | relevance | path

Searched refs:md5 (Results 226 – 250 of 327) sorted by relevance

12345678910>>...14

/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php267 return md5(rand());
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php263 return md5(mt_rand());
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php523 $hash = md5(sprintf('version: %s, data : %s', self::VERSION, $source));
/plugin/combo/action/
H A Dstaticresource.php381 return '"' . md5($etagString) . '"';
/plugin/quickstats/
H A Daction.php449 $this->pages['date'][md5($ID)] = time();
478 $page_md5 = md5($ID);
/plugin/dokumicrobugtracker/
H A Dsyntax.php94 $pfile = metaFN2(md5($data['project']), '.bugs');
H A DREADME.md33 Each project have is own data file, which are nammed from an md5 of the project name with the bugs …
/plugin/fetchmedia/action/
H A Dajax.php138 $path = $tmp.'/'.md5($id);
/plugin/register/
H A Dsyntax.php66 $hash = md5(serialize($match));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php343 return pack('H*', md5($string));
/plugin/davcard/
H A Dhelper.php531 md5($contactdata),
611 md5($contactdata),
/plugin/fedauth/
H A Daction.php25 if (!defined('FEDAUTH_COOKIE')) define('FEDAUTH_COOKIE', 'DWFA'.md5(DOKU_REL.(($conf['securecookie'…
/plugin/twitter/
H A Dsyntax.php346 'oauth_nonce' => substr(md5(microtime(true)), 0, 16),
/plugin/authfacebook/
H A Dauth.php16 if (!defined('AUTHFACEBOOK_COOKIE')) define('AUTHFACEBOOK_COOKIE', 'SPFB'.md5(DOKU_REL.(($conf['sec…
/plugin/xcom/scripts/
H A Dxcom_save.php197 $ftmp = $conf['tmpdir'] . '/' . md5($id.clientIP());
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php589 'etag' => md5($calendarData),
1203 …$stmt->execute([$principalUri, $objectData, $objectUri, time(), md5($objectData), strlen($objectDa…
/plugin/photogallery/phpThumb/
H A DphpThumb.php44 …ons::SanitizeFilename((!empty($phpThumb->src) ? basename($phpThumb->src) : md5($phpThumb->rawImage…
252 $md5s = md5($rawImageData);
/plugin/siteexport/inc/
H A Dfunctions.php314 $PATTERN = md5(microtime(false));
595 return md5($parameters);
/plugin/rrdgraph/
H A Dsyntax.php270 …if (! isset($this->rrdRecipe[self::R_NAME])) $this->rrdRecipe[self::R_NAME] = md5(serialize($this-…
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._generic.class.php229 $filename = WRITER_TEMPDIR.DIRECTORY_SEPARATOR.WRITER_FILE_PREFIX.md5(uniqid(rand(), true));
/plugin/hipchat/
H A Dcomposer.lock44 "guzzle/plugin-md5": "self.version",
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php486 $HA1 = md5($A1);
492 $HA2 = md5($A2);
514 $hashedDigest = md5($unhashedDigest);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.apetag.php314 …$destination_filename = $this->inline_attachments.DIRECTORY_SEPARATOR.md5($info['filenamepath']).'…
/plugin/dwcommits/
H A Dhelper.php41 $fname_hash = md5($this->path);
94 $fname_hash = md5($this->path);
/plugin/discussion/
H A Daction.php537 $cid = md5($comment['user']['id'].$date); // create a unique id
561 $data['subscribers'][$mail]['hash'] = md5($mail . mt_rand());
574 $data['subscribers'][$mail]['hash'] = md5($mail . mt_rand());

12345678910>>...14