Searched refs:uniqid (Results 1 – 25 of 90) sorted by relevance
1234
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
| D | EvalBarrett.php | 434 $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/ |
| D | Protection.php | 38 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/davcal/vendor/sabre/http/tests/HTTP/Auth/ |
| H A D | DigestTest.php | 45 $cnonce = uniqid(); 75 $cnonce = uniqid(); 114 $cnonce = uniqid(); 143 $cnonce = uniqid();
|
| /plugin/bureaucracyau/_test/ |
| D | BureaucracyauTest.php | 28 $id = uniqid('page', true); 29 $template_id = uniqid('template', true);
|
| /plugin/bureaucracy-au/_test/ |
| D | BureaucracyTest.php | 28 $id = uniqid('page', true); 29 $template_id = uniqid('template', true);
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/ |
| D | FilesystemUtils.php | 62 $directory = self::getTemporaryDirectory().DIRECTORY_SEPARATOR.uniqid('assetic_'.$prefix);
|
| /plugin/heatmap/ |
| D | syntax.php | 48 $data['id'] = 'heatmap-' . uniqid();
|
| /plugin/swiftmail/Swift/Message/ |
| D | EmbeddedFile.php | 42 $cid = self::generateFileName("swift-" . uniqid(time()) . ".");
|
| /plugin/pot/source/ |
| D | format.php | 36 $potid = $forpotid."_".uniqid();
|
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ |
| D | MatrixClient.php | 301 $listenerId = uniqid(); 329 $listenerId = uniqid(); 352 $listenerId = uniqid();
|
| /plugin/authfacebook/lib/Http/ |
| D | RequestBodyMultipart.php | 63 $this->boundary = $boundary ?: uniqid();
|
| /plugin/amcharts/ |
| D | syntax.php | 72 $chartid = uniqid('__amchart_');
|
| /plugin/crypto/ |
| D | syntax.php | 58 $id = $this->xml_property($match, "id", uniqid(""));
|
| /plugin/c3chart/ |
| D | syntax.php | 73 $chartid = uniqid('__c3chart_');
|
| /plugin/swiftmail/Swift/Cache/ |
| D | Disk.php | 42 $this->prefix = md5(uniqid(microtime(), true));
|
| /plugin/flowplayer/ |
| D | syntax.php | 49 …return array('url' => $url, 'width' => $width, 'height' => $height, 'fid' => uniqid(), 'attr' => $…
|
| /plugin/mantis/lib/ |
| D | nusoapmime.php | 90 $cid = md5(uniqid(time())); 329 $cid = md5(uniqid(time()));
|
| /plugin/bpmnioeditor/action/ |
| D | bpmnioeditor.php | 129 $tmpFilename = uniqid($ID);
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| D | MultipartStream.php | 33 $this->boundary = $boundary ?: sha1(uniqid('', true));
|
| /plugin/fblogin/lib/ |
| D | facebook.php | 74 $this->sharedSessionID = md5(uniqid(mt_rand(), true));
|
| /plugin/database2/ |
| D | syntax.php | 152 $renderer->doc .= uniqid( mt_rand(), true );
|
| /plugin/mobiletable/ |
| D | action.php | 6 $this->token = '~%'.uniqid().'%~';
|
| /plugin/webdav/vendor/sabre/http/lib/Auth/ |
| D | Digest.php | 49 $this->nonce = uniqid();
|
| /plugin/davcal/vendor/sabre/http/lib/Auth/ |
| H A D | Digest.php | 49 $this->nonce = uniqid();
|
| /plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/ |
| H A D | Message.php | 264 … $this->header['Message-ID'] = '<' . md5('TX'.md5(time()).uniqid()) . '@' . $this->fromEmail . '>';
|
1234