Home
last modified time | relevance | path

Searched refs:md5 (Results 76 – 100 of 327) sorted by relevance

12345678910>>...14

/plugin/cryptsign/
H A Dsign.php20 $sig = md5($id.$user.trim($text).auth_cookiesalt());
/plugin/authsmartcard/
H A Dauth.php52 …d_userdata']) && $_SESSION['smartcard_userdata']['username']==$username && md5($_SESSION['smartcar…
84 $password = md5($userdata['pass']);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.simple.write.php49 'unique_file_identifier' => array('ownerid'=>'user@example.net', 'data'=>md5(time())),
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/
H A DFingerprint.php57 return substr(chunk_split(md5($key), 2, ':'), 0, -1);
/plugin/linkback/exe/
H A Dpingback.php99 if ($data['receivedpings'][md5($sourceUri)])
151 $lid = md5($sourceUri);
/plugin/glossary/
H A Dglossary.class.php84 $this->md5ns = md5 ($this->NS);
307 $this->md5id = md5 (trim ($request['ticket']));
333 $this->printPollAjax (md5 (trim ($arg)));
338 $filename = $this->cacheDir."poll-".md5($md5id).".cache";
389 @unlink ($this->cacheDir."poll-".md5($md5id).".cache");
447 $request ['ticket'] = substr (md5 (date ('YmdHis')), 0, 12);
448 $this->md5id = md5 (trim ($request ['ticket']));
675 $this->removeGlossary (md5 (trim ($ticket)), $status);
771 $this->md5id = md5 ($pageId);
H A Dajax.php22 $glossary->clearCache (md5 ($_REQUEST ['glossary']['ns']));
/plugin/quickstats/scripts/
H A Dget_pages.php34 print_r($page_users[md5($page)]);
/plugin/swarmwebhook/
H A Dadmin.php21 $exampleSecret = md5(time());
/plugin/epub/scripts/
H A Dcheck_progess.php9 $seed = md5(rawurldecode($_POST['user']).time());
/plugin/news/
H A Dhelper.php139 $md_5 = md5($id);
160 $md_5 = md5($id);
/plugin/tiledblog/
H A Dsyntax.php76 $filename = $cacheDir.md5($ns)."-sample.cache";
101 $filename = $cacheDir.md5($ns)."-tile.cache";
H A Dajax.php26 $baseName = $cacheDir.md5 ($_REQUEST ['tiledblog']['ns']);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
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)).'\'';
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DUtilsTest.php124 $this->assertEquals(md5('foobazbar'), Utils::hash($s, 'md5'));
132 Utils::hash($s, 'md5');
139 $this->assertEquals(md5('foobazbar'), Utils::hash($s, 'md5'));
/plugin/quickstats/
H A Dsyntax.php386 $md5 =md5($item);
387 … $date_str = (is_array($date) && isset($date[$md5]) ) ? $date[$md5] : false;
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Cache/
H A DFileCacheTest.php18 $this->dir = sys_get_temp_dir() . '/jms-' . md5(__CLASS__);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DSplFileInfo.php76 $this->_hash = md5($this->getPathname() . $mtime);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.cache.class.php18 return CACHE_DIR.md5($url).'.css.compiled';
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DCachedDoubler.php66 return md5(implode('', $parts));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockScheduling.php87 'etag' => '"' . md5($objectData) . '"',
/plugin/panoview/
H A Dsyntax.php230 $lockDir = $conf['lockdir'].'/'.md5($d['id']).'.panoview';
256 $lockDir = $conf['lockdir'].'/'.md5($d['id']).'.panoview';
/plugin/latex/
H A Dclass.latexrender.php142 $formula_hash = md5($latex_formula);
221 $this->_tmp_filename = md5(rand().$destination);
/plugin/authgoogle/
H A Dauth.php8 if (!defined('AUTHGOOGLE_COOKIE')) define('AUTHGOOGLE_COOKIE', 'SPGG'.md5(DOKU_REL.(($conf['securec…
155 $this->createUser($login, md5(rand().$login), $user['name'], $email, $grps);
/plugin/latex-was/
H A Dclass.latexrender.php142 $formula_hash = md5($latex_formula);
221 $this->_tmp_filename = md5(rand().$destination);

12345678910>>...14