Searched refs:totalWeight (Results 1 – 1 of 1) sorted by relevance
| /plugin/botmon/ |
| H A D | action.php | 443 $totalWeight = 0; 448 $totalWeight += (int) $arr[1]; 468 array_push($toc, $this->dadaMakeHeadline($words, $totalWeight)); // $toc 477 echo $this->dadaMakeParagraph($words, $totalWeight); 484 echo $this->dadaMakeSection($words, $totalWeight, $hl); 488 private function dadaMakeSection($words, $totalWeight, $hl) { argument 510 $sec .= $this->dadaMakeParagraph($words, $totalWeight); 517 private function dadaMakeHeadline($words, $totalWeight) { argument 528 array_push($hlArr, $this->dadaSelectRandomWord($words, $totalWeight)); 540 private function dadaMakeParagraph($words, $totalWeight) { argument [all …]
|