Home
last modified time | relevance | path

Searched refs:md5 (Results 26 – 50 of 327) sorted by last modified time

12345678910>>...14

/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...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/Protection/
H A DUniqidGenerator.php30 return md5($id);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php343 return pack('H*', md5($string));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php800 $uniqid = md5(time() . $this->mpdf->buffer);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php523 $hash = md5(sprintf('version: %s, data : %s', self::VERSION, $source));
/plugin/combo/ComboStrap/
H A DTemplateForWebPage.php829 $hash = md5($msg['msg']);
H A DEvent.php209 $entry["data_hash"] = md5($entry["data"]);
H A DFetcherMarkup.php1408 $md5 = md5($this->markupString);
1409 return "Markup String Execution ($md5)";
/plugin/combo/action/
H A Dstaticresource.php381 return '"' . md5($etagString) . '"';
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php54 $this->renderer->info['struct_table_hash'] = md5(var_export($this->data, true));
80 $this->renderer->info['struct_table_hash'] = md5(var_export($this->data, true));
H A DAggregationTableOdt.php47 $this->renderer->info['struct_table_hash'] = md5(var_export($this->data, true));
/plugin/oauth/
H A DOAuthManager.php171 return md5($mail);
H A DAdapter.php190 'state' => md5(random_int(0, mt_getrandmax())),
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php263 return md5(mt_rand());
/plugin/upgrade/
H A Dhelper.php330 $fmd5 = md5(@file_get_contents($from));
331 $tmd5 = md5(@file_get_contents($to));
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DMessage.php264 … $this->header['Message-ID'] = '<' . md5('TX'.md5(time()).uniqid()) . '@' . $this->fromEmail . '>';
/plugin/statistics/inc/pchart/
H A DColor.php84 return new Color('#'.substr(md5($rand),0,6));
H A DpCache.php110 $mKey = $mKey.md5($tKey);
112 return (md5($mKey));
/plugin/farmer/3rdparty/
H A DRingIcon.php106 $this->seed = md5($this->seed);
/plugin/const/
H A Dclass.evalmath.php1149 $md5string = md5( self::_get_random_seed() );
1153 $md5string .= md5( $md5string );
1169 $random_values = unpack( 'v', md5( self::_get_random_seed(), true ) );
/plugin/btable2/
H A Dsyntax.php146 $dfile = metaFN(md5($dID), '.btable');
H A Dexport.php31 $file = DOKU_INC.metaFN(md5($dID), '.btable');
/plugin/odt/ODT/
H A DODTImage.php32 $name = 'Pictures/'.md5($src).'.'.$ext;
111 $name = 'Pictures/'.md5($string).'.'.$ext;
197 $name = 'Pictures/'.md5($src).'.'.$ext;
H A DODTDocument.php2123 $name = 'Pictures/'.md5($fileName).'.'.$ext;
/plugin/odt/renderer/
H A Dpage.php1254 $tmp_name = $tmp_dir."/".md5($src).'.'.$ext;

12345678910>>...14