/dports/devel/pytype/pytype-2021.9.9/pytype/ |
H A D | compare_test.py | 61 self._convert.object_type.to_variable(self._vm.root_node)) 71 self._convert.object_type.to_variable(self._vm.root_node)) 153 (self._convert.constant_to_value(3).to_variable(self._node), 154 self._convert.constant_to_value(1).to_variable(self._node), 265 self._convert.none.to_variable( 292 self._node, ambiguous_key.to_variable(self._node)) 301 default_var = self._convert.none.to_variable(self._node) 312 self._node, ambiguous_key.to_variable(self._node), 313 val.to_variable(self._node)) 322 self._node, ambiguous_key.to_variable(self._node), [all …]
|
H A D | convert.py | 198 return self.none.to_variable(node) 205 return self.true.to_variable(node) 207 return self.false.to_variable(node) 213 return i.to_variable(node) 240 self.vm).to_variable(node) 252 return ret.to_variable(node) 264 return value.to_variable(node) 308 return self.unsolvable.to_variable(node) 404 return self.unsolvable.to_variable(node) 407 return self.no_return.to_variable(node) [all …]
|
H A D | abstract_test.py | 258 param_var = param1.to_variable(self._vm.root_node) 678 bases = [sized.to_variable(self._vm.root_node)] 687 bases = [sized.to_variable(self._vm.root_node)] 754 self._vm).to_variable(self._vm.root_node) 767 self._vm).to_variable(self._vm.root_node) 782 starargs = starargs.to_variable(self._vm.root_node) 796 kwargs = kwargs.to_variable(self._vm.root_node) 811 kwargs = kwargs.to_variable(self._vm.root_node) 836 kwargs = kwargs.to_variable(self._vm.root_node) 845 kwargs = kwargs.to_variable(self._vm.root_node) [all …]
|
H A D | abstract.py | 314 def to_variable(self, node): member in BaseValue 507 return self.to_variable(node) 520 return self.to_variable(node) 1302 def to_variable(self, node): member in LateAnnotation 2811 return c.to_variable(node) 4153 return f.to_variable(node) 4155 return self.to_variable(node) 4160 return self.to_variable(node) 4274 return mod.to_variable(node) 4489 def to_variable(self, node): member in Unknown [all …]
|
H A D | attribute_test.py | 56 meta_members = {"x": self.vm.convert.none.to_variable(self.node)} 65 meta_members = {"x": self.vm.convert.none.to_variable(self.node)} 76 meta_members = {"x": self.vm.convert.none.to_variable(self.node)} 171 self._vm.convert.none_type.to_variable(self._vm.root_node))
|
H A D | metaclass.py | 58 meta, self.vm, self.module_name).to_variable(node) 94 result = WithMetaclassInstance(self.vm, meta, bases).to_variable(node)
|
H A D | special_builtins.py | 20 bases = [self.vm.convert.object_type.to_variable(self.vm.root_node)] 353 return node, self.to_variable(node) 375 return self.get.to_variable(node) 632 self.vm, "property", self, **property_args).to_variable(node) 668 return node, StaticMethodInstance(self.vm, self, arg).to_variable(node) 710 return node, ClassMethodInstance(self.vm, self, arg).to_variable(node)
|
H A D | vm.py | 692 bases = [base.to_variable(self.root_node)] 722 annotations_dict, self).to_variable(node) 1386 return state, special.to_variable(state.node) 1474 return typ.to_variable(node) 1849 return self.convert.unsolvable.to_variable(node) 3354 mod = module.to_variable(state.node) 3538 ret = retval.to_variable(state.node) 3549 return tup.to_variable(node) 3587 args = args.to_variable(state.node) 3629 return state.push(ret.to_variable(state.node)) [all …]
|
H A D | overlay.py | 43 return val.to_variable(self.vm.root_node)
|
H A D | overlay_utils.py | 122 retvar = ret.to_variable(node)
|
/dports/devel/libglademm24/libglademm-2.6.7/libglade/libglademm/ |
H A D | variablesmap.cc | 114 void VariablesMap::transfer_one_widget(Gtk::Widget* pWidget, bool to_variable) in transfer_one_widget() argument 136 if(to_variable) in transfer_one_widget() 146 if(to_variable){ in transfer_one_widget() 158 if(to_variable) in transfer_one_widget() 167 if(to_variable) in transfer_one_widget() 176 if(to_variable){ in transfer_one_widget()
|
H A D | variablesmap.h | 80 virtual void transfer_one_widget(Gtk::Widget* pWidget, bool to_variable);
|
/dports/devel/pytype/pytype-2021.9.9/pytype/overlays/ |
H A D | enum_overlay.py | 147 bases=[self.to_variable(node)], 148 class_dict_var=cls_dict.to_variable(node), 184 return instance.to_variable(node) 240 self.members["__init__"] = init.to_variable(vm.root_node) 243 self.members["__getitem__"] = getitem.to_variable(vm.root_node) 397 cls.members[name] = member.to_variable(node) 410 cls.members["__eq__"] = EnumCmpEQ(self.vm).to_variable(node) 453 cls.members[name] = member.to_variable(node) 463 cls.members["__eq__"] = EnumCmpEQ(self.vm).to_variable(node)
|
H A D | six_overlay.py | 41 classes = [vm.convert.str_type.to_variable(node)] 49 (vm.convert.int_type.to_variable(vm.root_node),))
|
H A D | typing_overlay.py | 112 return node, value.to_variable(node) 206 return node, param.to_variable(node) 316 members["__slots__"] = abstract.Tuple(slots, self.vm).to_variable(node) 317 members["_fields"] = abstract.Tuple(slots, self.vm).to_variable(node) 442 final_bases.append(self.vm.convert.tuple_type.to_variable(node)) 446 final_bases = [self.vm.convert.tuple_type.to_variable(node)] 459 class_dict_var=cls_dict.to_variable(node), 528 (self.vm.convert.build_string(node, k), v), self.vm).to_variable(node) 530 namedargs = abstract.List(namedargs, self.vm).to_variable(node) 576 defaults = abstract.Tuple(tuple(defaults), self.vm).to_variable(node) [all …]
|
H A D | classgen.py | 142 return node, self.to_variable(node) 194 instance = typ.vm.convert.empty.to_variable(node) 272 members["__annotations__"] = annotations_dict.to_variable(vm.root_node)
|
H A D | chex_overlay.py | 76 bases.insert(bpos, mapping.to_variable(node)) 79 bases.append(mapping.to_variable(node))
|
H A D | flax_overlay.py | 85 default = typ.to_variable(node) 128 cls_var = cls.to_variable(node)
|
H A D | sys_overlay.py | 38 version.append(vm.convert.primitive_class_instances[t].to_variable(
|
H A D | abc_overlay.py | 62 self.vm, self.name, self, **property_args).to_variable(node)
|
H A D | subprocess_overlay.py | 47 return node, new.to_variable(node)
|
/dports/games/wesnoth/wesnoth-1.14.17/data/lua/wml/ |
H A D | set_variable.lua | 14 if cfg.to_variable then 15 wml.variables[name] = wml.variables[cfg.to_variable]
|
/dports/net/krill/krill-0.9.4/cargo-crates/jmespatch-0.3.0/src/ |
H A D | variable.rs | 240 Ok(to_variable(value)?) in from_serializable() 517 fn to_variable<T>(value: T) -> Result<Variable, Error> in to_variable() function 1103 values.insert(String::from(variant), Rcvar::new(to_variable(&value)?)); in serialize_newtype_variant() 1178 self.0.push(Rcvar::new(to_variable(value)?)); in serialize_element() 1227 self.vec.push(Rcvar::new(to_variable(&value)?)); in serialize_field() 1246 match to_variable(key)? { in serialize_key() 1261 self.map.insert(key, Rcvar::new(to_variable(value)?)); in serialize_value() 1296 .insert(String::from(key), Rcvar::new(to_variable(value)?)); in serialize_field()
|
/dports/games/wesnoth/wesnoth-1.14.17/src/game_events/ |
H A D | action_wml.cpp | 918 config::attribute_value to_variable = cfg["to_variable"]; variable 919 if (!to_variable.blank()) 925 config &var = resources::gamedata->get_variable_cfg(to_variable); 933 …ERR_NG << "Cannot do [unit] with invalid to_variable: " << to_variable << " with " << cfg.get_con…
|
/dports/games/wesnoth/wesnoth-1.14.17/data/core/macros/ |
H A D | utils.cfg | 553 to_variable=this_item.specials.chance_to_hit 599 to_variable=this_item.specials.original_chance_to_hit 651 to_variable=this_item.specials.chance_to_hit 697 to_variable=this_item.specials.original_chance_to_hit
|