Home
last modified time | relevance | path

Searched refs:truth (Results 1 – 25 of 5397) sorted by relevance

12345678910>>...216

/dports/games/ivan/ivan-059/Main/Include/
H A Dcommand.h23 command(truth (*)(character*), cchar*, char, char, char, truth, truth = false);
37 truth UsableInWilderness;
38 truth WizardModeFunction;
58 static truth Eat(character*);
61 static truth Dip(character*);
66 static truth Drop(character*);
72 static truth NOP(character*);
89 static truth Zap(character*);
91 static truth Sit(character*);
94 static truth Go(character*);
[all …]
H A Dchar.h305 truth TryMove(v2, truth, truth, truth* =NULL);
346 void Move(v2, truth, truth = false);
369 truth LoseConsciousness(int, truth = false);
381 truth Displace(character*, truth = false);
411 …virtual truth ReceiveDamage(character*, int, int, int = ALL, int = 8, truth = false, truth = false…
720 truth CanBeSeenByPlayer(truth = false, truth = false) const;
721 truth CanBeSeenBy(ccharacter*, truth = false, truth = false) const;
827 truth HitEffect(character*, item*, v2, int, int, int, truth, truth, int);
1105 truth TeleportRandomItem(truth);
1220 truth CheckForEnemies(truth, truth, truth, truth = false);
[all …]
H A Ditem.h47 truth Recurse;
75 truth Locked;
93 truth CanBeWished;
97 truth IsAbstract;
100 truth IsTwoHanded;
102 truth CanBeCloned;
114 truth AffectsMana;
126 truth AllowEquip;
127 truth IsValuable;
133 truth CanBePiled;
[all …]
H A Dmiscitem.h74 truth Jammed; in ITEM()
80 virtual truth HitEffect(character*, character*, v2, int, int, truth); in ITEM()
123 virtual truth AddAdjective(festring&, truth) const; in ITEM()
153 virtual truth AddAdjective(festring&, truth) const; in ITEM()
354 truth InhabitedByGenie; in ITEM()
391 virtual truth AddAdjective(festring&, truth) const; in ITEM()
507 virtual truth AddAdjective(festring&, truth) const; in ITEM()
599 virtual truth AddAdjective(festring&, truth) const; in ITEM()
700 virtual truth HitEffect(character*, character*, v2, int, int, truth); in ITEM()
745 virtual truth AddAdjective(festring&, truth) const; in ITEM()
[all …]
H A Dgear.h24 virtual truth HitEffect(character*, character*, v2, int, int, truth); in ITEM()
93 virtual truth HitEffect(character*, character*, v2, int, int, truth); in ITEM()
119 virtual truth HitEffect(character*, character*, v2, int, int, truth); in ITEM()
127 virtual truth HitEffect(character*, character*, v2, int, int, truth); in ITEM()
133 virtual truth HitEffect(character*, character*, v2, int, int, truth); in ITEM()
139 virtual truth HitEffect(character*, character*, v2, int, int, truth); in ITEM()
146 virtual truth HitEffect(character*, character*, v2, int, int, truth); in ITEM()
165 virtual truth HitEffect(character*, character*, v2, int, int, truth); in ITEM()
212 virtual truth AddAdjective(festring&, truth) const; in ITEM()
246 virtual truth AddAdjective(festring&, truth) const; in ITEM()
[all …]
H A Dhuman.h64 …virtual truth ReceiveDamage(character*, int, int, int = ALL, int = 8, truth = false, truth = false… in CHARACTER()
113 virtual truth CanUseStethoscope(truth) const; in CHARACTER()
180 virtual truth SpecialBiteEffect(character*, v2, int, int, truth, truth, int); in CHARACTER()
315 virtual truth CheckForUsefulItemsOnGround(truth = true); in CHARACTER()
339 …virtual truth ReceiveDamage(character*, int, int, int = ALL, int = 8, truth = false, truth = false… in CHARACTER()
374 virtual truth AddAdjective(festring&, truth) const; in CHARACTER()
482 …eBodyPartDamage(character*, int, int, int, int = 8, truth = false, truth = false, truth = true, tr… in CHARACTER()
540 virtual truth SpecialBiteEffect(character*, v2, int, int, truth, truth, int); in CHARACTER()
557 …virtual truth ReceiveDamage(character*, int, int, int = ALL, int = 8, truth = false, truth = false… in CHARACTER()
571 virtual truth SpecialBiteEffect(character*, v2, int, int, truth, truth, int); in CHARACTER()
[all …]
H A Drooms.h24 virtual truth PickupItem(character*, item*, int); in ROOM()
25 virtual truth DropItem(character*, item*, int); in ROOM()
27 virtual truth ConsumeItem(character*, item*, int); in ROOM()
30 virtual truth AllowSpoil(citem*) const; in ROOM()
43 virtual truth DropItem(character*, item*, int); in ROOM()
50 virtual truth Drink(character*) const; in ROOM()
52 virtual truth Dip(character*) const; in ROOM()
64 truth Entered; in ROOM()
99 virtual truth CheckDestroyTerrain(character*); in ROOM()
110 virtual truth Drink(character*) const; in ROOM()
[all …]
H A Dlsquare.h114 truth Open(character*);
115 truth Close(character*);
127 truth BeKicked(character*, item*, bodypart*, double, double, int, int, truth, truth);
132 truth CanBeDug() const;
144 virtual truth CanBeSeenByPlayer(truth = false) const;
145 virtual truth CanBeSeenFrom(v2, long, truth = false) const ;
170 truth IsDark() const;
216 truth HasEngravings() const { return truth(Engraved); } in HasEngravings()
228 void SpillFluid(character*, liquid*, truth = false, truth = true);
251 virtual truth HasBeenSeen() const { return truth(Memorized); } in HasBeenSeen()
[all …]
H A Dnonhuman.h113 virtual truth Catches(item*); in CHARACTER()
119 virtual truth Catches(item*); in CHARACTER()
143 virtual truth SpecialBiteEffect(character*, v2, int, int, truth, truth, int); in CHARACTER()
178 virtual truth SpecialBiteEffect(character*, v2, int, int, truth, truth, int); in CHARACTER()
241 virtual truth SpecialBiteEffect(character*, v2, int, int, truth, truth, int); in CHARACTER()
254 truth HasDroppedBananas; in CHARACTER()
363 virtual truth CreateRoute(); in CHARACTER()
385 …eBodyPartDamage(character*, int, int, int, int = 8, truth = false, truth = false, truth = true, tr… in CHARACTER()
393 truth Active; in CHARACTER()
458 truth SummonFriend(); in CHARACTER()
[all …]
H A Dgame.h246 static void RemoveSaves(truth = true,truth onlyBackups=false);
259 static truth OnScreen(v2);
307 static void End(festring, truth = true, truth = true);
316 static truth TryTravel(int, int, int, truth = false, truth = true);
317 static truth LeaveArea(charactervector&, truth, truth);
435 static truth IsXMas();
531 static truth Running;
547 static truth Loading;
552 static truth Zoom;
553 static truth Generating;
[all …]
H A Diconf.h37 static truth IsShowVolume() { return ShowVolume.Value;} in IsShowVolume()
55 static truth GetLookZoom() { return LookZoom.Value; } in GetLookZoom()
56 static truth IsXBRZScale() { return XBRZScale.Value; } in IsXBRZScale()
71 static truth GetBeNice() { return BeNice.Value; } in GetBeNice()
74 static truth IsShowTurn() { return ShowTurn.Value; } in IsShowTurn()
93 static truth GetFullScreenMode() { return true; } in GetFullScreenMode()
136 static truth ContrastChangeInterface(numberoption*);
152 static truth VolumeChangeInterface(numberoption*);
153 static truth SfxVolumeChangeInterface(numberoption*);
180 static truth FontGfxChangeInterface(cycleoption*);
[all …]
H A Dlterras.h33 virtual truth Open(character*); in OLTERRAIN()
34 virtual truth Close(character*); in OLTERRAIN()
45 virtual truth CanBeOpenedByAI(); in OLTERRAIN()
59 virtual truth AddAdjective(festring&, truth) const; in OLTERRAIN()
66 truth Opened; in OLTERRAIN()
67 truth Locked; in OLTERRAIN()
76 virtual truth Enter(truth) const; in OLTERRAIN()
120 virtual truth Open(character*); in OLTERRAIN()
159 virtual truth AddAdjective(festring&, truth) const; in OLTERRAIN()
243 truth Opened; in OLTERRAIN()
[all …]
H A Dbodypart.h62 void SetIsUnique(truth); in ITEM()
82 double GetTimeToDie(int, double, double, truth, truth) const; in ITEM()
89 truth IsAlive() const; in ITEM()
107 truth CanBeSevered(int) const; in ITEM()
113 truth IsWarm() const; in ITEM()
114 truth IsWarmBlooded() const; in ITEM()
116 truth CanRegenerate() const; in ITEM()
188 virtual truth AddAdjective(festring&, truth) const; in ITEM()
545 virtual truth AddRustLevelDescription(festring&, truth) const { return false; } in ITEM()
551 virtual truth AddBurnLevelDescription(festring&, truth) const { return false; } in ITEM()
[all …]
H A Dactions.h31 virtual void Terminate(truth); in ACTION()
48 virtual void Terminate(truth); in ACTION()
59 truth Nibbling = false; in ACTION()
60 truth Gulping = false; in ACTION()
61 truth Spoiling = false; in ACTION()
71 virtual void Terminate(truth); in ACTION()
88 virtual void Terminate(truth); in ACTION()
99 truth MoveDigger; in ACTION()
122 truth MoveCraftTool; in ACTION()
138 virtual truth TryDisplace(); in ACTION()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/java/test/common_test/src/org/opencv/test/utils/
H A DConvertersTest.java31 truth.add(new Byte(value1)); in testMat_to_vector_char()
32 truth.add(new Byte(value2)); in testMat_to_vector_char()
34 assertEquals(truth, bs); in testMat_to_vector_char()
61 truth.add(2.0f); in testMat_to_vector_float()
62 truth.add(4.0f); in testMat_to_vector_float()
63 truth.add(3.0f); in testMat_to_vector_float()
64 truth.add(9.0f); in testMat_to_vector_float()
75 truth.add(2); in testMat_to_vector_int()
76 truth.add(4); in testMat_to_vector_int()
77 truth.add(3); in testMat_to_vector_int()
[all …]
/dports/devel/py-ioflo/ioflo-2.0.0/ioflo/base/
H A Darbiting.py144 if isinstance(truth, float) and (truth >= 0.0) and (truth <= 1.0):
161 truth = float(min(1.0,max(0.0,truth)))
188 self.output.truth = input.truth
195 self.output.truth = self.default.truth
227 (truth > self.default.truth) and
242 self.output.truth = self.default.truth
295 self.output.truth = self.default.truth
326 truth = self.FixTruth(input.truth)
340 self.output.truth = self.default.truth
347 self.output.truth = self.default.truth
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/r/tests/testthat/
H A Dtest-compute-vector.R70 a_left <- Array$create(truth$left)
72 expect_bool_function_equal(a_left & a_right, truth$left & truth$right)
73 expect_bool_function_equal(a_left | a_right, truth$left | truth$right)
74 expect_bool_function_equal(a_left == a_right, truth$left == truth$right)
75 expect_bool_function_equal(a_left != a_right, truth$left != truth$right)
82 isEqualTo(truth$left, truth$right)
90 expect_bool_function_equal(a_left & a_right, truth$left & truth$right)
91 expect_bool_function_equal(a_left | a_right, truth$left | truth$right)
92 expect_bool_function_equal(a_left == a_right, truth$left == truth$right)
93 expect_bool_function_equal(a_left != a_right, truth$left != truth$right)
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/r/tests/testthat/
H A Dtest-compute-vector.R70 a_left <- Array$create(truth$left)
72 expect_bool_function_equal(a_left & a_right, truth$left & truth$right)
73 expect_bool_function_equal(a_left | a_right, truth$left | truth$right)
74 expect_bool_function_equal(a_left == a_right, truth$left == truth$right)
75 expect_bool_function_equal(a_left != a_right, truth$left != truth$right)
82 isEqualTo(truth$left, truth$right)
90 expect_bool_function_equal(a_left & a_right, truth$left & truth$right)
91 expect_bool_function_equal(a_left | a_right, truth$left | truth$right)
92 expect_bool_function_equal(a_left == a_right, truth$left == truth$right)
93 expect_bool_function_equal(a_left != a_right, truth$left != truth$right)
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate/
H A Dphantom.go29 for i := range truth {
36 truth[i][j], truth[j][i] = rtt, rtt
39 return truth
58 truth[i][j], truth[j][i] = rtt, rtt
61 return truth
81 truth[i][j], truth[j][i] = rtt, rtt
84 return truth
111 truth[i][j], truth[j][i] = rtt, rtt
114 return truth
132 truth[i][j], truth[j][i] = rtt, rtt
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/hashicorp/serf/coordinate/
H A Dphantom.go29 for i := range truth {
36 truth[i][j], truth[j][i] = rtt, rtt
39 return truth
58 truth[i][j], truth[j][i] = rtt, rtt
61 return truth
81 truth[i][j], truth[j][i] = rtt, rtt
84 return truth
111 truth[i][j], truth[j][i] = rtt, rtt
114 return truth
132 truth[i][j], truth[j][i] = rtt, rtt
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate/
H A Dphantom.go29 for i := range truth {
36 truth[i][j], truth[j][i] = rtt, rtt
39 return truth
58 truth[i][j], truth[j][i] = rtt, rtt
61 return truth
81 truth[i][j], truth[j][i] = rtt, rtt
84 return truth
111 truth[i][j], truth[j][i] = rtt, rtt
114 return truth
132 truth[i][j], truth[j][i] = rtt, rtt
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/hashicorp/serf/coordinate/
H A Dphantom.go29 for i := range truth {
36 truth[i][j], truth[j][i] = rtt, rtt
39 return truth
58 truth[i][j], truth[j][i] = rtt, rtt
61 return truth
81 truth[i][j], truth[j][i] = rtt, rtt
84 return truth
111 truth[i][j], truth[j][i] = rtt, rtt
114 return truth
132 truth[i][j], truth[j][i] = rtt, rtt
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/hashicorp/serf/coordinate/
H A Dphantom.go29 for i := range truth {
36 truth[i][j], truth[j][i] = rtt, rtt
39 return truth
58 truth[i][j], truth[j][i] = rtt, rtt
61 return truth
81 truth[i][j], truth[j][i] = rtt, rtt
84 return truth
111 truth[i][j], truth[j][i] = rtt, rtt
114 return truth
132 truth[i][j], truth[j][i] = rtt, rtt
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/hashicorp/serf/coordinate/
H A Dphantom.go29 for i := range truth {
36 truth[i][j], truth[j][i] = rtt, rtt
39 return truth
58 truth[i][j], truth[j][i] = rtt, rtt
61 return truth
81 truth[i][j], truth[j][i] = rtt, rtt
84 return truth
111 truth[i][j], truth[j][i] = rtt, rtt
114 return truth
132 truth[i][j], truth[j][i] = rtt, rtt
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/hashicorp/serf/coordinate/
H A Dphantom.go29 for i := range truth {
36 truth[i][j], truth[j][i] = rtt, rtt
39 return truth
58 truth[i][j], truth[j][i] = rtt, rtt
61 return truth
81 truth[i][j], truth[j][i] = rtt, rtt
84 return truth
111 truth[i][j], truth[j][i] = rtt, rtt
114 return truth
132 truth[i][j], truth[j][i] = rtt, rtt
[all …]

12345678910>>...216