Home
last modified time | relevance | path

Searched refs:random (Results 26 – 50 of 280) sorted by relevance

12345678910>>...12

/plugin/xfortune/
H A Dplugin.info.txt6 desc Displays random fortune cookies using AJAX requests
/plugin/randomquote/
H A Dplugin.info.txt6 desc This plugin shows a random quote from a list of quotes.
/plugin/randompage2/
H A Dplugin.info.txt6 desc Select dokuwiki page at random using special link
H A DREADME3 Select dokuwiki page at random using special link
/plugin/random_page/
H A Dplugin.info.txt6 desc Pick a random Page and display it like MediaWiki
/plugin/tipoftheday/
H A Dplugin.info.txt6 desc Display Tip of the Day - which is a random section of another page.
/plugin/photogallery/phpThumb/demo/
H A Dreadme.demos.txt36 * phpThumb.demo.random.php - select & display a random thumbnail
/plugin/onlineordering/
H A Dsend_form.php13 $random = (rand()%9);
14 $result = $result.$random;
/plugin/jalbum/
H A Dscript.js28 fotopos = Math.floor(Math.random() * (fotos.length - 1));
/plugin/codebuttonmod2/src/
H A Dcodebutton.js27 let randomID = "id_" + Math.random().toString(36).substring(2, 15);
/plugin/tuxquote/
H A DREADME7 Tuxquote show a random image of Tux the Linux penguin with a random quote using the '[TUXQUOTE]' sh…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DCurve448.php82 return BigInteger::random(446);
H A DCurve25519.php71 return BigInteger::random(256);
/plugin/jdraw/
H A Dsyntax.php111 $appletQueryString.="&rnd=".$random; // To prevent serving of cached page.
/plugin/advanced/lang/en/config/
H A Dinterwiki.txt10 | %%[[phpfn>random]]%% | [[phpfn>random]] | links to a function in the PHP manual |
/plugin/supa/lib/
H A DSupa.js22 var boundaryString = 'AaB03x' + parseInt(Math.random() * 9999999, 10),
/plugin/revealjs/plugin/notes-server/
H A Dclient.js7 socketId = Math.random().toString().slice( 2 );
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme.js100 var r1 = clamp(Math.random(), 0.2, 0.8);
101 var r2 = clamp(Math.random(), 0.2, 0.8);
103 var xfactor = Math.random() > 0.5 ? factor : -factor;
104 var yfactor = Math.random() > 0.5 ? factor : -factor;
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DJTableRenderer.java307 data[i][2] = (Math.random() > 0.5) ? new ImageIcon( in MyTable()
310 data[i][3] = (Math.random() > 0.5) ? new ImageIcon( in MyTable()
313 data[i][4] = (Math.random() > 0.5) ? new ImageIcon( in MyTable()
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.js9 …Query("head").append(link);if(!Syntax.defaultOptions.cacheStyleSheets){path=path+"?"+Math.random()}
11 path=path+'?'+Math.random()
/plugin/revealjs/plugin/multiplex/
H A Dindex.js47 var rand = Math.floor(Math.random()*9999999);
/plugin/rndtxt/
H A DREADME3 Output a random text choice
/plugin/statistics/inc/pchart/
H A DColor.php74 * Creates a new random color
78 * @param mixed $rand optional externally created random value
81 public static function random($rand = null) { function in Color
H A DPalette.php112 // there's no color assigned, create a pseudo random one
113 $this->colors[$id] = Color::random($id);
/plugin/snow/
H A Dsnowstorm.js237 return (Math.random()*n)+min;
441 if (storm.useMeltEffect && s.active && s.type < 3 && !s.melting && Math.random()>0.998) {
450 if (Math.random() > 0.97) {
451 s.twinkleFrame = parseInt(Math.random() * 8, 10);

12345678910>>...12