/webtrees/app/Services/ |
H A D | SearchService.php | 113 …public function searchFamilyNames(array $trees, array $search, int $offset = 0, int $limit = PHP_I… 196 …public function searchIndividualNames(array $trees, array $search, int $offset = 0, int $limit = P… 245 …public function searchLocations(array $trees, array $search, int $offset = 0, int $limit = PHP_INT… 266 …public function searchMedia(array $trees, array $search, int $offset = 0, int $limit = PHP_INT_MAX… 286 …public function searchNotes(array $trees, array $search, int $offset = 0, int $limit = PHP_INT_MAX… 307 …public function searchSharedNotes(array $trees, array $search, int $offset = 0, int $limit = PHP_I… 328 …public function searchRepositories(array $trees, array $search, int $offset = 0, int $limit = PHP_… 349 …public function searchSources(array $trees, array $search, int $offset = 0, int $limit = PHP_INT_M… 369 …public function searchSourcesByName(array $trees, array $search, int $offset = 0, int $limit = PHP… 390 …public function searchSurnames(array $trees, array $search, int $offset = 0, int $limit = PHP_INT_… [all …]
|
/webtrees/app/Module/ |
H A D | SiteMapModule.php | 310 private function sitemapRecords(Tree $tree, string $type, int $limit, int $offset): Collection 358 private function sitemapFamilies(Tree $tree, int $limit, int $offset): Collection 376 private function sitemapIndividuals(Tree $tree, int $limit, int $offset): Collection 394 private function sitemapMedia(Tree $tree, int $limit, int $offset): Collection 412 private function sitemapNotes(Tree $tree, int $limit, int $offset): Collection 431 private function sitemapRepositories(Tree $tree, int $limit, int $offset): Collection 450 private function sitemapSources(Tree $tree, int $limit, int $offset): Collection 468 private function sitemapSubmitters(Tree $tree, int $limit, int $offset): Collection
|
/webtrees/app/Http/RequestHandlers/ |
H A D | TomSelectPlace.php | 53 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
|
H A D | AbstractTomSelectHandler.php | 85 …abstract protected function search(Tree $tree, string $query, int $offset, int $limit, string $at)…
|
H A D | TomSelectLocation.php | 59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
|
H A D | TomSelectFamily.php | 59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
|
H A D | TomSelectRepository.php | 59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
|
H A D | TomSelectSource.php | 59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
|
H A D | TomSelectNote.php | 59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
|
H A D | TomSelectIndividual.php | 58 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
|
H A D | TomSelectSubmission.php | 59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
|
H A D | TomSelectMediaObject.php | 59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
|
H A D | TomSelectSubmitter.php | 59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
|
H A D | TomSelectSharedNote.php | 59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
|
/webtrees/app/Report/ |
H A D | RightToLeftSupport.php | 577 private static function getChar(string $text, int $offset): array
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 165 d=f?f.getIndex(!0)+1:0)):d+=m}b.container=e;b.offset=d}function b(a,c){var e=c.getCustomData("cke-f… property 453 …gth;if(c.getLength()>f&&e&&e.intersectsNode(c.$)){var g=[{node:d.anchorNode,offset:d.anchorOffset}, property 454 {node:d.focusNode,offset:d.focusOffset}];d.anchorNode==c.$&&d.anchorOffset>f&&(g[0].offset-=f);d.fo… property 547 …unction(a,b,c,d){a=a.toLowerCase();this.icons[a]||(this.icons[a]={path:b,offset:c||0,bgsize:d||"16… property 1238 …i < icons.length; i++ )CKEDITOR.skin.icons[ icons[ i ] ] = { path: path, offset: -icons[ ++i ], bg… property
|