/webtrees/resources/js/ |
H A D | statistics.js | 139 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 D | webtrees.js | 46 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 D | ClippingsCartModule.php | 375 $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 D | FixCemeteryTag.php | 76 $options = [ 84 'options' => $options,
|
/webtrees/tests/app/Services/ |
H A D | EmailServiceTest.php | 117 $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 D | DB.php | 93 $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 D | ReportSetupPage.php | 162 $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 D | MapDataImportAction.php | 84 …$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 D | EmailService.php | 117 $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 D | add-options.phtml | 26 …ew('components/radios', ['name' => 'option', 'options' => $options, 'selected' => key($options)]) …
|
/webtrees/resources/css/ |
H A D | colors.css | 87 * | +---wt-page-options wt-page-options-xxxxx 159 .wt-page-options-label, 168 .wt-page-options-value, 338 .wt-page-options-value {
|
H A D | minimal.css | 78 * | +---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 D | fab.css | 80 * | +---wt-page-options wt-page-options-xxxxx 193 .wt-page-options-label { 201 .wt-page-options-value {
|
H A D | webtrees.css | 78 * | +---wt-page-options wt-page-options-xxxxx 393 .wt-page-options { 399 .wt-page-options-label { 407 .wt-page-options-value {
|
H A D | clouds.css | 82 * | +---wt-page-options wt-page-options-xxxxx 412 .wt-page-options { 415 .wt-page-options-label { 420 .wt-page-options-value {
|
H A D | xenea.css | 78 * | +---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 D | EventsRecorded.php | 127 $options = Collection::make(self::EVENTS_RECORDED) 143 'options' => $options,
|
H A D | NoteStructure.php | 64 $options = [ 73 …view('components/radios-inline', ['name' => $id . '-options', 'options' => $options, 'selected' =>…
|
/webtrees/public/js/ |
H A D | webtrees.min.js | 1 …options[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 D | colordialog.js | 10 …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 D | options.phtml | 20 …<?= view('components/select', ['name' => 'convert', 'options' => $options, 'selected' => $selected…
|
/webtrees/resources/views/modules/fix-add-marr-names/ |
H A D | options.phtml | 20 …<?= view('components/select', ['name' => 'surname', 'options' => $options, 'selected' => $selected…
|
/webtrees/resources/views/components/ |
H A D | radios-inline.phtml | 13 <?php foreach ($options as $value => $label) : ?>
|
H A D | radios.phtml | 13 <?php foreach ($options as $value => $label) : ?>
|
H A D | select-number.phtml | 22 <?php foreach ($options as $n) : ?>
|