Home
last modified time | relevance | path

Searched refs:uniqid (Results 1 – 25 of 80) sorted by last modified time

1234

/plugin/struct/action/
H A Dedit.php166 $id = uniqid('struct__', false);
H A Dinline.php97 $id = uniqid('struct__', false);
/plugin/struct/helper/
H A Dfield.php205 $id = uniqid('struct__', true);
/plugin/authwordpress/
H A Dclass-phpass.php55 $this->random_state = microtime() . uniqid(rand(), TRUE); // removed getmypid() for compatibility reasons
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php26980 $file = $this->cache->write('/_tempSVG' . uniqid(random_int(1, 100000), true) . '_' . $i . '.svg', $svgi[0][$i]);
/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/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DMeter.php228 $srcpath = $this->cache->write('/_tempSVG' . uniqid(random_int(1, 100000), true) . '_' . strtolower($tag) . '.svg', $svg);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php800 $uniqid = md5(time() . $this->mpdf->buffer);
801 $this->writer->write('/ID [<' . $uniqid . '> <' . $uniqid . '>]');
/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/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php152 $temp_zip = sys_get_temp_dir() . '/' . uniqid('WebDriverFirefoxProfileZip', false);
/plugin/structodt/
H A Dhelper.php32 $name = $conf['tmpdir'] . '/structodt/' . uniqid();
/plugin/mobiletable/
H A Daction.php6 $this->token = '~%'.uniqid().'%~';
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DMessage.php264 … $this->header['Message-ID'] = '<' . md5('TX'.md5(time()).uniqid()) . '@' . $this->fromEmail . '>';
/plugin/achart/
H A Dsyntax.php73 $chartid = uniqid('__achart_');
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DDigestTest.php45 $cnonce = uniqid();
75 $cnonce = uniqid();
114 $cnonce = uniqid();
143 $cnonce = uniqid();
/plugin/davcal/
H A Dhelper.php340 $userid = uniqid('davcal-');
633 $userid = uniqid('davcal-');
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DDigest.php49 $this->nonce = uniqid();
/plugin/davcal/syntax/
H A Dcalendar.php162 $username = uniqid('davcal-');
/plugin/pot/source/
H A Dformat.php36 $potid = $forpotid."_".uniqid();
/plugin/pot/
H A Dsyntax.php70 …$try = preg_replace('/#\s*([a-zA-Z0-9]+)(\s*|\|)/', '|potid=$1_'.uniqid().'|', $try); // replace a…
/plugin/indexmenu/
H A Dadmin.php
/plugin/indexmenu/inc/
H A Dpclzip.lib.php2042 $v_zip_temp_name = PCLZIP_TEMPORARY_DIR . uniqid('pclzip-') . '.tmp';
4596 $v_zip_temp_name = PCLZIP_TEMPORARY_DIR . uniqid('pclzip-') . '.tmp';
4903 $v_zip_temp_name = PCLZIP_TEMPORARY_DIR . uniqid('pclzip-') . '.tmp';
/plugin/indexmenu/syntax/
H A Dindexmenu.php264 $identifier = uniqid(random_int(0, mt_getrandmax()));
/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 . ':';

1234