Home
last modified time | relevance | path

Searched refs:response_factory (Results 1 – 19 of 19) sorted by relevance

/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Helpers/
H A Dfunctions.php99 $response_factory = app(ResponseFactoryInterface::class);
101 return $response_factory
135 $response_factory = app(ResponseFactoryInterface::class);
142 $response = $response_factory
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Http/RequestHandlers/
H A DExportGedcomClient.php160 $response_factory = app(ResponseFactoryInterface::class);
162 return $response_factory->createResponse()
185 $response_factory = app(ResponseFactoryInterface::class);
187 return $response_factory->createResponse()
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/unit/Elgg/Http/
H A DResponseFactoryUnitTest.php69 private $response_factory; variable in Elgg\\Http\\ResponseFactoryUnitTest
109 …$this->response_factory = new ResponseFactory($this->request, $this->hooks, $this->ajax, $transpor…
110 $svc->setValue('responseFactory', $this->response_factory);
111 return $this->response_factory;
409 $this->assertEquals($expected_output, $this->response_factory->stringify($input));
/dports/www/py-pyramid/pyramid-1.7.3/pyramid/
H A Dresponse.py177 response_factory = registry.queryUtility(
182 return response_factory
H A Drequest.py221 response_factory = _get_response_factory(self.registry)
222 return response_factory(self)
H A Drenderers.py465 response_factory = _get_response_factory(registry)
466 response = response_factory(request)
/dports/www/py-pyramid/pyramid-1.7.3/pyramid/config/
H A D__init__.py291 response_factory=None, argument
326 response_factory=response_factory,
342 response_factory=None, argument
431 if response_factory:
432 self.set_response_factory(response_factory)
/dports/www/hotcrp/hotcrp-2.102/src/search/
H A Dst_comment.php40 static function response_factory($keyword, Conf $conf, $kwfj, $m) { function in Comment_SearchTerm
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/
H A Dentity.py65 from saml2.sigver import response_factory
624 response = response_factory(issuer=_issuer,
H A Dresponse.py1243 def response_factory(xmlstr, conf, return_addrs=None, outstanding_queries=None, function
H A Dsigver.py1873 def response_factory(sign=False, encrypt=False, sign_alg=None, digest_alg=None, function
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Module/
H A DClippingsCartModule.php380 $response_factory = app(ResponseFactoryInterface::class);
382 return $response_factory->createResponse()
/dports/www/py-pyramid/pyramid-1.7.3/docs/
H A Dwhatsnew-1.6.rst89 ``response_factory`` keyword argument to the constructor of
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/
H A Dresponse.py1254 def response_factory(xmlstr, conf, return_addrs=None, outstanding_queries=None, function
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/
H A Dresponse.py1263 def response_factory(xmlstr, conf, return_addrs=None, outstanding_queries=None,
/dports/www/drupal9/drupal-9.2.10/core/
H A Dcore.services.yml815 psr17.response_factory:
820 …quest_factory', '@psr17.stream_factory', '@psr17.uploaded_file_factory', '@psr17.response_factory']
/dports/www/py-pyramid/pyramid-1.7.3/pyramid/tests/test_config/
H A Dtest_init.py571 config.setup_registry(response_factory=factory)
/dports/www/py-pyramid/pyramid-1.7.3/docs/narr/
H A Dhooks.rst434 config = Configurator(response_factory=lambda r: MyResponse())
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/docs/
H A Dweb_reference.rst1760 response_factory=StreamResponse, \