Home
last modified time | relevance | path

Searched refs:failureHandler (Results 1 – 25 of 35) sorted by relevance

12

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/test/
H A Dcheckintersections.hh63 FailureHandler &failureHandler );
85 checkIntersectionIteratorAssignment( it, failureHandler ); in check()
86 checkLocalGeometries( intersection, entity, failureHandler ); in check()
89 checkOuterNormals( entity, gridPart, failureHandler ); in check()
91 failureHandler( SumNormalFailure::instance() ); in check()
113 failureHandler( failure ); in checkIntersectionIteratorAssignment()
115 failureHandler( failure ); in checkIntersectionIteratorAssignment()
118 failureHandler( failure ); in checkIntersectionIteratorAssignment()
123 failureHandler( failure ); in checkIntersectionIteratorAssignment()
131 FailureHandler &failureHandler ) in checkOuterNormals() argument
[all …]
H A Dcheckindexset.hh56 FailureHandler &failureHandler );
60 FailureHandler &failureHandler );
77 FailureHandler &failureHandler ) in count()
79 checkSize< codim >( indexSet, gridPart, failureHandler ); in count()
87 static void apply ( const Entity &entity, FailureHandler &failureHandler ) in apply()
98 FailureHandler &failureHandler ) in apply()
106 static void check ( const GridPartType &gridPart, FailureHandler &failureHandler ) in check()
111 checkGeomTypes( indexSet, gridPart, failureHandler ); in check()
128 FailureHandler &failureHandler ) in checkSize() argument
137 failureHandler( failure ); in checkSize()
[all …]
H A Dcheckgeometry.hh66 static void apply ( const Entity &entity, FailureHandler &failureHandler ) in apply()
70 If< GridPartType, hasEntity >::template check< codim, Entity >( entity, failureHandler ); in apply()
77 static void check ( const GridPartType &gridPart, FailureHandler &failureHandler ) in check() argument
83 Fem::ForLoop< CheckSubEntityGeometry, 0, dimension >::apply( entity, failureHandler ); in check()
H A Dtest-gridpart.cc75 FailureHandlerType failureHandler; in testAll() local
79 Dune::Fem::CheckGeometry< GridPartType, FailureHandlerType >::check( gridPart, failureHandler ); in testAll()
81 Dune::Fem::CheckIndexSet< GridPartType, FailureHandlerType >::check( gridPart, failureHandler ); in testAll()
83 …ne::Fem::CheckIntersections< GridPartType, FailureHandlerType >::check( gridPart, failureHandler ); in testAll()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Authentication/
H A DSimpleAuthenticationHandlerTest.php26 private $failureHandler; variable in Symfony\\Component\\Security\\Http\\Tests\\SimpleAuthenticationHandlerTest
58 …er = new SimpleAuthenticationHandler($authenticator, $this->successHandler, $this->failureHandler);
75 …er = new SimpleAuthenticationHandler($authenticator, $this->successHandler, $this->failureHandler);
94 …er = new SimpleAuthenticationHandler($authenticator, $this->successHandler, $this->failureHandler);
111 …er = new SimpleAuthenticationHandler($authenticator, $this->successHandler, $this->failureHandler);
121 $this->failureHandler->expects($this->once())
126 …er = new SimpleAuthenticationHandler($authenticator, $this->successHandler, $this->failureHandler);
134 $this->failureHandler->expects($this->never())
143 …er = new SimpleAuthenticationHandler($authenticator, $this->successHandler, $this->failureHandler);
153 $this->failureHandler->expects($this->never())
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Authentication/
H A DSimpleAuthenticationHandlerTest.php26 private $failureHandler; variable in Symfony\\Component\\Security\\Http\\Tests\\SimpleAuthenticationHandlerTest
58 …er = new SimpleAuthenticationHandler($authenticator, $this->successHandler, $this->failureHandler);
75 …er = new SimpleAuthenticationHandler($authenticator, $this->successHandler, $this->failureHandler);
94 …er = new SimpleAuthenticationHandler($authenticator, $this->successHandler, $this->failureHandler);
111 …er = new SimpleAuthenticationHandler($authenticator, $this->successHandler, $this->failureHandler);
121 $this->failureHandler->expects($this->once())
126 …er = new SimpleAuthenticationHandler($authenticator, $this->successHandler, $this->failureHandler);
134 $this->failureHandler->expects($this->never())
143 …er = new SimpleAuthenticationHandler($authenticator, $this->successHandler, $this->failureHandler);
153 $this->failureHandler->expects($this->never())
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/
H A DSimpleAuthenticationHandler.php33 protected $failureHandler; variable in Symfony\\Component\\Security\\Http\\Authentication\\SimpleAuthenticationHandler
40 * @param AuthenticationFailureHandlerInterface $failureHandler Default failure handler
43 …lerInterface $successHandler, AuthenticationFailureHandlerInterface $failureHandler, LoggerInterfa… argument
47 $this->failureHandler = $failureHandler;
102 return $this->failureHandler->onAuthenticationFailure($request, $exception);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/
H A DSimpleAuthenticationHandler.php33 protected $failureHandler; variable in Symfony\\Component\\Security\\Http\\Authentication\\SimpleAuthenticationHandler
40 * @param AuthenticationFailureHandlerInterface $failureHandler Default failure handler
43 …lerInterface $successHandler, AuthenticationFailureHandlerInterface $failureHandler, LoggerInterfa… argument
47 $this->failureHandler = $failureHandler;
102 return $this->failureHandler->onAuthenticationFailure($request, $exception);
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/ur/
H A Dfailurereporting.go49 return &failureHandler{
57 type failureHandler struct { struct
69 func (h *failureHandler) Serve(ctx context.Context) error { argument
139 func (h *failureHandler) applyOpts(opts config.OptionsConfiguration, sub events.Subscription) (stri… argument
154 func (h *failureHandler) addReport(descr string, evTime time.Time) { argument
167 func (h *failureHandler) VerifyConfiguration(_, _ config.Configuration) error { argument
171 func (h *failureHandler) CommitConfiguration(from, to config.Configuration) bool { argument
178 func (h *failureHandler) String() string { argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/
H A DAnnotationProcessorFactoryLoader.java409 LoadFailureHandler failureHandler = new LoadFailureHandler(jproj); in getJava5FactoriesAndAttributesForProject() local
420 loadFactories(containers, jproj, failureHandler); in getJava5FactoriesAndAttributesForProject()
422 failureHandler.reportFailureMarkers(); in getJava5FactoriesAndAttributesForProject()
447 LoadFailureHandler failureHandler = new LoadFailureHandler(jproj); in getJava6FactoriesAndAttributesForProject() local
458 loadFactories(containers, jproj, failureHandler); in getJava6FactoriesAndAttributesForProject()
465 failureHandler.reportFailureMarkers(); in getJava6FactoriesAndAttributesForProject()
516 failureHandler.addFailedFactory(factoryName); in loadInstance()
521 failureHandler.addFailedFactory(factoryName); in loadInstance()
534 LoadFailureHandler failureHandler) in loadFactories() argument
545 failureHandler.addFailedFactory(badFC.getId()); in loadFactories()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/
H A DAbstractFactory.php193 …$failureHandler = $container->setDefinition($id, new ChildDefinition('security.authentication.cust…
194 $failureHandler->replaceArgument(0, new Reference($config['failure_handler']));
195 $failureHandler->replaceArgument(1, $options);
197 …$failureHandler = $container->setDefinition($id, new ChildDefinition('security.authentication.fail…
198 $failureHandler->addMethodCall('setOptions', [$options]);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/
H A DAbstractFactory.php193 …$failureHandler = $container->setDefinition($id, new ChildDefinition('security.authentication.cust…
194 $failureHandler->replaceArgument(0, new Reference($config['failure_handler']));
195 $failureHandler->replaceArgument(1, $options);
197 …$failureHandler = $container->setDefinition($id, new ChildDefinition('security.authentication.fail…
198 $failureHandler->addMethodCall('setOptions', [$options]);
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/partial/
H A DPartialResult.scala24 private var failureHandler: Option[Exception => Unit] = None
66 if (failureHandler.isDefined) {
69 failureHandler = Some(handler)
125 failureHandler.foreach(h => h(exception))
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/
H A DUsernamePasswordJsonAuthenticationListener.php51 private $failureHandler; variable in Symfony\\Component\\Security\\Http\\Firewall\\UsernamePasswordJsonAuthenticationListener
58 …rface $successHandler = null, AuthenticationFailureHandlerInterface $failureHandler = null, array … argument
65 $this->failureHandler = $failureHandler;
180 if (!$this->failureHandler) {
184 $response = $this->failureHandler->onAuthenticationFailure($request, $failed);
H A DAbstractAuthenticationListener.php63 private $failureHandler; variable in Symfony\\Component\\Security\\Http\\Firewall\\AbstractAuthenticationListener
78 …lerInterface $successHandler, AuthenticationFailureHandlerInterface $failureHandler, array $option… argument
89 $this->failureHandler = $failureHandler;
191 $response = $this->failureHandler->onAuthenticationFailure($request, $failed);
H A DUsernamePasswordFormAuthenticationListener.php42 …lerInterface $successHandler, AuthenticationFailureHandlerInterface $failureHandler, array $option… argument
44 …anager, $sessionStrategy, $httpUtils, $providerKey, $successHandler, $failureHandler, array_merge([
H A DSimpleFormAuthenticationListener.php54 …lerInterface $successHandler, AuthenticationFailureHandlerInterface $failureHandler, array $option… argument
71 …nager, $sessionStrategy, $httpUtils, $providerKey, $successHandler, $failureHandler, $options, $lo…
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/
H A DUsernamePasswordJsonAuthenticationListener.php51 private $failureHandler; variable in Symfony\\Component\\Security\\Http\\Firewall\\UsernamePasswordJsonAuthenticationListener
58 …rface $successHandler = null, AuthenticationFailureHandlerInterface $failureHandler = null, array … argument
65 $this->failureHandler = $failureHandler;
180 if (!$this->failureHandler) {
184 $response = $this->failureHandler->onAuthenticationFailure($request, $failed);
H A DAbstractAuthenticationListener.php63 private $failureHandler; variable in Symfony\\Component\\Security\\Http\\Firewall\\AbstractAuthenticationListener
78 …lerInterface $successHandler, AuthenticationFailureHandlerInterface $failureHandler, array $option… argument
89 $this->failureHandler = $failureHandler;
191 $response = $this->failureHandler->onAuthenticationFailure($request, $failed);
H A DUsernamePasswordFormAuthenticationListener.php42 …lerInterface $successHandler, AuthenticationFailureHandlerInterface $failureHandler, array $option… argument
44 …anager, $sessionStrategy, $httpUtils, $providerKey, $successHandler, $failureHandler, array_merge([
H A DSimpleFormAuthenticationListener.php54 …lerInterface $successHandler, AuthenticationFailureHandlerInterface $failureHandler, array $option… argument
71 …nager, $sessionStrategy, $httpUtils, $providerKey, $successHandler, $failureHandler, $options, $lo…
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/
H A DUsernamePasswordFormAuthenticationListenerTest.php49 …$failureHandler = $this->getMockBuilder('Symfony\Component\Security\Http\Authentication\Authentica…
50 $failureHandler
70 $failureHandler,
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/
H A DUsernamePasswordFormAuthenticationListenerTest.php49 …$failureHandler = $this->getMockBuilder('Symfony\Component\Security\Http\Authentication\Authentica…
50 $failureHandler
70 $failureHandler,
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/
H A DAbstractFactoryTest.php69 $failureHandler = $container->findDefinition((string) $arguments['index_6']);
71 $methodCalls = $failureHandler->getMethodCalls();
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/
H A DAbstractFactoryTest.php69 $failureHandler = $container->findDefinition((string) $arguments['index_6']);
71 $methodCalls = $failureHandler->getMethodCalls();

12