Home
last modified time | relevance | path

Searched refs:seed (Results 1 – 25 of 137) sorted by relevance

123456

/plugin/farmer/vendor/splitbrain/php-ringicon/src/
H A DRingIconSVG.php21 * @param string $seed
25 public function getInlineSVG($seed = '') argument
27 return $this->generateSVGImage($seed);
35 * @param string $seed initialize the genrator with this string
38 public function createImage($seed = '', $file = '') argument
40 $svg = $this->generateSVGImage($seed, true);
54 * @param string $seed initialize the genrator with this string
59 protected function generateSVGImage($seed = '', $file = false) argument
61 if (!$seed) {
62 $seed = mt_rand() . time();
[all …]
H A DAbstractRingIcon.php22 protected $seed; variable in splitbrain\\RingIcon\\AbstractRingIcon
40 $this->seed = mt_rand() . time();
63 $this->seed = md5($this->seed);
64 $rand = hexdec(substr($this->seed, 0, 8));
H A DRingIcon.php13 * @param string $seed initialize the genrator with this string
16 public function createImage($seed = '', $file = '') argument
18 if (!$seed) {
19 $seed = mt_rand() . time();
21 $this->seed = $seed;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
DFunctionScore.php202 * @param int $seed the seed value
210 int $seed, argument
216 'seed' => $seed,
261 …* @param int|null $seed set a seed value to return results in the same random order for consistent…
265 public function setRandomScore(?int $seed = null): self argument
268 if (null !== $seed) {
269 $seedParam->seed = $seed;
/plugin/epub/scripts/
Dcheck_progess.php9 $seed = md5(rawurldecode($_POST['user']).time());
12 $user= rawurldecode($_POST['client']) . ":$seed";
15 $user=$temp_user?"$temp_user:$seed":$seed;
Depub_utils.php161 $seed = md5(rawurldecode($_POST['user']).time());
164 $user= rawurldecode($_POST['client']) . ":$seed";
167 $user=$temp_user?"$temp_user:$seed":$seed;
/plugin/avatar/
Dmonsterid.php16 $seed = preg_replace('/[^a-f0-9]/i', '', $_GET['seed'] ?? ''); variable
23 $image = generate_monster($seed, $size);
37 function generate_monster(string $seed, int $size): ?GdImage argument
43 $hash = md5($seed);
Dhelper.php165 … $monsterUrl = DOKU_URL . 'lib/plugins/avatar/monsterid.php?seed=' . $seed . '&size=' . $size;
203 $file = 'monsterid.php?seed=' . $seed . '&size=' . $size . '&.png';
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DRandom.php107 $v = $seed = $_SESSION['seed'] = sha1($v, true);
138 $key = sha1($seed . 'A', true);
139 $iv = sha1($seed . 'C', true);
/plugin/asciidocjs/node_modules/js-stringify/
D.npmignore2 *.seed
/plugin/asciidocjs/node_modules/doctypes/
D.npmignore2 *.seed
/plugin/asciidocjs/node_modules/is-expression/
D.npmignore2 *.seed
/plugin/asciidocjs/node_modules/token-stream/
D.npmignore2 *.seed
/plugin/llm/llm.js/
Dllm.js1seed:t=-1,max_token_len:a=50,top_k:r=40,top_p:s=.9,temp:o=1,repeat_last_n:n=32,repeat_penalty:l=1.… property
D117.js1 …Message({event:4}),console.log("model: Completed")})(e.data.prompt,e.data.seed,e.data.max_token_le…
/plugin/asciidocjs/node_modules/uglify-to-browserify/
D.npmignore2 *.seed
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
DPublicKey.php396 $seed = Random::string($this->hLen);
397 $dbMask = $this->mgf1($seed, $this->k - $this->hLen - 1);
400 $maskedSeed = $seed ^ $seedMask;
DPrivateKey.php401 $seed = $maskedSeed ^ $seedMask;
402 $dbMask = $this->mgf1($seed, $this->k - $this->hLen - 1);
/plugin/farmer/vendor/splitbrain/php-ringicon/
H A DREADME.md4 This minimal library generates identifiers based on an input seed. It can be
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.clones.js63 function hashMurmur3(key, asString, seed) { argument
69 h1 = seed,
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_tooltip.js1140 var seed;
1142 if (!seed)
1143 seed = (new Date()).valueOf();
1145 seed++;
1146 return seed;
/plugin/botmon/
H A Dcaptcha.js178 document._botmon.seed || '',
/plugin/bible/bible_douayRheims/
DGenesis.txt11 …ring forth green herb, and such as may seed, and the fruit tree yielding fruit after its kind, whi…
12 …th the green herb, and such as yieldeth seed according to its kind, and the tree that beareth frui…
29 …: Behold I have given you every herb bearing seed upon the earth, and all trees that have in thems…
71 …3:15. I will put enmities between thee and the woman, and thy seed and her seed: she shall cursh t…
105 … forth a son, and called his name Seth, saying: God hath given me another seed for Abel, whom Cain…
162 … the fowls also of the air seven and seven, the male and the female: that seed may be saved upon t…
214 9:9. Behold I will establish my covenant with you, and with your seed after you:
305 …12:7. And the Lord appeared to Abram, and said to him: To thy seed will I give this land. And he b…
333 13:15. All the land which thou seest, I will give to thee, and to thy seed for ever.
334 … I will make thy seed as the dust of the earth: if any man be able to number the dust of the earth…
[all …]
/plugin/diagramsnet/lib/js/rough/
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
Drough.js.orig1seed=t}next(){return this.seed?(2**31-1&(this.seed=Math.imul(48271,this.seed)))/2**31:Math.random(…

123456