Home
last modified time | relevance | path

Searched defs:data (Results 1 – 25 of 90) sorted by relevance

1234

/webtrees/app/Http/RequestHandlers/
H A DSetupWizard.php276 private function step1Language(array $data): ResponseInterface
286 private function step2CheckServer(array $data): ResponseInterface
296 private function step3DatabaseType(array $data): ResponseInterface
310 private function step4DatabaseConnection(array $data): ResponseInterface
324 private function step5Administrator(array $data): ResponseInterface
346 private function step6Install(array $data): ResponseInterface
392 private function createConfigFile(array $data): void
438 private function connectToDatabase(array $data): void
/webtrees/app/
H A DView.php56 private array $data; variable in Fisharebest\\Webtrees\\View
86 public function __construct(string $name, array $data = [])
274 public static function make(string $name, array $data = []): string
H A DHtml.php67 public static function url(string $path, array $data): string
H A DSessionDatabaseHandler.php84 public function write(string $id, string $data): bool
/webtrees/resources/js/
H A Dstatistics.js139 drawChart (containerId, chartType, data, options) { argument
159 drawPieChart (elementId, data, options) { argument
206 drawColumnChart (elementId, data, options) { argument
246 drawComboChart (elementId, data, options) { argument
293 drawGeoChart (elementId, data, options) { argument
H A Dtreeview.js187 data: 'q=' + to_load.join(';'), property
/webtrees/app/Contracts/
H A DFilesystemFactoryInterface.php43 public function data(string $path_prefix = ''): FilesystemOperator; function
/webtrees/tests/views/
H A DAbstractViewTest.php37 protected function doTestView(string $view, array $data): void
/webtrees/app/Factories/
H A DFilesystemFactory.php47 public function data(string $path_prefix = ''): FilesystemOperator function in Fisharebest\\Webtrees\\Factories\\FilesystemFactory
H A DImageFactory.php283 …protected function imageResponse(string $data, string $mime_type, string $filename): ResponseInter…
/webtrees/app/Report/
H A DReportParserSetup.php34 private array $data = []; variable in Fisharebest\\Webtrees\\Report\\ReportParserSetup
H A DReportParserBase.php144 protected function characterData($parser, string $data): void
H A DAbstractRenderer.php357 public function addTitle(string $data): void
369 public function addDescription(string $data): void
H A DReportParserGenerate.php350 protected function characterData($parser, string $data): void
/webtrees/app/GedcomFilters/
H A DGedcomEncodingFilter.php35 private string $data = ''; variable in Fisharebest\\Webtrees\\GedcomFilters\\GedcomEncodingFilter
/webtrees/app/Helpers/
H A Dfunctions.php124 function view(string $name, array $data = []): string
/webtrees/public/ckeditor-4.15.1-custom/plugins/smiley/dialogs/
H A Dsmiley.js6 …etParent().getIndex(),0]))&&b.focus();a.preventDefault();break;case 32:m({data:a});a.preventDefaul… property
/webtrees/public/ckeditor-4.15.1-custom/plugins/specialchar/dialogs/
H A Dspecialchar.js7 …type&&(a.focus(),d(null,b),e(null,a));c.preventDefault();break;case 32:l({data:c});c.preventDefaul… property
/webtrees/public/js/
H A Dwebtrees.min.js1 …ator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor==… argument
/webtrees/public/ckeditor-4.15.1-custom/lang/
H A Dtt.js5 …nel":"Rich Text Editor panel","common":{"editorHelp":"Ярдәм өчен ALT 0 басыгыз","browseServer":"Се…
H A Dbn.js5 …el","common":{"editorHelp":"Press ALT 0 for help","browseServer":"ব্রাউজ সারভার","url":"URL","pro…
H A Del.js5 …ής Πλούσιου Κειμένου","editorPanel":"Πίνακας Επεξεργαστή Πλούσιου Κειμένου","common":{"editorHelp"…
H A Den-au.js5 …ditorHelp":"Press ALT 0 for help","browseServer":"Browse Server","url":"URL","protocol":"Protocol"…
H A Dro.js5 …t îmbogățit","common":{"editorHelp":"Apasă ALT 0 pentru ajutor","browseServer":"Răsfoiește fișiere…
H A Dpt-br.js5 …ommon":{"editorHelp":"Pressione ALT+0 para ajuda","browseServer":"Localizar no Servidor","url":"UR…

1234