Home
last modified time | relevance | path

Searched refs:input (Results 1 – 25 of 105) sorted by relevance

12345

/webtrees/app/Http/RequestHandlers/
H A DReportSetupPage.php84 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 DUserCreate.php55 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 DTreeExport.php60 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 DTreeCreate.php50 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 DCompilePoFiles.php48 protected function execute(InputInterface $input, OutputInterface $output): int argument
50 $io = new SymfonyStyle(input: $input, output: $output);
H A DTreeList.php42 protected function execute(InputInterface $input, OutputInterface $output): int argument
H A DUserList.php45 protected function execute(InputInterface $input, OutputInterface $output): int argument
/webtrees/app/Report/
H A DReportParserSetup.php37 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 Dreport-setup-page.phtml31 <?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 Ddialog_ie.css5input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,te…
H A Ddialog_ie8.css5input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,te…
H A Ddialog_iequirks.css5input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,te…
H A Ddialog_ie7.css5input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,te…
H A Ddialog.css5input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,te…
H A Deditor_ie7.css5input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disab…
H A Deditor_ie8.css5input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disab…
H A Deditor_gecko.css5input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disab…
H A Deditor_iequirks.css5input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disab…
H A Deditor_ie.css5input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disab…
/webtrees/public/css/
H A Dvendor.min.css6input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}[dir] but… selector
11input{display:inline-block;width:auto}[dir=ltr] div.dt-container div.dt-search input{margin-left:.…
/webtrees/app/Factories/
H A DImageFactory.php112 $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 DAbstractViewTest.php51 private function cartesian(array $input): array argument
55 foreach ($input as $key => $values) {
/webtrees/resources/css/
H A D_vendor-patches.css38 /* 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 Dscayt.css6 .scayt-lang-list > div input
/webtrees/public/ckeditor-4.15.1-custom/plugins/wsc/dialogs/
H A Dwsc.css18 body, td, input, select, textarea selector

12345