/webtrees/app/Http/RequestHandlers/ |
H A D | ReportSetupPage.php | 84 foreach ($report_array['inputs'] ?? [] as $n => $input) { 85 $input += [ 94 'name' => 'vars[' . $input['name'] . ']', 95 'class' => $input['type'] === 'checkbox' ? 'form-control-check' : 'form-control', 98 switch ($input['lookup']) { 100 $input['control'] = view('components/select-individual', [ 102 'name' => 'vars[' . $input['name'] . ']', 110 $input['control'] = view('components/select-family', [ 112 'name' => 'vars[' . $input['name'] . ']', 120 $input['control'] = view('components/select-source', [ [all …]
|
/webtrees/app/Cli/Commands/ |
H A D | UserCreate.php | 55 protected function execute(InputInterface $input, OutputInterface $output): int argument 57 $io = new SymfonyStyle(input: $input, output: $output); 59 $username = $input->getOption(name: 'username'); 60 $realname = $input->getOption(name: 'realname'); 61 $email = $input->getOption(name: 'email'); 62 $password = $input->getOption(name: 'password'); 63 $admin = (bool) $input->getOption(name: 'admin'); 64 $timezone = $input->getOption(name: 'timezone'); 65 $language = $input->getOption(name: 'language');
|
H A D | TreeExport.php | 60 private function autoCompleteTreeName(CompletionInput $input): array argument 63 ->where('tree_name', 'LIKE', addcslashes($input->getCompletionValue(), '%_\\') . '%') 68 protected function execute(InputInterface $input, OutputInterface $output): int argument 70 $io = new SymfonyStyle(input: $input, output: $output); 72 $tree_name = $input->getArgument(name: 'tree_name'); 73 $format = $input->getOption(name: 'format'); 74 $filename = $input->getOption(name: 'filename');
|
H A D | TreeCreate.php | 50 protected function execute(InputInterface $input, OutputInterface $output): int argument 52 $io = new SymfonyStyle(input: $input, output: $output); 54 $name = $input->getOption(name: 'name'); 55 $title = $input->getOption(name: 'title');
|
H A D | CompilePoFiles.php | 48 protected function execute(InputInterface $input, OutputInterface $output): int argument 50 $io = new SymfonyStyle(input: $input, output: $output);
|
H A D | TreeList.php | 42 protected function execute(InputInterface $input, OutputInterface $output): int argument
|
H A D | UserList.php | 45 protected function execute(InputInterface $input, OutputInterface $output): int argument
|
/webtrees/app/Report/ |
H A D | ReportParserSetup.php | 37 private array $input; variable in Fisharebest\\Webtrees\\Report\\ReportParserSetup 113 $this->input = [ 125 $this->input['default'] = strtoupper($date->format('d M Y')); 130 $this->input['default'] = strtoupper($date->format('d M Y')); 132 $this->input['default'] = $attrs['default']; 136 $this->input['default'] = I18N::locale()->territory()->paperSize(); 147 $this->input['value'] = $this->text; 151 $this->data['inputs'][] = $this->input;
|
/webtrees/resources/views/ |
H A D | report-setup-page.phtml | 31 <?php foreach ($inputs as $n => $input) : ?> 32 <input type="hidden" name="varnames[]" value="<?= e($input['name']) ?>"> 35 <?= I18N::translate($input['value']) ?> 38 <?php if ($input['extra'] !== '') : ?> 40 <?= $input['control'] ?> 41 <?= $input['extra'] ?> 45 <?= $input['control'] ?>
|
/webtrees/public/ckeditor-4.15.1-custom/skins/moono/ |
H A D | dialog_ie.css | 5 …input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,te…
|
H A D | dialog_ie8.css | 5 …input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,te…
|
H A D | dialog_iequirks.css | 5 …input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,te…
|
H A D | dialog_ie7.css | 5 …input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,te…
|
H A D | dialog.css | 5 …input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,te…
|
H A D | editor_ie7.css | 5 …input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disab…
|
H A D | editor_ie8.css | 5 …input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disab…
|
H A D | editor_gecko.css | 5 …input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disab…
|
H A D | editor_iequirks.css | 5 …input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disab…
|
H A D | editor_ie.css | 5 …input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disab…
|
/webtrees/public/css/ |
H A D | vendor.min.css | 6 …input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}[dir] but… selector 11 …input{display:inline-block;width:auto}[dir=ltr] div.dt-container div.dt-search input{margin-left:.…
|
/webtrees/app/Factories/ |
H A D | ImageFactory.php | 112 $image = $this->imageManager()->read(input: $filesystem->readStream($path)); 147 $image = $this->imageManager()->read(input: $filesystem->readStream($path)); 197 $image = $this->imageManager()->read(input: $filesystem->readStream($path)); 254 ->read(input: Webtrees::ROOT_DIR . static::WATERMARK_FILE)
|
/webtrees/tests/views/ |
H A D | AbstractViewTest.php | 51 private function cartesian(array $input): array argument 55 foreach ($input as $key => $values) {
|
/webtrees/resources/css/ |
H A D | _vendor-patches.css | 38 /* Allows twitter typeahead to work with bootstrap input groups */ 39 .input-group > .twitter-typeahead {
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/scayt/skins/moono-lisa/ |
H A D | scayt.css | 6 .scayt-lang-list > div input
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/wsc/dialogs/ |
H A D | wsc.css | 18 body, td, input, select, textarea selector
|