Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 25 of 87) sorted by relevance

1234

/webtrees/app/Factories/
H A DResponseFactory.php101 …object $content = '', int $code = StatusCodeInterface::STATUS_OK, array $headers = []): ResponseIn… argument
108 $headers['content-type'] ??= 'text/html; charset=UTF-8';
111 $headers['content-type'] ??= 'application/json';
120 foreach ($headers as $key => $value) {
H A DImageFactory.php275 return response(content: $svg, code: StatusCodeInterface::STATUS_OK, headers: [
/webtrees/app/Http/RequestHandlers/
H A DReportGenerate.php120 $headers = ['content-type' => 'application/pdf'];
123 … $headers['content-disposition'] = 'attachment; filename="' . addcslashes($report, '"') . '.pdf"';
126 return response($pdf, StatusCodeInterface::STATUS_OK, $headers);
/webtrees/app/Helpers/
H A Dfunctions.php98 …string $content = '', int $code = StatusCodeInterface::STATUS_OK, array $headers = []): ResponseIn… argument
100 return Registry::responseFactory()->response($content, $code, $headers);
/webtrees/resources/js/
H A Dwebtrees.js50 headers: new Headers({ property
73 headers: new Headers({ property
906 headers: { property
/webtrees/app/Contracts/
H A DResponseFactoryInterface.php65 …object $content = '', int $code = StatusCodeInterface::STATUS_OK, array $headers = []): ResponseIn… argument
/webtrees/app/Cli/Commands/
H A DTreeList.php48 $table->setHeaders(headers: ['ID', 'Name', 'Title', 'Imported']);
H A DUserList.php51 …$table->setHeaders(headers: ['ID', 'Username', 'Real Name', 'Email', 'Admin', 'Approved', 'Verifie…
/webtrees/public/js/
H A Dwebtrees.min.js1headers:new Headers({"x-requested-with":"XMLHttpRequest"})};return fetch(e,t)},e.httpPost=function… property
/webtrees/public/ckeditor-4.15.1-custom/plugins/table/dialogs/
H A Dtable.js13 id:"selHeaders",requiredContent:"th","default":"",label:a.lang.table.headers,items:[[a.lang.table.h…
/webtrees/public/ckeditor-4.15.1-custom/
H A DCHANGES.md260 …b.com/ckeditor/ckeditor4/issues/1397): Fixed: Using the dialog to remove headers from a [table](ht…
498 …now upload files using XHR requests. This allows for setting custom HTTP headers using the [`confi…
710 * [#16833](https://dev.ckeditor.com/ticket/16833): [IE11] Fixed: Malformed list with headers [paste…
H A DLICENSE.md1370 included either as stand-alone text files, human-readable headers or
/webtrees/resources/lang/zh-Hans/
H A Dmessages.po14530 # I18N: Skip over the headers and menus, to the main content of the page
14531 #. I18N: Skip over the headers and menus, to the main content of the page
/webtrees/resources/lang/zh-Hant/
H A Dmessages.po14515 # I18N: Skip over the headers and menus, to the main content of the page
14516 #. I18N: Skip over the headers and menus, to the main content of the page
/webtrees/
H A Dphpstan-baseline.neon1384 …message: '#^Parameter \#3 \$headers of method Fisharebest\\Webtrees\\Contracts\\ResponseFactoryInt…
/webtrees/resources/lang/sq/
H A Dmessages.po14435 # I18N: Skip over the headers and menus, to the main content of the page
14436 #. I18N: Skip over the headers and menus, to the main content of the page
/webtrees/resources/lang/tt/
H A Dmessages.po13449 #. I18N: Skip over the headers and menus, to the main content of the page
/webtrees/resources/lang/mk/
H A Dmessages.po13467 #. I18N: Skip over the headers and menus, to the main content of the page
/webtrees/resources/lang/ko/
H A Dmessages.po13445 #. I18N: Skip over the headers and menus, to the main content of the page
/webtrees/resources/lang/dv/
H A Dmessages.po13439 #. I18N: Skip over the headers and menus, to the main content of the page
/webtrees/resources/lang/ms/
H A Dmessages.po13446 #. I18N: Skip over the headers and menus, to the main content of the page
/webtrees/resources/lang/mi/
H A Dmessages.po13462 #. I18N: Skip over the headers and menus, to the main content of the page
/webtrees/resources/lang/hi/
H A Dmessages.po13467 #. I18N: Skip over the headers and menus, to the main content of the page
/webtrees/resources/lang/sr/
H A Dmessages.po13490 #. I18N: Skip over the headers and menus, to the main content of the page
/webtrees/resources/lang/sw/
H A Dmessages.po13484 #. I18N: Skip over the headers and menus, to the main content of the page

1234