Home
last modified time | relevance | path

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

/web-php/src/UserNotes/
H A DSorter.php7 private $maxVote; variable in phpweb\\UserNotes\\Sorter
33 $this->voteFactor = $this->maxVote - $this->minVote
34 ? (1 - .3) / ($this->maxVote - $this->minVote)
87 $this->minVote = $this->maxVote = ($first->upvotes - $first->downvotes);
91 $this->maxVote = max($this->maxVote, ($note->upvotes - $note->downvotes));

Completed in 4 milliseconds