Home
last modified time | relevance | path

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

1234

/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/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php38 private $uniqid; variable in Mpdf\\Pdf\\Protection
202 return $this->uniqid;
285 $tmp = $this->md5toBinary($this->padding . $this->hexToString($this->uniqid));
311 $this->uniqid = $this->uniqidGenerator->generate();
327 $tmp = $this->md5toBinary($user_pass . $this->oValue . $perms . $this->hexToString($this->uniqid));
/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/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DDigestTest.php45 $cnonce = uniqid();
75 $cnonce = uniqid();
114 $cnonce = uniqid();
143 $cnonce = uniqid();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DFilesystemUtils.php62 $directory = self::getTemporaryDirectory().DIRECTORY_SEPARATOR.uniqid('assetic_'.$prefix);
/plugin/swiftmail/Swift/Message/
H A DEmbeddedFile.php42 $cid = self::generateFileName("swift-" . uniqid(time()) . ".");
/plugin/pot/source/
H A Dformat.php36 $potid = $forpotid."_".uniqid();
/plugin/crypto/
H A Dsyntax.php58 $id = $this->xml_property($match, "id", uniqid(""));
/plugin/amcharts/
H A Dsyntax.php72 $chartid = uniqid('__amchart_');
/plugin/authfacebook/lib/Http/
H A DRequestBodyMultipart.php63 $this->boundary = $boundary ?: uniqid();
/plugin/swiftmail/Swift/Cache/
H A DDisk.php42 $this->prefix = md5(uniqid(microtime(), true));
/plugin/c3chart/
H A Dsyntax.php73 $chartid = uniqid('__c3chart_');
/plugin/flowplayer/
H A Dsyntax.php49 …return array('url' => $url, 'width' => $width, 'height' => $height, 'fid' => uniqid(), 'attr' => $…
/plugin/mantis/lib/
H A Dnusoapmime.php90 $cid = md5(uniqid(time()));
329 $cid = md5(uniqid(time()));
/plugin/database2/
H A Dsyntax.php152 $renderer->doc .= uniqid( mt_rand(), true );
/plugin/fblogin/lib/
H A Dfacebook.php74 $this->sharedSessionID = md5(uniqid(mt_rand(), true));
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php129 $tmpFilename = uniqid($ID);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMultipartStream.php33 $this->boundary = $boundary ?: sha1(uniqid('', true));
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DDigest.php49 $this->nonce = uniqid();
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DDigest.php49 $this->nonce = uniqid();
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DMessage.php264 … $this->header['Message-ID'] = '<' . md5('TX'.md5(time()).uniqid()) . '@' . $this->fromEmail . '>';
/plugin/mobiletable/
H A Daction.php6 $this->token = '~%'.uniqid().'%~';
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.js.tpl.php38 var pfc_clientid = <?php echo $json->encode(md5(uniqid(rand(), true))); ?>;
/plugin/freechat/phpfreechat/themes/default/
H A Dchat.js.tpl.php38 var pfc_clientid = <?php echo $json->encode(md5(uniqid(rand(), true))); ?>;

1234