Home
last modified time | relevance | path

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

/dports/www/hotcrp/hotcrp-2.102/
H A Dmail.php224 private function echo_mailinfo($nrows_done, $nrows_left) { argument
228 …$s = "\$\$('mailcount').innerHTML=\"" . round(100 * $nrows_done / max(1, $nrows_left)) . "% done.\…
377 $nrows_left = edb_nrows($result);
408 $this->echo_mailinfo($nrows_done, $nrows_left);
421 $this->echo_mailinfo($nrows_done, $nrows_left);
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetTabular.cpp1277 int nrows_left = 0; in columnLeftLine() local
1285 ++nrows_left; in columnLeftLine()
1288 return 2 * nrows_left >= total; in columnLeftLine()