/dports/math/kalker/kalker-1.1.0/kalk/src/ |
H A D | test_helpers.rs | 25 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 D | parser.rs | 350 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 D | calculus.rs | 56 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 D | inverter.rs | 48 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(¶meters_iter.next().unwrap().to_string()), in invert_fn_call() 435 Box::new(Expr::Var(Identifier::from_full_name( in decl_unit()
|
H A D | ast.rs | 41 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 D | symbol_table.rs | 19 Identifier::from_full_name("i"), in new() 21 Identifier::from_full_name("sqrt"), in new()
|
H A D | interpreter.rs | 50 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 D | disallowed_script_idents.rs | 56 .filter_map(Script::from_full_name) in new()
|
/dports/devel/dconf-editor/dconf-editor-3.38.3/editor/ |
H A D | registry-search.vala | 284 …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 D | modifications-handler.vala | 238 new SimpleSettingObject.from_full_name (ModelUtils.dconf_context_id, 243 … new SimpleSettingObject.from_full_name (gsettings_changes_set.lookup (key_path),
|
H A D | browser-view.vala | 42 …internal SimpleSettingObject.from_full_name (uint16 _context_id, string _name, string _full_name, …
|
H A D | dconf-window.vala | 680 …SimpleSettingObject sso = new SimpleSettingObject.from_full_name (/* context id */ ModelUtils.fold…
|
/dports/misc/py-spdx-tools/spdx-tools-0.6.1/spdx/ |
H A D | document.py | 114 def from_full_name(cls, full_name): member in License
|
/dports/lang/rust/rustc-1.58.1-src/vendor/unicode-script/src/ |
H A D | lib.rs | 25 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 D | test_document.py | 436 mit = License.from_full_name('MIT License')
|