Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 119) sorted by relevance

12345

/webtrees/resources/js/
H A Dstatistics.js139 drawChart (containerId, chartType, data, options) { argument
145 options: options, property
159 drawPieChart (elementId, data, options) { argument
193 options = Object.assign(defaults, options);
196 this.drawChart(elementId, 'PieChart', data, options);
206 drawColumnChart (elementId, data, options) { argument
233 options = Object.assign(defaults, options);
236 this.drawChart(elementId, 'ColumnChart', data, options);
246 drawComboChart (elementId, data, options) { argument
280 options = Object.assign(defaults, options);
[all …]
H A Dwebtrees.js46 const options = { variable
55 return fetch(url, options);
68 const options = { variable
79 return fetch(url, options, body);
521 let month = parseInt(monthSel.options[monthSel.selectedIndex].value, 10);
524 let date = new Date(yearInput.value, month, dateSel.options[dateSel.selectedIndex].value);
660 const extra = element.options[element.selectedIndex].value.replace(/@/g, '');
685 options: { property
704 options: { property
767 let options = { variable
[all …]
/webtrees/app/Module/
H A DClippingsCartModule.php375 $options = [
386 'options' => $options,
448 $options = [
457 $options = [
470 'options' => $options,
553 $options = [
560 'options' => $options,
587 $options = [
594 'options' => $options,
621 $options = [
[all …]
H A DFixCemeteryTag.php76 $options = [
84 'options' => $options,
/webtrees/tests/app/Services/
H A DEmailServiceTest.php117 $options = (new EmailService())->mailSslOptions();
118 self::assertCount(3, $options);
119 self::assertArrayHasKey('ssl', $options);
124 $options = (new EmailService())->mailTransportOptions();
125 self::assertCount(function_exists('proc_open') ? 2 : 1, $options);
126 self::assertArrayHasKey('external', $options);
/webtrees/app/
H A DDB.php93 $options = [
100 $options[PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT] = $verify_certificate;
101 $options[PDO::MYSQL_ATTR_SSL_KEY] = Webtrees::ROOT_DIR . 'data/' . $key;
102 … $options[PDO::MYSQL_ATTR_SSL_CERT] = Webtrees::ROOT_DIR . 'data/' . $certificate;
103 $options[PDO::MYSQL_ATTR_SSL_CA] = Webtrees::ROOT_DIR . 'data/' . $ca;
120 'options' => $options,
/webtrees/app/Http/RequestHandlers/
H A DReportSetupPage.php162 $options = [];
168 $options[$key] = I18N::number($number, $precision);
170 $options[$key] = I18N::translate($match[1]);
172 $options[$key] = I18N::translateContext($match[1], $match[2]);
175 …put['name'] . ']', 'id' => 'input-' . $n, 'selected' => $input['default'], 'options' => $options]);
H A DMapDataImportAction.php84 …$options = Validator::parsedBody($request)->isInArray(['add', 'addupdate', 'update'])->string('opt…
171 if ($options === 'update' && !$exists) {
176 if ($options === 'add' && $exists) {
/webtrees/app/Services/
H A DEmailService.php117 $options = (new DkimOptions())
121 return $signer->sign($message, $options->toArray());
220 $options = [
227 unset($options['sendmail']);
230 return $options;
/webtrees/resources/views/modules/clippings/
H A Dadd-options.phtml26 …ew('components/radios', ['name' => 'option', 'options' => $options, 'selected' => key($options)]) …
/webtrees/resources/css/
H A Dcolors.css87 * | +---wt-page-options wt-page-options-xxxxx
159 .wt-page-options-label,
168 .wt-page-options-value,
338 .wt-page-options-value {
H A Dminimal.css78 * | +---wt-page-options wt-page-options-xxxxx
918 .wt-calendar-month .wt-page-options-label,
919 .wt-calendar-month .wt-page-options-value {
H A Dfab.css80 * | +---wt-page-options wt-page-options-xxxxx
193 .wt-page-options-label {
201 .wt-page-options-value {
H A Dwebtrees.css78 * | +---wt-page-options wt-page-options-xxxxx
393 .wt-page-options {
399 .wt-page-options-label {
407 .wt-page-options-value {
H A Dclouds.css82 * | +---wt-page-options wt-page-options-xxxxx
412 .wt-page-options {
415 .wt-page-options-label {
420 .wt-page-options-value {
H A Dxenea.css78 * | +---wt-page-options wt-page-options-xxxxx
388 .wt-page-options {
394 .wt-page-options-label {
401 .wt-page-options-value {
/webtrees/app/Elements/
H A DEventsRecorded.php127 $options = Collection::make(self::EVENTS_RECORDED)
143 'options' => $options,
H A DNoteStructure.php64 $options = [
73 …view('components/radios-inline', ['name' => $id . '-options', 'options' => $options, 'selected' =>…
/webtrees/public/js/
H A Dwebtrees.min.js1options[o.selectedIndex].value,10);a-=1;var i=new Date(r.value,a,n.options[n.selectedIndex].value)… property
/webtrees/public/ckeditor-4.15.1-custom/plugins/colordialog/dialogs/
H A Dcolordialog.js10 …ble tabIndex\x3d"-1" class\x3d"cke_colordialog_table" aria-label\x3d"'+g.options+'" role\x3d"grid"…
11 g.options+'\x3c/caption\x3e\x3ctbody role\x3d"presentation"\x3e\x3c/tbody\x3e\x3c/table\x3e');k.on(…
/webtrees/resources/views/modules/fix-ceme-tag/
H A Doptions.phtml20 …<?= view('components/select', ['name' => 'convert', 'options' => $options, 'selected' => $selected…
/webtrees/resources/views/modules/fix-add-marr-names/
H A Doptions.phtml20 …<?= view('components/select', ['name' => 'surname', 'options' => $options, 'selected' => $selected…
/webtrees/resources/views/components/
H A Dradios-inline.phtml13 <?php foreach ($options as $value => $label) : ?>
H A Dradios.phtml13 <?php foreach ($options as $value => $label) : ?>
H A Dselect-number.phtml22 <?php foreach ($options as $n) : ?>

12345