Home
last modified time | relevance | path

Searched refs:FOAR0002 (Results 1 – 21 of 21) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/data/
H A Dqabstractfloatmathematician.cpp67 ReportContext::FOAR0002, this); in calculate()
74 ReportContext::FOAR0002, this); in calculate()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/data/
H A Dqabstractfloatmathematician_tpl_p.h76 ReportContext::FOAR0002, this); in calculate()
83 ReportContext::FOAR0002, this); in calculate()
/dports/textproc/zorba/zorba-2.7.0/test/rbkt/Queries/zorba/math/format_integer/
H A Dformat_integer_En5.spec1 Error: http://www.w3.org/2005/xqt-errors:FOAR0002
/dports/textproc/zorba/zorba-2.7.0/test/rbkt/Queries/zorba/numerics/
H A Dlonginteger.spec1 Error: http://www.w3.org/2005/xqt-errors:FOAR0002
/dports/textproc/zorba/zorba-2.7.0/test/rbkt/Queries/zorba/trycatch/
H A Dstacktrace2.xq17 } catch err:FOAR0002
/dports/textproc/zorba/zorba-2.7.0/src/runtime/numerics/
H A DNumericsImpl.cpp446 err::FOAR0002, ERROR_PARAMS( ZED( DivisionNoNaN ) ), ERROR_LOC( loc ) in compute()
452 err::FOAR0002, ERROR_PARAMS( ZED( DivisionNoINF ) ), ERROR_LOC( loc ) in compute()
485 err::FOAR0002, ERROR_PARAMS( ZED( DivisionNoNaN ) ), ERROR_LOC( loc ) in compute()
491 err::FOAR0002, ERROR_PARAMS( ZED( DivisionNoINF ) ), ERROR_LOC( loc ) in compute()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/environment/
H A Dqreportcontext_p.h769 FOAR0002, enumerator
H A Dqreportcontext.cpp146 case FOAR0002: result = "FOAR0002"; break; in codeToString()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/environment/
H A Dqreportcontext_p.h765 FOAR0002, enumerator
H A Dqreportcontext.cpp144 case FOAR0002: result = "FOAR0002"; break; in codeToString()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/sitelib/text/xml/
H A Derrors.scm65 (FOAR0002 "Numeric operation overflow/underflow.")
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_scanner.l766 yylval->err = getDriver()->parserErr(yytext, *yylloc, err::FOAR0002);
783 yylval->err = getDriver()->parserErr(yytext, *yylloc, err::FOAR0002);
H A Dxquery_scanner.cpp5226 yylval->err = getDriver()->parserErr(yytext, *yylloc, err::FOAR0002);
5249 yylval->err = getDriver()->parserErr(yytext, *yylloc, err::FOAR0002);
/dports/textproc/zorba/zorba-2.7.0/src/diagnostics/pregenerated/
H A Ddiagnostic_list.cpp294 XQueryErrorCode FOAR0002( "FOAR0002" ); variable
/dports/textproc/zorba/zorba-2.7.0/include/zorba/pregenerated/
H A Ddiagnostic_list.h209 extern ZORBA_DLL_PUBLIC XQueryErrorCode FOAR0002;
/dports/textproc/zorba/zorba-2.7.0/src/types/
H A Dcasting.cpp206 throw XQUERY_EXCEPTION(err::FOAR0002, ERROR_PARAMS(strval)); in T1_TO_T2()
225 throw XQUERY_EXCEPTION(err::FOAR0002, ERROR_PARAMS(strval)); in T1_TO_T2()
259 throwTypeException( err::FOAR0002, aErrorInfo ); in T1_TO_T2()
/dports/textproc/zorba/zorba-2.7.0/doc/zorba/
H A Dimpl_dep_features.dox118 …rt limited-precision integer operations must either raise an error [err:FOAR0002] or provide an im…
119 <td>Zorba raises [err:FOAR0002]</td>
/dports/textproc/zorba/zorba-2.7.0/modules/w3c/pregenerated/
H A Dxqt-errors.xq923 declare variable $err:FOAR0002 as xs:QName := fn:QName($err:NS, "err:FOAR0002");
/dports/lang/fpc-source/fpc-3.2.2/packages/zorba/src/
H A Dxqc_error.inc604FOAR0002, //Numeric operation overflow/underflow. This error is raised whenever numeric operation…
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/test/tests/text/xml/xpath/
H A Dfn.scm120 (test-xqt-error FOAR0002 (xpath-op:numeric-integer-divide +inf.0 1))
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/sitelib/text/xml/xpath/
H A Dfn.scm434 (xqt-error 'FOAR0002 'xpath-op:numeric-integer-divide "Argument is INF" x y))