Searched refs:collection (Results 1 – 5 of 5) sorted by relevance
/webtrees/app/Services/ |
H A D | DatatablesService.php | 51 …public function handleCollection(ServerRequestInterface $request, Collection $collection, array $s… argument 60 $recordsTotal = $collection->count(); 64 …$collection = $collection->filter(static function (array $row) use ($search, $search_columns): boo… 77 …$collection = $collection->sort(static function (array $row1, array $row2) use ($order, $sort_colu… 98 $recordsFiltered = $collection->count(); 101 $data = $collection->slice($start, $length); 103 $data = $collection;
|
H A D | SearchService.php | 1035 $collection = new Collection(); 1041 if ($collection->containsStrict($record)) { 1050 $collection->push($record); 1062 return $collection;
|
/webtrees/ |
H A D | composer.lock | 3385 "name": "ramsey/collection", 3389 "url": "https://github.com/ramsey/collection.git", 3394 …"url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ec… 3451 "collection", 3458 "issues": "https://github.com/ramsey/collection/issues", 3459 "source": "https://github.com/ramsey/collection/tree/2.0.0" 3467 "url": "https://tidelift.com/funding/github/packagist/ramsey/collection", 3491 "ramsey/collection": "^1.2 || ^2.0" 6137 …"description": "Library that provides collection, processing, and rendering functionality for PHP …
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | LICENSE.md | 481 A "library" means a collection of software functions and/or data 1347 "Original Version" refers to the collection of Font Software components as
|
H A D | CHANGES.md | 1159 …018](https://dev.ckeditor.com/ticket/12018): Fixed and reviewed: Nested widgets garbage collection.
|