Lines Matching refs:idx
129 for($idx = 0; $idx < $nbItems; $idx++) {130 $result[] = $idx + 1;137 for($idx = 0; $idx < $this->nbCols; $idx++) {138 $nbItemPerCol[] = ceil(($idx + 1) * $collength) - ceil($idx * $collength);143 for($idx = 1; $idx < $this->nbCols; $idx++) {144 $result[] = end($result) + $nbItemPerCol[$idx];