Home
last modified time | relevance | path

Searched defs:url (Results 1 – 25 of 96) sorted by relevance

1234

/webtrees/resources/views/lists/
H A Dsurnames-column-list.phtml27 …$url = $module instanceof ModuleListInterface ? $module->listUrl($tree, ['alpha' => '@'] + $para… variable
30 …$url = $module instanceof ModuleListInterface ? $module->listUrl($tree, ['surname' => $surn] + $… variable
33 …$url = $module instanceof ModuleListInterface ? $module->listUrl($tree, ['surname' => $surn] + $… variable
H A Dsurnames-compact-list.phtml24 … $url = $module instanceof ModuleListInterface ? $module->listUrl($tree, ['alpha' => '@']) : ''; variable
27 …$url = $module instanceof ModuleListInterface ? $module->listUrl($tree, ['surname' => $surn]) : … variable
30 …$url = $module instanceof ModuleListInterface ? $module->listUrl($tree, ['surname' => $surn]) : … variable
H A Dsurnames-bullet-list.phtml24 … $url = $module instanceof ModuleListInterface ? $module->listUrl($tree, ['alpha' => '@']) : ''; variable
27 …$url = $module instanceof ModuleListInterface ? $module->listUrl($tree, ['surname' => $surn]) : … variable
30 …$url = $module instanceof ModuleListInterface ? $module->listUrl($tree, ['surname' => $surn]) : … variable
/webtrees/app/Report/
H A DReportBaseCell.php95 public string $url = ''; variable in Fisharebest\\Webtrees\\Report\\ReportBaseCell
172 public function setUrl(string $url): void
/webtrees/app/
H A DHtml.php67 public static function url(string $path, array $data): string function in Fisharebest\\Webtrees\\Html
H A DPlace.php207 public function url(): string function in Fisharebest\\Webtrees\\Place
H A DGedcomRecord.php227 public function url(): string function in Fisharebest\\Webtrees\\GedcomRecord
/webtrees/app/Contracts/
H A DResponseFactoryInterface.php56 …ectUrl(UriInterface|string $url, int $code = StatusCodeInterface::STATUS_FOUND): ResponseInterface;
/webtrees/app/Helpers/
H A Dfunctions.php80 function redirect(string $url, int $code = StatusCodeInterface::STATUS_FOUND): ResponseInterface
/webtrees/app/Module/
H A DSearchMenuModule.php131 $url = route(SearchReplacePage::class, ['tree' => $tree->name()]); variable in Fisharebest\\Webtrees\\Module\\SearchMenuModule
H A DModuleThemeTrait.php282 $url = route(LoginPage::class, ['tree' => $tree?->name(), 'url' => $redirect]); variable
420 $url = route(PendingChanges::class, [ variable
H A DFamilyTreeFavoritesModule.php214 private function addUrlFavorite(Tree $tree, string $url, string $title, string $note): void
H A DUserFavoritesModule.php217 …private function addUrlFavorite(Tree $tree, UserInterface $user, string $url, string $title, strin…
/webtrees/
H A Dpackage-lock.json113 "url": "https://opencollective.com/babel" string
1734 "url": "https://github.com/sponsors/csstools" string
1738 "url": "https://opencollective.com/csstools" string
1758 "url": "https://github.com/sponsors/csstools" string
1762 "url": "https://opencollective.com/csstools" string
1781 "url": "https://github.com/sponsors/csstools" string
1785 "url": "https://opencollective.com/csstools" string
1801 "url": "https://github.com/sponsors/csstools" string
1805 "url": "https://opencollective.com/csstools" string
2012 "url": "https://opencollective.com/parcel" string
[all …]
/webtrees/app/Factories/
H A DResponseFactory.php87 …rectUrl(UriInterface|string $url, int $code = StatusCodeInterface::STATUS_FOUND): ResponseInterface
/webtrees/resources/js/
H A Dwebtrees.js45 webtrees.httpGet = function (url) { argument
65 webtrees.httpPost= function (url, body = '') { argument
651 url: this.dataset.wtAutocompleteUrl, property
652 replace: function (url, uriEncodedQuery) { argument
H A Dtreeview.js185 url: tv.ajaxPersons, property
H A Dstatistics.js90 load (url) { argument
/webtrees/app/Services/
H A DMessageService.php95 …face $sender, UserInterface $recipient, string $subject, string $body, string $url, string $ip): b…
H A DUpgradeService.php148 public function downloadFile(string $url, FilesystemOperator $filesystem, string $path): int
H A DUserService.php315 …string $user_name, string $real_name, string $email, #[\SensitiveParameter] string $password): User
/webtrees/app/Http/Middleware/
H A DBadBotBlocker.php371 private function fetchIpRangesForUrl(string $ua, string $url): array
/webtrees/public/ckeditor-4.15.1-custom/plugins/forms/dialogs/
H A Dtextfield.js5 …s.id);this.setValue(a||"")}var g={email:1,password:1,search:1,tel:1,text:1,url:1};return{title:b.l… property
/webtrees/public/js/
H A Dwebtrees.min.js1 …ator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor==… argument
/webtrees/public/ckeditor-4.15.1-custom/plugins/image/dialogs/
H A Dimage.js37 …cke_dialog_image_browse",filebrowser:{action:"Browse",target:"Link:txtUrl",url:d.config.filebrowse… property

1234