Lines Matching refs:row

290                         foreach ($rows as $row) {
291 … $this->fillYData($row->d_month, 0, $row->total, $x_axis, $z_axis, $ydata);
297 foreach ($rows as $row) {
298 … $this->fillYData($row->d_month, $row->i_sex, $row->total, $x_axis, $z_axis, $ydata);
307 foreach ($rows as $row) {
308 … $this->fillYData($row->d_month, $boundary, $row->total, $x_axis, $z_axis, $ydata);
339 foreach ($rows as $row) {
340 … $this->fillYData($row->d_month, 0, $row->total, $x_axis, $z_axis, $ydata);
346 foreach ($rows as $row) {
347 … $this->fillYData($row->d_month, $row->i_sex, $row->total, $x_axis, $z_axis, $ydata);
356 foreach ($rows as $row) {
357 … $this->fillYData($row->d_month, $boundary, $row->total, $x_axis, $z_axis, $ydata);
388 foreach ($rows as $row) {
389 … $this->fillYData($row->d_month, 0, $row->total, $x_axis, $z_axis, $ydata);
398 foreach ($rows as $row) {
399 … $this->fillYData($row->d_month, $boundary, $row->total, $x_axis, $z_axis, $ydata);
430 foreach ($rows as $row) {
431 … $this->fillYData($row->d_month, 0, $row->total, $x_axis, $z_axis, $ydata);
437 foreach ($rows as $row) {
438 … $this->fillYData($row->d_month, $row->i_sex, $row->total, $x_axis, $z_axis, $ydata);
447 foreach ($rows as $row) {
448 … $this->fillYData($row->d_month, $boundary, $row->total, $x_axis, $z_axis, $ydata);
480 foreach ($rows as $row) {
481 … if (!in_array($row->f_husb, $indi, true) && !in_array($row->f_wife, $indi, true)) {
482 $this->fillYData($row->month, 0, 1, $x_axis, $z_axis, $ydata);
484 $indi[] = $row->f_husb;
485 $indi[] = $row->f_wife;
495 foreach ($rows as $row) {
496 … if (!in_array($row->f_husb, $indi, true) && !in_array($row->f_wife, $indi, true)) {
497 … $this->fillYData($row->month, $boundary, 1, $x_axis, $z_axis, $ydata);
499 $indi[] = $row->f_husb;
500 $indi[] = $row->f_wife;
532 foreach ($rows as $row) {
533 foreach ($row as $age) {
543 foreach ($rows as $row) {
544 foreach ($row as $age) {
557 foreach ($rows as $row) {
558 foreach ($row as $age) {
596 foreach ($rows as $row) {
597 $years = (int) ($row->age / self::DAYS_IN_YEAR);
606 foreach ($rows as $row) {
607 $years = (int) ($row->age / self::DAYS_IN_YEAR);
620 foreach ($rows as $row) {
621 $years = (int) ($row->age / self::DAYS_IN_YEAR);
658 foreach ($rows as $row) {
659 if (!in_array($row->d_gid, $indi, true)) {
660 $years = (int) ($row->age / self::DAYS_IN_YEAR);
662 $indi[] = $row->d_gid;
672 foreach ($rows as $row) {
673 if (!in_array($row->d_gid, $indi, true)) {
674 $years = (int) ($row->age / self::DAYS_IN_YEAR);
676 $indi[] = $row->d_gid;
690 foreach ($rows as $row) {
691 if (!in_array($row->d_gid, $indi, true)) {
692 $years = (int) ($row->age / self::DAYS_IN_YEAR);
694 $indi[] = $row->d_gid;
727 foreach ($rows as $row) {
728 … $this->fillYData($row->f_numchil, 0, $row->total, $x_axis, $z_axis, $ydata);
737 foreach ($rows as $row) {
738 … $this->fillYData($row->f_numchil, $boundary, $row->total, $x_axis, $z_axis, $ydata);