Home
last modified time | relevance | path

Searched refs:thing (Results 176 – 200 of 28336) sorted by relevance

12345678910>>...1134

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/delphi/test/
H A DTestServer.pas138 Result := thing;
144 Result := thing;
150 Result := thing;
156 Result := thing;
176 Result := thing;
231 if thing <> nil then Console.Write(thing.ToString);
240 if thing <> nil then Console.Write(thing.ToString);
310 if thing <> nil then Console.Write(thing.ToString);
326 if thing <> nil then Console.Write(thing.ToString);
355 if thing <> nil then Console.Write(thing.ToString);
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/delphi/test/
H A DTestServer.pas136 Result := thing;
142 Result := thing;
148 Result := thing;
154 Result := thing;
176 Result := thing;
182 Result := thing;
245 Result := thing;
268 Result := thing;
346 Result := thing;
377 Result := thing;
[all …]
/dports/devel/py-thrift/thrift-0.14.0/lib/delphi/test/
H A DTestServer.pas138 Result := thing;
144 Result := thing;
150 Result := thing;
156 Result := thing;
176 Result := thing;
231 if thing <> nil then Console.Write(thing.ToString);
240 if thing <> nil then Console.Write(thing.ToString);
310 if thing <> nil then Console.Write(thing.ToString);
326 if thing <> nil then Console.Write(thing.ToString);
355 if thing <> nil then Console.Write(thing.ToString);
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/delphi/test/
H A DTestServer.pas136 Result := thing;
142 Result := thing;
148 Result := thing;
154 Result := thing;
176 Result := thing;
182 Result := thing;
245 Result := thing;
268 Result := thing;
346 Result := thing;
377 Result := thing;
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/delphi/test/
H A DTestServer.pas138 Result := thing;
144 Result := thing;
150 Result := thing;
156 Result := thing;
176 Result := thing;
231 if thing <> nil then Console.Write(thing.ToString);
240 if thing <> nil then Console.Write(thing.ToString);
310 if thing <> nil then Console.Write(thing.ToString);
326 if thing <> nil then Console.Write(thing.ToString);
355 if thing <> nil then Console.Write(thing.ToString);
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/delphi/test/
H A DTestServer.pas138 Result := thing;
144 Result := thing;
150 Result := thing;
156 Result := thing;
176 Result := thing;
231 if thing <> nil then Console.Write(thing.ToString);
240 if thing <> nil then Console.Write(thing.ToString);
310 if thing <> nil then Console.Write(thing.ToString);
326 if thing <> nil then Console.Write(thing.ToString);
355 if thing <> nil then Console.Write(thing.ToString);
[all …]
/dports/devel/thrift/thrift-0.14.0/lib/delphi/test/
H A DTestServer.pas138 Result := thing;
144 Result := thing;
150 Result := thing;
156 Result := thing;
176 Result := thing;
231 if thing <> nil then Console.Write(thing.ToString);
240 if thing <> nil then Console.Write(thing.ToString);
310 if thing <> nil then Console.Write(thing.ToString);
326 if thing <> nil then Console.Write(thing.ToString);
355 if thing <> nil then Console.Write(thing.ToString);
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/delphi/test/
H A DTestServer.pas136 Result := thing;
142 Result := thing;
148 Result := thing;
154 Result := thing;
176 Result := thing;
231 if thing <> nil then Console.Write(thing.ToString);
240 if thing <> nil then Console.Write(thing.ToString);
310 if thing <> nil then Console.Write(thing.ToString);
326 if thing <> nil then Console.Write(thing.ToString);
355 if thing <> nil then Console.Write(thing.ToString);
[all …]
/dports/devel/node-thrift/thrift-0.14.0/lib/delphi/test/
H A DTestServer.pas138 Result := thing;
144 Result := thing;
150 Result := thing;
156 Result := thing;
176 Result := thing;
231 if thing <> nil then Console.Write(thing.ToString);
240 if thing <> nil then Console.Write(thing.ToString);
310 if thing <> nil then Console.Write(thing.ToString);
326 if thing <> nil then Console.Write(thing.ToString);
355 if thing <> nil then Console.Write(thing.ToString);
[all …]
/dports/www/nginx-full/nchan-1.2.12/src/util/
H A Dnchan_thingcache.c4 #define THING_HASH_ADD(tc, thing) HASH_ADD_KEYPTR( hh, tc->things, (thing->id).data, (thing->i… argument
5 #define THING_HASH_DEL(tc, thing) HASH_DEL(tc->things, thing) argument
98 if(!tc->destroy(&thing->id, thing->ll.data)) { in nchan_thingcache_gc_timer_handler()
111 ngx_free(thing); in nchan_thingcache_gc_timer_handler()
157 ngx_free(thing); in nchan_thingcache_shutdown()
175 return thing ? thing->ll.data : NULL; in nchan_thingcache_find()
186 if(thing == NULL) { in nchan_thingcache_get()
193 cur = &thing->ll; in nchan_thingcache_get()
194 cur->data = thing; in nchan_thingcache_get()
196 thing->id.data = (u_char *)(&thing[1]); in nchan_thingcache_get()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_teleport.cpp112 old = thing->Pos(); in P_Teleport()
113 aboveFloor = thing->Z() - thing->floorz; in P_Teleport()
197 if (thing->player) in P_Teleport()
202 thing->player->FOV = MIN (175.f, thing->player->DesiredFOV + 45.f); in P_Teleport()
221 thing->velx = thing->vely = thing->velz = 0; in P_Teleport()
333 if (thing == NULL) in EV_Teleport()
394 if ((velx | vely) == 0 && thing->player != NULL && thing->player->mo == thing && !predicting) in EV_Teleport()
491 player_t *player = thing->player && thing->player->mo == thing ? in EV_SilentLineTeleport()
498 fixed_t z = thing->Z() - thing->floorz; in EV_SilentLineTeleport()
554 x = thing->velx; in EV_SilentLineTeleport()
[all …]
/dports/games/prboom/prboom-2.5.0/src/
H A Dp_map.c325 thing->PrevZ = thing->floorz; in P_TeleportMove()
555 if (tmthing->z > thing->z + thing->height) in PIT_CheckThing()
799 tmceilingz - thing->z < thing->height) || in P_TryMove()
847 FixedMul(thing->momx,thing->momx)+FixedMul(thing->momy,thing->momy)) in P_TryMove()
1025 onfloor = (thing->z == thing->floorz); in P_ThingHeightClip()
1027 P_CheckPosition (thing, thing->x, thing->y); in P_ThingHeightClip()
1042 thing->z = thing->floorz; in P_ThingHeightClip()
1053 if (thing->z+thing->height > thing->ceilingz) in P_ThingHeightClip()
1054 thing->z = thing->ceilingz - thing->height; in P_ThingHeightClip()
1057 return thing->ceilingz - thing->floorz >= thing->height; in P_ThingHeightClip()
[all …]
/dports/lang/scheme48/scheme48-1.9.2/scheme/env/
H A Dmenu.scm89 (cond ((vector? thing)
90 (indexed->menu thing (vector-length thing) vector-ref))
91 ((template? thing)
92 (indexed->menu thing (template-length thing) template-ref))
93 ((pair? thing)
96 (list->menu `((car ,(car thing)) (cdr ,(cdr thing))))
105 (closure-env thing)
110 ((continuation? thing)
113 ((record? thing)
116 ((location? thing)
[all …]
/dports/x11-wm/pwm/pwm-20070720/
H A Dthing.c69 thing->t_parent=parent; in link_thing()
77 thing->t_parent=parent; in link_thing_before()
198 WThing *thing; in find_thing() local
201 (XPointer*)&thing)!=0) in find_thing()
204 return thing; in find_thing()
212 if(thing==NULL || !WTHING_IS(thing, type)) in find_thing_t()
215 return thing; in find_thing_t()
243 if(thing==NULL) in find_winobj_of()
247 return (WWinObj*)thing; in find_winobj_of()
249 if(WTHING_IS(thing, WTHING_CLIENTWIN) && thing->t_parent!=NULL && in find_winobj_of()
[all …]
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dp_telept.c45 mobj_t* thing ) in EV_Teleport() argument
92 oldx = thing->x; in EV_Teleport()
93 oldy = thing->y; in EV_Teleport()
94 oldz = thing->z; in EV_Teleport()
105 thing->z = thing->floorz; in EV_Teleport()
107 if (thing->player) in EV_Teleport()
109 thing->player->viewz = thing->z+thing->player->viewheight; in EV_Teleport()
119 , thing->z, MT_TFOG); in EV_Teleport()
125 if (thing->player) in EV_Teleport()
128 thing->angle = m->angle; in EV_Teleport()
[all …]
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/xhpast/rules/__tests__/reused-as-iterator/
H A Dreused-as-iterator.lint-test3 function f($stuff, $thing) {
11 function g($stuff, $thing) {
17 function h($stuff, $thing) {
24 $thing = 1;
25 $thing = $key;
26 $key = $thing;
29 function i($stuff, $thing) {
31 $thing++;
37 $thing++;
49 f($thing);
[all …]
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/xhpast/rules/__tests__/reused-as-iterator/
H A Dreused-as-iterator.lint-test3 function f($stuff, $thing) {
11 function g($stuff, $thing) {
17 function h($stuff, $thing) {
24 $thing = 1;
25 $thing = $key;
26 $key = $thing;
29 function i($stuff, $thing) {
31 $thing++;
37 $thing++;
49 f($thing);
[all …]
/dports/devel/p5-POE/POE-1.368/mylib/
H A DMyOtherFreezer.pm13 my $thing = shift;
14 $thing = shift if ref($thing) eq 'MyOtherFreezer';
16 if (ref($thing) eq 'SCALAR') {
17 return reverse(join "\0", ref($thing), $$thing);
19 elsif (ref($thing) eq 'Package') {
20 return reverse(join "\0", ref($thing), @$thing);
22 die "can't freeze things of type ", ref($thing);
26 my $thing = shift;
27 $thing = shift if ref($thing) eq 'MyOtherFreezer';
29 my ($type, @stuff) = split /\0/, reverse($thing);
/dports/lang/sbcl/sbcl-1.3.13/src/runtime/
H A Dpurify.c277 ptrans_code(lispobj thing) in ptrans_code() argument
390 return new + (thing - code); in ptrans_returnpc()
560 return ptrans_code(thing); in ptrans_otherptr()
592 lispobj thing, *thingp, header; in pscav() local
597 thing = *addr; in pscav()
606 thing = header; in pscav()
611 thing = ptrans_func(thing, header); in pscav()
615 thing = ptrans_list(thing, constant); in pscav()
619 thing = ptrans_instance(thing, header, constant); in pscav()
623 thing = ptrans_otherptr(thing, header, constant); in pscav()
[all …]
/dports/devel/loki/loki-0.1.7/test/LevelMutex/
H A DThing.cpp300 return thing; in GetFromPool()
336 delete thing; in DestroyPool()
417 return thing; in GetFromPool()
442 delete thing; in DestroyPool()
519 assert( NULL != thing ); in SetValue()
635 delete thing; in ~ManyThingsPool()
659 return thing; in GetFromPool()
836 thing = pool[ ii ]; in LockThese()
855 thing = pool[ ii ]; in LockThese()
879 thing = pool[ ii ]; in UnlockThese()
[all …]
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dp_map.c345 thing->PrevZ = thing->floorz; in P_TeleportMove()
589 if (tmthing->z > thing->z + thing->height) in PIT_CheckThing()
854 tmceilingz - thing->z < thing->height) || in P_TryMove()
908 FixedMul(thing->momx,thing->momx)+FixedMul(thing->momy,thing->momy)) in P_TryMove()
1086 onfloor = (thing->z == thing->floorz); in P_ThingHeightClip()
1088 P_CheckPosition (thing, thing->x, thing->y); in P_ThingHeightClip()
1103 thing->z = thing->floorz; in P_ThingHeightClip()
1114 if (thing->z+thing->height > thing->ceilingz) in P_ThingHeightClip()
1115 thing->z = thing->ceilingz - thing->height; in P_ThingHeightClip()
1118 return thing->ceilingz - thing->floorz >= thing->height; in P_ThingHeightClip()
[all …]
/dports/games/yadex/yadex-1.7.0/ygd/
H A Dstrife.ygd236 # Definition of thing groups
263 thing 24 d - 10 "Siren" KLAX
271 thing 62 d - 10 "Shrub" SHRB
275 thing 165 d - 10 "Mug" MUGG
276 thing 194 d - 20 "Anvil" ANVL
277 thing 202 d - 16 "Tree" TREEB
344 thing 9 f - 20 "Rebel" HMN1
354 thing 145 f - 20 "Rebel" HMN1
355 thing 150 f - 20 "Rebel" HMN1
385 thing 2048 a - 16 "Ammo" BBOX
[all …]
H A Dstrife10.ygd236 # Definition of thing groups
263 thing 24 d - 10 "Siren" KLAX
271 thing 62 d - 10 "Shrub" SHRB
275 thing 165 d - 10 "Mug" MUGG
276 thing 194 d - 20 "Anvil" ANVL
277 thing 202 d - 16 "Tree" TREEB
344 thing 9 f - 20 "Rebel" HMN1
354 thing 145 f - 20 "Rebel" HMN1
355 thing 150 f - 20 "Rebel" HMN1
385 thing 2048 a - 16 "Ammo" BBOX
[all …]
/dports/devel/py-hypothesis/hypothesis-6.28.0/src/hypothesis/strategies/_internal/
H A Dtypes.py110 getattr(thing, "__origin__", None) or thing,
136 def is_a_new_type(thing): argument
150 def is_a_type(thing): argument
152 return isinstance(thing, type) or is_generic_type(thing) or is_a_new_type(thing)
293 origin = getattr(thing, "__origin__", thing)
595 def resolve_Type(thing): argument
617 def resolve_List(thing): argument
646 def resolve_Set(thing): argument
656 def resolve_Dict(thing): argument
703 def resolve_deque(thing): argument
[all …]
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dp_telept.c45 mobj_t* thing ) in EV_Teleport() argument
93 oldx = thing->x; in EV_Teleport()
94 oldy = thing->y; in EV_Teleport()
95 oldz = thing->z; in EV_Teleport()
106 thing->z = thing->floorz; in EV_Teleport()
108 if (thing->player) in EV_Teleport()
109 thing->player->viewz = thing->z+thing->player->viewheight; in EV_Teleport()
116 , thing->z, MT_TFOG); in EV_Teleport()
122 if (thing->player) in EV_Teleport()
125 thing->angle = m->angle; in EV_Teleport()
[all …]

12345678910>>...1134