Home
last modified time | relevance | path

Searched refs:Exceptions (Results 1 – 25 of 8984) sorted by relevance

12345678910>>...360

/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/csug/tspl4/
H A Dexceptions.aux6 \newlabel{CHPTEXCEPTIONS}{{11}{355}{11}{Exceptions and Conditions}{}}
7 \newlabel{./exceptions:s0}{{11}{357}{11}{Exceptions and Conditions}{}}
8 \newlabel{./exceptions:s1}{{11}{357}{11}{Exceptions and Conditions}{}}
9 \newlabel{./exceptions:s2}{{11}{357}{11}{Exceptions and Conditions}{}}
11 \newlabel{./exceptions:s3}{{11.1}{357}{11}{Exceptions and Conditions}{}}
12 \newlabel{./exceptions:s4}{{11.1}{358}{11}{Exceptions and Conditions}{}}
13 \newlabel{./exceptions:s5}{{11.1}{359}{11}{Exceptions and Conditions}{}}
14 \newlabel{./exceptions:s6}{{11.1}{359}{11}{Exceptions and Conditions}{}}
15 \newlabel{./exceptions:s7}{{11.1}{360}{11}{Exceptions and Conditions}{}}
16 \newlabel{./exceptions:s8}{{11.1}{361}{11}{Exceptions and Conditions}{}}
[all …]
/dports/lang/racket/racket-8.3/src/ChezScheme/csug/tspl4/
H A Dexceptions.aux6 \newlabel{CHPTEXCEPTIONS}{{11}{355}{11}{Exceptions and Conditions}{}}
7 \newlabel{./exceptions:s0}{{11}{357}{11}{Exceptions and Conditions}{}}
8 \newlabel{./exceptions:s1}{{11}{357}{11}{Exceptions and Conditions}{}}
9 \newlabel{./exceptions:s2}{{11}{357}{11}{Exceptions and Conditions}{}}
11 \newlabel{./exceptions:s3}{{11.1}{357}{11}{Exceptions and Conditions}{}}
12 \newlabel{./exceptions:s4}{{11.1}{358}{11}{Exceptions and Conditions}{}}
13 \newlabel{./exceptions:s5}{{11.1}{359}{11}{Exceptions and Conditions}{}}
14 \newlabel{./exceptions:s6}{{11.1}{359}{11}{Exceptions and Conditions}{}}
15 \newlabel{./exceptions:s7}{{11.1}{360}{11}{Exceptions and Conditions}{}}
16 \newlabel{./exceptions:s8}{{11.1}{361}{11}{Exceptions and Conditions}{}}
[all …]
/dports/textproc/adabrowse/adabrowse_4.0.3/
H A Dad-predicates.adb57 with Ada.Exceptions;
81 AD.Messages.Debug (Ada.Exceptions.Exception_Information (E));
93 AD.Messages.Debug (Ada.Exceptions.Exception_Information (E));
105 AD.Messages.Debug (Ada.Exceptions.Exception_Information (E));
117 AD.Messages.Debug (Ada.Exceptions.Exception_Information (E));
132 AD.Messages.Debug (Ada.Exceptions.Exception_Information (E));
144 AD.Messages.Debug (Ada.Exceptions.Exception_Information (E));
156 AD.Messages.Debug (Ada.Exceptions.Exception_Information (E));
168 AD.Messages.Debug (Ada.Exceptions.Exception_Information (E));
180 AD.Messages.Debug (Ada.Exceptions.Exception_Information (E));
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hyphenation-0.8.2/src/Text/Hyphenation/
H A DException.hs17 Exceptions
36 newtype Exceptions = Exceptions (HM.HashMap String [Int]) type
45 instance Semigroup Exceptions where
46 Exceptions m <> Exceptions n = Exceptions (HM.unionWith zipMin m n) function
50 instance Monoid Exceptions where
51 mempty = Exceptions mempty
59 addException :: String -> Exceptions -> Exceptions
60 addException s (Exceptions m) = Exceptions $
64 lookupException :: String -> Exceptions -> Maybe [Int]
65 lookupException s (Exceptions m) = HM.lookup s m
[all …]
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Command/
H A DCirclesJoin.php35 use OCA\Circles\Exceptions\CircleNotFoundException;
36 use OCA\Circles\Exceptions\FederatedEventException;
37 use OCA\Circles\Exceptions\FederatedItemException;
38 use OCA\Circles\Exceptions\FederatedUserException;
42 use OCA\Circles\Exceptions\InvalidIdException;
43 use OCA\Circles\Exceptions\MemberNotFoundException;
44 use OCA\Circles\Exceptions\OwnerNotFoundException;
45 use OCA\Circles\Exceptions\RemoteInstanceException;
46 use OCA\Circles\Exceptions\RemoteNotFoundException;
48 use OCA\Circles\Exceptions\RequestBuilderException;
[all …]
H A DMembersRemove.php36 use OCA\Circles\Exceptions\CircleNotFoundException;
37 use OCA\Circles\Exceptions\FederatedEventException;
38 use OCA\Circles\Exceptions\FederatedItemException;
39 use OCA\Circles\Exceptions\FederatedUserException;
43 use OCA\Circles\Exceptions\InvalidIdException;
44 use OCA\Circles\Exceptions\MemberNotFoundException;
45 use OCA\Circles\Exceptions\OwnerNotFoundException;
46 use OCA\Circles\Exceptions\RemoteInstanceException;
47 use OCA\Circles\Exceptions\RemoteNotFoundException;
49 use OCA\Circles\Exceptions\RequestBuilderException;
[all …]
H A DMembersLevel.php36 use OCA\Circles\Exceptions\CircleNotFoundException;
37 use OCA\Circles\Exceptions\FederatedEventException;
38 use OCA\Circles\Exceptions\FederatedItemException;
39 use OCA\Circles\Exceptions\FederatedUserException;
43 use OCA\Circles\Exceptions\InvalidIdException;
44 use OCA\Circles\Exceptions\MemberNotFoundException;
45 use OCA\Circles\Exceptions\OwnerNotFoundException;
47 use OCA\Circles\Exceptions\RemoteInstanceException;
48 use OCA\Circles\Exceptions\RemoteNotFoundException;
50 use OCA\Circles\Exceptions\RequestBuilderException;
[all …]
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Service/
H A DFederatedShareService.php36 use ArtificialOwl\MySmallPhpTools\Exceptions\SignatoryException;
38 use OCA\Circles\Exceptions\CircleNotFoundException;
39 use OCA\Circles\Exceptions\FederatedEventDSyncException;
40 use OCA\Circles\Exceptions\FederatedEventException;
41 use OCA\Circles\Exceptions\FederatedItemException;
43 use OCA\Circles\Exceptions\InitiatorNotConfirmedException;
44 use OCA\Circles\Exceptions\InitiatorNotFoundException;
45 use OCA\Circles\Exceptions\OwnerNotFoundException;
46 use OCA\Circles\Exceptions\RemoteNotFoundException;
47 use OCA\Circles\Exceptions\RemoteResourceNotFoundException;
[all …]
/dports/devel/libspark2012/libspark2012-2012/src/
H A Dspark-ada-text_io.adb18 with Ada.Exceptions;
83 (The_Exception_Name => Standard.Ada.Exceptions.Exception_Name (X => Event));
104 (The_Exception_Name => Standard.Ada.Exceptions.Exception_Name (X => Event));
118 (The_Exception_Name => Standard.Ada.Exceptions.Exception_Name (X => Event));
132 (The_Exception_Name => Standard.Ada.Exceptions.Exception_Name (X => Event));
148 (The_Exception_Name => Standard.Ada.Exceptions.Exception_Name (X => Event));
162 (The_Exception_Name => Standard.Ada.Exceptions.Exception_Name (X => Event));
210 (The_Exception_Name => Standard.Ada.Exceptions.Exception_Name (X => Event));
224 (The_Exception_Name => Standard.Ada.Exceptions.Exception_Name (X => Event));
238 (The_Exception_Name => Standard.Ada.Exceptions.Exception_Name (X => Event));
[all …]
/dports/lang/asis/asis-gpl-2016-src/templates/
H A Dactuals_for_traversing-pre_op.adb30 with Ada.Exceptions;
32 with Asis.Exceptions;
46 when Ex : Asis.Exceptions.ASIS_Inappropriate_Context |
47 Asis.Exceptions.ASIS_Inappropriate_Container |
48 Asis.Exceptions.ASIS_Inappropriate_Compilation_Unit |
49 Asis.Exceptions.ASIS_Inappropriate_Element |
50 Asis.Exceptions.ASIS_Inappropriate_Line |
51 Asis.Exceptions.ASIS_Inappropriate_Line_Number |
57 Ada.Exceptions.Exception_Name (Ex)));
81 Ada.Exceptions.Exception_Name (Ex)));
[all …]
H A Dactuals_for_traversing-post_op.adb30 with Ada.Exceptions;
32 with Asis.Exceptions;
46 when Ex : Asis.Exceptions.ASIS_Inappropriate_Context |
47 Asis.Exceptions.ASIS_Inappropriate_Container |
48 Asis.Exceptions.ASIS_Inappropriate_Compilation_Unit |
49 Asis.Exceptions.ASIS_Inappropriate_Element |
50 Asis.Exceptions.ASIS_Inappropriate_Line |
51 Asis.Exceptions.ASIS_Inappropriate_Line_Number |
57 Ada.Exceptions.Exception_Name (Ex)));
81 Ada.Exceptions.Exception_Name (Ex)));
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/parameterlist/test/Validators/
H A DValidator_UnitTest.cpp93 Exceptions::InvalidArgument); in TEUCHOS_UNIT_TEST()
96 Exceptions::InvalidArgument); in TEUCHOS_UNIT_TEST()
99 Exceptions::InvalidArgument); in TEUCHOS_UNIT_TEST()
149 Exceptions::InvalidArgument); in TEUCHOS_UNIT_TEST()
152 Exceptions::InvalidArgument); in TEUCHOS_UNIT_TEST()
155 Exceptions::InvalidArgument); in TEUCHOS_UNIT_TEST()
206 Exceptions::InvalidArgument); in TEUCHOS_UNIT_TEST()
209 Exceptions::InvalidArgument); in TEUCHOS_UNIT_TEST()
212 Exceptions::InvalidArgument); in TEUCHOS_UNIT_TEST()
263 Exceptions::InvalidArgument); in TEUCHOS_UNIT_TEST()
[all …]
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Listeners/Files/
H A DMembershipsRemoved.php38 use OCA\Circles\Exceptions\CircleNotFoundException;
39 use OCA\Circles\Exceptions\FederatedItemException;
40 use OCA\Circles\Exceptions\FederatedUserException;
42 use OCA\Circles\Exceptions\InvalidIdException;
43 use OCA\Circles\Exceptions\MemberNotFoundException;
44 use OCA\Circles\Exceptions\OwnerNotFoundException;
45 use OCA\Circles\Exceptions\RemoteInstanceException;
46 use OCA\Circles\Exceptions\RemoteNotFoundException;
48 use OCA\Circles\Exceptions\RequestBuilderException;
50 use OCA\Circles\Exceptions\UnknownRemoteException;
[all …]
/dports/lang/asis/asis-gpl-2016-src/tutorial/using_templates/metrics/task_1/
H A Dactuals_for_traversing-pre_op.adb35 with Ada.Exceptions;
37 with Asis.Exceptions;
111 when Ex : Asis.Exceptions.ASIS_Inappropriate_Context |
112 Asis.Exceptions.ASIS_Inappropriate_Container |
113 Asis.Exceptions.ASIS_Inappropriate_Compilation_Unit |
114 Asis.Exceptions.ASIS_Inappropriate_Element |
115 Asis.Exceptions.ASIS_Inappropriate_Line |
116 Asis.Exceptions.ASIS_Inappropriate_Line_Number |
122 Ada.Exceptions.Exception_Name (Ex)));
146 Ada.Exceptions.Exception_Name (Ex)));
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-moreex.adb32 with Ada.Exceptions.Is_Null_Occurrence;
41 function Occurrence return Ada.Exceptions.Exception_Occurrence is
42 EOA : constant Ada.Exceptions.Exception_Occurrence_Access :=
45 use type Ada.Exceptions.Exception_Occurrence_Access;
48 return Result : Ada.Exceptions.Exception_Occurrence do
50 Ada.Exceptions.Save_Occurrence
52 Source => Ada.Exceptions.Null_Occurrence);
54 Ada.Exceptions.Save_Occurrence
66 return Ada.Exceptions.Exception_Occurrence_Access
68 use Ada.Exceptions;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dg-moreex.adb32 with Ada.Exceptions.Is_Null_Occurrence;
41 function Occurrence return Ada.Exceptions.Exception_Occurrence is
42 EOA : constant Ada.Exceptions.Exception_Occurrence_Access :=
45 use type Ada.Exceptions.Exception_Occurrence_Access;
48 return Result : Ada.Exceptions.Exception_Occurrence do
50 Ada.Exceptions.Save_Occurrence
52 Source => Ada.Exceptions.Null_Occurrence);
54 Ada.Exceptions.Save_Occurrence
66 return Ada.Exceptions.Exception_Occurrence_Access
68 use Ada.Exceptions;
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Dg-moreex.adb32 with Ada.Exceptions.Is_Null_Occurrence;
41 function Occurrence return Ada.Exceptions.Exception_Occurrence is
42 EOA : constant Ada.Exceptions.Exception_Occurrence_Access :=
45 use type Ada.Exceptions.Exception_Occurrence_Access;
48 return Result : Ada.Exceptions.Exception_Occurrence do
50 Ada.Exceptions.Save_Occurrence
52 Source => Ada.Exceptions.Null_Occurrence);
54 Ada.Exceptions.Save_Occurrence
66 return Ada.Exceptions.Exception_Occurrence_Access
68 use Ada.Exceptions;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dg-moreex.adb32 with Ada.Exceptions.Is_Null_Occurrence;
41 function Occurrence return Ada.Exceptions.Exception_Occurrence is
42 EOA : constant Ada.Exceptions.Exception_Occurrence_Access :=
45 use type Ada.Exceptions.Exception_Occurrence_Access;
48 return Result : Ada.Exceptions.Exception_Occurrence do
50 Ada.Exceptions.Save_Occurrence
52 Source => Ada.Exceptions.Null_Occurrence);
54 Ada.Exceptions.Save_Occurrence
66 return Ada.Exceptions.Exception_Occurrence_Access
68 use Ada.Exceptions;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-moreex.adb32 with Ada.Exceptions.Is_Null_Occurrence;
41 function Occurrence return Ada.Exceptions.Exception_Occurrence is
42 EOA : constant Ada.Exceptions.Exception_Occurrence_Access :=
45 use type Ada.Exceptions.Exception_Occurrence_Access;
48 return Result : Ada.Exceptions.Exception_Occurrence do
50 Ada.Exceptions.Save_Occurrence
52 Source => Ada.Exceptions.Null_Occurrence);
54 Ada.Exceptions.Save_Occurrence
66 return Ada.Exceptions.Exception_Occurrence_Access
68 use Ada.Exceptions;
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dg-moreex.adb32 with Ada.Exceptions.Is_Null_Occurrence;
41 function Occurrence return Ada.Exceptions.Exception_Occurrence is
42 EOA : constant Ada.Exceptions.Exception_Occurrence_Access :=
45 use type Ada.Exceptions.Exception_Occurrence_Access;
48 return Result : Ada.Exceptions.Exception_Occurrence do
50 Ada.Exceptions.Save_Occurrence
52 Source => Ada.Exceptions.Null_Occurrence);
54 Ada.Exceptions.Save_Occurrence
66 return Ada.Exceptions.Exception_Occurrence_Access
68 use Ada.Exceptions;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Dg-moreex.adb32 with Ada.Exceptions.Is_Null_Occurrence;
41 function Occurrence return Ada.Exceptions.Exception_Occurrence is
42 EOA : constant Ada.Exceptions.Exception_Occurrence_Access :=
45 use type Ada.Exceptions.Exception_Occurrence_Access;
48 return Result : Ada.Exceptions.Exception_Occurrence do
50 Ada.Exceptions.Save_Occurrence
52 Source => Ada.Exceptions.Null_Occurrence);
54 Ada.Exceptions.Save_Occurrence
66 return Ada.Exceptions.Exception_Occurrence_Access
68 use Ada.Exceptions;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Dg-moreex.adb32 with Ada.Exceptions.Is_Null_Occurrence;
41 function Occurrence return Ada.Exceptions.Exception_Occurrence is
42 EOA : constant Ada.Exceptions.Exception_Occurrence_Access :=
45 use type Ada.Exceptions.Exception_Occurrence_Access;
48 return Result : Ada.Exceptions.Exception_Occurrence do
50 Ada.Exceptions.Save_Occurrence
52 Source => Ada.Exceptions.Null_Occurrence);
54 Ada.Exceptions.Save_Occurrence
66 return Ada.Exceptions.Exception_Occurrence_Access
68 use Ada.Exceptions;
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dg-moreex.adb32 with Ada.Exceptions.Is_Null_Occurrence;
41 function Occurrence return Ada.Exceptions.Exception_Occurrence is
42 EOA : constant Ada.Exceptions.Exception_Occurrence_Access :=
45 use type Ada.Exceptions.Exception_Occurrence_Access;
48 return Result : Ada.Exceptions.Exception_Occurrence do
50 Ada.Exceptions.Save_Occurrence
52 Source => Ada.Exceptions.Null_Occurrence);
54 Ada.Exceptions.Save_Occurrence
66 return Ada.Exceptions.Exception_Occurrence_Access
68 use Ada.Exceptions;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Dg-moreex.adb32 with Ada.Exceptions.Is_Null_Occurrence;
41 function Occurrence return Ada.Exceptions.Exception_Occurrence is
42 EOA : constant Ada.Exceptions.Exception_Occurrence_Access :=
45 use type Ada.Exceptions.Exception_Occurrence_Access;
48 return Result : Ada.Exceptions.Exception_Occurrence do
50 Ada.Exceptions.Save_Occurrence
52 Source => Ada.Exceptions.Null_Occurrence);
54 Ada.Exceptions.Save_Occurrence
66 return Ada.Exceptions.Exception_Occurrence_Access
68 use Ada.Exceptions;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Dg-moreex.adb32 with Ada.Exceptions.Is_Null_Occurrence;
41 function Occurrence return Ada.Exceptions.Exception_Occurrence is
42 EOA : constant Ada.Exceptions.Exception_Occurrence_Access :=
45 use type Ada.Exceptions.Exception_Occurrence_Access;
48 return Result : Ada.Exceptions.Exception_Occurrence do
50 Ada.Exceptions.Save_Occurrence
52 Source => Ada.Exceptions.Null_Occurrence);
54 Ada.Exceptions.Save_Occurrence
66 return Ada.Exceptions.Exception_Occurrence_Access
68 use Ada.Exceptions;

12345678910>>...360