Home
last modified time | relevance | path

Searched defs:exception (Results 351 – 375 of 24145) sorted by relevance

1...<<11121314151617181920>>...966

/dports/deskutils/egroupware/egroupware/vendor/symfony/error-handler/Tests/Exception/
H A DFlattenExceptionTest.php122 public function testFlattenHttpException(\Throwable $exception)
160 public function testPrevious(\Throwable $exception)
186 public function testLine(\Throwable $exception)
195 public function testFile(\Throwable $exception)
204 public function testCode(\Throwable $exception)
213 public function testToArray(\Throwable $exception, string $expectedClass)
/dports/www/bolt/bolt-2.2.24/vendor/symfony/debug/Symfony/Component/Debug/
H A DExceptionHandler.php115 public function handle(\Exception $exception)
160 private function failSafeHandle(\Exception $exception)
179 public function sendPhpResponse($exception)
203 public function createResponse($exception)
219 public function getContent(FlattenException $exception)
287 public function getStylesheet(FlattenException $exception)
/dports/lang/mawk/mawk-1.3.4-20190203/test/
H A Dfpe_test.bat93 set exception=0 variable
97 set exception=1 variable
102 set exception=1 variable
107 set exception=1 variable
147 set exception= variable
150 set exception= variable
/dports/java/openjdk11-jre/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/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/zaproxy/zap/
H A DZAPUnitTest.java86 Throwable exception = mock(Exception.class); in shouldFallbackToPrintExceptionsIfLoggerHasNoAppenders() local
98 Throwable exception = mock(ThreadDeath.class); in shouldNotPrintThreadDead() local
110 Throwable exception = spy(RuntimeException.class); in shouldLogExceptionIfRootLoggerHasAppenders() local
163 Throwable exception = mock(Exception.class); in shouldLogExceptionsIfLogConfigurationHasAppendersButNotRootLogger() local
178 Throwable exception = mock(ThreadDeath.class); in shouldNotLogThreadDead() local
206 Log4jTestAppender.AppendedLogEvent logEvent, String message, Throwable exception) { in assertLogEvent()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/java/lang/fdlibm/include/
H A Dfdlibm.h90 struct exception { struct
91 int type;
92 char *name;
93 double arg1;
94 double arg2;
95 double retval;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/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/java/openjdk16/jdk16u-jdk-16.0.2-7-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/java/openjdk17/jdk17u-jdk-17.0.1-12-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/spidermonkey17/js/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/java/openjdk15/jdk15u-jdk-15.0.6-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;
/dports/www/itop/web/lib/silex/vendor/symfony/debug/Symfony/Component/Debug/
H A DExceptionHandler.php115 public function handle(\Exception $exception)
160 private function failSafeHandle(\Exception $exception)
179 public function sendPhpResponse($exception)
203 public function createResponse($exception)
219 public function getContent(FlattenException $exception)
287 public function getStylesheet(FlattenException $exception)
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-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/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/java/lang/fdlibm/include/
H A Dfdlibm.h90 struct exception { struct
91 int type;
92 char *name;
93 double arg1;
94 double arg2;
95 double retval;
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Dcoders-private.h36 ExceptionInfo *exception) in IdentifyImageCoderType()
48 ExceptionInfo *exception) in IdentifyImageCoderGrayType()
60 ExceptionInfo *exception) in IdentifyImageCoderGray()
70 ExceptionInfo *exception) in SetImageCoderGray()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Dcoders-private.h36 ExceptionInfo *exception) in IdentifyImageCoderType()
48 ExceptionInfo *exception) in IdentifyImageCoderGrayType()
60 ExceptionInfo *exception) in IdentifyImageCoderGray()
70 ExceptionInfo *exception) in SetImageCoderGray()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/
H A DStatusUtil.java64 Throwable exception) { in newStatus()
85 public static IStatus newStatus(int severity, String message, Throwable exception) { in newStatus()
111 public static IStatus newError(Throwable exception) { in newError()
126 Throwable exception) { in newStatus()
/dports/lang/elixir-devel/elixir-1.13.1/lib/mix/lib/mix/
H A Dexceptions.ex5 def exception(opts) do function
58 def exception(opts) do function
68 def exception(opts) do function
/dports/lang/elixir/elixir-1.12.3/lib/mix/lib/mix/
H A Dexceptions.ex5 def exception(opts) do function
58 def exception(opts) do function
68 def exception(opts) do function
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/
H A DExceptionEvent.java18 private Exception exception; field in ExceptionEvent
21 public ExceptionEvent(Exception exception, String threadName) { in ExceptionEvent()
26 public ExceptionEvent(Exception exception) { in ExceptionEvent()
/dports/devel/z88dk/z88dk/libsrc/gfx/common/
H A Dc_point.asm22 EXTERN swapgfxbk
32 push de
41 ld h,(ix+4)
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/operations/
H A DTwowaysAMI.java133 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.GenericCallback
163 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.pingI
186 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.isAI
209 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.idI
232 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.idsI
254 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.opVoidI
278 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.opByteI
302 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.opBoolI
328 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.opShortIntLongI
744 exception(Ice.LocalException ex) in exception() method in TwowaysAMI.opBoolSSI
[all …]
/dports/devel/ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/operations/
H A DTwowaysAMI.java133 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.GenericCallback
163 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.pingI
186 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.isAI
209 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.idI
232 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.idsI
254 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.opVoidI
278 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.opByteI
302 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.opBoolI
328 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.opShortIntLongI
744 exception(Ice.LocalException ex) in exception() method in TwowaysAMI.opBoolSSI
[all …]
/dports/devel/py-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/operations/
H A DTwowaysAMI.java133 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.GenericCallback
163 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.pingI
186 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.isAI
209 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.idI
232 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.idsI
254 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.opVoidI
278 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.opByteI
302 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.opBoolI
328 public void exception(Ice.LocalException ex) in exception() method in TwowaysAMI.opShortIntLongI
744 exception(Ice.LocalException ex) in exception() method in TwowaysAMI.opBoolSSI
[all …]
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dmodule.c289 size_t *number_modules,ExceptionInfo *exception) in GetModuleInfoList()
528 MagickModuleType module_type,char *path,ExceptionInfo *exception) in GetMagickModulePath()
851 *exception; in DestroyModuleNode() local
938 Image **images,const int argc,const char **argv,ExceptionInfo *exception) in InvokeDynamicImageFilter()
1068 ExceptionInfo *exception) in ListModuleInfo()
1222 ExceptionInfo *exception) in OpenModule()
1359 MagickPrivate MagickBooleanType OpenModules(ExceptionInfo *exception) in OpenModules()
1422 ExceptionInfo *exception) in RegisterModule()
1607 ExceptionInfo *exception) in UnregisterModule()
1634 ExceptionInfo *magick_unused(exception)) in ListModuleInfo()
[all …]

1...<<11121314151617181920>>...966