Home
last modified time | relevance | path

Searched refs:NestingLimitError (Results 1 – 19 of 19) sorted by relevance

/dports/textproc/libsass/libsass-3.6.4/src/
H A Derror_handling.hpp93 class NestingLimitError : public Base { class
95NestingLimitError(SourceSpan pstate, Backtraces traces, sass::string msg = def_nesting_limit);
96 virtual ~NestingLimitError() throw() {}; in ~NestingLimitError()
H A Derror_handling.cpp59 NestingLimitError::NestingLimitError(SourceSpan pstate, Backtraces traces, sass::string msg) in NestingLimitError() function in Sass::Exception::NestingLimitError
H A Dast_def_macros.hpp36 if (name > MAX_NESTING) throw Exception::NestingLimitError(pstate, traces); \
/dports/www/zola/zola-0.15.2/cargo-crates/sass-sys-0.4.22/libsass/src/
H A Derror_handling.hpp93 class NestingLimitError : public Base { class
95NestingLimitError(SourceSpan pstate, Backtraces traces, sass::string msg = def_nesting_limit);
96 virtual ~NestingLimitError() throw() {}; in ~NestingLimitError()
H A Derror_handling.cpp59 NestingLimitError::NestingLimitError(SourceSpan pstate, Backtraces traces, sass::string msg) in NestingLimitError() function in Sass::Exception::NestingLimitError
H A Dast_def_macros.hpp36 if (name > MAX_NESTING) throw Exception::NestingLimitError(pstate, traces); \
/dports/textproc/R-cran-sass/sass/src/libsass/src/
H A Derror_handling.hpp93 class NestingLimitError : public Base { class
95NestingLimitError(SourceSpan pstate, Backtraces traces, sass::string msg = def_nesting_limit);
96 virtual ~NestingLimitError() throw() {}; in ~NestingLimitError()
H A Derror_handling.cpp59 NestingLimitError::NestingLimitError(SourceSpan pstate, Backtraces traces, sass::string msg) in NestingLimitError() function in Sass::Exception::NestingLimitError
H A Dast_def_macros.hpp36 if (name > MAX_NESTING) throw Exception::NestingLimitError(pstate, traces); \
/dports/www/py-libsass/libsass-0.21.0/libsass/src/
H A Derror_handling.hpp93 class NestingLimitError : public Base { class
95NestingLimitError(SourceSpan pstate, Backtraces traces, sass::string msg = def_nesting_limit);
96 virtual ~NestingLimitError() throw() {}; in ~NestingLimitError()
H A Derror_handling.cpp59 NestingLimitError::NestingLimitError(SourceSpan pstate, Backtraces traces, sass::string msg) in NestingLimitError() function in Sass::Exception::NestingLimitError
H A Dast_def_macros.hpp36 if (name > MAX_NESTING) throw Exception::NestingLimitError(pstate, traces); \
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass_src/src/
H A Derror_handling.hpp93 class NestingLimitError : public Base { class
95NestingLimitError(SourceSpan pstate, Backtraces traces, sass::string msg = def_nesting_limit);
96 virtual ~NestingLimitError() throw() {}; in ~NestingLimitError()
H A Derror_handling.cpp59 NestingLimitError::NestingLimitError(SourceSpan pstate, Backtraces traces, sass::string msg) in NestingLimitError() function in Sass::Exception::NestingLimitError
H A Dast_def_macros.hpp36 if (name > MAX_NESTING) throw Exception::NestingLimitError(pstate, traces); \
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/libsass/src/
H A Derror_handling.hpp93 class NestingLimitError : public Base { class
95NestingLimitError(SourceSpan pstate, Backtraces traces, sass::string msg = def_nesting_limit);
96 virtual ~NestingLimitError() throw() {}; in ~NestingLimitError()
H A Derror_handling.cpp59 NestingLimitError::NestingLimitError(SourceSpan pstate, Backtraces traces, sass::string msg) in NestingLimitError() function in Sass::Exception::NestingLimitError
H A Dast_def_macros.hpp36 if (name > MAX_NESTING) throw Exception::NestingLimitError(pstate, traces); \
/dports/devel/py-apache_conf_parser/apache_conf_parser-1.0.1/
H A Dapache_conf_parser.py49 class NestingLimitError(ParserError): pass class
337 … raise NestingLimitError("Cannot nest directives more than %s levels." % self.NESTING_LIMIT)