Home
last modified time | relevance | path

Searched refs:rand (Results 76 – 100 of 132) sorted by relevance

123456

/plugin/authyubikey/lib/
H A DYubico.php291 'nonce'=>md5(uniqid(rand())));
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php267 return md5(rand());
/plugin/openid/Auth/OpenID/
H A DBigMath.php138 function rand($stop) function in Auth_OpenID_MathLibrary
H A DFileStore.php569 "-" . strval(rand(1, time()));
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js354 for (var index = 0, rand; index < length; index++) {
355 rand = _.random(0, index);
356 if (rand !== index) shuffled[index] = shuffled[rand];
357 shuffled[rand] = set[index];
/plugin/cumulus/
H A Dsyntax.php71 $movie = DOKU_BASE.'lib/plugins/'.$movie.'?r='.rand(0,9999999);
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._generic.class.php229 $filename = WRITER_TEMPDIR.DIRECTORY_SEPARATOR.WRITER_FILE_PREFIX.md5(uniqid(rand(), true));
/plugin/jdraw/lib/
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/swiftmail/Swift/Message/
H A DMime.php120 $boundary = uniqid(rand(), true);
/plugin/authucenter/lib/uc_client/model/
H A Duser.php131 $salt = substr(uniqid(rand()), -6);
/plugin/textile2/
H A DclassTextile.php867 $i = uniqid(rand());
961 $this->fn[$id] = uniqid(rand());
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php526 "-" . strval(rand(1, time()));
/plugin/siteexport/renderer/
H A Dpdf.php175 $name = rand() . $level;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D41.41.js.map1rand(5, 10000)?>\n// \tif (typeof server_token === 'number') {\n// \t\talert('token: ' + server_to…
H A D12.12.js.map1 … 'qualified-symbol?',\n 'quot',\n 'rand',\n 'rand-int',\n 'rand-…
/plugin/gallery2/dwgallery/
H A Ddwgallery.php186 $nr = rand(0, $max); // Zufallsbild auswählen
/plugin/odt2dw/
H A Daction.php319 …while ( file_exists( $this->uploadDir = $this->getConf( 'parserUploadDir' ).rand( 10000, 100000 ) …
/plugin/nodetailsxhtml/
H A Drenderer.php192 $name = $this->startSectionEdit($pos, array( 'target' => 'section_empty', 'name' => rand() . $level));
/plugin/glossary/
H A Dglossary.class.php546 $rand = array_rand ($keys);
547 $record = $all [$keys [$rand]];
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js377 var rand = _.random(index, last);
379 sample[index] = sample[rand];
380 sample[rand] = temp;
/plugin/odtplus2dw/
H A Daction.php337 while ( file_exists( $this->uploadDir = $this->getConf( 'parserUploadDir' ).rand( 10000, 100000 ) ) ) {};
/plugin/autlogin/
H A Dadmin.php1588 $rand = Rand(0, StrLen($letter)-1); //we select random position
1590 $str .= SubStr($letter, $rand, 1); // add char to $rand position
/plugin/tindexmenu/syntax/
H A Dindexmenu.php280 $js_name .= uniqid(rand());
/plugin/codemirror/dist/modes/
H A Dclojure.min.js.map1 …\"qualified-keyword?\", \"qualified-symbol?\", \"quot\", \"rand\", \"rand-int\",\n \"rand-nth…

123456