Home
last modified time | relevance | path

Searched refs:fx (Results 1 – 25 of 6157) sorted by relevance

12345678910>>...247

/dports/science/siesta/siesta-4.1.5/Src/xmlparser/
H A Dm_fsm.f90268 fx%nlts = fx%nlts + 1
272 fx%nbrackets = fx%nbrackets + 1
276 fx%nbrackets = fx%nbrackets - 1
292 fx%nlts = fx%nlts -1
352 fx%element_name = fx%buffer
364 fx%element_name = fx%buffer
372 fx%element_name = fx%buffer
648 fx%pcdata = fx%buffer
663 fx%pcdata = fx%buffer
681 fx%pcdata = fx%buffer
[all …]
/dports/textproc/xmlf90/xmlf90-1.5.5/src/sax/
H A Dm_sax_fsm.f90246 fx%pcdata = fx%buffer
279 fx%nlts = fx%nlts + 1
283 fx%nbrackets = fx%nbrackets + 1
287 fx%nbrackets = fx%nbrackets - 1
303 fx%nlts = fx%nlts -1
363 fx%element_name = fx%buffer
375 fx%element_name = fx%buffer
383 fx%element_name = fx%buffer
659 fx%pcdata = fx%buffer
674 fx%pcdata = fx%buffer
[all …]
/dports/science/dftbplus/dftbplus-19.1/external/xmlf90/
H A Dfsm.f90265 fx%nlts = fx%nlts + 1
269 fx%nbrackets = fx%nbrackets + 1
289 fx%nlts = fx%nlts -1
349 fx%element_name = fx%buffer
361 fx%element_name = fx%buffer
369 fx%element_name = fx%buffer
627 fx%pcdata = fx%buffer
637 fx%pcdata = fx%buffer
649 fx%pcdata = fx%buffer
670 fx%pcdata = fx%buffer
[all …]
/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/sax/
H A Dm_sax_parser.F90479 …call parse_xml_declaration(fb, fx%xds%xml_version, fx%xds%encoding, fx%xds%standalone, fx%error_st…
675 call move_varstr_varstr(fx%token,fx%name)
719 call move_varstr_varstr(fx%token,fx%name)
758 call move_varstr_varstr(fx%token,fx%name)
1754 call move_varstr_varstr(fx%token,fx%name)
1913 call move_varstr_varstr(fx%token,fx%name)
2017 call move_varstr_varstr(fx%token,fx%name)
2184 call move_varstr_varstr(fx%token,fx%name)
2383 str_varstr(fx%name), fx%attributes)
2391 str_varstr(fx%name), fx%attributes)
[all …]
H A Dm_sax_tokenizer.F9042 xv = fx%xds%xml_version
47 fx%tokenType = fx%nextTokenType
51 fx%tokentype = TOK_NULL
548 call move_varstr_varstr(fx%token,fx%content)
787 call move_varstr_varstr(fx%content,fx%token)
793 call move_varstr_varstr(fx%content,fx%token)
800 call move_varstr_varstr(fx%token,fx%content)
803 call move_varstr_varstr(fx%token,fx%content)
812 call move_varstr_varstr(fx%content,fx%token)
982 if (.not.fx%skippedExternal.or.fx%xds%standalone) then
[all …]
/dports/devel/py-mypy/mypy-0.910/mypy/test/
H A Dtesttypes.py138 for t in (self.fx.a, self.fx.o, self.fx.t, self.fx.nonet,
152 self.assert_expand(self.fx.t, [(self.fx.t.id, self.fx.a)], self.fx.a)
153 self.assert_expand(self.fx.t, [(self.fx.s.id, self.fx.a)], self.fx.t)
180 for t in (self.fx.a, self.fx.o, self.fx.nonet, self.fx.anyt):
227 fx = self.fx
243 fx = self.fx
290 fx = self.fx
299 fx = self.fx
454 fx = self.fx
697 self.assert_join(ov(c(fx.a, fx.a), c(fx.b, fx.b)), c(any, fx.b), c(any, fx.b))
[all …]
H A Dtestsubtypes.py90 self.fx.callable(self.fx.a, self.fx.a, self.fx.a),
95 self.fx.callable_default(1, self.fx.a, self.fx.d, self.fx.a),
96 self.fx.callable(self.fx.a, self.fx.d, self.fx.a))
99 self.fx.callable_default(1, self.fx.a, self.fx.d, self.fx.a),
103 self.fx.callable_default(0, self.fx.a, self.fx.d, self.fx.a),
104 self.fx.callable_default(1, self.fx.a, self.fx.d, self.fx.a))
107 self.fx.callable_default(1, self.fx.a, self.fx.d, self.fx.a),
108 self.fx.callable(self.fx.d, self.fx.d, self.fx.a))
111 self.fx.callable_default(0, self.fx.a, self.fx.d, self.fx.a),
112 self.fx.callable_default(1, self.fx.a, self.fx.a, self.fx.a))
[all …]
H A Dtestsolve.py21 [self.supc(self.fx.t, self.fx.a)],
22 [(self.fx.a, self.fx.o)])
24 [self.supc(self.fx.t, self.fx.a),
25 self.supc(self.fx.t, self.fx.b)],
26 [(self.fx.a, self.fx.o)])
41 [(self.fx.b, self.fx.a)])
54 [(self.fx.b, self.fx.b)])
57 self.assert_solve([self.fx.t.id, self.fx.s.id],
61 [(self.fx.b, self.fx.a), (self.fx.c, self.fx.o)])
67 self.assert_solve([self.fx.t.id, self.fx.s.id],
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/AI.ocd/
H A DScript.c64 if (this->Call(fx.command, fx)) in Execute()
80 if (fx.ammo_check && !this->Call(fx.ammo_check, fx, fx.weapon)) in Execute()
88 …if ((fx.target->GetCategory() & C4D_Living && !fx.target->GetAlive()) || (!fx.ranged && fx.Target-… in Execute()
96 if (!fx.auto_search_target || !(fx.target = this->FindTarget(fx))) in Execute()
103 if (GameCall(fx.encounter_cb, fx.Target, fx.target)) in Execute()
132 return this->Call(fx.strategy, fx); in Execute()
139 if (fx.weapon->Contained() != fx.Target) in ExecuteThrow()
145 var x = fx.Target->GetX(), y = fx.Target->GetY(), tx = fx.target->GetX(), ty = fx.target->GetY(); in ExecuteThrow()
166 this->SelectItem(fx, fx.weapon); in ExecuteThrow()
183 if (fx.weapon = fx.vehicle) in ExecuteArm()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Defense.ocf/Windmill.ocs/CustomAI.ocd/
H A DScript.c109 fx.target = this->FindTarget(fx); in ExecutePilot()
188 var x = fx.Target->GetX(), y = fx.Target->GetY(), tx = fx.target->GetX(), ty = fx.target->GetY(); in ExecuteMelee()
210 this->SelectItem(fx, fx.weapon); in ExecuteMelee()
295 this->SelectItem(fx, fx.weapon); in ExecuteRanged()
296 …if (!fx.weapon->ControlUseStart(fx.Target, fx.target->GetX() - fx.Target->GetX(), fx.target->GetY(… in ExecuteRanged()
297 fx.aim_weapon = fx.weapon; in ExecuteRanged()
298 fx.aim_time = fx.time; in ExecuteRanged()
308 var x=fx.Target->GetX(), y=fx.Target->GetY(), tx=fx.target->GetX(), ty=fx.target->GetY()-4; in ExecuteRanged()
345 if (fx.Target->IsAiming() && fx.time >= fx.aim_time + fx.aim_weapon->GetReloadTime()) in ExecuteRanged()
371 var x=fx.Target->GetX(), y=fx.Target->GetY(), tx=fx.target->GetX(), ty=fx.target->GetY(); in ExecuteThrow()
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A DFxUtil.cpp276 if ( fx ) in FX_AddParticle()
349 return fx; in FX_AddParticle()
371 if ( fx ) in FX_AddLine()
436 return fx; in FX_AddLine()
457 if ( fx ) in FX_AddElectricity()
553 if ( fx ) in FX_AddTail()
660 if ( fx ) in FX_AddCylinder()
776 if ( fx ) in FX_AddEmitter()
868 if ( fx ) in FX_AddLight()
941 if ( fx ) in FX_AddOrientedParticle()
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/EFFImporter/
H A DEFFImporter.cpp68 if (fx->DiceSides > 0 || fx->DiceThrown > 0) { in fixAffectedLevels()
70 fx->MinAffectedLevel = fx->DiceSides; in fixAffectedLevels()
71 fx->MaxAffectedLevel = fx->DiceThrown; in fixAffectedLevels()
95 fx->Opcode = tmpWord; in GetEffectV1()
97 fx->Target = tmpByte; in GetEffectV1()
99 fx->Power = tmpByte; in GetEffectV1()
120 fx->PosX=0xffffffff; in GetEffectV1()
121 fx->PosY=0xffffffff; in GetEffectV1()
124 return fx; in GetEffectV1()
175 strnlwrcpy( fx->Resource, fx->Resource, 32 ); in GetEffectV20()
[all …]
/dports/games/openjk/OpenJK-07675e2/codeJK2/cgame/
H A DFxUtil.cpp403 if ( fx ) in FX_AddParticle()
463 return fx; in FX_AddParticle()
483 if ( fx ) in FX_AddParticle()
543 return fx; in FX_AddParticle()
561 if ( fx ) in FX_AddLine()
634 if ( fx ) in FX_AddLine()
708 if ( fx ) in FX_AddElectricity()
790 if ( fx ) in FX_AddTail()
884 if ( fx ) in FX_AddTail()
979 if ( fx ) in FX_AddCylinder()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/Vehicles.ocd/
H A DScript.c100 fx.Target->SetCommand("Grab", fx.vehicle); in ExecuteCatapult()
109 …var x = fx.Target->GetX(), y = fx.Target->GetY(), tx = fx.target->GetX(), ty = fx.target->GetY() -… in ExecuteCatapult()
112 fx.vehicle->ControlRight(fx.Target); in ExecuteCatapult()
117 fx.vehicle->ControlLeft(fx.Target); in ExecuteCatapult()
125 fx.aim_weapon = fx.vehicle; in ExecuteCatapult()
126 fx.aim_time = fx.time; in ExecuteCatapult()
230 fx.vehicle->SetCommand("MoveTo", nil, fx.home_x, fx.home_y); in ExecuteAirship()
245 if (!fx.target || !fx.vehicle) in GetAirshipBoardingPoint()
257 fx.target = this->FindTarget(fx); in GetAirshipBoardingPoint()
341 fx.vehicle->PlaneMount(fx.Target); in ExecuteAirplane()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/FileManager/lib/src/de/ilias/services/filemanager/skin/ensemble/
H A Densemble.css97 -fx-background-color: -fx-focus-color, white;
289 -fx-text-fill: -fx-light-text-color;
293 …linear-gradient(derive(-fx-color,-60%), derive(-fx-color,-35%) 50%, derive(-fx-color,-30%) 98%, de…
305 -fx-background: -fx-accent;
306 -fx-background-color: -fx-selection-bar;
307 -fx-text-fill: -fx-selection-bar-text;
337 -fx-background-color: #616161, white, -fx-accent;
413 /* -fx-border-color: derive(-fx-accent,80%), -fx-accent, derive(-fx-accent,80%);
494 -fx-text-fill: -fx-accent;
555 -fx-border-color: -fx-focus-color, white;
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/FileManager/lib/src/de/ilias/services/filemanager/skin/ensemble/
H A Densemble.css97 -fx-background-color: -fx-focus-color, white;
289 -fx-text-fill: -fx-light-text-color;
293 …linear-gradient(derive(-fx-color,-60%), derive(-fx-color,-35%) 50%, derive(-fx-color,-30%) 98%, de…
305 -fx-background: -fx-accent;
306 -fx-background-color: -fx-selection-bar;
307 -fx-text-fill: -fx-selection-bar-text;
337 -fx-background-color: #616161, white, -fx-accent;
413 /* -fx-border-color: derive(-fx-accent,80%), -fx-accent, derive(-fx-accent,80%);
494 -fx-text-fill: -fx-accent;
555 -fx-border-color: -fx-focus-color, white;
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/MeleeWeapons.ocd/
H A DScript.c17 if (fx.weapon->Contained() != fx.Target) in ExecuteMelee()
23 var x = fx.Target->GetX(), y = fx.Target->GetY(), tx = fx.target->GetX(), ty = fx.target->GetY(); in ExecuteMelee()
36 if (!fx.weapon->CanStrikeWithWeapon(fx.Target)) in ExecuteMelee()
43 this->SelectItem(fx, fx.weapon); in ExecuteMelee()
45 if (!fx.weapon->~HoldingEnabled() && fx.weapon->~ControlUse(fx.Target, tx, ty)) in ExecuteMelee()
68 fx.Target->SetCommand("MoveTo", fx.target); in ExecuteMelee()
75 if (fx.weapon->Contained() != fx.Target) in ExecuteClub()
81 var x=fx.Target->GetX(), y=fx.Target->GetY(), tx=fx.target->GetX(), ty=fx.target->GetY(); in ExecuteClub()
106 fx.weapon->ControlUseStop(fx.Target, dx,dy); in ExecuteClub()
118 if (fx.weapon->Contained() != fx.Target) in ExecuteBomber()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/RangedWeapons.ocd/
H A DScript.c17 if (fx.weapon->Contained() != fx.Target) in ExecuteRanged()
19 fx.weapon = fx.post_aim_weapon = nil; in ExecuteRanged()
37 if (!this->IsAimingOrLoading(fx) || !fx.aim_weapon || !fx.aim_weapon->~IsRangedWeapon()) in ExecuteRanged()
42 this->SelectItem(fx, fx.weapon); in ExecuteRanged()
43 …if (!fx.weapon->ControlUseStart(fx.Target, fx.target->GetX() - fx.Target->GetX(), fx.target->GetY(… in ExecuteRanged()
45 fx.aim_weapon = fx.weapon; in ExecuteRanged()
46 fx.aim_time = fx.time; in ExecuteRanged()
55 var x = fx.Target->GetX(), y = fx.Target->GetY(), tx = fx.target->GetX(), ty = fx.target->GetY(); in ExecuteRanged()
102 if (fx.Target->IsAiming() && fx.time >= fx.aim_time + fx.aim_weapon->GetReloadTime()) in ExecuteRanged()
106 fx.post_aim_weapon = fx.aim_weapon; in ExecuteRanged()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/FileManager/lib/src/de/ilias/services/filemanager/skin/ilias/
H A Dilias.css97 -fx-background-color: -fx-focus-color, white;
129 -fx-background-color: -fx-focus-color, #89add9;
218 -fx-background-color: -fx-focus-color, white;
378 -fx-text-fill: -fx-light-text-color;
394 -fx-background: -fx-accent;
395 -fx-background-color: -fx-selection-bar;
396 -fx-text-fill: -fx-selection-bar-text;
502 /* -fx-border-color: derive(-fx-accent,80%), -fx-accent, derive(-fx-accent,80%);
554 -fx-text-fill: -fx-accent;
615 -fx-border-color: -fx-focus-color, white;
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/FileManager/lib/src/de/ilias/services/filemanager/skin/ilias/
H A Dilias.css97 -fx-background-color: -fx-focus-color, white;
129 -fx-background-color: -fx-focus-color, #89add9;
218 -fx-background-color: -fx-focus-color, white;
378 -fx-text-fill: -fx-light-text-color;
394 -fx-background: -fx-accent;
395 -fx-background-color: -fx-selection-bar;
396 -fx-text-fill: -fx-selection-bar-text;
502 /* -fx-border-color: derive(-fx-accent,80%), -fx-accent, derive(-fx-accent,80%);
554 -fx-text-fill: -fx-accent;
615 -fx-border-color: -fx-focus-color, white;
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/Movement.ocd/
H A DScript.c77 if (fx.target) in ExecuteStand()
78 tx = fx.target->GetX() - fx.Target->GetX(); in ExecuteStand()
163 fx.Target->SetDir(fx.home_dir); in ExecuteIdle()
164 if (fx.vehicle) fx.vehicle->SetCommand(); in ExecuteIdle()
196 …if (!Inside(fx.vehicle->GetX() - fx.home_x, -15, 15) || !Inside(fx.vehicle->GetY() - fx.home_y, -2… in ExecuteAttackPath()
202 fx.vehicle->SetCommand("MoveTo", nil, fx.home_x, fx.home_y); in ExecuteAttackPath()
208 return fx.Target->SetCommand("PushTo", fx.vehicle, fx.home_x, fx.home_y); in ExecuteAttackPath()
215 …if (!Inside(fx.Target->GetX() - fx.home_x, -5, 5) || !Inside(fx.Target->GetY() - fx.home_y, -15, 1… in ExecuteAttackPath()
217 return fx.Target->SetCommand("MoveTo", nil, fx.home_x, fx.home_y); in ExecuteAttackPath()
232 fx.attack_path = fx.attack_path[1:]; in AdvanceAttackPath()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Goals.ocd/Defense.ocd/DefenseAI.ocd/
H A DScript.c48 fx.target = this->FindEmergencyTarget(fx); in ExecuteIdle()
54fx.Target->SetCommand("MoveTo", nil, BoundBy(fx.Target->GetX(), tx - 30, tx + 30), fx.target->GetY… in ExecuteIdle()
64 if (fx.vehicle && fx.vehicle->GetID() == DefenseBoomAttack) in FindInventoryWeapon()
75 if (fx.weapon = fx.Target->FindContents(PowderKeg)) in FindInventoryWeapon()
90 if (fx.weapon->Contained() != fx.Target) in ExecuteBomber()
97 …if (!Random(40) && !PathFree(fx.Target->GetX(), fx.Target->GetY(), fx.target->GetX(), fx.target->G… in ExecuteBomber()
99 fx.target = this->FindTarget(fx); in ExecuteBomber()
103 …if (fx.Target->ObjectDistance(fx.target) < 16 || Distance(fx.Target->GetX(), fx.Target->GetY(), fx in ExecuteBomber()
106 fx.weapon->Explode(fx.weapon->GetExplosionStrength()); in ExecuteBomber()
113 fx.weapon->Explode(fx.weapon->GetExplosionStrength()); in ExecuteBomber()
[all …]
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/mats/
H A Dpatch-compile-0-f-t-t5 fx.mo:Expected error in mat r6rs:fx-: "fx-: #f is not a fixnum".
6 fx.mo:Expected error in mat r6rs:fx-: "fx-: #f is not a fixnum".
7 fx.mo:Expected error in mat fx*: "fx*: (a . b) is not a fixnum".
9 fx.mo:Expected error in mat fx*: "fx*: <int> is not a fixnum".
10 fx.mo:Expected error in mat fx*: "fx*: <-int> is not a fixnum".
11 fx.mo:Expected error in mat fx*: "fx*: #f is not a fixnum".
12 fx.mo:Expected error in mat fx*: "fx*: #f is not a fixnum".
22 ! fx.mo:Expected error in mat fx*: "fx*: fixnum overflow computing (fx* <int> 2)".
25 fx.mo:Expected error in mat fx*: "fx*: #f is not a fixnum".
26 fx.mo:Expected error in mat fx*: "fx*: #f is not a fixnum".
[all …]
H A Dpatch-compile-2-f-f-t5 fx.mo:Expected error in mat r6rs:fx-: "fx-: #f is not a fixnum".
6 fx.mo:Expected error in mat r6rs:fx-: "fx-: #f is not a fixnum".
7 fx.mo:Expected error in mat fx*: "fx*: (a . b) is not a fixnum".
9 fx.mo:Expected error in mat fx*: "fx*: <int> is not a fixnum".
10 fx.mo:Expected error in mat fx*: "fx*: <-int> is not a fixnum".
11 fx.mo:Expected error in mat fx*: "fx*: #f is not a fixnum".
12 fx.mo:Expected error in mat fx*: "fx*: #f is not a fixnum".
22 ! fx.mo:Expected error in mat fx*: "fx*: fixnum overflow computing (fx* <int> 2)".
25 fx.mo:Expected error in mat fx*: "fx*: #f is not a fixnum".
26 fx.mo:Expected error in mat fx*: "fx*: #f is not a fixnum".
[all …]
H A Dpatch-compile-2-f-t-t5 fx.mo:Expected error in mat r6rs:fx-: "fx-: #f is not a fixnum".
6 fx.mo:Expected error in mat r6rs:fx-: "fx-: #f is not a fixnum".
7 fx.mo:Expected error in mat fx*: "fx*: (a . b) is not a fixnum".
9 fx.mo:Expected error in mat fx*: "fx*: <int> is not a fixnum".
10 fx.mo:Expected error in mat fx*: "fx*: <-int> is not a fixnum".
11 fx.mo:Expected error in mat fx*: "fx*: #f is not a fixnum".
12 fx.mo:Expected error in mat fx*: "fx*: #f is not a fixnum".
22 ! fx.mo:Expected error in mat fx*: "fx*: fixnum overflow computing (fx* <int> 2)".
25 fx.mo:Expected error in mat fx*: "fx*: #f is not a fixnum".
26 fx.mo:Expected error in mat fx*: "fx*: #f is not a fixnum".
[all …]

12345678910>>...247