Home
last modified time | relevance | path

Searched refs:JSON_THROW_ON_ERROR (Results 1 – 25 of 45) sorted by relevance

12

/webtrees/resources/views/edit/
H A Dinitialize-calendar-popup.phtml13 <?= json_encode(I18N::translateContext('NOMINATIVE', 'January'), JSON_THROW_ON_ERROR) ?>,
14 <?= json_encode(I18N::translateContext('NOMINATIVE', 'February'), JSON_THROW_ON_ERROR) ?>,
15 <?= json_encode(I18N::translateContext('NOMINATIVE', 'March'), JSON_THROW_ON_ERROR) ?>,
16 <?= json_encode(I18N::translateContext('NOMINATIVE', 'April'), JSON_THROW_ON_ERROR) ?>,
17 <?= json_encode(I18N::translateContext('NOMINATIVE', 'May'), JSON_THROW_ON_ERROR) ?>,
18 <?= json_encode(I18N::translateContext('NOMINATIVE', 'June'), JSON_THROW_ON_ERROR) ?>,
19 <?= json_encode(I18N::translateContext('NOMINATIVE', 'July'), JSON_THROW_ON_ERROR) ?>,
20 <?= json_encode(I18N::translateContext('NOMINATIVE', 'August'), JSON_THROW_ON_ERROR) ?>,
21 <?= json_encode(I18N::translateContext('NOMINATIVE', 'September'), JSON_THROW_ON_ERROR) ?>,
22 <?= json_encode(I18N::translateContext('NOMINATIVE', 'October'), JSON_THROW_ON_ERROR) ?>,
[all …]
/webtrees/resources/views/admin/
H A Dlocation-edit.phtml78 const config = <?= json_encode($leaflet_config, JSON_THROW_ON_ERROR) ?>;
79 const add_place = <?= json_encode($location->id() === null, JSON_THROW_ON_ERROR) ?>;
85 L.Icon.Default.imagePath = <?= json_encode(asset('css/images/'), JSON_THROW_ON_ERROR) ?>;
88 let marker = L.marker(<?= json_encode($marker_position, JSON_THROW_ON_ERROR) ?>, {
106 map.fitBounds(<?= json_encode($map_bounds, JSON_THROW_ON_ERROR) ?>, {padding: [50, 30]});
107 marker.setLatLng(<?= json_encode($marker_position, JSON_THROW_ON_ERROR) ?>);
117 query: <?= json_encode($location->locationName(), JSON_THROW_ON_ERROR) ?>,
118 placeholder: <?= json_encode(I18N::translate('Place'), JSON_THROW_ON_ERROR) ?>,
119 errorMessage: <?= json_encode(I18N::translate('Nothing found.'), JSON_THROW_ON_ERROR) ?>,
120 iconLabel: <?= json_encode(I18N::translate('Search'), JSON_THROW_ON_ERROR) ?>
[all …]
H A Dfix-level-0-media.phtml28 …data-ajax="<?= e(json_encode(['url' => route(FixLevel0MediaData::class)], JSON_THROW_ON_ERROR)) ?>"
63 url: <?= json_encode(route(FixLevel0MediaAction::class), JSON_THROW_ON_ERROR) ?>
H A Ddata-fix-page.phtml158 …xData::class, ['tree' => $tree->name(), 'data_fix' => $data_fix->name()]), JSON_THROW_ON_ERROR) ?>,
178 …eAll::class, ['tree' => $tree->name(), 'data_fix' => $data_fix->name()]), JSON_THROW_ON_ERROR) ?>);
/webtrees/resources/views/statistics/other/charts/
H A Dgeo.phtml37 <?= json_encode($id, JSON_THROW_ON_ERROR) ?>,
38 <?= json_encode($data, JSON_THROW_ON_ERROR) ?>,
40 title: <?= json_encode($chart_title, JSON_THROW_ON_ERROR) ?>,
41 region: <?= json_encode($region, JSON_THROW_ON_ERROR) ?>,
44 <?= json_encode('#' . $chart_color3, JSON_THROW_ON_ERROR) ?>,
45 <?= json_encode('#' . $chart_color2, JSON_THROW_ON_ERROR) ?>
55 statistics.init(<?= json_encode($language, JSON_THROW_ON_ERROR) ?>);
59 statistics.init(<?= json_encode($language, JSON_THROW_ON_ERROR) ?>);
H A Dpie.phtml26 <?= json_encode($id, JSON_THROW_ON_ERROR) ?>,
27 <?= json_encode($data, JSON_THROW_ON_ERROR) ?>,
29 title: <?= json_encode($title, JSON_THROW_ON_ERROR) ?>,
34 … labeledValueText: <?= json_encode($labeledValueText ?? 'value', JSON_THROW_ON_ERROR) ?>,
37 colors: <?= json_encode($colors, JSON_THROW_ON_ERROR) ?>
45 statistics.init(<?= json_encode($language, JSON_THROW_ON_ERROR) ?>);
49 statistics.init(<?= json_encode($language, JSON_THROW_ON_ERROR) ?>);
H A Dcolumn.phtml26 <?= json_encode($id, JSON_THROW_ON_ERROR) ?>,
27 <?= json_encode($data, JSON_THROW_ON_ERROR) ?>,
28 <?= json_encode($chart_options, JSON_THROW_ON_ERROR) ?>
35 statistics.init(<?= json_encode($language, JSON_THROW_ON_ERROR) ?>);
39 statistics.init(<?= json_encode($language, JSON_THROW_ON_ERROR) ?>);
H A Dcombo.phtml25 <?= json_encode($id, JSON_THROW_ON_ERROR) ?>,
26 <?= json_encode($data, JSON_THROW_ON_ERROR) ?>,
27 <?= json_encode($chart_options, JSON_THROW_ON_ERROR) ?>
34 statistics.init(<?= json_encode($language, JSON_THROW_ON_ERROR) ?>);
38 statistics.init(<?= json_encode($language, JSON_THROW_ON_ERROR) ?>);
/webtrees/resources/views/modules/timeline-chart/
H A Dchart.phtml26 let bottomy = <?= json_encode(($topyear - $baseyear) * $scale - 5, JSON_THROW_ON_ERROR) ?>;
33 …years [<?= json_encode($c, JSON_THROW_ON_ERROR) ?>] = <?= json_encode($birthyears[$indi->xref()] ?…
34 …months[<?= json_encode($c, JSON_THROW_ON_ERROR) ?>] = <?= json_encode($birthmonths[$indi->xref()] …
35 …hdays [<?= json_encode($c, JSON_THROW_ON_ERROR) ?>] = <?= json_encode($birthdays[$indi->xref()] ?…
38 let bheight = <?= json_encode($bheight, JSON_THROW_ON_ERROR) ?>;
39 let scale = <?= json_encode($scale, JSON_THROW_ON_ERROR) ?>;
42 …le.height = '<?= json_encode(0 + ($topyear - $baseyear) * $scale * 1.1, JSON_THROW_ON_ERROR) ?>px';
/webtrees/resources/views/modules/place-hierarchy/
H A Dmap.phtml24 const config = <?= json_encode($leaflet_config, JSON_THROW_ON_ERROR) ?>;
62 let data = <?= json_encode($data['markers'], JSON_THROW_ON_ERROR) ?>;
96 … map.fitBounds(<?= json_encode($data['bounds'], JSON_THROW_ON_ERROR) ?>, { padding: [50, 30] });
97 sidebar.innerHTML = <?= json_encode($data['sidebar'], JSON_THROW_ON_ERROR) ?>;
/webtrees/resources/views/modules/ckeditor/
H A Dckeditor-js.phtml12 const CKEDITOR_BASEPATH = <?= json_encode($ckeditor_path, JSON_THROW_ON_ERROR) ?>;
19 script.src = <?= json_encode($ckeditor_path . 'ckeditor.js', JSON_THROW_ON_ERROR) ?>;
26 CKEDITOR.config.language = <?= json_encode(strtolower($language), JSON_THROW_ON_ERROR) ?>;
/webtrees/resources/views/modules/google-analytics/
H A Dsnippet-v4.phtml16 gtag('config', <?= json_encode($GOOGLE_ANALYTICS_ID, JSON_THROW_ON_ERROR) ?>, {
18 'tree_name': <?= json_encode($tree_name, JSON_THROW_ON_ERROR) ?>,
19 'access_level': <?= json_encode($access_level, JSON_THROW_ON_ERROR) ?>,
/webtrees/resources/views/modules/places/
H A Dtab.phtml27 const config = <?= json_encode($leaflet_config, JSON_THROW_ON_ERROR) ?>;
67 let data = <?= json_encode($data, JSON_THROW_ON_ERROR) ?>;
71 …xt-center">' + <?= json_encode(I18N::translate('Nothing to show'), JSON_THROW_ON_ERROR) ?> + '</di…
/webtrees/resources/views/modules/pedigree-map/
H A Dchart.phtml24 const config = <?= json_encode($leaflet_config, JSON_THROW_ON_ERROR) ?>;
64 let geoJson_data = <?= json_encode($data, JSON_THROW_ON_ERROR) ?>;
68 …xt-center">' + <?= json_encode(I18N::translate('Nothing to show'), JSON_THROW_ON_ERROR) ?> + '</di…
/webtrees/resources/views/lists/
H A Ddatatables-attributes.phtml10 …pEnd' => 'search', 'bottomStart' => 'info', 'bottomEnd' => 'pageLength'], JSON_THROW_ON_ERROR)) ?>"
12 …er(100), I18N::number(500), I18N::number(1000), I18N::translate('All')]], JSON_THROW_ON_ERROR)) ?>"
36 ], JSON_THROW_ON_ERROR)) ?>"
H A Dindividuals-table.phtml47 /* SOSA number */ { type: "num", visible: <?= json_encode($sosa, JSON_THROW_ON_ERROR) ?> },
56 … */ { visible: <?= json_encode($tree->getPreference('SHOW_LAST_CHANGE'), JSON_THROW_ON_ERROR) ?> },
62 sorting: <?= json_encode($sosa ? [[4, 'asc']] : [[1, 'asc']], JSON_THROW_ON_ERROR) ?>
/webtrees/resources/views/modules/statcounter/
H A Dsnippet.phtml2 var sc_project=<?= json_encode((int) ($STATCOUNTER_PROJECT_ID ?? ''), JSON_THROW_ON_ERROR) ?>;
4 var sc_security=<?= json_encode($STATCOUNTER_SECURITY_ID ?? '', JSON_THROW_ON_ERROR) ?>;
/webtrees/resources/views/modules/charts/
H A Dchart.phtml14 …n_encode('#chart-block-' . $block_id, JSON_THROW_ON_ERROR) ?>).load(<?= json_encode($chart_url, JS…
/webtrees/resources/views/
H A Dcaptcha.phtml16 …Name(<?= json_encode($x, JSON_THROW_ON_ERROR) ?>)[0].value = document.getElementsByName(<?= json_e…
/webtrees/resources/views/modules/
H A Dcensus-assistant.phtml118 …ant', 'action' => 'CensusHeader', 'tree' => $individual->tree()->name()]), JSON_THROW_ON_ERROR) ?>;
153 …, 'action' => 'CensusIndividual', 'tree' => $individual->tree()->name()]), JSON_THROW_ON_ERROR) ?>;
/webtrees/resources/views/modules/random_media/
H A Dslide-show.phtml97 let play = <?= json_encode($start_automatically, JSON_THROW_ON_ERROR) ?>;
113 timeout = setTimeout(slideShowReload, <?= json_encode($delay * 1000, JSON_THROW_ON_ERROR) ?>);
/webtrees/app/Factories/
H A DResponseFactory.php37 use const JSON_THROW_ON_ERROR; alias
110 … $content = json_encode($content, JSON_THROW_ON_ERROR | JSON_UNESCAPED_UNICODE);
/webtrees/app/Http/RequestHandlers/
H A DDataFixUpdateAll.php38 use const JSON_THROW_ON_ERROR; alias
142 return response(json_encode($updates, JSON_THROW_ON_ERROR));
H A DMapDataImportAction.php52 use const JSON_THROW_ON_ERROR; alias
127 $input_array = json_decode($string, false, 512, JSON_THROW_ON_ERROR);
/webtrees/app/Module/InteractiveTree/
H A DTreeView.php32 use const JSON_THROW_ON_ERROR; alias
119 return json_encode($r, JSON_THROW_ON_ERROR);

12