Home
last modified time | relevance | path

Searched refs:catchError (Results 1 – 25 of 630) sorted by relevance

12345678910>>...26

/dports/lang/ghc/ghc-8.10.7/libraries/mtl/Control/Monad/Error/
H A DClass.hs141 catchError = ErrorT.catchError function
156 catchError = Identity.liftCatch catchError function
160 catchError = List.liftCatch catchError function
164 catchError = Maybe.liftCatch catchError function
168 catchError = Reader.liftCatch catchError function
172 catchError = LazyRWS.liftCatch catchError function
176 catchError = StrictRWS.liftCatch catchError function
180 catchError = LazyState.liftCatch catchError function
184 catchError = StrictState.liftCatch catchError function
188 catchError = LazyWriter.liftCatch catchError function
[all …]
/dports/devel/pear-HTML_CSS/HTML_CSS-1.5.4/tests/
H A DHTML_CSS_TestSuite_Standard.php118 public function catchError($error, $code, $level) function in HTML_CSS_TestSuite_Standard
1354 $this->catchError($r, HTML_CSS_ERROR_INVALID_INPUT, 'error');
1381 $this->catchError($r, HTML_CSS_ERROR_NO_ATRULE, 'error');
1440 $this->catchError($r, HTML_CSS_ERROR_NO_GROUP, 'error');
1459 $this->catchError($r, HTML_CSS_ERROR_NO_GROUP, 'error');
1469 $this->catchError($r, HTML_CSS_ERROR_NO_GROUP, 'error');
1476 $this->catchError($r, HTML_CSS_ERROR_NO_GROUP, 'error');
1486 $this->catchError($r, HTML_CSS_ERROR_NO_GROUP, 'error');
1515 $this->catchError($r, HTML_CSS_ERROR_NO_ELEMENT, 'error');
1536 $this->catchError($r, HTML_CSS_ERROR_NO_ELEMENT, 'error');
[all …]
/dports/mail/pear-Horde_Kolab_Storage/Horde_Kolab_Storage-2.2.4/lib/Horde/Kolab/Storage/Driver/
H A DPear.php53 Horde_Kolab_Storage_Exception_Pear::catchError(
66 $list = Horde_Kolab_Storage_Exception_Pear::catchError(
81 Horde_Kolab_Storage_Exception_Pear::catchError(
95 Horde_Kolab_Storage_Exception_Pear::catchError(
110 Horde_Kolab_Storage_Exception_Pear::catchError(
172 Horde_Kolab_Storage_Exception_Pear::catchError(
187 Horde_Kolab_Storage_Exception_Pear::catchError(
251 Horde_Kolab_Storage_Exception_Pear::catchError(
299 Horde_Kolab_Storage_Exception_Pear::catchError(
407 Horde_Kolab_Storage_Exception_Pear::catchError(
[all …]
/dports/mail/horde-ingo/ingo-3.2.16/lib/Transport/
H A DTimsieved.php93 Ingo_Exception_Pear::catchError($this->_sieve->setDebug(true, array($this, 'debug')));
123 Ingo_Exception_Pear::catchError($this->_sieve->setActive(''));
124 Ingo_Exception_Pear::catchError($this->_sieve->removeScript($script['name']));
128 …Ingo_Exception_Pear::catchError($this->_sieve->haveSpace($script['name'], strlen($script['script']…
129 …Ingo_Exception_Pear::catchError($this->_sieve->installScript($script['name'], $script['script'], t…
142 $active = Ingo_Exception_Pear::catchError($this->_sieve->getActive());
148 'script' => Ingo_Exception_Pear::catchError($this->_sieve->getScript($active))
/dports/devel/pear-HTML_QuickForm_advmultiselect/HTML_QuickForm_advmultiselect-1.5.1/tests/
H A DHTML_QuickForm_advmultiselect_TestSuite_Exception.php44 public function catchError($error, $code = null, $level = null)
68 $this->catchError($r, HTML_QUICKFORM_ADVMULTISELECT_ERROR_INVALID_INPUT, 'exception');
71 $this->catchError($r, HTML_QUICKFORM_ADVMULTISELECT_ERROR_INVALID_INPUT, 'error');
84 $this->catchError($r, HTML_QUICKFORM_ADVMULTISELECT_ERROR_INVALID_INPUT, 'exception');
97 $this->catchError($r, HTML_QUICKFORM_ADVMULTISELECT_ERROR_INVALID_INPUT, 'exception');
100 $this->catchError($r, HTML_QUICKFORM_ADVMULTISELECT_ERROR_INVALID_INPUT, 'exception');
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/task/
H A DTaskCatchError.java38 private final CatchError catchError; field in TaskCatchError
40 public TaskCatchError(Task task, CatchError catchError) { in TaskCatchError() argument
43 this.catchError = catchError; in TaskCatchError()
51 catchError.catchError(context, flow,e,errOutput); in execute()
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/service/
H A DServiceImpl.java46 private final CatchError catchError; field in ServiceImpl
49 Name serviceName, Task[] tasks, CatchError catchError) { in ServiceImpl() argument
54 this.catchError = catchError; in ServiceImpl()
68 catchError.catchError(context, flow, e, errOutput); in execute()
H A DRunServiceAssembler.java49 private CatchError catchError = null; field in RunServiceAssembler
84 public void injectComponent(CatchError catchError) { in injectComponent() argument
85 this.catchError = catchError; in injectComponent()
106 if (catchError != null) { in assemble()
107 task = new TaskCatchError(task,catchError); in assemble()
H A DServiceAssembler.java41 private CatchError catchError = CatchError.DEFAULT_ON_ERROR; field in ServiceAssembler
60 this.catchError = o; in injectComponent()
71 Service service = new ServiceImpl(parameterDescriptors, serviceName, tasks, catchError); in assemble()
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/transform/
H A DContentTaskCatchError.java41 private final CatchError catchError; field in ContentTaskCatchError
43 public ContentTaskCatchError(ContentTask contentTask, CatchError catchError) { in ContentTaskCatchError() argument
45 this.catchError = catchError; in ContentTaskCatchError()
69 catchError.catchError(context, flow, e, errOutput); in execute()
H A DSerializedContentAssembler.java51 private CatchError catchError = null; field in SerializedContentAssembler
85 public void injectComponent(CatchError catchError) { in injectComponent() argument
86 this.catchError = catchError; in injectComponent()
108 if (catchError != null) { in assemble()
109 task = new ContentTaskCatchError(task, catchError); in assemble()
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/wrap/
H A DWrappedContentAssembler.java52 private CatchError catchError = null; field in WrappedContentAssembler
66 public void injectComponent(CatchError catchError) { in injectComponent() argument
67 this.catchError = catchError; in injectComponent()
92 if (catchError != null) { in assemble()
93 task = new ContentTaskCatchError(task, catchError); in assemble()
/dports/java/servingxml/servingxml-1.1.2/servingxml-mail/src/main/java/com/servingxml/extensions/mail/task/
H A DSendMailAssembler.java51 private CatchError catchError = null; field in SendMailAssembler
67 public void injectComponent(CatchError catchError) { in injectComponent() argument
68 this.catchError = catchError; in injectComponent()
101 if (catchError != null) { in assemble()
102 task = new TaskCatchError(task,catchError); in assemble()
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/reproducers/custom/NoClassDeff/srcs/
H A DNoClassDeff.java45 private static boolean catchError = false; field in NoClassDeff
52 System.out.println("catchError: " + catchError); in checkStage()
58 if (catchError) { in lostClass()
83 catchError = Boolean.valueOf(args[1]); in main()
98 catchError = Boolean.valueOf(getParameter("catchError")); in init()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/
H A DJenkinsfile232catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
360catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
446catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
528catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
635catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
718catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
830catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
920catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
1026catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
1091catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/
H A DJenkinsfile232catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
360catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
446catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
528catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
635catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
718catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
830catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
920catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
1026catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
1091catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/
H A DJenkinsfile232catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
360catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
446catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
528catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
639catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
722catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
838catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
928catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
1034catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
1099catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/
H A DJenkinsfile140catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
231catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
359catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
445catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
551catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
634catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
746catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
836catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
942catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
1007catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/
H A DJenkinsfile128catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
226catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
354catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
461catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
546catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
651catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
734catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
798catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
858catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', message: 'Failed to create bundles.tar.…
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/choose/
H A DChooseAssembler.java48 private CatchError catchError = null; field in ChooseAssembler
64 public void injectComponent(CatchError catchError) { in injectComponent() argument
65 this.catchError = catchError; in injectComponent()
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/ziutek/mymysql/native/
H A Dmysql.go179 defer catchError(&err)
260 defer catchError(&err)
322 defer catchError(&err)
356 defer catchError(&err)
377 defer catchError(&err)
423 defer catchError(&err)
446 defer catchError(&err)
464 defer catchError(&err)
576 defer catchError(&err)
604 defer catchError(&err)
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/vendor/github.com/ziutek/mymysql/native/
H A Dmysql.go179 defer catchError(&err)
260 defer catchError(&err)
322 defer catchError(&err)
356 defer catchError(&err)
377 defer catchError(&err)
423 defer catchError(&err)
446 defer catchError(&err)
464 defer catchError(&err)
576 defer catchError(&err)
604 defer catchError(&err)
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ziutek/mymysql/native/
H A Dmysql.go179 defer catchError(&err)
260 defer catchError(&err)
322 defer catchError(&err)
356 defer catchError(&err)
377 defer catchError(&err)
423 defer catchError(&err)
446 defer catchError(&err)
464 defer catchError(&err)
576 defer catchError(&err)
604 defer catchError(&err)
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/ziutek/mymysql/native/
H A Dmysql.go179 defer catchError(&err)
260 defer catchError(&err)
322 defer catchError(&err)
356 defer catchError(&err)
377 defer catchError(&err)
423 defer catchError(&err)
446 defer catchError(&err)
464 defer catchError(&err)
576 defer catchError(&err)
604 defer catchError(&err)
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/pressly/goose/vendor/github.com/ziutek/mymysql/native/
H A Dmysql.go179 defer catchError(&err)
260 defer catchError(&err)
322 defer catchError(&err)
356 defer catchError(&err)
377 defer catchError(&err)
423 defer catchError(&err)
446 defer catchError(&err)
464 defer catchError(&err)
576 defer catchError(&err)
604 defer catchError(&err)
[all …]

12345678910>>...26