Home
last modified time | relevance | path

Searched defs:ParserError (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/RustyXML-0.1.1/src/
H A Dparser.rs39 pub struct ParserError { struct
48 impl Error for ParserError { argument
54 impl fmt::Display for ParserError { implementation
148 fn next(&mut self) -> Option<Result<Event, ParserError>> { in next() argument
206 fn error(&self, msg: &'static str) -> Result<Option<Event>, ParserError> { in error() argument
236 fn outside_tag(&mut self, c: char) -> Result<Option<Event>, ParserError> { in outside_tag() argument
258 fn tag_opened(&mut self, c: char) -> Result<Option<Event>, ParserError> { in tag_opened() argument
295 fn in_tag_name(&mut self, c: char) -> Result<Option<Event>, ParserError> { in in_tag_name() argument
379 fn in_tag(&mut self, c: char) -> Result<Option<Event>, ParserError> { in in_tag() argument
577 fn in_cdata(&mut self, c: char) -> Result<Option<Event>, ParserError> { in in_cdata() argument
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/expression/
H A Dqgsexpression.h111 struct CORE_EXPORT ParserError struct
113 enum ParserErrorType argument
125 ParserErrorType errorType = ParserErrorType::Unknown; argument
130 QString errorMsg;
136 int firstLine = 0;
142 int firstColumn = 0;
147 int lastLine = 0;
152 int lastColumn = 0;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/expression/
H A Dqgsexpression.h113 struct CORE_EXPORT ParserError struct
115 enum ParserErrorType argument
127 ParserErrorType errorType = ParserErrorType::Unknown; argument
132 QString errorMsg;
138 int firstLine = 0;
144 int firstColumn = 0;
149 int lastLine = 0;
154 int lastColumn = 0;
/dports/cad/librepcb/librepcb-0.1.6/libs/muparser/src/
H A DmuParserError.cpp113 ParserError::ParserError() in ParserError() function in mu::ParserError
128 ParserError::ParserError(EErrorCodes a_iErrc) in ParserError() function in mu::ParserError
145 ParserError::ParserError(const string_type& sMsg) in ParserError() function in mu::ParserError
159 ParserError::ParserError(EErrorCodes iErrc, in ParserError() function in mu::ParserError
183 ParserError::ParserError(EErrorCodes iErrc, int iPos, const string_type& sTok) in ParserError() function in mu::ParserError
204 ParserError::ParserError(const char_type* szMsg, int iPos, const string_type& sTok) in ParserError() function in mu::ParserError
220 ParserError::ParserError(const ParserError& a_Obj) in ParserError() function in mu::ParserError
/dports/math/muparser/muparser-2.3.2/src/
H A DmuParserError.cpp113 ParserError::ParserError() in ParserError() function in mu::ParserError
128 ParserError::ParserError(EErrorCodes a_iErrc) in ParserError() function in mu::ParserError
145 ParserError::ParserError(const string_type& sMsg) in ParserError() function in mu::ParserError
159 ParserError::ParserError(EErrorCodes iErrc, in ParserError() function in mu::ParserError
183 ParserError::ParserError(EErrorCodes iErrc, int iPos, const string_type& sTok) in ParserError() function in mu::ParserError
204 ParserError::ParserError(const char_type* szMsg, int iPos, const string_type& sTok) in ParserError() function in mu::ParserError
220 ParserError::ParserError(const ParserError& a_Obj) in ParserError() function in mu::ParserError
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/datafusion/src/sql/
H A Dparser.rs80 pub fn new(sql: &str) -> Result<Self, ParserError> { in new() argument
89 ) -> Result<Self, ParserError> { in new_with_dialect() argument
99 pub fn parse_sql(sql: &str) -> Result<Vec<Statement>, ParserError> { in parse_sql() argument
108 ) -> Result<Vec<Statement>, ParserError> { in parse_sql_with_dialect() argument
133 fn expected<T>(&self, expected: &str, found: Token) -> Result<T, ParserError> { in expected() argument
138 pub fn parse_statement(&mut self) -> Result<Statement, ParserError> { in parse_statement() argument
162 pub fn parse_create(&mut self) -> Result<Statement, ParserError> { in parse_create() argument
173 ) -> Result<(Vec<ColumnDef>, Vec<TableConstraint>), ParserError> { in parse_columns() argument
209 fn parse_column_def(&mut self) -> Result<ColumnDef, ParserError> { in parse_column_def() argument
243 fn parse_create_external_table(&mut self) -> Result<Statement, ParserError> { in parse_create_external_table() argument
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/muParser/
H A DmuParserError.cpp117 ParserError::ParserError() in ParserError() function in mu::ParserError
132 ParserError::ParserError(EErrorCodes /*a_iErrc*/) in ParserError() function in mu::ParserError
141 ParserError::ParserError(const string_type &sMsg) in ParserError() function in mu::ParserError
155 ParserError::ParserError( EErrorCodes iErrc, in ParserError() function in mu::ParserError
179 ParserError::ParserError(EErrorCodes iErrc, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
200 ParserError::ParserError(const char_type *szMsg, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
216 ParserError::ParserError(const ParserError &a_Obj) in ParserError() function in mu::ParserError
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/muparser/
H A DmuParserError.cpp118 ParserError::ParserError() in ParserError() function in mu::ParserError
133 ParserError::ParserError(EErrorCodes /*a_iErrc*/) in ParserError() function in mu::ParserError
142 ParserError::ParserError(const string_type &sMsg) in ParserError() function in mu::ParserError
156 ParserError::ParserError( EErrorCodes iErrc, in ParserError() function in mu::ParserError
180 ParserError::ParserError(EErrorCodes iErrc, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
201 ParserError::ParserError(const char_type *szMsg, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
217 ParserError::ParserError(const ParserError &a_Obj) in ParserError() function in mu::ParserError
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/muparser/src/
H A DmuParserError.cpp119 ParserError::ParserError() in ParserError() function in mu::ParserError
134 ParserError::ParserError(EErrorCodes a_iErrc) in ParserError() function in mu::ParserError
151 ParserError::ParserError(const string_type &sMsg) in ParserError() function in mu::ParserError
165 ParserError::ParserError( EErrorCodes iErrc, in ParserError() function in mu::ParserError
189 ParserError::ParserError(EErrorCodes iErrc, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
210 ParserError::ParserError(const char_type *szMsg, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
226 ParserError::ParserError(const ParserError &a_Obj) in ParserError() function in mu::ParserError
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/muparser_v2_2_4/src/
H A DmuParserError.cpp119 ParserError::ParserError() in ParserError() function in mu::ParserError
134 ParserError::ParserError(EErrorCodes a_iErrc) in ParserError() function in mu::ParserError
151 ParserError::ParserError(const string_type &sMsg) in ParserError() function in mu::ParserError
165 ParserError::ParserError( EErrorCodes iErrc, in ParserError() function in mu::ParserError
189 ParserError::ParserError(EErrorCodes iErrc, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
210 ParserError::ParserError(const char_type *szMsg, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
226 ParserError::ParserError(const ParserError &a_Obj) in ParserError() function in mu::ParserError
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/muparser_v225/src/
H A DmuParserError.cpp119 ParserError::ParserError() in ParserError() function in mu::ParserError
134 ParserError::ParserError(EErrorCodes a_iErrc) in ParserError() function in mu::ParserError
151 ParserError::ParserError(const string_type &sMsg) in ParserError() function in mu::ParserError
165 ParserError::ParserError( EErrorCodes iErrc, in ParserError() function in mu::ParserError
189 ParserError::ParserError(EErrorCodes iErrc, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
210 ParserError::ParserError(const char_type *szMsg, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
226 ParserError::ParserError(const ParserError &a_Obj) in ParserError() function in mu::ParserError
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/printing/
H A Duri.h239 struct ParserError { struct
240 ParserStatus status = ParserStatus::kNoErrors;
245 size_t parsed_chars = 0;
254 size_t parsed_strings = 0;
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/datafusion/src/sql/
H A Dparser.rs74 pub fn new(sql: String) -> Result<Self, ParserError> { in new() argument
84 pub fn parse_sql(sql: String) -> Result<DFASTNode, ParserError> { in parse_sql() argument
90 pub fn parse(&mut self) -> Result<DFASTNode, ParserError> { in parse() argument
95 fn parse_expr(&mut self, precedence: u8) -> Result<DFASTNode, ParserError> { in parse_expr() argument
111 fn parse_prefix(&mut self) -> Result<DFASTNode, ParserError> { in parse_prefix() argument
221 ) -> Result<Option<DFASTNode>, ParserError> { in parse_infix() argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/unic-langid-impl/src/
H A Dsubtags.rs4 pub fn parse_language_subtag(subtag: &[u8]) -> Result<Option<TinyStr8>, ParserError> { in parse_language_subtag() argument
21 pub fn parse_script_subtag(subtag: &[u8]) -> Result<TinyStr4, ParserError> { in parse_script_subtag() argument
31 pub fn parse_region_subtag(subtag: &[u8]) -> Result<TinyStr4, ParserError> { in parse_region_subtag() argument
53 pub fn parse_variant_subtag(subtag: &[u8]) -> Result<TinyStr8, ParserError> { in parse_variant_subtag() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/fluent-syntax/src/parser/
H A Derrors.rs4 pub struct ParserError { struct
10 impl std::error::Error for ParserError {} implementation
12 impl Display for ParserError { implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/fluent-syntax/src/parser/
H A Derrors.rs4 pub struct ParserError { struct
10 impl std::error::Error for ParserError {} implementation
12 impl Display for ParserError { implementation
/dports/www/firefox/firefox-99.0/third_party/rust/unic-langid-impl/src/parser/
H A Derrors.rs5 pub enum ParserError { enum
10 impl Error for ParserError {} implementation
12 impl Display for ParserError { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/unic-langid-impl/src/parser/
H A Derrors.rs5 pub enum ParserError { enum
10 impl Error for ParserError {} implementation
12 impl Display for ParserError { implementation
/dports/www/zola/zola-0.15.2/cargo-crates/unic-langid-impl-0.9.0/src/parser/
H A Derrors.rs5 pub enum ParserError { enum
10 impl Error for ParserError {} implementation
12 impl Display for ParserError { implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/unic-langid-impl/src/parser/
H A Derrors.rs5 pub enum ParserError { enum
10 impl Error for ParserError {} implementation
12 impl Display for ParserError { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/unic-langid-impl/src/parser/
H A Derrors.rs5 pub enum ParserError { enum
10 impl Error for ParserError {} implementation
12 impl Display for ParserError { implementation
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web/
H A DParserError.cs37 public sealed class ParserError class
43 public ParserError () in ParserError() method in System.Web.ParserError
47 public ParserError (string errorText, string virtualPath, int line) in ParserError() method in System.Web.ParserError
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/parser/
H A Dparsererror.cpp4 ParserError::ParserError(TokenPtr token, const QString &text) in ParserError() function in ParserError
14 ParserError::ParserError(qint64 start, qint64 end, const QString& text) : in ParserError() function in ParserError
21 ParserError::ParserError(const QString &text) in ParserError() function in ParserError
/dports/www/firefox/firefox-99.0/third_party/rust/fluent-syntax/src/parser/
H A Derrors.rs97 pub struct ParserError { struct
109 Err(ParserError { argument
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/TestFiles/CodeGenerator/CS/Output/
H A DParserError.cs14 public class ParserError { class
16 public ParserError() { in ParserError() method in TestOutput.ParserError

12345678910>>...14