Home
last modified time | relevance | path

Searched refs:fakeobj (Results 1 – 25 of 35) sorted by relevance

12

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A Das_function.cpp107 as_object* fakeobj = toObject(ret, getVM(env)); in construct() local
109 fakeobj->init_member(NSV::PROP_uuCONSTRUCTORuu, as_value(this), in construct()
114 fakeobj->init_member(NSV::PROP_CONSTRUCTOR, as_value(this), in construct()
117 return fakeobj; in construct()
/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/
H A Dfd_printC.c1529 fakeobj; in output_object() local
1586 fakeobj.x = obj->x; in output_object()
1587 fakeobj.y = obj->y; in output_object()
1588 fakeobj.w = obj->w; in output_object()
1589 fakeobj.h = obj->h; in output_object()
1590 fli_scale_object( &fakeobj, sc, sc ); in output_object()
1594 fprintf( fp, " %d, %d, %d, %d, \"%s\" );\n", fakeobj.x, fakeobj.y, in output_object()
1595 fakeobj.w, fakeobj.h, label ); in output_object()
1598 fakeobj.x, fakeobj.y, fakeobj.w, fakeobj.h, in output_object()
/dports/www/mod_php81/php-8.1.1/ext/reflection/tests/
H A DReflectionMethod_getClosure_error.phpt30 $fakeobj = new StdClass();
34 var_dump( $method->getClosure( $fakeobj ) );
H A DReflectionMethod_getClosure_basic.phpt28 $fakeobj = new StdClass();
/dports/lang/php80/php-8.0.15/ext/reflection/tests/
H A DReflectionMethod_getClosure_error.phpt30 $fakeobj = new StdClass();
34 var_dump( $method->getClosure( $fakeobj ) );
H A DReflectionMethod_getClosure_basic.phpt28 $fakeobj = new StdClass();
/dports/lang/php81/php-8.1.1/ext/reflection/tests/
H A DReflectionMethod_getClosure_error.phpt30 $fakeobj = new StdClass();
34 var_dump( $method->getClosure( $fakeobj ) );
H A DReflectionMethod_getClosure_basic.phpt28 $fakeobj = new StdClass();
/dports/www/mod_php80/php-8.0.15/ext/reflection/tests/
H A DReflectionMethod_getClosure_error.phpt30 $fakeobj = new StdClass();
34 var_dump( $method->getClosure( $fakeobj ) );
H A DReflectionMethod_getClosure_basic.phpt28 $fakeobj = new StdClass();
/dports/lang/php73/php-7.3.33/ext/reflection/tests/
H A DReflectionMethod_getClosure_error.phpt36 $fakeobj = new StdClass();
48 var_dump( $method->getClosure( $fakeobj ) );
H A DReflectionMethod_getClosure_basic.phpt34 $fakeobj = new StdClass();
/dports/lang/php74/php-7.4.27/ext/reflection/tests/
H A DReflectionMethod_getClosure_error.phpt36 $fakeobj = new StdClass();
48 var_dump( $method->getClosure( $fakeobj ) );
H A DReflectionMethod_getClosure_basic.phpt34 $fakeobj = new StdClass();
/dports/www/mod_php73/php-7.3.33/ext/reflection/tests/
H A DReflectionMethod_getClosure_error.phpt36 $fakeobj = new StdClass();
48 var_dump( $method->getClosure( $fakeobj ) );
H A DReflectionMethod_getClosure_basic.phpt34 $fakeobj = new StdClass();
/dports/www/mod_php74/php-7.4.27/ext/reflection/tests/
H A DReflectionMethod_getClosure_error.phpt36 $fakeobj = new StdClass();
48 var_dump( $method->getClosure( $fakeobj ) );
H A DReflectionMethod_getClosure_basic.phpt34 $fakeobj = new StdClass();
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dpager.c106 boolean fakeobj, isyou = (mon == &youmonst); local
122 fakeobj = object_from_map(glyph, x, y, &otmp);
126 if (fakeobj) {
163 boolean fakeobj = FALSE, mimic_obj = FALSE; local
188 fakeobj = TRUE;
221 && (fakeobj || otmp->where == OBJ_FLOOR) /* not buried */
225 if (fakeobj && mtmp && mimic_obj &&
231 return fakeobj; /* when True, caller needs to dealloc *obj_p */
240 boolean fakeobj = object_from_map(glyph, x, y, &otmp); local
247 if (fakeobj) {
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dpager.c106 boolean fakeobj, isyou = (mon == &youmonst); local
122 fakeobj = object_from_map(glyph, x, y, &otmp);
126 if (fakeobj) {
163 boolean fakeobj = FALSE, mimic_obj = FALSE; local
188 fakeobj = TRUE;
221 && (fakeobj || otmp->where == OBJ_FLOOR) /* not buried */
225 if (fakeobj && mtmp && mimic_obj &&
231 return fakeobj; /* when True, caller needs to dealloc *obj_p */
240 boolean fakeobj = object_from_map(glyph, x, y, &otmp); local
247 if (fakeobj) {
/dports/mail/mailman3/mailman-3.3.1/src/mailman/rest/docs/
H A Dhelpers.rst208 >>> fakeobj = FakeObject()
209 >>> validator.update(fakeobj, FakeRequest)
210 >>> print(fakeobj.one)
/dports/net-mgmt/py-ciscoconfparse/ciscoconfparse-1.5.51/tests/
H A Dtest_CiscoConfParse.py1545 for idx, fakeobj in enumerate(map(deepcopy, repeat(mockobj, len(vals)))):
1546 fakeobj.text = vals[idx][0]
1547 fakeobj.linenum = vals[idx][1]
1548 fakeobj.classname = "IOSCfgLine"
1550 result_correct.append(fakeobj)
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dpager.c109 boolean fakeobj, isyou = (mon == &g.youmonst); in mhidden_description() local
125 fakeobj = object_from_map(glyph, x, y, &otmp); in mhidden_description()
129 if (fakeobj) { in mhidden_description()
169 boolean fakeobj = FALSE, mimic_obj = FALSE; in object_from_map() local
194 fakeobj = TRUE; in object_from_map()
227 && (fakeobj || otmp->where == OBJ_FLOOR) /* not buried */ in object_from_map()
231 if (fakeobj && mtmp && mimic_obj && in object_from_map()
237 return fakeobj; /* when True, caller needs to dealloc *obj_p */ in object_from_map()
245 boolean fakeobj = object_from_map(glyph, x, y, &otmp); in look_at_object() local
252 if (fakeobj) { in look_at_object()
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dpotion.c1908 struct obj fakeobj; in dodip() local
1909 fakeobj = zeroobj; in dodip()
1910 fakeobj.dknown = 1; in dodip()
1911 fakeobj.otyp = old_otyp; in dodip()
1912 fakeobj.oclass = POTION_CLASS; in dodip()
1913 docall(&fakeobj); in dodip()
/dports/games/nethack34/nethack-3.4.3/src/
H A Dpotion.c1908 struct obj fakeobj; in dodip() local
1909 fakeobj = zeroobj; in dodip()
1910 fakeobj.dknown = 1; in dodip()
1911 fakeobj.otyp = old_otyp; in dodip()
1912 fakeobj.oclass = POTION_CLASS; in dodip()
1913 docall(&fakeobj); in dodip()

12