Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 225) sorted by relevance

123456789

/webtrees/app/Cli/Commands/
H A DUserCreate.php45 ->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 DTreeExport.php51 …->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 DTreeCreate.php45 ->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 Dcomposer.lock48 "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 Ddefault.js5description:"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 DAbstractModuleComponentPage.php57 * @param string $description
61 …protected function listComponents(string $interface, string $title, string $description): Response… argument
83 'description' => $description,
H A DReportSetupPage.php79 $description = $report_array['description'];
187 'description' => $description,
/webtrees/resources/views/admin/
H A Dmodules.phtml147 …omTranslations(I18N::languageTag())[$module->description()] ?? $module->description() : $module->d…
H A Dcomponents.phtml34 <p><?= $description ?></p>
57 <span title="<?= e(strip_tags($module->description())) ?>">
H A Dusers-edit.phtml321 <?php foreach ($roles as $role => $description) : ?>
324 <?= $description ?>
/webtrees/public/ckeditor-4.15.1-custom/plugins/templates/dialogs/
H A Dtemplates.js6 …_tpl_title"\x3e'+a.title+"\x3c/span\x3e\x3cbr/\x3e";a.description&&(d+="\x3cspan\x3e"+a.descriptio…
/webtrees/app/Module/
H A DIndividualReportModule.php43 public function description(): string function in Fisharebest\\Webtrees\\Module\\IndividualReportModule
H A DCemeteryReportModule.php43 public function description(): string function in Fisharebest\\Webtrees\\Module\\CemeteryReportModule
H A DAhnentafelReportModule.php43 public function description(): string function in Fisharebest\\Webtrees\\Module\\AhnentafelReportModule
H A DPedigreeReportModule.php43 public function description(): string function in Fisharebest\\Webtrees\\Module\\PedigreeReportModule
H A DMarriageReportModule.php43 public function description(): string function in Fisharebest\\Webtrees\\Module\\MarriageReportModule
H A DBirthDeathMarriageReportModule.php43 public function description(): string function in Fisharebest\\Webtrees\\Module\\BirthDeathMarriageReportModule
H A DDeathReportModule.php43 public function description(): string function in Fisharebest\\Webtrees\\Module\\DeathReportModule
H A DRelatedIndividualsReportModule.php43 public function description(): string function in Fisharebest\\Webtrees\\Module\\RelatedIndividualsReportModule
H A DBirthReportModule.php43 public function description(): string function in Fisharebest\\Webtrees\\Module\\BirthReportModule
H A DDescendancyReportModule.php43 public function description(): string function in Fisharebest\\Webtrees\\Module\\DescendancyReportModule
H A DIndividualListModule.php32 public function description(): string function in Fisharebest\\Webtrees\\Module\\IndividualListModule
H A DFamilyListModule.php32 public function description(): string function in Fisharebest\\Webtrees\\Module\\FamilyListModule
H A DOpenStreetMap.php36 public function description(): string function in Fisharebest\\Webtrees\\Module\\OpenStreetMap
H A DFactSourcesReportModule.php47 public function description(): string function in Fisharebest\\Webtrees\\Module\\FactSourcesReportModule

123456789