Home
last modified time | relevance | path

Searched refs:totalWeight (Results 1 – 1 of 1) sorted by relevance

/plugin/botmon/
H A Daction.php449 $totalWeight = 0;
454 $totalWeight += (int) $arr[1];
474 array_push($toc, $this->dadaMakeHeadline($words, $totalWeight)); // $toc
483 echo $this->dadaMakeParagraph($words, $totalWeight);
490 echo $this->dadaMakeSection($words, $totalWeight, $hl);
494 private function dadaMakeSection($words, $totalWeight, $hl) { argument
516 $sec .= $this->dadaMakeParagraph($words, $totalWeight);
523 private function dadaMakeHeadline($words, $totalWeight) { argument
534 array_push($hlArr, $this->dadaSelectRandomWord($words, $totalWeight));
546 private function dadaMakeParagraph($words, $totalWeight) { argument
[all …]