Home
last modified time | relevance | path

Searched refs:catchExceptions (Results 1 – 25 of 101) sorted by relevance

12345

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/event/
H A DInvocationEvent.java98 protected boolean catchExceptions; field in InvocationEvent
145 boolean catchExceptions) in InvocationEvent() argument
147 this(source, INVOCATION_DEFAULT, runnable, notifier, catchExceptions); in InvocationEvent()
166 Object notifier, boolean catchExceptions) in InvocationEvent() argument
171 this.catchExceptions = catchExceptions; in InvocationEvent()
181 if (catchExceptions) in dispatch()
230 + ",catchExceptions=" + catchExceptions + ",when=" + when; in paramString()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/event/
H A DInvocationEvent.java98 protected boolean catchExceptions;
145 boolean catchExceptions)
147 this(source, INVOCATION_DEFAULT, runnable, notifier, catchExceptions);
166 Object notifier, boolean catchExceptions)
171 this.catchExceptions = catchExceptions;
181 if (catchExceptions)
230 + ",catchExceptions=" + catchExceptions + ",when=" + when;
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/awt/event/
H A DInvocationEvent.java98 protected boolean catchExceptions; field in InvocationEvent
145 boolean catchExceptions) in InvocationEvent() argument
147 this(source, INVOCATION_DEFAULT, runnable, notifier, catchExceptions); in InvocationEvent()
166 Object notifier, boolean catchExceptions) in InvocationEvent() argument
171 this.catchExceptions = catchExceptions; in InvocationEvent()
181 if (catchExceptions) in dispatch()
235 + ",catchExceptions=" + catchExceptions + ",when=" + when; in paramString()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/event/
H A DInvocationEvent.java98 protected boolean catchExceptions; field in InvocationEvent
152 boolean catchExceptions) in InvocationEvent() argument
154 this(source, INVOCATION_DEFAULT, runnable, notifier, catchExceptions); in InvocationEvent()
173 Object notifier, boolean catchExceptions) in InvocationEvent() argument
178 this.catchExceptions = catchExceptions; in InvocationEvent()
188 if (catchExceptions) in dispatch()
256 + ",catchExceptions=" + catchExceptions + ",when=" + when; in paramString()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/awt/event/
H A DInvocationEvent.java98 protected boolean catchExceptions; field in InvocationEvent
152 boolean catchExceptions) in InvocationEvent() argument
154 this(source, INVOCATION_DEFAULT, runnable, notifier, catchExceptions); in InvocationEvent()
173 Object notifier, boolean catchExceptions) in InvocationEvent() argument
178 this.catchExceptions = catchExceptions; in InvocationEvent()
188 if (catchExceptions) in dispatch()
256 + ",catchExceptions=" + catchExceptions + ",when=" + when; in paramString()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/awt/event/
H A DInvocationEvent.java98 protected boolean catchExceptions; field in InvocationEvent
152 boolean catchExceptions) in InvocationEvent() argument
154 this(source, INVOCATION_DEFAULT, runnable, notifier, catchExceptions); in InvocationEvent()
173 Object notifier, boolean catchExceptions) in InvocationEvent() argument
178 this.catchExceptions = catchExceptions; in InvocationEvent()
188 if (catchExceptions) in dispatch()
256 + ",catchExceptions=" + catchExceptions + ",when=" + when; in paramString()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/awt/event/
H A DInvocationEvent.java98 protected boolean catchExceptions; field in InvocationEvent
152 boolean catchExceptions) in InvocationEvent() argument
154 this(source, INVOCATION_DEFAULT, runnable, notifier, catchExceptions); in InvocationEvent()
173 Object notifier, boolean catchExceptions) in InvocationEvent() argument
178 this.catchExceptions = catchExceptions; in InvocationEvent()
188 if (catchExceptions) in dispatch()
256 + ",catchExceptions=" + catchExceptions + ",when=" + when; in paramString()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/awt/event/
H A DInvocationEvent.java98 protected boolean catchExceptions; field in InvocationEvent
152 boolean catchExceptions) in InvocationEvent() argument
154 this(source, INVOCATION_DEFAULT, runnable, notifier, catchExceptions); in InvocationEvent()
173 Object notifier, boolean catchExceptions) in InvocationEvent() argument
178 this.catchExceptions = catchExceptions; in InvocationEvent()
188 if (catchExceptions) in dispatch()
256 + ",catchExceptions=" + catchExceptions + ",when=" + when; in paramString()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/
H A DGLRunnableTask.java42 boolean catchExceptions; field in GLRunnableTask
48 …RunnableTask(final GLRunnable runnable, final Object notifyObject, final boolean catchExceptions) { in GLRunnableTask() argument
51 this.catchExceptions = catchExceptions; in GLRunnableTask()
64 if(catchExceptions) { in run()
78 if(catchExceptions) { in run()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/
H A DRememberMeListener.php38 private $catchExceptions = true; variable in Symfony\\Component\\Security\\Http\\Firewall\\RememberMeListener
42 * @param bool $catchExceptions
44 …erface $logger = null, EventDispatcherInterface $dispatcher = null, $catchExceptions = true, Sessi… argument
51 $this->catchExceptions = $catchExceptions;
80 if (!$this->catchExceptions) {
113 if (!$this->catchExceptions) {
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/
H A DRememberMeListener.php38 private $catchExceptions = true; variable in Symfony\\Component\\Security\\Http\\Firewall\\RememberMeListener
42 * @param bool $catchExceptions
44 …erface $logger = null, EventDispatcherInterface $dispatcher = null, $catchExceptions = true, Sessi… argument
51 $this->catchExceptions = $catchExceptions;
80 if (!$this->catchExceptions) {
113 if (!$this->catchExceptions) {
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-kernel/
H A DClient.php34 private $catchExceptions = true; variable in Symfony\\Component\\HttpKernel\\Client
51 * @param bool $catchExceptions Whether to catch exceptions
53 public function catchExceptions($catchExceptions) function in Symfony\\Component\\HttpKernel\\Client
55 $this->catchExceptions = $catchExceptions;
65 …nse = $this->kernel->handle($request, HttpKernelInterface::MASTER_REQUEST, $this->catchExceptions);
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/http-kernel/
H A DClient.php34 private $catchExceptions = true; variable in Symfony\\Component\\HttpKernel\\Client
51 * @param bool $catchExceptions Whether to catch exceptions
53 public function catchExceptions($catchExceptions) argument
55 $this->catchExceptions = $catchExceptions;
65 …nse = $this->kernel->handle($request, HttpKernelInterface::MASTER_REQUEST, $this->catchExceptions);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/
H A DClient.php34 private $catchExceptions = true; variable in Symfony\\Component\\HttpKernel\\Client
54 * @param bool $catchExceptions Whether to catch exceptions
56 public function catchExceptions($catchExceptions) argument
58 $this->catchExceptions = $catchExceptions;
68 …nse = $this->kernel->handle($request, HttpKernelInterface::MASTER_REQUEST, $this->catchExceptions);
/dports/www/phpbb3/phpBB3/vendor/symfony/http-kernel/
H A DClient.php34 private $catchExceptions = true; variable in Symfony\\Component\\HttpKernel\\Client
54 * @param bool $catchExceptions Whether to catch exceptions
56 public function catchExceptions($catchExceptions) argument
58 $this->catchExceptions = $catchExceptions;
68 …nse = $this->kernel->handle($request, HttpKernelInterface::MASTER_REQUEST, $this->catchExceptions);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/
H A DClient.php34 private $catchExceptions = true; variable in Symfony\\Component\\HttpKernel\\Client
54 * @param bool $catchExceptions Whether to catch exceptions
56 public function catchExceptions($catchExceptions) function in Symfony\\Component\\HttpKernel\\Client
58 $this->catchExceptions = $catchExceptions;
68 …nse = $this->kernel->handle($request, HttpKernelInterface::MASTER_REQUEST, $this->catchExceptions);
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/http-kernel/
H A DClient.php34 private $catchExceptions = true; variable in Symfony\\Component\\HttpKernel\\Client
54 * @param bool $catchExceptions Whether to catch exceptions
56 public function catchExceptions($catchExceptions) argument
58 $this->catchExceptions = $catchExceptions;
68 …nse = $this->kernel->handle($request, HttpKernelInterface::MASTER_REQUEST, $this->catchExceptions);
/dports/www/itop/web/lib/silex/vendor/symfony/http-kernel/
H A DClient.php34 private $catchExceptions = true; variable in Symfony\\Component\\HttpKernel\\Client
54 * @param bool $catchExceptions Whether to catch exceptions
56 public function catchExceptions($catchExceptions) argument
58 $this->catchExceptions = $catchExceptions;
68 …nse = $this->kernel->handle($request, HttpKernelInterface::MASTER_REQUEST, $this->catchExceptions);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/event/
H A DInvocationEvent.java122 protected boolean catchExceptions; field in InvocationEvent
290 this.catchExceptions = catchThrowables; in InvocationEvent()
301 if (catchExceptions) { in dispatch()
329 return (catchExceptions) ? exception : null; in getException()
342 return (catchExceptions) ? throwable : null; in getThrowable()
424 ",catchExceptions=" + catchExceptions + ",when=" + when; in paramString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/event/
H A DInvocationEvent.java122 protected boolean catchExceptions; field in InvocationEvent
290 this.catchExceptions = catchThrowables; in InvocationEvent()
301 if (catchExceptions) { in dispatch()
329 return (catchExceptions) ? exception : null; in getException()
342 return (catchExceptions) ? throwable : null; in getThrowable()
424 ",catchExceptions=" + catchExceptions + ",when=" + when; in paramString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/event/
H A DInvocationEvent.java122 protected boolean catchExceptions; field in InvocationEvent
290 this.catchExceptions = catchThrowables; in InvocationEvent()
301 if (catchExceptions) { in dispatch()
329 return (catchExceptions) ? exception : null; in getException()
342 return (catchExceptions) ? throwable : null; in getThrowable()
424 ",catchExceptions=" + catchExceptions + ",when=" + when; in paramString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/event/
H A DInvocationEvent.java122 protected boolean catchExceptions; field in InvocationEvent
288 this.catchExceptions = catchThrowables; in InvocationEvent()
299 if (catchExceptions) { in dispatch()
327 return (catchExceptions) ? exception : null; in getException()
340 return (catchExceptions) ? throwable : null; in getThrowable()
422 ",catchExceptions=" + catchExceptions + ",when=" + when; in paramString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/java/awt/event/
H A DInvocationEvent.java125 protected boolean catchExceptions; field in InvocationEvent
293 this.catchExceptions = catchThrowables; in InvocationEvent()
304 if (catchExceptions) { in dispatch()
332 return (catchExceptions) ? exception : null; in getException()
345 return (catchExceptions) ? throwable : null; in getThrowable()
427 ",catchExceptions=" + catchExceptions + ",when=" + when; in paramString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/awt/event/
H A DInvocationEvent.java122 protected boolean catchExceptions; field in InvocationEvent
290 this.catchExceptions = catchThrowables; in InvocationEvent()
301 if (catchExceptions) { in dispatch()
329 return (catchExceptions) ? exception : null; in getException()
342 return (catchExceptions) ? throwable : null; in getThrowable()
424 ",catchExceptions=" + catchExceptions + ",when=" + when; in paramString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/java/awt/event/
H A DInvocationEvent.java125 protected boolean catchExceptions; field in InvocationEvent
293 this.catchExceptions = catchThrowables; in InvocationEvent()
304 if (catchExceptions) { in dispatch()
332 return (catchExceptions) ? exception : null; in getException()
345 return (catchExceptions) ? throwable : null; in getThrowable()
427 ",catchExceptions=" + catchExceptions + ",when=" + when; in paramString()

12345