Home
last modified time | relevance | path

Searched refs:md5 (Results 51 – 75 of 327) sorted by relevance

12345678910>>...14

/plugin/statdisplay/pchart/
H A DpCache.php113 $mKey = $mKey . md5 ( $tKey );
115 return (md5 ( $mKey ));
/plugin/statistics/inc/pchart/
H A DpCache.php110 $mKey = $mKey.md5($tKey);
112 return (md5($mKey));
/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/dokubookmark/
H A Dhelper.php117 $check = md5('');
119 $check = md5($TEXT);
121 $mod = md5($TEXT) !== $check;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssImportFilter.php89 $lastHash = md5($content);
93 $hash = md5($content);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMock.php177 return '"' . md5($calendarData) . '"';
196 return '"' . md5($calendarData) . '"';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractDigestTest.php94 $digestHash = md5('HELLO:12345:1:1:auth:' . md5('GET:/'));
/plugin/latex/
H A Dadmin.php228 $md5 = md5($testformula);
229 $outname = $plug->_latex->getPicturePath()."/img".$md5.'.'.$plug->_latex->_image_format;
/plugin/latex-was/
H A Dadmin.php228 $md5 = md5($testformula);
229 $outname = $plug->_latex->getPicturePath()."/img".$md5.'.'.$plug->_latex->_image_format;
/plugin/authucenter/lib/uc_client/
H A Dclient.php130 …$s = urlencode(uc_authcode($data.'&agent='.md5($_SERVER['HTTP_USER_AGENT'])."&time=".time(), 'ENCO…
170 $key = md5($key ? $key : UC_KEY);
171 $keya = md5(substr($key, 0, 16));
172 $keyb = md5(substr($key, 16, 16));
173 …$keyc = $ckey_length ? ($operation == 'DECODE' ? substr($string, 0, $ckey_length): substr(md5(micr…
175 $cryptkey = $keya.md5($keya.$keyc);
178 …, $ckey_length)) : sprintf('%010d', $expiry ? $expiry + time() : 0).substr(md5($string.$keyb), 0, …
206 … substr($result, 0, 10) - time() > 0) && substr($result, 10, 16) == substr(md5(substr($result, 26)…
592 …/images/camera.swf?inajax=1&appid='.UC_APPID.'&input='.$uc_input.'&agent='.md5($_SERVER['HTTP_USER…
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DMessage.php264 … $this->header['Message-ID'] = '<' . md5('TX'.md5(time()).uniqid()) . '@' . $this->fromEmail . '>';
/plugin/do/db/
H A Dupdate0008.sql1 CREATE UNIQUE INDEX idx_tasks_page_md5 ON tasks(page, md5);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
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 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);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/src/
H A DFile.php32 public function md5(); function
/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));
/plugin/freechat/phpfreechat/
H A Dindex.php9 $params["serverid"] = md5(__FILE__); // calculate a unique id for this chat
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pdflib.1.6.class.php57 $this->_fqn(sprintf("___Button%s",md5(time().rand()))),
183 $name = sprintf("AnonymousFormObject_%u", md5(rand().time()));
219 $fqn .= md5(rand().time());
/plugin/folded/
H A Dhelper.php24 $hash = md5($ID.$ACT);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/Protection/
H A DUniqidGenerator.php30 return md5($id);
/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php45 $hash_template = md5($title_template.$body_template);
46 $hash_data = md5($title_template.$title_data.$body_template.$body_data);
/plugin/groupmgr/
H A Dsyntax.php292 $hn = md5($name);
303 $chk = "chk_" . $hn . "_" . md5($g);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DGeneratorTest.php183 $className = 'X' . md5(microtime());
192 $className = 'X' . md5(microtime());
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php200 $name = md5($streamName);
311 $name = md5($streamName);
389 $name = md5($streamName);
/plugin/odt/ODT/
H A DODTImage.php32 $name = 'Pictures/'.md5($src).'.'.$ext;
111 $name = 'Pictures/'.md5($string).'.'.$ext;
197 $name = 'Pictures/'.md5($src).'.'.$ext;

12345678910>>...14