Home
last modified time | relevance | path

Searched defs:catch (Results 151 – 175 of 2390) sorted by relevance

12345678910>>...96

/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp2a/
H A Dconstexpr-try4.C11 } catch (...) { in foo() function
25 } catch (...) { in bar() function
42 } catch (...) { in S() function
52 } catch (...) { in T() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp2a/
H A Dconstexpr-try4.C11 } catch (...) { in foo() function
25 } catch (...) { in bar() function
42 } catch (...) { in S() function
52 } catch (...) { in T() function
/dports/databases/py-xapian/xapian-bindings-1.4.18/tcl8/
H A Dexcept.i224 } catch (const Xapian::Error &e) { in catch() function
226 } catch (const std::exception &e) { in catch() function
228 } catch (...) { in catch() function
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/tcl8/
H A Dexcept.i224 } catch (const Xapian::Error &e) { in catch() function
226 } catch (const std::exception &e) { in catch() function
228 } catch (...) { in catch() function
/dports/databases/xapian-bindings12/xapian-bindings-1.2.25/tcl8/
H A Dexcept.i50 } catch (const Xapian::Error &e) { in catch() function
52 } catch (const std::exception &e) { in catch() function
54 } catch (...) { in catch() function
/dports/databases/php-xapian/xapian-bindings-1.4.18/tcl8/
H A Dexcept.i224 } catch (const Xapian::Error &e) { in catch() function
226 } catch (const std::exception &e) { in catch() function
228 } catch (...) { in catch() function
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/include/faust/gui/
H A DRosCI.h224 name = name + ".cpp"; in XapianTclHandleError()
226 std::fstream file (file_name); in XapianTclHandleError()
228 if (!file.is_open()) in XapianTclHandleError()
/dports/sysutils/libdnf/libdnf-0.64.0/bindings/swig/
H A Dcommon_types.i21 } catch (const std::out_of_range & e) { in catch() function
23 } catch (const std::exception & e) { in catch() function
119 catch (StopIterator) in catch() function
132 catch (StopIterator) in catch() function
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dexception_order.i32 catch(...) { in catch() function
40 } catch(...) { in catch() function
49 } catch (__cxxabiv1::__foreign_exception&) { in catch() function
52 } catch(...) { in catch() function
60 } catch(...) { in catch() function
/dports/textproc/yamcha/yamcha-0.33/swig/
H A DYamCha.i44 catch (std::exception &e) { SWIG_exception (SWIG_RuntimeError, (char*)e.what()); } in catch() function
45 catch (char *e) { SWIG_exception (SWIG_RuntimeError, e); } in catch() function
46 catch (const char *e) { SWIG_exception (SWIG_RuntimeError, (char*)e); } in catch() function
/dports/www/bolt/bolt-2.2.24/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/
H A DHttpCache.php189 …public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = tru…
257 protected function pass(Request $request, $catch = false)
276 protected function invalidate(Request $request, $catch = false)
323 protected function lookup(Request $request, $catch = false)
375 protected function validate(Request $request, Response $entry, $catch = false)
436 protected function fetch(Request $request, $catch = false)
465 protected function forward(Request $request, $catch = false, Response $entry = null)
/dports/devel/gitlist/gitlist/vendor/symfony/http-kernel/HttpCache/
H A DHttpCache.php188 …public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = tru…
254 protected function pass(Request $request, $catch = false)
273 protected function invalidate(Request $request, $catch = false)
320 protected function lookup(Request $request, $catch = false)
372 protected function validate(Request $request, Response $entry, $catch = false)
435 protected function fetch(Request $request, $catch = false)
466 protected function forward(Request $request, $catch = false, Response $entry = null)
/dports/www/itop/web/lib/silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/
H A DHttpCache.php189 …public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = tru…
257 protected function pass(Request $request, $catch = false)
276 protected function invalidate(Request $request, $catch = false)
323 protected function lookup(Request $request, $catch = false)
375 protected function validate(Request $request, Response $entry, $catch = false)
436 protected function fetch(Request $request, $catch = false)
465 protected function forward(Request $request, $catch = false, Response $entry = null)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/php/
H A Dlocal.i113 catch (const SBMLConstructorException &e){ in catch() function
116 catch (const SBMLExtensionException &e){ in catch() function
181 catch (const XMLConstructorException &e){ in catch() function
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/php/
H A Dlocal.i113 catch (const SBMLConstructorException &e){ in catch() function
116 catch (const SBMLExtensionException &e){ in catch() function
181 catch (const XMLConstructorException &e){ in catch() function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/colin/
H A DTinyXML.h350 catch (std::exception& err) in catch() function
366 catch (std::exception& err) in catch() function
382 catch (std::exception& err) in catch() function
398 catch (std::exception& err) in catch() function
414 catch (std::exception& err) in catch() function
430 catch (std::exception& err) in catch() function
445 catch (std::exception& err) in catch() function
487 catch (std::exception& err) in catch() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/NRRD/test/
H A DitkNrrdImageIOTest.h85 catch(itk::ExceptionObject &e) in catch() function
112 catch(itk::ExceptionObject &e) in catch() function
130 catch (itk::ExceptionObject & e) in catch() function
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/util/
H A Dtestsuite_regex.h99 catch (const regex_error& e) in catch() function
117 catch (const logic_error& e) in catch() function
122 catch (const std::exception& e) in catch() function
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/util/
H A Dtestsuite_regex.h99 catch (const regex_error& e) in catch() function
117 catch (const logic_error& e) in catch() function
122 catch (const std::exception& e) in catch() function
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/http-kernel/HttpCache/
H A DHttpCache.php193 …ction handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true)
263 protected function pass(Request $request, bool $catch = false)
281 protected function invalidate(Request $request, bool $catch = false)
327 protected function lookup(Request $request, bool $catch = false)
374 protected function validate(Request $request, Response $entry, bool $catch = false)
437 protected function fetch(Request $request, bool $catch = false)
470 protected function forward(Request $request, bool $catch = false, Response $entry = null)
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/
H A DHttpCache.php163 …public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = tru…
234 protected function pass(Request $request, $catch = false)
253 protected function invalidate(Request $request, $catch = false)
300 protected function lookup(Request $request, $catch = false)
349 protected function validate(Request $request, Response $entry, $catch = false)
413 protected function fetch(Request $request, $catch = false)
446 protected function forward(Request $request, $catch = false, Response $entry = null)
/dports/www/phpbb3/phpBB3/vendor/symfony/http-kernel/HttpCache/
H A DHttpCache.php163 …public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = tru…
234 protected function pass(Request $request, $catch = false)
253 protected function invalidate(Request $request, $catch = false)
300 protected function lookup(Request $request, $catch = false)
349 protected function validate(Request $request, Response $entry, $catch = false)
413 protected function fetch(Request $request, $catch = false)
446 protected function forward(Request $request, $catch = false, Response $entry = null)
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-kernel/HttpCache/
H A DHttpCache.php193 …public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = tru…
263 protected function pass(Request $request, $catch = false)
281 protected function invalidate(Request $request, $catch = false)
327 protected function lookup(Request $request, $catch = false)
374 protected function validate(Request $request, Response $entry, $catch = false)
437 protected function fetch(Request $request, $catch = false)
470 protected function forward(Request $request, $catch = false, Response $entry = null)
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/
H A DHttpCache.php163 …public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = tru…
234 protected function pass(Request $request, $catch = false)
253 protected function invalidate(Request $request, $catch = false)
300 protected function lookup(Request $request, $catch = false)
349 protected function validate(Request $request, Response $entry, $catch = false)
413 protected function fetch(Request $request, $catch = false)
446 protected function forward(Request $request, $catch = false, Response $entry = null)
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/http-kernel/HttpCache/
H A DHttpCache.php163 …public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = tru…
234 protected function pass(Request $request, $catch = false)
253 protected function invalidate(Request $request, $catch = false)
300 protected function lookup(Request $request, $catch = false)
349 protected function validate(Request $request, Response $entry, $catch = false)
413 protected function fetch(Request $request, $catch = false)
446 protected function forward(Request $request, $catch = false, Response $entry = null)

12345678910>>...96