Home
last modified time | relevance | path

Searched refs:seed (Results 26 – 50 of 110) sorted by last modified time

12345

/plugin/diagramsnet/lib/js/rough/
H A Drough.js.orig1seed=t}next(){return this.seed?(2**31-1&(this.seed=Math.imul(48271,this.seed)))/2**31:Math.random(…
H A Drough.min.js36 f=Object.assign({},a);f.randomizer=void 0;a.seed&&(f.seed=a.seed+1);c=Z(b,c,f);e=e.concat(c)}return…
39 …llPolygon(b,a)}function ea(b){return b.randomizer||(b.randomizer=new sa(b.seed||0)),b.randomizer.n…
58 …k(this,b);this.seed=a}_createClass(b,[{key:"next",value:function(){return this.seed?(Math.pow(2,31…
59 …hure",fillWeight:-1,hachureAngle:-41,hachureGap:-1,dashOffset:-1,dashGap:-1,zigzagOffset:-1,seed:0, property in S.b.defaultOptions
/plugin/diagramsnet/lib/js/
H A Dapp.min.js171 f=Object.assign({},a);f.randomizer=void 0;a.seed&&(f.seed=a.seed+1);c=Z(b,c,f);e=e.concat(c)}return…
174 …llPolygon(b,a)}function ea(b){return b.randomizer||(b.randomizer=new sa(b.seed||0)),b.randomizer.n…
193 …k(this,b);this.seed=a}_createClass(b,[{key:"next",value:function(){return this.seed?(Math.pow(2,31…
194 …hure",fillWeight:-1,hachureAngle:-41,hachureGap:-1,dashOffset:-1,dashGap:-1,zigzagOffset:-1,seed:0, property in S.b.defaultOptions
10472 …=(f<<5)-f+d.charCodeAt(e)<<0}f={strokeWidth:this.canvas.state.strokeWidth,seed:f,preserveVertices:… property in b.getStyle.f
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1 …(boxContainer){var $t,seed=0,random,box;for(System.Diagnostics.Debug.writeln(seed.toString()),rand…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1 …tion (CompletionItem) {\r\n /**\r\n * Create a completion item and seed it with a label.\r\…
H A Dbundle.js.map1seed.\n * If set to false, the IDs are generated based on the current date and thus are not dete…
H A Djson.worker.js.map1 …tion (CompletionItem) {\r\n /**\r\n * Create a completion item and seed it with a label.\r\…
H A D3.3.js.map1 …function (CompletionItem) {\n /**\n * Create a completion item and seed it with a label.\n …
H A D2.2.js.map1 …function (CompletionItem) {\n /**\n * Create a completion item and seed it with a label.\n …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1seed","mkBorder","col","darkMode","Theme","background","primaryColor","noteBkgColor","noteTextColo…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3133 var Sizzle=function(selector,context,results,seed){results=results||[]; argument
3147 }}}else{if(!seed&&parts.length>1&&context.nodeType===9&&!contextXML&&Expr.match.ID.test(parts[0])&&…
3149 }if(context){var ret=seed?{expr:parts.pop(),set:makeArray(seed)}:Sizzle.find(parts.pop(),parts.leng…
3169 }if(extra){Sizzle(extra,origContext,results,seed);
3417 }Sizzle=function(query,context,extra,seed){context=context||document; argument
3418 if(!seed&&context.nodeType===9&&!isXML(context)){try{return makeArray(context.querySelectorAll(quer…
3419 }catch(e){}}return oldSizzle(query,context,extra,seed)
/plugin/codemirror/dist/modes/
H A Dperl.min.js.map1 …ot function\n srand :1, // - seed the random number g…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js54547 function MurmurHash3_64(seed) {
54550 this.h1 = seed ? seed & 0xffffffff : SEED;
54551 this.h2 = seed ? seed & 0xffffffff : SEED;
H A Dpdf.worker.js.map1seed","update","blockCounts","tailLength","dataUint32","k2","C1","C2","C1_LOW","C2_LOW","hex1","he…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1seed|title)|regexp|string result|using( delimiters)?|default (answer|button|color|country code|ent…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13 …ut(function(){p.hide(e.id)},e.expire)),p.pull[e.id]=i,i=null,e.id}(e)}};p.seed=(new Date).valueOf(…
H A Ddhtmlxgantt.js.map1seed","helpers","copy","result","isDate","Date","isArray","Array","length","isStringObject","Strin…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_tooltip.js.map1seed","helpers","copy","result","isDate","Date","isArray","Array","length","isStringObject","Strin…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js1140 var seed;
1142 if (!seed)
1143 seed = (new Date()).valueOf();
1145 seed++;
1146 return seed;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js14937 messageBox.seed = (new Date()).valueOf();
30075 var seed;
30077 if (!seed)
30078 seed = (new Date()).valueOf();
30080 seed++;
30081 return seed;
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …F483"}.mdi-security-network::before{content:"\F484"}.mdi-seed::before{content:"\FE45"}.mdi-seed-ou…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js12663 var Sizzle = function(selector, context, results, seed) { argument
12710 if ( !seed && parts.length > 1 && context.nodeType === 9 && !contextXML &&
12717 var ret = seed ?
12718 { expr: parts.pop(), set: makeArray(seed) } :
12777 Sizzle( extra, origContext, results, seed );
13496 Sizzle = function(query, context, extra, seed){ argument
13501 if ( !seed && context.nodeType === 9 && !isXML(context) ) {
13507 return oldSizzle(query, context, extra, seed);
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js5152 function seed(i, end) { function
5162 seed(i, stops[i].offset);
5165 seed(len, stops[len].offset);
/plugin/avatar/
H A Dhelper.php77 $seed = md5(dokuwiki\Utf8\PhpString::strtolower($mail));
81 $file = 'monsterid.php?seed='.$seed.'&size='.$size.'&.png';
102 $src .= 'avatar/'.$seed.'?s='.$size.'&d='.$this->getConf('default').'&r='.$this->getConf('rating').'&.jpg';
H A Dmonsterid.php7 build_monster($_REQUEST['seed'], $_REQUEST['size']);
10 * Generates a monster for the given seed
13 function build_monster($seed='',$size='') { argument
14 // create 16 byte hash from seed
15 $hash = md5($seed);
17 // calculate part values from seed
53 // restore random seed
54 if($seed) srand();
73 function _get_monster_part($seed, $lower = 0, $upper = 255) { argument
74 return hexdec($seed)
[all...]

12345