Home
last modified time | relevance | path

Searched defs:query (Results 1 – 22 of 22) sorted by relevance

/webtrees/app/Module/
H A DFixSearchAndReplace.php137 $query = DB::table('families')->where('f_file', '=', $tree->id()); variable in Fisharebest\\Webtrees\\Module\\FixSearchAndReplace
158 $query = DB::table('individuals') variable in Fisharebest\\Webtrees\\Module\\FixSearchAndReplace
181 $query = DB::table('other') variable in Fisharebest\\Webtrees\\Module\\FixSearchAndReplace
205 $query = DB::table('media') variable in Fisharebest\\Webtrees\\Module\\FixSearchAndReplace
228 $query = DB::table('other') variable in Fisharebest\\Webtrees\\Module\\FixSearchAndReplace
252 $query = DB::table('other') variable in Fisharebest\\Webtrees\\Module\\FixSearchAndReplace
276 $query = $this->sourcesToFixQuery($tree, $params); variable in Fisharebest\\Webtrees\\Module\\FixSearchAndReplace
298 $query = $this->submittersToFixQuery($tree, $params); variable in Fisharebest\\Webtrees\\Module\\FixSearchAndReplace
413 private function recordQuery(Builder $query, string $column, array $params): void
H A DFixMissingDeaths.php75 $query = $this->individualsToFixQuery($tree, $params); variable in Fisharebest\\Webtrees\\Module\\FixMissingDeaths
H A DAbstractIndividualListModule.php492 protected function whereFamily(bool $fams, Builder $query): void
507 protected function whereMarriedName(bool $marnm, Builder $query): void
/webtrees/app/Services/
H A DCalendarService.php405 private function defaultAnniversaries(Builder $query, AbstractCalendarDate $anniv): void
424 private function cheshvanAnniversaries(Builder $query, JewishDate $anniv): void
443 private function kislevAnniversaries(Builder $query, JewishDate $anniv): void
471 private function tevetAnniversaries(Builder $query, JewishDate $anniv): void
494 private function adarIIAnniversaries(Builder $query, JewishDate $anniv): void
521 private function nisanAnniversaries(Builder $query, JewishDate $anniv): void
H A DDatatablesService.php127 …public function handleQuery(ServerRequestInterface $request, Builder $query, array $search_columns…
H A DSearchService.php1033 …private function paginateQuery(Builder $query, Closure $row_mapper, Closure $row_filter, int $offs…
1072 … private function whereSearch(Builder $query, Expression|string $column, array $search_terms): void
1086 private function wherePhonetic(Builder $query, $field, string $soundex): void
1102 private function whereTrees(Builder $query, string $tree_id_field, array $trees): void
/webtrees/app/Http/RequestHandlers/
H A DTomSelectPlace.php53 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
H A DAbstractTomSelectHandler.php85 …abstract protected function search(Tree $tree, string $query, int $offset, int $limit, string $at)…
H A DTomSelectLocation.php59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
H A DTomSelectFamily.php59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
H A DTomSelectRepository.php59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
H A DTomSelectSource.php59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
H A DTomSelectNote.php59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
H A DTomSelectIndividual.php58 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
H A DTomSelectSubmission.php59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
H A DTomSelectMediaObject.php59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
H A DTomSelectSubmitter.php59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
H A DTomSelectSharedNote.php59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect…
H A DSearchGeneralPage.php232 private function extractSearchTerms(string $query): array
/webtrees/app/
H A DDB.php231 public static function query(): Builder function in Fisharebest\\Webtrees\\DB
/webtrees/app/Statistics/Google/
H A DChartDistribution.php260 private function filterEventPlaces(Builder $query, string $fact): array
/webtrees/tests/
H A DTestCase.php100 array $query = [],