Home
last modified time | relevance | path

Searched refs:uniqid (Results 1 – 25 of 80) sorted by path

1234

/plugin/achart/
H A Dsyntax.php73 $chartid = uniqid('__achart_');
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php571 $uuid = md5(uniqid(mt_rand(), true));
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php739 return 'ONELOGIN_' . sha1(uniqid((string)mt_rand(), true));
/plugin/amcharts/
H A Dsyntax.php72 $chartid = uniqid('__amchart_');
/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php160 $fileName = uniqid();
/plugin/authfacebook/lib/Http/
H A DRequestBodyMultipart.php63 $this->boundary = $boundary ?: uniqid();
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMultipartStream.php33 $this->boundary = $boundary ?: sha1(uniqid('', true));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php434 $uniqid = uniqid();
435 $code = 'loop_' . $uniqid . ':
439 goto end_' . $uniqid . ';
444 goto subcode_' . $uniqid . ';
446 goto end_' . $uniqid . ';';
453 subcode_' . $uniqid . ':' . $subcode . '
454 goto loop_' . $uniqid . ';
456 end_' . $uniqid . ':';
/plugin/authucenter/lib/uc_client/model/
H A Duser.php131 $salt = substr(uniqid(rand()), -6);
/plugin/authwordpress/
H A Dclass-phpass.php55 $this->random_state = microtime() . uniqid(rand(), TRUE); // removed getmypid() for compatibility reasons
/plugin/authyubikey/lib/
H A DYubico.php291 'nonce'=>md5(uniqid(rand())));
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php129 $tmpFilename = uniqid($ID);
/plugin/bureaucracy-au/_test/
H A DBureaucracyTest.php28 $id = uniqid('page', true);
29 $template_id = uniqid('template', true);
/plugin/bureaucracyau/_test/
H A DBureaucracyauTest.php28 $id = uniqid('page', true);
29 $template_id = uniqid('template', true);
/plugin/c3chart/
H A Dsyntax.php73 $chartid = uniqid('__c3chart_');
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …od ip2long long2ip getenv putenv getopt microtime gettimeofday getrusage uniqid quoted_printable_d…
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php152 $temp_zip = sys_get_temp_dir() . '/' . uniqid('WebDriverFirefoxProfileZip', false);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php629 $tempZipPath = sys_get_temp_dir() . '/' . uniqid('WebDriverZip', false);
/plugin/combo/vendor/symfony/process/
H A DProcess.php1544 $uid = uniqid('', true);
/plugin/crypto/
H A Dsyntax.php58 $id = $this->xml_property($match, "id", uniqid(""));
/plugin/database2/
H A Ddatabase2.php4594 $session['linkedMediaSalts'][$hash] = uniqid( mt_rand(), true );
4652 $session['linkedMediaSalts'][$hash] = uniqid( mt_rand(), true );
H A Dsyntax.php152 $renderer->doc .= uniqid( mt_rand(), true );
/plugin/dataplot/
H A Dsyntax.php140 $return['hash'] = (string) uniqid("dataplot_", true);
/plugin/davcal/
H A Dhelper.php340 $userid = uniqid('davcal-');
633 $userid = uniqid('davcal-');
/plugin/davcal/syntax/
H A Dcalendar.php162 $username = uniqid('davcal-');

1234