Home
last modified time | relevance | path

Searched refs:throwErrors (Results 1 – 25 of 49) sorted by relevance

12

/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DISOBaseMedia_Support.cpp51 BoxInfo * info, bool throwErrors /* = false */ ) in GetBoxInfo() argument
63 if ( throwErrors ) XMP_Throw ( "No space for ISO box header", kXMPErr_BadFileFormat ); in GetBoxInfo()
76 if ( throwErrors ) XMP_Throw ( "No space for UUID box header", kXMPErr_BadFileFormat ); in GetBoxInfo()
92 if ( throwErrors ) XMP_Throw ( "Bad ISO box size, 2..7", kXMPErr_BadFileFormat ); in GetBoxInfo()
103 if ( throwErrors ) XMP_Throw ( "Bad ISO extended box size, < 16", kXMPErr_BadFileFormat ); in GetBoxInfo()
112 if ( throwErrors ) XMP_Throw ( "Bad ISO box content size", kXMPErr_BadFileFormat ); in GetBoxInfo()
125 BoxInfo * info, bool doSeek /* = true */, bool throwErrors /* = false */ ) in GetBoxInfo() argument
138 if ( throwErrors ) XMP_Throw ( "No space for ISO box header", kXMPErr_BadFileFormat ); in GetBoxInfo()
154 if ( throwErrors ) XMP_Throw ( "No space for UUID box header", kXMPErr_BadFileFormat ); in GetBoxInfo()
170 if ( throwErrors ) XMP_Throw ( "Bad ISO box size, 2..7", kXMPErr_BadFileFormat ); in GetBoxInfo()
[all …]
H A DISOBaseMedia_Support.hpp116 BoxInfo * info, bool throwErrors = false );
121 BoxInfo * info, bool doSeek = true, bool throwErrors = false );
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DSourceError.hs6 , throwErrors
27 throwErrors :: MonadIO io => ErrorMessages -> io a
28 throwErrors = liftIO . throwIO . mkSrcErr function
31 throwOneError = throwErrors . unitBag
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Model/Behavior/
H A DContainableBehavior.php266 * @param bool $throwErrors Whether non-existent bindings show throw errors
269 …public function containments(Model $Model, $contain, $containments = array(), $throwErrors = null)… argument
272 if ($throwErrors === null) {
273 …$throwErrors = (empty($this->settings[$Model->alias]) ? true : $this->settings[$Model->alias]['not…
341 if ($throwErrors) {
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/
H A DDynamicParser.cpp107 stack_.throwErrors(); // Package releaseErrors() into an exception. in reportError()
176 [[noreturn]] void DynamicParser::ParserStack::throwErrors() { in throwErrors() function in folly::DynamicParser::ParserStack
/dports/net-mgmt/icingaweb2-module-businessprocess/icingaweb2-module-businessprocess-2.2.0/test/php/library/Businessprocess/Operators/
H A DAndOperatorTest.php108 $bp->throwErrors();
134 $bp->throwErrors();
/dports/net-mgmt/icingaweb2-module-businessprocess/icingaweb2-module-businessprocess-2.2.0/library/Businessprocess/
H A DBpConfig.php113 protected $throwErrors = false; variable in Icinga\\Module\\Businessprocess\\BpConfig
919 if ($this->throwErrors) {
934 public function throwErrors($throw = true) function in Icinga\\Module\\Businessprocess\\BpConfig
936 $this->throwErrors = $throw;
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/adt/
H A Djsonpath_exec.c108 bool throwErrors; /* with "false" all suppressible errors are member
157 #define jspThrowErrors(cxt) ((cxt)->throwErrors)
175 Jsonb *json, bool throwErrors, JsonValueList *result);
471 executeJsonPath(JsonPath *path, Jsonb *vars, Jsonb *json, bool throwErrors, in executeJsonPath() argument
501 cxt.throwErrors = throwErrors; in executeJsonPath()
521 Assert(!throwErrors || !jperIsError(res)); in executeJsonPath()
1140 bool throwErrors = cxt->throwErrors; in executeItemOptUnwrapResultNoThrow() local
1142 cxt->throwErrors = false; in executeItemOptUnwrapResultNoThrow()
1144 cxt->throwErrors = throwErrors; in executeItemOptUnwrapResultNoThrow()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/utils/adt/
H A Djsonpath_exec.c108 bool throwErrors; /* with "false" all suppressible errors are
157 #define jspThrowErrors(cxt) ((cxt)->throwErrors)
175 Jsonb *json, bool throwErrors, JsonValueList *result);
471 executeJsonPath(JsonPath *path, Jsonb *vars, Jsonb *json, bool throwErrors,
501 cxt.throwErrors = throwErrors;
521 Assert(!throwErrors || !jperIsError(res));
1140 bool throwErrors = cxt->throwErrors;
1142 cxt->throwErrors = false;
1144 cxt->throwErrors = throwErrors;
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/utils/adt/
H A Djsonpath_exec.c108 bool throwErrors; /* with "false" all suppressible errors are member
157 #define jspThrowErrors(cxt) ((cxt)->throwErrors)
175 Jsonb *json, bool throwErrors, JsonValueList *result);
471 executeJsonPath(JsonPath *path, Jsonb *vars, Jsonb *json, bool throwErrors, in executeJsonPath() argument
501 cxt.throwErrors = throwErrors; in executeJsonPath()
521 Assert(!throwErrors || !jperIsError(res)); in executeJsonPath()
1140 bool throwErrors = cxt->throwErrors; in executeItemOptUnwrapResultNoThrow() local
1142 cxt->throwErrors = false; in executeItemOptUnwrapResultNoThrow()
1144 cxt->throwErrors = throwErrors; in executeItemOptUnwrapResultNoThrow()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/utils/adt/
H A Djsonpath_exec.c108 bool throwErrors; /* with "false" all suppressible errors are member
157 #define jspThrowErrors(cxt) ((cxt)->throwErrors)
175 Jsonb *json, bool throwErrors, JsonValueList *result);
471 executeJsonPath(JsonPath *path, Jsonb *vars, Jsonb *json, bool throwErrors, in executeJsonPath() argument
501 cxt.throwErrors = throwErrors; in executeJsonPath()
521 Assert(!throwErrors || !jperIsError(res)); in executeJsonPath()
1140 bool throwErrors = cxt->throwErrors; in executeItemOptUnwrapResultNoThrow() local
1142 cxt->throwErrors = false; in executeItemOptUnwrapResultNoThrow()
1144 cxt->throwErrors = throwErrors; in executeItemOptUnwrapResultNoThrow()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/utils/adt/
H A Djsonpath_exec.c108 bool throwErrors; /* with "false" all suppressible errors are
157 #define jspThrowErrors(cxt) ((cxt)->throwErrors)
175 Jsonb *json, bool throwErrors, JsonValueList *result);
471 executeJsonPath(JsonPath *path, Jsonb *vars, Jsonb *json, bool throwErrors,
501 cxt.throwErrors = throwErrors;
521 Assert(!throwErrors || !jperIsError(res));
1140 bool throwErrors = cxt->throwErrors;
1142 cxt->throwErrors = false;
1144 cxt->throwErrors = throwErrors;
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/utils/adt/
H A Djsonpath_exec.c108 bool throwErrors; /* with "false" all suppressible errors are member
157 #define jspThrowErrors(cxt) ((cxt)->throwErrors)
175 Jsonb *json, bool throwErrors, JsonValueList *result);
471 executeJsonPath(JsonPath *path, Jsonb *vars, Jsonb *json, bool throwErrors, in executeJsonPath() argument
501 cxt.throwErrors = throwErrors; in executeJsonPath()
521 Assert(!throwErrors || !jperIsError(res)); in executeJsonPath()
1140 bool throwErrors = cxt->throwErrors; in executeItemOptUnwrapResultNoThrow() local
1142 cxt->throwErrors = false; in executeItemOptUnwrapResultNoThrow()
1144 cxt->throwErrors = throwErrors; in executeItemOptUnwrapResultNoThrow()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/utils/adt/
H A Djsonpath_exec.c108 bool throwErrors; /* with "false" all suppressible errors are
157 #define jspThrowErrors(cxt) ((cxt)->throwErrors)
175 Jsonb *json, bool throwErrors, JsonValueList *result);
471 executeJsonPath(JsonPath *path, Jsonb *vars, Jsonb *json, bool throwErrors,
501 cxt.throwErrors = throwErrors;
521 Assert(!throwErrors || !jperIsError(res));
1140 bool throwErrors = cxt->throwErrors;
1142 cxt->throwErrors = false;
1144 cxt->throwErrors = throwErrors;
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Djsonpath_exec.c108 bool throwErrors; /* with "false" all suppressible errors are member
159 #define jspThrowErrors(cxt) ((cxt)->throwErrors)
177 Jsonb *json, bool throwErrors,
539 executeJsonPath(JsonPath *path, Jsonb *vars, Jsonb *json, bool throwErrors, in executeJsonPath() argument
569 cxt.throwErrors = throwErrors; in executeJsonPath()
590 Assert(!throwErrors || !jperIsError(res)); in executeJsonPath()
1211 bool throwErrors = cxt->throwErrors; in executeItemOptUnwrapResultNoThrow() local
1213 cxt->throwErrors = false; in executeItemOptUnwrapResultNoThrow()
1215 cxt->throwErrors = throwErrors; in executeItemOptUnwrapResultNoThrow()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/adt/
H A Djsonpath_exec.c108 bool throwErrors; /* with "false" all suppressible errors are member
159 #define jspThrowErrors(cxt) ((cxt)->throwErrors)
177 Jsonb *json, bool throwErrors,
539 executeJsonPath(JsonPath *path, Jsonb *vars, Jsonb *json, bool throwErrors, in executeJsonPath() argument
569 cxt.throwErrors = throwErrors; in executeJsonPath()
590 Assert(!throwErrors || !jperIsError(res)); in executeJsonPath()
1211 bool throwErrors = cxt->throwErrors; in executeItemOptUnwrapResultNoThrow() local
1213 cxt->throwErrors = false; in executeItemOptUnwrapResultNoThrow()
1215 cxt->throwErrors = throwErrors; in executeItemOptUnwrapResultNoThrow()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/adt/
H A Djsonpath_exec.c108 bool throwErrors; /* with "false" all suppressible errors are member
159 #define jspThrowErrors(cxt) ((cxt)->throwErrors)
177 Jsonb *json, bool throwErrors,
539 executeJsonPath(JsonPath *path, Jsonb *vars, Jsonb *json, bool throwErrors, in executeJsonPath() argument
569 cxt.throwErrors = throwErrors; in executeJsonPath()
590 Assert(!throwErrors || !jperIsError(res)); in executeJsonPath()
1211 bool throwErrors = cxt->throwErrors; in executeItemOptUnwrapResultNoThrow() local
1213 cxt->throwErrors = false; in executeItemOptUnwrapResultNoThrow()
1215 cxt->throwErrors = throwErrors; in executeItemOptUnwrapResultNoThrow()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/adt/
H A Djsonpath_exec.c108 bool throwErrors; /* with "false" all suppressible errors are member
159 #define jspThrowErrors(cxt) ((cxt)->throwErrors)
177 Jsonb *json, bool throwErrors,
539 executeJsonPath(JsonPath *path, Jsonb *vars, Jsonb *json, bool throwErrors, in executeJsonPath() argument
569 cxt.throwErrors = throwErrors; in executeJsonPath()
590 Assert(!throwErrors || !jperIsError(res)); in executeJsonPath()
1211 bool throwErrors = cxt->throwErrors; in executeItemOptUnwrapResultNoThrow() local
1213 cxt->throwErrors = false; in executeItemOptUnwrapResultNoThrow()
1215 cxt->throwErrors = throwErrors; in executeItemOptUnwrapResultNoThrow()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/adt/
H A Djsonpath_exec.c108 bool throwErrors; /* with "false" all suppressible errors are member
159 #define jspThrowErrors(cxt) ((cxt)->throwErrors)
177 Jsonb *json, bool throwErrors,
539 executeJsonPath(JsonPath *path, Jsonb *vars, Jsonb *json, bool throwErrors, in executeJsonPath() argument
569 cxt.throwErrors = throwErrors; in executeJsonPath()
590 Assert(!throwErrors || !jperIsError(res)); in executeJsonPath()
1211 bool throwErrors = cxt->throwErrors; in executeItemOptUnwrapResultNoThrow() local
1213 cxt->throwErrors = false; in executeItemOptUnwrapResultNoThrow()
1215 cxt->throwErrors = throwErrors; in executeItemOptUnwrapResultNoThrow()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/utils/adt/
H A Djsonpath_exec.c108 bool throwErrors; /* with "false" all suppressible errors are member
159 #define jspThrowErrors(cxt) ((cxt)->throwErrors)
177 Jsonb *json, bool throwErrors,
539 executeJsonPath(JsonPath *path, Jsonb *vars, Jsonb *json, bool throwErrors, in executeJsonPath() argument
569 cxt.throwErrors = throwErrors; in executeJsonPath()
590 Assert(!throwErrors || !jperIsError(res)); in executeJsonPath()
1211 bool throwErrors = cxt->throwErrors; in executeItemOptUnwrapResultNoThrow() local
1213 cxt->throwErrors = false; in executeItemOptUnwrapResultNoThrow()
1215 cxt->throwErrors = throwErrors; in executeItemOptUnwrapResultNoThrow()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/adt/
H A Djsonpath_exec.c108 bool throwErrors; /* with "false" all suppressible errors are member
159 #define jspThrowErrors(cxt) ((cxt)->throwErrors)
177 Jsonb *json, bool throwErrors,
539 executeJsonPath(JsonPath *path, Jsonb *vars, Jsonb *json, bool throwErrors, in executeJsonPath() argument
569 cxt.throwErrors = throwErrors; in executeJsonPath()
590 Assert(!throwErrors || !jperIsError(res)); in executeJsonPath()
1215 bool throwErrors = cxt->throwErrors; in executeItemOptUnwrapResultNoThrow() local
1217 cxt->throwErrors = false; in executeItemOptUnwrapResultNoThrow()
1219 cxt->throwErrors = throwErrors; in executeItemOptUnwrapResultNoThrow()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/adt/
H A Djsonpath_exec.c108 bool throwErrors; /* with "false" all suppressible errors are member
159 #define jspThrowErrors(cxt) ((cxt)->throwErrors)
177 Jsonb *json, bool throwErrors,
539 executeJsonPath(JsonPath *path, Jsonb *vars, Jsonb *json, bool throwErrors, in executeJsonPath() argument
569 cxt.throwErrors = throwErrors; in executeJsonPath()
590 Assert(!throwErrors || !jperIsError(res)); in executeJsonPath()
1211 bool throwErrors = cxt->throwErrors; in executeItemOptUnwrapResultNoThrow() local
1213 cxt->throwErrors = false; in executeItemOptUnwrapResultNoThrow()
1215 cxt->throwErrors = throwErrors; in executeItemOptUnwrapResultNoThrow()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/adt/
H A Djsonpath_exec.c108 bool throwErrors; /* with "false" all suppressible errors are member
159 #define jspThrowErrors(cxt) ((cxt)->throwErrors)
177 Jsonb *json, bool throwErrors,
539 executeJsonPath(JsonPath *path, Jsonb *vars, Jsonb *json, bool throwErrors, in executeJsonPath() argument
569 cxt.throwErrors = throwErrors; in executeJsonPath()
590 Assert(!throwErrors || !jperIsError(res)); in executeJsonPath()
1215 bool throwErrors = cxt->throwErrors; in executeItemOptUnwrapResultNoThrow() local
1217 cxt->throwErrors = false; in executeItemOptUnwrapResultNoThrow()
1219 cxt->throwErrors = throwErrors; in executeItemOptUnwrapResultNoThrow()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/utils/adt/
H A Djsonpath_exec.c108 bool throwErrors; /* with "false" all suppressible errors are member
159 #define jspThrowErrors(cxt) ((cxt)->throwErrors)
177 Jsonb *json, bool throwErrors,
539 executeJsonPath(JsonPath *path, Jsonb *vars, Jsonb *json, bool throwErrors, in executeJsonPath() argument
569 cxt.throwErrors = throwErrors; in executeJsonPath()
590 Assert(!throwErrors || !jperIsError(res)); in executeJsonPath()
1215 bool throwErrors = cxt->throwErrors; in executeItemOptUnwrapResultNoThrow() local
1217 cxt->throwErrors = false; in executeItemOptUnwrapResultNoThrow()
1219 cxt->throwErrors = throwErrors; in executeItemOptUnwrapResultNoThrow()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/utils/adt/
H A Djsonpath_exec.c108 bool throwErrors; /* with "false" all suppressible errors are member
159 #define jspThrowErrors(cxt) ((cxt)->throwErrors)
177 Jsonb *json, bool throwErrors,
539 executeJsonPath(JsonPath *path, Jsonb *vars, Jsonb *json, bool throwErrors, in executeJsonPath() argument
569 cxt.throwErrors = throwErrors; in executeJsonPath()
590 Assert(!throwErrors || !jperIsError(res)); in executeJsonPath()
1215 bool throwErrors = cxt->throwErrors; in executeItemOptUnwrapResultNoThrow() local
1217 cxt->throwErrors = false; in executeItemOptUnwrapResultNoThrow()
1219 cxt->throwErrors = throwErrors; in executeItemOptUnwrapResultNoThrow()

12