Home
last modified time | relevance | path

Searched refs:from_full_name (Results 1 – 15 of 15) sorted by relevance

/dports/math/kalker/kalker-1.1.0/kalk/src/
H A Dtest_helpers.rs25 Box::new(Expr::Var(Identifier::from_full_name(identifier))) in var()
36 Identifier::from_full_name(identifier), in fn_call()
58 Stmt::VarDecl(Identifier::from_full_name(identifier), value) in var_decl()
62 Stmt::FnDecl(Identifier::from_full_name(identifier), parameters, value) in fn_decl()
H A Dparser.rs350 Identifier::from_full_name(&identifier.value), in parse_var_decl_stmt()
418 Identifier::from_full_name(var_name), in parse_equality()
642 Identifier::from_full_name("log"), in parse_identifier()
776 vec![Expr::Var(Identifier::from_full_name( in split_into_variables()
834 return Expr::Var(Identifier::from_full_name(name)); in build_var()
945 Identifier::from_full_name("x"), in test_var_multiplication()
949 Identifier::from_full_name("y"), in test_var_multiplication()
1096 Identifier::from_full_name("x"), in test_var_decl()
1120 Identifier::from_full_name("f"), in test_fn_decl()
1146 Identifier::from_full_name("f"), in test_fn_call()
[all …]
H A Dcalculus.rs56 Identifier::from_full_name(&format!("d{}", integration_variable.unwrap())), in integrate_with_unknown_variable()
95 Identifier::from_full_name(integration_variable), in simpsons_rule()
152 Identifier::from_full_name("f"), in test_derive_func()
173 Identifier::from_full_name("f"), in test_derive_complex_func()
197 Identifier::from_full_name("f"), in test_derive_func_with_complex_argument()
212 &Identifier::from_full_name("f'"), in test_derive_func_with_complex_argument()
H A Dinverter.rs48 let target_expr = Expr::Var(Identifier::from_full_name(unknown_var)); in invert()
172 Identifier::from_full_name("root"), in invert_binary()
182 Identifier::from_full_name("log"), in invert_binary()
251 Box::new(Expr::Var(Identifier::from_full_name(identifier))), in invert_unit()
287 Expr::FnCall(Identifier::from_full_name(fn_inv), vec![target_expr]), in invert_fn_call()
349 Identifier::from_full_name(&parameters_iter.next().unwrap().to_string()), in invert_fn_call()
435 Box::new(Expr::Var(Identifier::from_full_name( in decl_unit()
H A Dast.rs41 pub fn from_full_name(full_name: &str) -> Self { in from_full_name() method
79 Box::new(Expr::Var(Identifier::from_full_name("i"))), in build_literal_ast()
H A Dsymbol_table.rs19 Identifier::from_full_name("i"), in new()
21 Identifier::from_full_name("sqrt"), in new()
H A Dinterpreter.rs50 Identifier::from_full_name("ans"), in interpret()
58 Identifier::from_full_name("ans"), in interpret()
214 Identifier::from_full_name(DECL_UNIT), in convert_unit()
401 Identifier::from_full_name(argument) in eval_fn_call_expr()
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Ddisallowed_script_idents.rs56 .filter_map(Script::from_full_name) in new()
/dports/devel/dconf-editor/dconf-editor-3.38.3/editor/
H A Dregistry-search.vala284 …SimpleSettingObject sso = new SimpleSettingObject.from_full_name (/* context id */ fallback_contex…
294 …SimpleSettingObject sso = new SimpleSettingObject.from_full_name (/* context id */ fallback_contex…
436 …SimpleSettingObject sso = new SimpleSettingObject.from_full_name (context_id, name, bookmark, is_s…
501 … SimpleSettingObject sso = new SimpleSettingObject.from_full_name (context_id, name, full_name);
H A Dmodifications-handler.vala238 new SimpleSettingObject.from_full_name (ModelUtils.dconf_context_id,
243 … new SimpleSettingObject.from_full_name (gsettings_changes_set.lookup (key_path),
H A Dbrowser-view.vala42 …internal SimpleSettingObject.from_full_name (uint16 _context_id, string _name, string _full_name, …
H A Ddconf-window.vala680 …SimpleSettingObject sso = new SimpleSettingObject.from_full_name (/* context id */ ModelUtils.fold…
/dports/misc/py-spdx-tools/spdx-tools-0.6.1/spdx/
H A Ddocument.py114 def from_full_name(cls, full_name): member in License
/dports/lang/rust/rustc-1.58.1-src/vendor/unicode-script/src/
H A Dlib.rs25 pub fn from_full_name(input: &str) -> Option<Self> { in from_full_name() method
/dports/misc/py-spdx-tools/spdx-tools-0.6.1/tests/
H A Dtest_document.py436 mit = License.from_full_name('MIT License')