Home
last modified time | relevance | path

Searched refs:Str (Results 1 – 25 of 33) sorted by relevance

12

/webtrees/app/Module/
H A DLoggedInUsersModule.php26 use Illuminate\Support\Str; alias
69 'block' => Str::kebab($this->name()),
H A DThemeSelectModule.php26 use Illuminate\Support\Str; alias
74 'block' => Str::kebab($this->name()),
H A DLoginBlockModule.php26 use Illuminate\Support\Str; alias
79 'block' => Str::kebab($this->name()),
H A DWelcomeBlockModule.php28 use Illuminate\Support\Str; alias
111 'block' => Str::kebab($this->name()),
H A DTopPageViewsModule.php28 use Illuminate\Support\Str; alias
103 'block' => Str::kebab($this->name()),
H A DUserWelcomeModule.php30 use Illuminate\Support\Str; alias
115 'block' => Str::kebab($this->name()),
H A DTopGivenNamesModule.php27 use Illuminate\Support\Str; alias
104 'block' => Str::kebab($this->name()),
H A DUserMessagesModule.php33 use Illuminate\Support\Str; alias
148 'block' => Str::kebab($this->name()),
H A DHtmlBlockModule.php28 use Illuminate\Support\Str; alias
106 'block' => Str::kebab($this->name()),
H A DOnThisDayModule.php29 use Illuminate\Support\Str; alias
173 'block' => Str::kebab($this->name()),
H A DUserJournalModule.php33 use Illuminate\Support\Str; alias
93 'block' => Str::kebab($this->name()),
H A DFamilyTreeNewsModule.php33 use Illuminate\Support\Str; alias
91 'block' => Str::kebab($this->name()),
H A DTopSurnamesModule.php30 use Illuminate\Support\Str; alias
190 'block' => Str::kebab($this->name()),
H A DChartsBlockModule.php31 use Illuminate\Support\Str; alias
182 'block' => Str::kebab($this->name()),
H A DFamilyTreeFavoritesModule.php30 use Illuminate\Support\Str; alias
80 'block' => Str::kebab($this->name()),
H A DUserFavoritesModule.php31 use Illuminate\Support\Str; alias
81 'block' => Str::kebab($this->name()),
H A DYahrzeitModule.php32 use Illuminate\Support\Str; alias
177 'block' => Str::kebab($this->name()),
H A DReviewChangesModule.php39 use Illuminate\Support\Str; alias
182 'block' => Str::kebab($this->name()),
H A DUpcomingAnniversariesModule.php29 use Illuminate\Support\Str; alias
201 'block' => Str::kebab($this->name()),
H A DResearchTaskModule.php37 use Illuminate\Support\Str; alias
139 'block' => Str::kebab($this->name()),
H A DRecentChangesModule.php35 use Illuminate\Support\Str; alias
160 'block' => Str::kebab($this->name()),
/webtrees/app/
H A DNote.php24 use Illuminate\Support\Str; alias
100 …$this->addName(static::RECORD_TYPE, Str::limit($first_line, 100, I18N::translate('…')), $this->ged…
H A DSession.php22 use Illuminate\Support\Str; alias
199 $csrf_token = Str::random(32);
/webtrees/app/Http/RequestHandlers/
H A DPasswordRequestAction.php33 use Illuminate\Support\Str; alias
92 $token = Str::random(self::TOKEN_LENGTH);
H A DRegisterAction.php42 use Illuminate\Support\Str; alias
127 $token = Str::random(32);

12