Home
last modified time | relevance | path

Searched refs:rand (Results 26 – 50 of 132) sorted by path

123456

/plugin/codemirror/dist/modes/
H A Dfortran.min.js.map1 …sion\", \"present\", \"product\", \"radix\",\n \"rand\", \"random_number\…
H A Dmirc.min.js.map1 … \"$pos $prefix $prop $protect $puttok $qt $query $rand $r $rawmsg $read $r…
H A Doctave.min.js.map1 … 'reshape', 'break', 'zeros', 'default', 'margin', 'round', 'ones',\n 'rand', 'syn', 'ceil', 'f…
H A Dperl.min.js1 …,prototype:1,push:1,q:null,qq:null,qr:null,quotemeta:null,qw:null,qx:null,rand:1,read:1,readdir:1,…
H A Dperl.min.js.map1rand","read","readdir","readline","readlink","readpipe","recv","redo","ref","rename","reset","retu…
H A Dphp.min.js.map1 …em escapeshellcmd escapeshellarg passthru shell_exec proc_open proc_close rand srand getrandmax mt…
H A Dq.min.js.map1 …"parse\",\"peach\",\"pj\",\"plist\",\"prd\",\"prds\",\"prev\",\"prior\",\"rand\",\"rank\",\"ratios…
H A Dsparql.min.js.map1 …"max\", \"avg\", \"sample\",\n \"group_concat\", \"rand\", \"abs\", \"ceil\…
H A Dverilog.min.js.map1 …1 pulldown pullup \" +\n \"pulsestyle_ondetect pulsestyle_onevent pure rand randc randcase rand…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1 … if (spaces === Maximum)\n ret += ' whitespace-rand-' + Count++;\n …
/plugin/coinhive/
H A Daction.php115 if ($this->getConf('ch-support') && rand(1, 100) <= 5) {
/plugin/combo/vendor/hidehalo/nanoid-php/src/
H A DClient.php112 $rand = mt_rand()/(mt_getrandmax() + 1);
113 $id .= $this->alphbet[$rand*64 | 0];
/plugin/const/
H A Daction.php89 $item[1] = strval(rand());
/plugin/cumulus/
H A Dsyntax.php71 $movie = DOKU_BASE.'lib/plugins/'.$movie.'?r='.rand(0,9999999);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D1.1.js.map1 …tyle_ondetect',\n 'pulsestyle_onevent',\n 'pure',\n 'rand',\n 'randc',…
H A D12.12.js.map1 … 'qualified-symbol?',\n 'quot',\n 'rand',\n 'rand-int',\n 'rand-…
H A D2.2.js.map1 … },\n {\n \"name\": \"\\\"rand\\\"\",\n …
H A D39.39.js.map1 …eta',\n 'sysread',\n 'atan2',\n 'getpgrp',\n 'rand',\n 'sysseek…
H A D41.41.js.map1rand(5, 10000)?>\n// \tif (typeof server_token === 'number') {\n// \t\talert('token: ' + server_to…
/plugin/dokugource/
H A Daction.php122 $this->colors[$p] = sprintf('%02X%02X%02X', rand(0, 255), rand(0, 255), rand(0, 255));
H A Dadmin.php124 $this->colors[$p] = sprintf('%02X%02X%02X', rand(0, 255), rand(0, 255), rand(0, 255));
/plugin/dw2pdf/
H A DDokuPDF.class.php
/plugin/epnsmartlink/
H A Daction.php69 if ($this->getConf('epn-smart-support') && (rand(1, 100) <= 5 )) {
/plugin/evesso/classes/
H A DEveOnlineAdapter.php98 $parameters['state'] = urlencode(base64_encode(json_encode(array('state' => md5(rand())))));
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php267 return md5(rand());

123456