Home
last modified time | relevance | path

Searched defs:EvalError (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/textproc/angle-grinder/angle-grinder-0.18.0/src/
H A Dfuncs.rs114 fn concat(args: &[data::Value]) -> Result<data::Value, EvalError> { in concat() argument
124 fn length(args: &[data::Value]) -> Result<data::Value, EvalError> { in length() argument
137 fn parse_date(date_str: &str) -> Result<data::Value, EvalError> { in parse_date() argument
154 fn parse_hex(num_str: &str) -> Result<data::Value, EvalError> { in parse_hex() argument
163 fn substring(args: &[data::Value]) -> Result<data::Value, EvalError> { in substring() argument
202 fn to_lower_case(s: &str) -> Result<data::Value, EvalError> { in to_lower_case() argument
206 fn to_upper_case(s: &str) -> Result<data::Value, EvalError> { in to_upper_case() argument
210 fn is_null(args: &[data::Value]) -> Result<data::Value, EvalError> { in is_null() argument
222 fn is_empty(args: &[data::Value]) -> Result<data::Value, EvalError> { in is_empty() argument
235 fn is_blank(args: &[data::Value]) -> Result<data::Value, EvalError> { in is_blank() argument
[all …]
H A Doperator.rs22 pub enum EvalError { enum
84 fn eval(&self, record: &Data) -> Result<T, EvalError>; in eval() argument
214 fn process(&mut self, rec: &Data) -> Result<(), EvalError>; in process() argument
479 fn eval(&self, record: &Data) -> Result<String, EvalError> { in eval() argument
509 fn process(&mut self, data: &Data) -> Result<(), EvalError> { in process() argument
544 fn process(&mut self, rec: &Data) -> Result<(), EvalError> { in process() argument
574 fn process(&mut self, rec: &Data) -> Result<(), EvalError> { in process() argument
604 fn process(&mut self, data: &Data) -> Result<(), EvalError> { in process() argument
642 fn process(&mut self, data: &Data) -> Result<(), EvalError> { in process() argument
673 fn process(&mut self, data: &Data) -> Result<(), EvalError> { in process() argument
[all …]
/dports/lang/bsh/beanshell-2.1.0/src/bsh/
H A DEvalError.java39 public class EvalError extends Exception class
48 public EvalError( String s, SimpleNode node, CallStack callstack, Throwable cause ) { in EvalError() method in EvalError
53 public EvalError( String s, SimpleNode node, CallStack callstack ) { in EvalError() method in EvalError
/dports/math/minizinc/libminizinc-2.5.5/include/minizinc/
H A Dastexception.hh51 class EvalError : public LocationException { class
53 EvalError(EnvI& env, const Location& loc, const std::string& msg) in EvalError() function in MiniZinc::EvalError
55 EvalError(EnvI& env, const Location& loc, const std::string& msg, const ASTString& name) in EvalError() function in MiniZinc::EvalError
/dports/misc/py-xgboost/xgboost-1.5.1/src/metric/
H A Delementwise_metric.cu222 struct EvalError { struct
223 explicit EvalError(const char* param) { in EvalError() argument
233 const char *Name() const { in Name()
246 XGBOOST_DEVICE bst_float EvalRow( in EvalRow()
252 static bst_float GetFinal(bst_float esum, bst_float wsum) { in GetFinal()
257 bst_float threshold_;
258 bool has_param_;
/dports/misc/xgboost/xgboost-1.5.1/src/metric/
H A Delementwise_metric.cu222 struct EvalError { struct
223 explicit EvalError(const char* param) { in EvalError() argument
233 const char *Name() const { in Name()
246 XGBOOST_DEVICE bst_float EvalRow( in EvalRow()
252 static bst_float GetFinal(bst_float esum, bst_float wsum) { in GetFinal()
257 bst_float threshold_;
258 bool has_param_;
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/dodo/src/
H A DEvalError.php7 class EvalError extends \Error implements \Wikimedia\IDLeDOM\EvalError { class
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/idle-dom/src/
H A DEvalError.php15 interface EvalError extends SimpleException { interface
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/github.com/google/skylark/
H A Deval.go147 type EvalError struct { struct
148 Msg string
149 Frame *Frame
152 func (e *EvalError) Error() string { return e.Msg }
156 func (e *EvalError) Backtrace() string {
177 func (e *EvalError) Stack() []*Frame {
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/go.starlark.net/starlark/
H A Deval.go190 type EvalError struct { struct
191 Msg string
192 CallStack CallStack
193 cause error
218 func (e *EvalError) Error() string { return e.Msg }
222 func (e *EvalError) Backtrace() string {
226 func (e *EvalError) Unwrap() error { return e.cause }
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.starlark.net/starlark/
H A Deval.go190 type EvalError struct { struct
191 Msg string
192 CallStack CallStack
193 cause error
218 func (e *EvalError) Error() string { return e.Msg }
222 func (e *EvalError) Backtrace() string {
226 func (e *EvalError) Unwrap() error { return e.cause }
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/idle-dom/src/Stub/
H A DEvent.php11 trait Event {
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/idle-dom/src/Helper/
H A DEvalError.php8 trait EvalError { trait
/dports/misc/py-xgboost/xgboost-1.5.1/jvm-packages/xgboost4j-spark/src/test/scala/ml/dmlc/xgboost4j/scala/spark/
H A DEvalError.scala23 class EvalError extends EvalTrait { class
/dports/misc/xgboost/xgboost-1.5.1/jvm-packages/xgboost4j-spark/src/test/scala/ml/dmlc/xgboost4j/scala/spark/
H A DEvalError.scala23 class EvalError extends EvalTrait { class
/dports/security/xray-core/Xray-core-1.5.0/vendor/go.starlark.net/starlark/
H A Deval.go231 type EvalError struct { struct
232 Msg string
233 CallStack CallStack
234 cause error
259 func (e *EvalError) Error() string { return e.Msg }
263 func (e *EvalError) Backtrace() string {
275 func (e *EvalError) Unwrap() error { return e.cause }
/dports/misc/py-xgboost/xgboost-1.5.1/jvm-packages/xgboost4j-example/src/main/java/ml/dmlc/xgboost4j/java/example/
H A DCustomObjective.java104 public static class EvalError implements IEvaluation { class in CustomObjective
109 public EvalError() { in EvalError() method in CustomObjective.EvalError
/dports/misc/xgboost/xgboost-1.5.1/jvm-packages/xgboost4j-example/src/main/java/ml/dmlc/xgboost4j/java/example/
H A DCustomObjective.java104 public static class EvalError implements IEvaluation { class in CustomObjective
109 public EvalError() { in EvalError() method in CustomObjective.EvalError
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DError.h40 EvalError = 1, enumerator
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DError.h40 EvalError = 1, enumerator
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DError.h40 EvalError = 1, enumerator
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsapi/
H A Dqjsvalue.h74 EvalError, enumerator
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsapi/
H A Dqjsvalue.h74 EvalError, enumerator
/dports/misc/py-xgboost/xgboost-1.5.1/jvm-packages/xgboost4j/src/test/java/ml/dmlc/xgboost4j/java/
H A DBoosterImplTest.java36 public static class EvalError implements IEvaluation { class in BoosterImplTest
/dports/misc/xgboost/xgboost-1.5.1/jvm-packages/xgboost4j/src/test/java/ml/dmlc/xgboost4j/java/
H A DBoosterImplTest.java36 public static class EvalError implements IEvaluation { class in BoosterImplTest

123456789