Searched refs:boundary (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/Module/ |
H A D | StatisticsChartModule.php | 305 foreach (array_keys($z_axis) as $boundary) { 306 $rows = $statistics->statsBirthQuery($prev_boundary, $boundary)->get(); 308 … $this->fillYData($row->d_month, $boundary, $row->total, $x_axis, $z_axis, $ydata); 310 $prev_boundary = $boundary + 1; 354 foreach (array_keys($z_axis) as $boundary) { 355 $rows = $statistics->statsDeathQuery($prev_boundary, $boundary)->get(); 357 … $this->fillYData($row->d_month, $boundary, $row->total, $x_axis, $z_axis, $ydata); 359 $prev_boundary = $boundary + 1; 396 foreach (array_keys($z_axis) as $boundary) { 397 … $rows = $statistics->statsMarriageQuery($prev_boundary, $boundary)->get(); [all …]
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 1049 …b,{editable:d,inInlineMode:d.isInline(),doc:g,win:l,hotNode:null},!0);b.boundary=b.inInlineMode?b.… 1056 …||k.type!=CKEDITOR.NODE_ELEMENT||!k.$||t.ie&&9>t.version&&!c.boundary.equals(k)&&!c.boundary.conta…
|