Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 111) sorted by relevance

12345

/webtrees/app/Services/
H A DHtmlService.php46 $config->set('Cache.DefinitionImpl', null);
48 $config->set('HTML.TidyLevel', 'none'); // Only XSS cleaning now
51 $config->set('CSS.MaxImgLength', null);
54 $config->set('Attr.EnableID', true);
/webtrees/tests/
H A DTestCase.php123 Registry::container()->set(Tree::class, $value);
127 Registry::container()->set(ServerRequestInterface::class, $request);
143 Registry::container()->set(ModuleThemeInterface::class, new WebtreesTheme());
148 Registry::container()->set(RouterContainer::class, $router_container);
/webtrees/public/ckeditor-4.15.1-custom/plugins/wsc/dialogs/
H A Dwsc.js7 …ent("onmessage",a)}},hash:{create:function(){},parse:function(){}},cookie:{set:a,get:function(a){r…
31 …:a.targetFromFrame[void 0]})):d="");g.cookie.set("osp",b.DefOptions.osp);g.cookie.set("udn",d);g.c…
42 …unction(a){return b.restoreDataFromString(window.localStorage.getItem(a))},set:function(a,c){var d… method
43 set:function(a,c){var d=b.convertDataToString(c);this.setCookie(a,d,{expires:this.expiration})},del… method
44 ….DataStorage={getData:function(a){return e.get(a)},setData:function(a,b){e.set(a,b)},deleteData:fu…
77 …/,/g,"");g.cookie.set("osp",a);g.cookie.set("udnCmd",h?h:"ignore");"delete"!=h&&(a="",""!==t.getVa…
86 a=a.toString().replace(/,/g,"");g.cookie.set("osp",a);g.postMessage.send({id:"options_checkbox_send…
/webtrees/tests/app/Elements/
H A DXrefSourceTest.php54 Registry::container()->set(ServerRequestInterface::class, $request);
75 Registry::container()->set(ServerRequestInterface::class, $request);
H A DXrefRepositoryTest.php52 Registry::container()->set(ServerRequestInterface::class, $request);
H A DXrefFamilyTest.php52 Registry::container()->set(ServerRequestInterface::class, $request);
H A DXrefMediaTest.php52 Registry::container()->set(ServerRequestInterface::class, $request);
H A DXrefSubmissionTest.php52 Registry::container()->set(ServerRequestInterface::class, $request);
H A DXrefSubmitterTest.php52 Registry::container()->set(ServerRequestInterface::class, $request);
H A DXrefLocationTest.php52 Registry::container()->set(ServerRequestInterface::class, $request);
H A DXrefIndividualTest.php52 Registry::container()->set(ServerRequestInterface::class, $request);
/webtrees/app/Http/Middleware/
H A DRouter.php151 Registry::container()->set(Tree::class, $value);
164 Registry::container()->set(ServerRequestInterface::class, $request);
H A DNoRouteFound.php51 Registry::container()->set(ServerRequestInterface::class, $request);
H A DUseSession.php75 Registry::container()->set(UserInterface::class, $user);
H A DLoadRoutes.php73 Registry::container()->set(RouterContainer::class, $router_container);
H A DUseTheme.php59 Registry::container()->set(ModuleThemeInterface::class, $theme);
H A DHandleExceptions.php95 Registry::container()->set(ServerRequestInterface::class, $request);
/webtrees/app/Contracts/
H A DContainerInterface.php29 public function set(string $id, object $object): static; function
/webtrees/resources/css/xenea/images/
H A Dreadme.txt1 This set of images for the phpGedView project is of free use.
/webtrees/app/
H A DContainer.php67 public function set(string $id, object $object): static function in Fisharebest\\Webtrees\\Container
/webtrees/tests/app/Http/Middleware/
H A DHandleExceptionsTest.php48 Registry::container()->set(ModuleService::class, $module_service);
/webtrees/resources/css/
H A D_vendor-patches.css50 /* Some themes set the global default to separate. We should change this. */
/webtrees/public/ckeditor-4.15.1-custom/
H A DCHANGES.md22 …s://ckeditor.com/cke4/addon/autogrow) plugin causes the editor width to be set to `0` on editor re…
51 …_selection.html#method-scrollIntoView) method throws an error when the editor selection is not set.
229 …ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-enterMode) set to [`ENTER_DIV`](ht…
264 …ttps://ckeditor.com/docs/ckeditor4/latest/guide/dev_readonly.html) mode is set by the mouse event …
470 * [IE10] Fixed: Markup is not set for a specific case in SCAYT.
500 * [#1399](https://github.com/ckeditor/ckeditor4/issues/1399): Added the possibility to set [`CKEDIT…
610 …with zero width (`border: 0px solid #000;`) causes the table to have the border attribute set to 1.
612 …ditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-enterMode) is set to `CKEDITOR.ENTER_…
647 …ncorrectly excludes the last element instead of root when the `fromTop` parameter is set to `true`.
753 …ets [pasted from Word](https://ckeditor.com/cke4/addon/pastefromword) as a set of paragraphs. Adde…
[all …]
/webtrees/tests/feature/
H A DEmbeddedVariablesTest.php116 Registry::container()->set(ServerRequestInterface::class, $request);
/webtrees/app/Http/RequestHandlers/
H A DSetupWizard.php139 Registry::container()->set(ServerRequestInterface::class, $request);

12345