Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DStatisticsChartModule.php289 $rows = $statistics->statsBirthQuery()->get();
290 foreach ($rows as $row) {
296 $rows = $statistics->statsBirthBySexQuery()->get();
297 foreach ($rows as $row) {
306 $rows = $statistics->statsBirthQuery($prev_boundary, $boundary)->get();
307 foreach ($rows as $row) {
338 $rows = $statistics->statsDeathQuery()->get();
339 foreach ($rows as $row) {
345 $rows = $statistics->statsDeathBySexQuery()->get();
346 foreach ($rows as $row) {
[all …]
H A DRecentChangesModule.php113 $rows = $this->getRecentChangesFromDatabase($tree, $days);
115 $rows = $this->getRecentChangesFromGenealogy($tree, $days);
120 …$rows = $rows->sort(static fn (object $x, object $y): int => GedcomRecord::nameComparator()($x->r…
125 … $rows = $rows->sort(static fn (object $x, object $y): int => $x->time <=> $y->time);
131 … $rows = $rows->sort(static fn (object $x, object $y): int => $y->time <=> $x->time);
136 if ($rows->isEmpty()) {
143 'rows' => $rows->values(),
151 'rows' => $rows,
H A DLifespansChartModule.php432 $rows = [];
451 $next_row = count($rows);
453 foreach ($rows as $row => $year) {
461 $rows[$next_row] = $death_year;
H A DRelationshipsChartModule.php497 $rows = DB::table('link')
514 foreach ($rows as $row) {
/webtrees/app/Services/
H A DGedcomImportService.php535 $rows = [];
546 $rows[] = [
557 $rows = array_intersect_key($rows, array_unique(array_map('serialize', $rows)));
560 foreach (array_chunk($rows, 20000) as $chunk) {
577 $rows = [];
584 $rows[] = [
597 $rows[] = [
612 $rows = array_intersect_key($rows, array_unique(array_map('serialize', $rows)));
614 DB::table('dates')->insert($rows);
629 $rows = [];
[all …]
H A DHomePageService.php175 $rows = DB::table('block')
181 return $this->filterActiveBlocks($rows, $this->availableTreeBlocks($tree, $user));
225 $rows = DB::table('block')
231 return $this->filterActiveBlocks($rows, $this->availableUserBlocks($tree, $user));
H A DMapDataService.php84 $rows = DB::table('places')
92 foreach ($rows as $row) {
H A DPendingChangesService.php92 $rows = DB::table('change')
116 foreach ($rows as $row) {
H A DGedcomExportService.php226 foreach ($data as $rows) {
227 foreach ($rows as $datum) {
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php371 $rows = $this->ageBetweenSiblingsQuery($total);
373 foreach ($rows as $fam) {
403 $rows = $this->ageBetweenSiblingsQuery($total);
407 foreach ($rows as $fam) {
447 $rows = $this->ageBetweenSiblingsQuery($total);
449 foreach ($rows as $fam) {
466 $rows = $this->ageBetweenSiblingsQuery($total);
468 foreach ($rows as $fam) {
1077 $rows = [];
1079 $rows[$family->family] = $family->age;
[all …]
H A DPlaceRepository.php74 $rows = [];
77 $rows = DB::table('individuals')
84 $rows = DB::table('families')->select(['f_gedcom as tree'])
93 foreach ($rows as $row) {
H A DIndividualRepository.php124 $rows = $query
130 foreach ($rows as $n_givn => $count) {
994 $rows = $this->birthAndDeathQuery($sex)
1002 foreach ($rows as $row) {
/webtrees/app/Http/RequestHandlers/
H A DDataFixUpdateAll.php77 $rows = $module->recordsToFix($tree, $params);
79 if ($rows->isEmpty()) {
87 return $this->createUpdateRanges($tree, $module, $rows, $params);
91 $records = $rows
113 Collection $rows, argument
116 $total = $rows->count();
118 $updates = $rows
H A DMapDataExportGeoJson.php111 $rows = $query
118 foreach ($rows as $row) {
H A DUnconnectedPage.php69 $rows = DB::table('link')
81 foreach ($rows as $row) {
H A DMapDataExportCSV.php111 $rows = $query
118 foreach ($rows as $row) {
H A DCheckTree.php129 $rows = $q1
152 foreach ($rows as $row) {
164 unset($rows);
/webtrees/public/ckeditor-4.15.1-custom/plugins/table/dialogs/
H A Dtable.js5 (function(){function w(a){for(var f=0,p=0,n=0,q,d=a.$.rows.length;n<d;n++){q=a.$.rows[n];for(var e=…
10rows.length;g++)m=new CKEDITOR.dom.element(b.$.rows[g].cells[0]),m.renameNode("th"),m.setAttribute…
11 …insertElement(b),setTimeout(function(){var d=new CKEDITOR.dom.element(b.$.rows[0].cells[0]),c=a.cr…
12 …bel:a.lang.table.rows,required:!0,controlStyle:"width:5em",validate:t(a.lang.table.invalidRows),se…
13 …r a=this.getDialog();a.hasColumnHeaders=!0;for(var b=0;b<d.$.rows.length;b++){var c=d.$.rows[b].ce…
/webtrees/resources/views/modules/recent_changes/
H A Dchanges-list.phtml20 <?php foreach ($rows as $n => $row) : ?>
21 <?php if ($n === $limit_low && $rows->count() > $limit_high) : ?>
41 <div class="<?= $n >= $limit_low && $rows->count() > $limit_high ? 'd-none' : '' ?>">
H A Dchanges-table.phtml31 data-paging="<?= $rows->count() >= $limit_high ? 'true' : 'false' ?>"
57 <?php foreach ($rows as $row) : ?>
/webtrees/app/Statistics/Google/
H A DChartDistribution.php134 $rows = DB::table('places')
152 foreach ($rows as $country => $count) {
171 $rows =
191 foreach ($rows as $country => $count) {
/webtrees/app/
H A DTree.php134 $rows = DB::table('default_resn')
138 foreach ($rows as $row) {
/webtrees/public/ckeditor-4.15.1-custom/plugins/forms/dialogs/
H A Dtextarea.js7 …oveAttribute("cols")}},{id:"rows",type:"text",label:b.lang.forms.textarea.rows,"default":"",access…
/webtrees/public/ckeditor-4.15.1-custom/
H A Dckeditor.js568 ….getNextId()+"_textarea",e={};a.validate&&(this.validate=a.validate);e.rows=a.rows||5;e.cols=a.col…
816 …s({$:function(a,b,c){this.editor=a;this.cssProperty=b;this.clickFn=c;this.rows=[];this._.addNewRow… property
819rows.length;b++){var c=this.rows[b].extractColorBox(a);if(c)return c}return null},moveToBeginning:…
820rows[a].boxes.length<=this.editor.config.colorButton_colorsPerRow);a++)this.rows[a+1]?this._.moveL…
822 1},attachRows:function(){CKEDITOR.tools.array.forEach(this.rows,function(a){this.container.append(a…
823 …alignRows()},getLength:function(){return CKEDITOR.tools.array.reduce(this.rows,function(a,b){retur…
1161 …Node;return a},function(){var a=b.getParent(),a=a.getAscendant("table").$.rows[a.$.rowIndex+(c?-1:…
1172 …b=b[b.length-1],k=b.getParent().$.rowIndex+b.$.rowSpan-1,b=new CKEDITOR.dom.element(e.$.rows[k]),a=
1174rows[d]),m=0;m<k.length;m++){var l=new CKEDITOR.dom.element(k[m]),n=l.getParent().$.rowIndex;1==l.…
1175 …ull)}d instanceof CKEDITOR.dom.element&&(c=d.getAscendant("table"),1==c.$.rows.length?c.remove():d…
[all …]
H A DCHANGES.md671 …4/addon/tableresize) plugin throws an error when used with a table with only header or footer rows.
719 ….ckeditor.com/ticket/14762): Fixed: Hovering over an empty table (without rows or cells) throws an…
744 …-colorButton_colorsPerRow) configuration option for setting the number of rows in the color select…