/webtrees/app/Cli/Commands/ |
H A D | UserCreate.php | 45 ->setDescription(description: 'Create a new user') 46 …n(name: 'username', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'The username … 47 …n(name: 'realname', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'The real name… 48 …tion(name: 'email', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'The email of … 49 …n(name: 'password', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'The password … 50 …n(name: 'timezone', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'Set the timez… 51 …n(name: 'language', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'Set the langu… 52 …->addOption(name: 'admin', shortcut: null, mode: InputOption::VALUE_NONE, description: 'Make the n…
|
H A D | TreeExport.php | 51 …->addArgument(name: 'tree_name', mode: InputArgument::REQUIRED, description: 'The name of the tree… 52 …ion(name: 'format', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'Export format… 53 …n(name: 'filename', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'Export filena… 54 ->setDescription(description: 'Export a tree to a GEDCOM file');
|
H A D | TreeCreate.php | 45 ->setDescription(description: 'Create a new tree') 46 …ption(name: 'name', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'The name of t… 47 …tion(name: 'title', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'The title of …
|
/webtrees/ |
H A D | composer.lock | 48 "description": "Powerful, flexible web routing for PSR-7 requests.", 94 "description": "Arbitrary-precision arithmetic library", 163 "description": "Types to use Carbon in Doctrine", 252 "description": "Given a deep data structure, access data by dot notation.", 323 …"description": "PHP Doctrine Inflector is a small library that can perform string manipulations wi… 405 …"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent … 480 "description": "A library for validating emails against several RFCs", 551 "description": "Standards compliant HTML filter written in PHP", 603 "description": "Utility classes and constants for use with PSR-7 (psr/http-message)", 657 "description": "Implementation of standard algorithms in PHP.", [all …]
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/templates/templates/ |
H A D | default.js | 5 …description:"One main image with a title and text that surround the image.",html:'\x3ch3\x3e\x3cim… property 6 …t goes here.\x3c/p\x3e'},{title:"Text and Table",image:"template3.gif",description:"A title with s… property
|
/webtrees/app/Http/RequestHandlers/ |
H A D | AbstractModuleComponentPage.php | 57 * @param string $description 61 …protected function listComponents(string $interface, string $title, string $description): Response… argument 83 'description' => $description,
|
H A D | ReportSetupPage.php | 79 $description = $report_array['description']; 187 'description' => $description,
|
/webtrees/resources/views/admin/ |
H A D | modules.phtml | 147 …omTranslations(I18N::languageTag())[$module->description()] ?? $module->description() : $module->d…
|
H A D | components.phtml | 34 <p><?= $description ?></p> 57 <span title="<?= e(strip_tags($module->description())) ?>">
|
H A D | users-edit.phtml | 321 <?php foreach ($roles as $role => $description) : ?> 324 <?= $description ?>
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/templates/dialogs/ |
H A D | templates.js | 6 …_tpl_title"\x3e'+a.title+"\x3c/span\x3e\x3cbr/\x3e";a.description&&(d+="\x3cspan\x3e"+a.descriptio…
|
/webtrees/app/Module/ |
H A D | IndividualReportModule.php | 43 public function description(): string function in Fisharebest\\Webtrees\\Module\\IndividualReportModule
|
H A D | CemeteryReportModule.php | 43 public function description(): string function in Fisharebest\\Webtrees\\Module\\CemeteryReportModule
|
H A D | AhnentafelReportModule.php | 43 public function description(): string function in Fisharebest\\Webtrees\\Module\\AhnentafelReportModule
|
H A D | PedigreeReportModule.php | 43 public function description(): string function in Fisharebest\\Webtrees\\Module\\PedigreeReportModule
|
H A D | MarriageReportModule.php | 43 public function description(): string function in Fisharebest\\Webtrees\\Module\\MarriageReportModule
|
H A D | BirthDeathMarriageReportModule.php | 43 public function description(): string function in Fisharebest\\Webtrees\\Module\\BirthDeathMarriageReportModule
|
H A D | DeathReportModule.php | 43 public function description(): string function in Fisharebest\\Webtrees\\Module\\DeathReportModule
|
H A D | RelatedIndividualsReportModule.php | 43 public function description(): string function in Fisharebest\\Webtrees\\Module\\RelatedIndividualsReportModule
|
H A D | BirthReportModule.php | 43 public function description(): string function in Fisharebest\\Webtrees\\Module\\BirthReportModule
|
H A D | DescendancyReportModule.php | 43 public function description(): string function in Fisharebest\\Webtrees\\Module\\DescendancyReportModule
|
H A D | IndividualListModule.php | 32 public function description(): string function in Fisharebest\\Webtrees\\Module\\IndividualListModule
|
H A D | FamilyListModule.php | 32 public function description(): string function in Fisharebest\\Webtrees\\Module\\FamilyListModule
|
H A D | OpenStreetMap.php | 36 public function description(): string function in Fisharebest\\Webtrees\\Module\\OpenStreetMap
|
H A D | FactSourcesReportModule.php | 47 public function description(): string function in Fisharebest\\Webtrees\\Module\\FactSourcesReportModule
|