Home
last modified time | relevance | path

Searched refs:to_object (Results 1 – 25 of 275) sorted by relevance

1234567891011

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/js2py/internals/prototypes/
H A Djsobject.py12 return u'[object %s]' % GetClass(to_object(this, args.space))
15 return to_object(this, args.space)
18 o = to_object(this, args.space)
27 o = to_object(this, args.space)
36 o = to_object(this, args.space)
46 o = to_object(this, args.space)
H A Djsarray.py17 arr = to_object(this, args.space)
24 array = to_object(this, args.space)
46 array = to_object(this, args.space)
64 array = to_object(this, args.space)
82 array = to_object(this, args.space)
94 array = to_object(this, args.space)
104 array = to_object(this, args.space)
120 array = to_object(this, args.space)
137 array = to_object(this, args.space)
187 array = to_object(this, args.space)
[all …]
/dports/devel/py-Js2Py/Js2Py-0.71/js2py/internals/prototypes/
H A Djsobject.py12 return u'[object %s]' % GetClass(to_object(this, args.space))
15 return to_object(this, args.space)
18 o = to_object(this, args.space)
27 o = to_object(this, args.space)
36 o = to_object(this, args.space)
46 o = to_object(this, args.space)
H A Djsarray.py17 arr = to_object(this, args.space)
24 array = to_object(this, args.space)
46 array = to_object(this, args.space)
64 array = to_object(this, args.space)
82 array = to_object(this, args.space)
94 array = to_object(this, args.space)
104 array = to_object(this, args.space)
120 array = to_object(this, args.space)
137 array = to_object(this, args.space)
187 array = to_object(this, args.space)
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/js2py/prototypes/
H A Djsarray.py29 array = this.to_object()
51 array = this.to_object()
72 array = this.to_object()
90 array = this.to_object()
102 array = this.to_object()
127 array = this.to_object()
144 array = this.to_object()
186 array = this.to_object()
240 array = this.to_object()
262 array = this.to_object()
[all …]
H A Djstypedarray.py35 array = this.to_object()
58 array = this.to_object()
89 array = this.to_object()
130 array = this.to_object()
155 array = this.to_object()
176 array = this.to_object()
192 array = this.to_object()
208 array = this.to_object()
221 array = this.to_object()
244 array = this.to_object()
[all …]
/dports/devel/py-Js2Py/Js2Py-0.71/js2py/prototypes/
H A Djsarray.py29 array = this.to_object()
51 array = this.to_object()
72 array = this.to_object()
90 array = this.to_object()
102 array = this.to_object()
127 array = this.to_object()
144 array = this.to_object()
186 array = this.to_object()
240 array = this.to_object()
262 array = this.to_object()
[all …]
H A Djstypedarray.py35 array = this.to_object()
58 array = this.to_object()
89 array = this.to_object()
130 array = this.to_object()
155 array = this.to_object()
176 array = this.to_object()
192 array = this.to_object()
208 array = this.to_object()
221 array = this.to_object()
244 array = this.to_object()
[all …]
/dports/www/p5-JE/JE-0.066/t/
H A Dje-number.t221 isa_ok my $thing = $inf->to_object, 'JE::Object::Number';
224 isa_ok $thing = $nan->to_object, 'JE::Object::Number';
227 isa_ok $thing = $int->to_object, 'JE::Object::Number';
229 isa_ok $thing = $sci->to_object, 'JE::Object::Number';
231 isa_ok $thing = $n->to_object, 'JE::Object::Number';
233 isa_ok $thing = $z->to_object, 'JE::Object::Number';
H A Dje-boolean.t182 isa_ok my $thing = $t->to_object, 'JE::Object::Boolean';
184 isa_ok $thing = $f->to_object, 'JE::Object::Boolean';
186 isa_ok $thing = $n->to_object, 'JE::Object::Boolean';
/dports/devel/py-pygit2/pygit2-1.7.1/test/
H A Dtest_revparse.py63 assert s.to_object is None
70 assert s.to_object.hex.startswith('acecd5e')
77 assert s.to_object.hex.startswith('5470a67')
79 assert testrepo.merge_base(s.from_object.id, s.to_object.id) is not None
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/extensions/gtk2/
H A Dgtkext.cpp108 as_object obj = val.to_object(*getGlobal(fn)); in generic_callback()
224 GtkExt *window = dynamic_cast<GtkExt *>(fn.arg(0).to_object(*getGlobal(fn)).get()); in gtkext_signal_connect()
247 GtkExt *window = dynamic_cast<GtkExt *>(fn.arg(0).to_object(*getGlobal(fn)).get()); in gtkext_container_set_border_width()
287 GtkExt *parent = dynamic_cast<GtkExt *>(fn.arg(0).to_object(*getGlobal(fn)).get()); in gtkext_signal_connect_swapped()
289 GtkExt *child = dynamic_cast<GtkExt *>(fn.arg(3).to_object(*getGlobal(fn)).get()); in gtkext_signal_connect_swapped()
308 GtkExt *parent = dynamic_cast<GtkExt *>(fn.arg(0).to_object(*getGlobal(fn)).get()); in gtkext_container_add()
309 GtkExt *child = dynamic_cast<GtkExt *>(fn.arg(1).to_object(*getGlobal(fn)).get()); in gtkext_container_add()
322 GtkExt *window = dynamic_cast<GtkExt *>(fn.arg(0).to_object(*getGlobal(fn)).get()); in gtkext_widget_show()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/vm/
H A DMachine.cpp184 pushGet(e->to_object(*_global), *e, b); \
215 pushGet(c->to_object(*_global), *c, d); \
279 b.to_object(*_global)->get_member(NSV::INTERNAL_TYPE, &v); \
373 as_object* scopeObj = object.to_object(*_global); in push_scope_stack()
487 as_object* obj = _stack.pop().to_object(*_global); in execute()
892 if (!scope_value.to_object(*_global)) { in execute()
956 as_object *obj = _stack.top(1).to_object(*_global); in execute()
988 as_object *obj = _stack.top(1).to_object(*_global); in execute()
1202 as_object *obj = objv.to_object(*_global); in execute()
1895 as_object *object = val.to_object(*_global); in execute()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pylint/pylint/pyreverse/
H A Ddiagrams.py28 def __init__(self, from_object, to_object, relation_type, name=None): argument
31 self.to_object = to_object
60 key=lambda x: (x.from_object.fig_id, x.to_object.fig_id))
62 def add_relationship(self, from_object, to_object, argument
66 rel = Relationship(from_object, to_object, relation_type, name)
H A Dwriter.py53 self.printer.emit_edge(rel.from_object.fig_id, rel.to_object.fig_id,
64 self.printer.emit_edge(rel.from_object.fig_id, rel.to_object.fig_id,
68 self.printer.emit_edge(rel.from_object.fig_id, rel.to_object.fig_id,
72 self.printer.emit_edge(rel.from_object.fig_id, rel.to_object.fig_id,
/dports/games/ldmud/ldmud-3.3.720/doc/efun/
H A Dto_object2 object to_object(string arg)
3 object to_object(closure arg)
4 object to_object(object arg)
/dports/games/ldmud/ldmud-3.3.720/doc/efun.de/
H A Dto_object.de2 object to_object(string arg)
3 object to_object(closure arg)
4 object to_object(object arg)
/dports/devel/pylint/pylint-2.12.1/pylint/pyreverse/
H A Ddiagrams.py36 def __init__(self, from_object, to_object, relation_type, name=None): argument
39 self.to_object = to_object
84 key=lambda x: (x.from_object.fig_id, x.to_object.fig_id),
87 def add_relationship(self, from_object, to_object, relation_type, name=None): argument
89 rel = Relationship(from_object, to_object, relation_type, name)
H A Dwriter.py98 rel.to_object.fig_id,
115 rel.to_object.fig_id,
122 rel.to_object.fig_id,
129 rel.to_object.fig_id,
/dports/devel/mstch/mstch-1.0.2-1-g0fde1cf/test/
H A Dtest_main.cpp27 mstch::map to_object(const rapidjson::Value& val) { in to_object() function
33 ret.insert(std::make_pair(i->name.GetString(), to_object(i->value))); in to_object()
46 ret.push_back(to_object(*i)); in to_array()
56 return to_object(doc); in parse_with_rapidjson()
/dports/math/py-Diofant/Diofant-0.13.0/diofant/vector/
H A Dfunctions.py417 def _path(from_object, to_object): argument
426 if from_object._root != to_object._root:
428 str(from_object) + ' and ' + str(to_object))
431 obj = to_object
/dports/lang/spidermonkey78/firefox-78.9.0/js/rust/tests/
H A Dtypedarray.rs41 typedarray!(in(cx) let array: Uint8Array = rval.to_object()); in typedarray()
44 typedarray!(in(cx) let array: Uint16Array = rval.to_object()); in typedarray()
47 typedarray!(in(cx) let view: ArrayBufferView = rval.to_object()); in typedarray()
/dports/lang/spidermonkey60/firefox-60.9.0/js/rust/tests/
H A Dtypedarray.rs34 typedarray!(in(cx) let array: Uint8Array = rval.to_object()); in typedarray()
37 typedarray!(in(cx) let array: Uint16Array = rval.to_object()); in typedarray()
40 typedarray!(in(cx) let view: ArrayBufferView = rval.to_object()); in typedarray()
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/qt4/
H A Dtree_editor.py1640 to_node, to_object, data, False
1647 to_node, to_object, data, False
1670 to_node, to_object, to_index, data, False
1676 to_node, to_object, data, True
1680 to_node, to_object, to_index, data, False
1693 to_object = None
1705 return (action, to_node, to_object, to_index, data)
1725 to_object = object
1729 to_node, to_object, to_index = editor._node_index(nid)
1733 elif editor._is_droppable(to_node, to_object, data, True):
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/badguy/
H A Dmole_rock.cpp47 MoleRock::updatePointers(const GameObject* from_object, GameObject* to_object) in updatePointers() argument
50 parent = dynamic_cast<MoleRock*>(to_object); in updatePointers()

1234567891011