Home
last modified time | relevance | path

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

12345

/webtrees/resources/js/
H A Dtreeview.js82 tv.toolbox.find('#tvbCompact').each(function (index, tvCompact) {
88 tv.toolbox.find('#tvbAllPartners').each(function (index, tvAllPartners) {
94 tv.toolbox.find('#tvbOpen').each(function (index, tvbOpen) {
100 tv.treeview.find('.tv_box:not(.boxExpanded)').each(function (index, box) {
110 tv.toolbox.find('#tvbClose').each(function (index, tvbClose) {
115 tv.treeview.find('.tv_box.boxExpanded').each(function (index, box) {
116 …$(box).css('display', 'none').removeClass('boxExpanded').parent().find('.tv_box.collapsedContent')…
172 tv.treeview.find('td[abbr]').each(function (index, el) {
199 if (tv.treeview.find('td[abbr]').length) {
204 tv.treeview.find('.tv_box').css('width', 'auto');
[all …]
/webtrees/public/js/
H A Dwebtrees.min.js1find("#tvbCompact").each((function(e,t){t.onclick=function(){i.compact()}})),i.toolbox.find("#tvbA…
/webtrees/app/Services/
H A DSearchService.php886 $place = Place::find((int) $field_value, $tree);
897 $place = Place::find((int) $field_value, $tree);
1188 $tree = $this->tree_service->find((int) $row->f_file);
1202 $tree = $this->tree_service->find((int) $row->i_file);
1216 $tree = $this->tree_service->find((int) $row->o_file);
1230 $tree = $this->tree_service->find((int) $row->m_file);
1244 $tree = $this->tree_service->find((int) $row->o_file);
1258 $tree = $this->tree_service->find((int) $row->o_file);
1272 $tree = $this->tree_service->find((int) $row->o_file);
1286 $tree = $this->tree_service->find((int) $row->s_file);
[all …]
H A DMessageService.php76 $this->user_service->find((int) $tree->getPreference('CONTACT_USER_ID')),
77 $this->user_service->find((int) $tree->getPreference('WEBMASTER_USER_ID')),
H A DTreeService.php147 public function find(int $id): Tree function in Fisharebest\\Webtrees\\Services\\TreeService
H A DUserService.php48 public function find(int|null $user_id): User|null function in Fisharebest\\Webtrees\\Services\\UserService
/webtrees/public/ckeditor-4.15.1-custom/plugins/find/dialogs/
H A Dfind.js14 8202>=b||E.test(a)},f={searchRange:null,matchRange:null,find:function(a,b,d,e,D,u){this.matchRange?… method
15 …oveHighlight();return e&&!u?(this.searchRange=r(1),this.matchRange=null,f.find.apply(this,Array.pr…
16 …rMatched(),this.matchRange.removeHighlight(),this.matchRange=null),a=this.find(b,e,f,u,!h);else{th…
17 …atchOptions&&this.matchOptions!=a;this.matchOptions=a;return b}},e=c.lang.find;return{title:e.titl…
18find,title:e.find,accessKey:"",elements:[{type:"hbox",widths:["230px","90px"],children:[{type:"tex…
/webtrees/tests/app/Services/
H A DUserServiceTest.php61 self::assertNull($user_service->find($user_id));
67 $user = $user_service->find(999);
76 $user2 = $user_service->find($user1->id());
/webtrees/app/Statistics/Repository/
H A DContactRepository.php54 $user = $this->user_service->find($user_id);
71 $user = $this->user_service->find($user_id);
H A DLatestUserRepository.php89 return $this->user_service->find($user_id) ?? Auth::user();
/webtrees/app/Module/
H A DContactsFooterModule.php89 $contact_user = $this->user_service->find((int) $tree->getPreference('CONTACT_USER_ID'));
90 … $webmaster_user = $this->user_service->find((int) $tree->getPreference('WEBMASTER_USER_ID'));
H A DRecentChangesModule.php309 'user' => $this->user_service->find((int) $row->user_id),
/webtrees/public/ckeditor-4.15.1-custom/plugins/pastetools/filter/
H A Dcommon.js6 …")[1]});return b.length?b:!1}function v(a,b){var c=a.split(",");return CKEDITOR.tools.array.find(b,
20find("style");c=c(function(a){var c=[],d;for(d=0;d<a.count();d++)c=c.concat(b(a.getItem(d)));retur…
/webtrees/resources/views/
H A Dsearch-advanced-field.phtml27 … ']', 'id' => 'fields-' . $field_name, 'tree' => $tree, 'place' => Place::find((int) $field_value,…
/webtrees/app/
H A DTreeUser.php61 $contact = $user_service->find($contact_id);
H A DPlace.php75 public static function find(int $id, Tree $tree): Place function in Fisharebest\\Webtrees\\Place
/webtrees/app/Http/RequestHandlers/
H A DDeleteUser.php57 $user = $this->user_service->find($user_id);
H A DMasquerade.php57 $user = $this->user_service->find($user_id);
H A DUsersCleanupAction.php61 $user = $this->user_service->find((int) $user_id);
H A DFixLevel0MediaAction.php64 $tree = $this->tree_service->find($tree_id);
H A DUserEditPage.php80 $user = $this->user_service->find($user_id);
H A DFixLevel0MediaData.php112 $tree = $this->tree_service->find((int) $datum->m_file);
H A DUserListData.php126 $row_user = $this->user_service->find((int) $row->user_id);
H A DUserEditAction.php89 $edit_user = $this->user_service->find($user_id);
/webtrees/public/ckeditor-4.15.1-custom/plugins/scayt/dialogs/
H A Doptions.js24 …{var a=d.name.replace(/(:|\.|\[|\]|,|=|@)/g,"\\$1"),g=b.find("#left-col-"+a).getItem(0);b=b.find("…

12345