Home
last modified time | relevance | path

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

1234

/plugin/textile2/
H A DclassTextile.php867 $i = uniqid(rand());
961 $this->fn[$id] = uniqid(rand());
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php2153 $v_zip_temp_name = PCLZIP_TEMPORARY_DIR.uniqid('pclzip-').'.tmp';
4755 $v_zip_temp_name = PCLZIP_TEMPORARY_DIR.uniqid('pclzip-').'.tmp';
5083 $v_zip_temp_name = PCLZIP_TEMPORARY_DIR.uniqid('pclzip-').'.tmp';
/plugin/tindexmenu/syntax/
H A Dindexmenu.php280 $js_name .= uniqid(rand());
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DDigest.php49 $this->nonce = uniqid();
/plugin/webdavclient/
H A Dhelper.php82 $path = $conn['uri'].'/'.uniqid('dokuwiki-').'.ics';
287 $path = $conn['uri'].'/'.uniqid('dokuwiki-').'.vcf';

1234