Home
last modified time | relevance | path

Searched refs:random (Results 51 – 75 of 280) sorted by relevance

12345678910>>...12

/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.min.js9 …Query("head").append(link);if(!Syntax.defaultOptions.cacheStyleSheets){path=path+"?"+Math.random()}
11 path=path+'?'+Math.random()
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrange_ie.js194 …var sMarkerId = 'fck_dom_range_temp_' + (new Date()).valueOf() + '_' + Math.floor(Math.random()*10…
H A Dfckdomrange.js277 StartId : (new Date()).valueOf() + Math.floor(Math.random()*1000) + 'S',
278 EndId : (new Date()).valueOf() + Math.floor(Math.random()*1000) + 'E'
/plugin/pgn4web/pgn4web/
H A Dengine.js55 var pgn4web_engineWinSignature = Math.ceil(1073741822 * Math.random()); // from 1 to (2^30 -1) = 10…
H A Dpgn4web.js399 if (numberOfGames > 1) { Init(Math.floor(Math.random()*numberOfGames)); }
569 …ndom game", function(t,e){ if (numberOfGames > 1) { Init(Math.floor(Math.random()*numberOfGames));…
1322 Init(Math.floor(Math.random()*numberOfGames));
1820 …randomizer = "?noCache=" + (0x1000000000 + Math.floor((Math.random() * 0xF000000000))).toString(16…
1926 newPly = [3, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1][Math.floor(20 * Math.random())] || 0;
2003 currentGame = Math.floor(Math.random()*numberOfGames);
2014 else if (initialGame === 0) { currentGame = Math.floor(Math.random()*numberOfGames); }
2035 …GoToMove((StartPlyVar[iv] + (iv ? 1 : 0)) + Math.floor(Math.random()*(StartPlyVar[iv] + PlyNumberV…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php661 public static function random($size) function in phpseclib3\\Math\\BigInteger
666 return new static($class::random($size));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDSA.php151 $x = BigInteger::random($L);
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md66 on a regular expression by visiting its AST with an isotropic random approach.
129 Strings are generated at random and match the given regular expression.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc163 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
243 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
294 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
318 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
348 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
390 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
454 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
517 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
589 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
749 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
[all...]
/plugin/flowplay2/flowplayer/html/
H A Dflashembed.min.js19 …"';if(document.all&&parseInt(navigator.appVersion)<=6){k.id="_"+(""+Math.random()).substring(5)}if…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js104 return _.random(min, max) >= min;
108 return _.random(Number.MAX_VALUE) > 0;
/plugin/note/
H A DREADME.md58 Many thanks to the following DokuWiki developers (in random order):
/plugin/livepreview/
H A Dscript.js243 var i = 'livePreviewTip'+Math.round(Math.random()*10000);
/plugin/chat/
H A Dscript.js498 (Math.round(Math.random()) > 0 ? 1 : -1) *
499 Math.round(Math.random()*((self.refresh*1000)/10));
/plugin/authdrupal8/
H A Dpassword.inc75 * Generates a random base 64-encoded salt prefixed with settings for the hash.
88 * A 12 character string containing the iteration count and a random salt.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D41.41.js.map1random = (rand()%$count);\n// \t\tif($cards[$random] == \"\") {\n// \t\t\t$i--;\n// \t\t} else {\n…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12random)){J.vars.cache.themeKeys=J.vars.cache.themeKeys||Object.keys(b.instanceOptions.themes);var …
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js903 var r1 = clamp(Math.random(), 0.2, 0.8);
904 var r2 = clamp(Math.random(), 0.2, 0.8);
906 var xfactor = Math.random() > 0.5 ? factor : -factor;
907 var yfactor = Math.random() > 0.5 ? factor : -factor;
H A Dsequence-diagram-snap-min.js6 …2-y1))/25,r1=clamp(Math.random(),.2,.8),r2=clamp(Math.random(),.2,.8),xfactor=Math.random()>.5?fac…
H A Dsequence-diagram-raphael.js903 var r1 = clamp(Math.random(), 0.2, 0.8);
904 var r2 = clamp(Math.random(), 0.2, 0.8);
906 var xfactor = Math.random() > 0.5 ? factor : -factor;
907 var yfactor = Math.random() > 0.5 ? factor : -factor;
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5random(0,i),t!==i&&(u[i]=u[t]),u[t]=r[i];return u},m.sample=function(n,t,r){return null==t||r?(k(n…
H A Dunderscore.js355 rand = _.random(0, index);
368 return obj[_.random(obj.length - 1)];
1322 _.random = function(min, max) {
1327 return min + Math.floor(Math.random() * (max - min + 1));
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5random(0,i),t!==i&&(u[i]=u[t]),u[t]=r[i];return u},m.sample=function(n,t,r){return null==t||r?(k(n…
/plugin/diagramsnet/lib/js/diagramly/
H A DOneDriveFile.js430 }), 100 + Math.random() * 500);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dselectors.asciidoc73 This selector returns a random node, regardless of state. It is generally just

12345678910>>...12