Home
last modified time | relevance | path

Searched defs:exception (Results 326 – 350 of 23633) sorted by relevance

1...<<11121314151617181920>>...946

/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dimage.c135 ExceptionInfo *exception) in AcquireImage()
368 ExceptionInfo *exception) in AcquireNextImage()
636 *exception; in CatchImageException() local
1349 *exception; in GetImageInfo() local
1436 ExceptionInfo *exception) in GetImageMask()
1649 ExceptionInfo *exception) in InterpretImageFilename()
1805 ExceptionInfo *exception) in IsHighDynamicRangeImage()
1994 ExceptionInfo *exception) in ModifyImage()
2049 ExceptionInfo *exception) in NewMagickImage()
2242 ExceptionInfo *exception) in ResetImagePixels()
[all …]
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/script/
H A Dscriptfunc.cpp125 static bool GetPoint(CBotVar* &var, int& exception, Math::Vector& pos) in GetPoint()
241 bool CScriptFunctions::rGetBuild(CBotVar* var, CBotVar* result, int& exception, void* user) in rGetBuild()
266 bool CScriptFunctions::rSetBuild(CBotVar* var, CBotVar* result, int& exception, void* user) in rSetBuild()
357 bool CScriptFunctions::rIsBusy(CBotVar* var, CBotVar* result, int& exception, void* user) in rIsBusy()
388 bool CScriptFunctions::rDestroy(CBotVar* var, CBotVar* result, int& exception, void* user) in rDestroy()
1100 bool CScriptFunctions::rRadar(CBotVar* var, CBotVar* result, int& exception, void* user) in rRadar()
1449 bool CScriptFunctions::rFlag(CBotVar* var, CBotVar* result, int& exception, void* user) in rFlag()
1961 bool CScriptFunctions::rWait(CBotVar* var, CBotVar* result, int& exception, void* user) in rWait()
2715 bool CScriptFunctions::rAim(CBotVar* var, CBotVar* result, int& exception, void* user) in rAim()
2794 bool CScriptFunctions::rJet(CBotVar* var, CBotVar* result, int& exception, void* user) in rJet()
[all …]
/dports/devel/gitlist/gitlist/vendor/symfony/debug/Tests/Exception/
H A DFlattenExceptionTest.php108 public function testFlattenHttpException(\Exception $exception)
123 public function testPrevious(\Exception $exception)
152 public function testLine(\Exception $exception)
161 public function testFile(\Exception $exception)
170 public function testToArray(\Exception $exception)
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/Internal/
H A DExceptionServices.cs12 public static void Throw(this Exception exception) in Throw()
17 public static void ThrowIfNotNull(this Exception exception) in ThrowIfNotNull()
46 void Rethrow(Exception exception); in Rethrow()
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dexception.c16 at_exception_got_fatal(at_exception_type * exception) in at_exception_got_fatal()
22 at_exception_fatal(at_exception_type * exception, in at_exception_fatal()
37 at_exception_warning(at_exception_type * exception, in at_exception_warning()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pamtosvg/
H A Dexception.c20 at_exception_got_fatal(at_exception_type * const exception) { in at_exception_got_fatal()
28 at_exception_fatal(at_exception_type * const exception, in at_exception_fatal()
44 at_exception_warning(at_exception_type * const exception, in at_exception_warning()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/openrisc/cpu/
H A Dexceptions.c32 void exception_install_handler(int exception, void (*handler)(void)) in exception_install_handler()
40 void exception_free_handler(int exception) in exception_free_handler()
66 int exception = vect >> 8; in exception_handler() local
/dports/science/thermofun/thermofun-0.3.8/ThermoFun/Common/
H A DException.cpp27 std::string message(const Exception& exception, const std::string& /*file*/, int /*line*/) in message()
96 Exception exception; in errorMethodNotFound() local
106 Exception exception; in errorReactionNotDefined() local
116 Exception exception; in errorSolventNotDefined() local
126 Exception exception; in errorModelParameters() local
136 Exception exception; in errorSameSymbol() local
146 Exception exception; in errorNotMatchingLevel() local
156 Exception exception; in funError() local
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/CXX/Python2/
H A DException.hxx76 Exception( ExtensionExceptionType &exception, const std::string &reason ) in Exception()
80 Exception( ExtensionExceptionType &exception, Object &reason ) in Exception()
84 Exception( PyObject *exception, Object &reason ) in Exception()
88 Exception( PyObject *exception, const std::string &reason ) in Exception()
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/CXX/Python3/
H A DException.hxx83 Exception( ExtensionExceptionType &exception, const std::string &reason ) in Exception()
87 Exception( ExtensionExceptionType &exception, Object &reason ) in Exception()
91 Exception( PyObject *exception, Object &reason ) in Exception()
95 Exception( PyObject *exception, const std::string &reason ) in Exception()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/controllers/repositories/
H A Dgit_http_controller.rb65 def render_403_with_exception(exception) argument
69 def render_404_with_exception(exception) argument
73 def render_422_with_exception(exception) argument
77 def render_503_with_exception(exception, message: nil) argument
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemRecFileModel.cpp71 catch (const emException & exception) { in TryStartLoading() local
89 catch (const emException & exception) { in TryContinueLoading() local
128 catch (const emException & exception) { in TryStartSaving() local
144 catch (const emException & exception) { in TryContinueSaving() local
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/filp/whoops/src/Whoops/Exception/
H A DInspector.php16 private $exception; variable in Whoops\\Exception\\Inspector
31 public function __construct($exception)
225 protected function getFrameFromException($exception)
243 protected function getFrameFromError(ErrorException $exception)
/dports/devel/py-cxx/pycxx-7.1.5/CXX/Python3/
H A DException.hxx83 Exception( ExtensionExceptionType &exception, const std::string &reason ) in Exception()
87 Exception( ExtensionExceptionType &exception, Object &reason ) in Exception()
91 Exception( PyObject *exception, Object &reason ) in Exception()
95 Exception( PyObject *exception, const std::string &reason ) in Exception()
/dports/devel/py-cxx/pycxx-7.1.5/CXX/Python2/
H A DException.hxx76 Exception( ExtensionExceptionType &exception, const std::string &reason ) in Exception()
80 Exception( ExtensionExceptionType &exception, Object &reason ) in Exception()
84 Exception( PyObject *exception, Object &reason ) in Exception()
88 Exception( PyObject *exception, const std::string &reason ) in Exception()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Exception/
H A DFlattenExceptionTest.php114 public function testFlattenHttpException(\Exception $exception)
129 public function testPrevious(\Exception $exception)
158 public function testLine(\Exception $exception)
167 public function testFile(\Exception $exception)
176 public function testToArray(\Exception $exception)
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Debug/Tests/Exception/
H A DFlattenExceptionTest.php114 public function testFlattenHttpException(\Exception $exception)
129 public function testPrevious(\Exception $exception)
158 public function testLine(\Exception $exception)
167 public function testFile(\Exception $exception)
176 public function testToArray(\Exception $exception)
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Ddng.c107 static void InitializeDcrawOpenCL(ExceptionInfo *exception) in InitializeDcrawOpenCL()
150 static void InitializeDcrawOpenCL(ExceptionInfo *magick_unused(exception)) in InitializeDcrawOpenCL()
161 ExceptionInfo *exception) in SetDNGProperties()
213 ExceptionInfo *exception) in InvokeDNGDelegate()
366 *exception; in LibRawDataError() local
375 libraw_data_t *raw_info,ExceptionInfo *exception) in ReadLibRawThumbnail()
407 static Image *ReadDNGImage(const ImageInfo *image_info,ExceptionInfo *exception) in ReadDNGImage()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Ddng.c107 static void InitializeDcrawOpenCL(ExceptionInfo *exception) in InitializeDcrawOpenCL()
150 static void InitializeDcrawOpenCL(ExceptionInfo *magick_unused(exception)) in InitializeDcrawOpenCL()
161 ExceptionInfo *exception) in SetDNGProperties()
213 ExceptionInfo *exception) in InvokeDNGDelegate()
366 *exception; in LibRawDataError() local
375 libraw_data_t *raw_info,ExceptionInfo *exception) in ReadLibRawThumbnail()
407 static Image *ReadDNGImage(const ImageInfo *image_info,ExceptionInfo *exception) in ReadDNGImage()
/dports/biology/spoa/spoa-4.0.7/src/
H A Dmain.cpp40 } catch (const std::invalid_argument& exception) { in CreateParser() local
49 } catch (const std::invalid_argument& exception) { in CreateParser() local
256 } catch(std::invalid_argument& exception) { in main() local
270 } catch (std::invalid_argument& exception) { in main() local
282 } catch (std::invalid_argument& exception) { in main() local
293 } catch (std::invalid_argument& exception) { in main() local
312 } catch(std::invalid_argument& exception) { in main() local
/dports/devel/jsl/jsl-0.3.0/src/fdlibm/
H A Dfdlibm.h123 struct exception { struct
124 int type;
125 char *name;
126 double arg1;
127 double arg2;
128 double retval;
/dports/math/pecl-stats2/stats-2.0.3/
H A Dfdlibm.h67 struct exception { struct
68 int type;
69 char *name;
70 double arg1;
71 double arg2;
72 double retval;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/libfdlibm/
H A Dfdlibm.h89 struct exception { struct
90 int type;
91 char *name;
92 double arg1;
93 double arg2;
94 double retval;
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/fdlibm/
H A Dfdlibm.h67 struct exception { struct
68 int type;
69 char *name;
70 double arg1;
71 double arg2;
72 double retval;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/native/libfdlibm/
H A Dfdlibm.h89 struct exception { struct
90 int type;
91 char *name;
92 double arg1;
93 double arg2;
94 double retval;

1...<<11121314151617181920>>...946