Home
last modified time | relevance | path

Searched refs:stealth (Results 1 – 25 of 1656) sorted by relevance

12345678910>>...67

/dports/games/spring/spring_98.0/AI/Skirmish/Shard/data/ai/BA/
H A Dunittable.lua5 …afus_dead", zsize = 10, mtype = "veh", airRange = 0, submergedRange = 0, stealth = false, groundRa…
6 …ajuno_dead", zsize = 8, mtype = "veh", airRange = 0, submergedRange = 0, stealth = true, groundRan…
7 …kName = "", zsize = 16, mtype = "veh", airRange = 0, submergedRange = 0, stealth = false, groundRa…
8 …aak_dead", zsize = 4, mtype = "bot", airRange = 875, submergedRange = 0, stealth = false, groundRa…
10 …aas_dead", zsize = 6, mtype = "shp", airRange = 840, submergedRange = 0, stealth = false, groundRa…
16 …mah_dead", zsize = 6, mtype = "hov", airRange = 800, submergedRange = 0, stealth = false, groundRa…
31 …ckName = "", zsize = 6, mtype = "air", airRange = 0, submergedRange = 0, stealth = false, groundRa…
73 …Name = "", zsize = 4, mtype = "air", airRange = 530, submergedRange = 0, stealth = false, groundRa…
78 …ckName = "", zsize = 6, mtype = "shp", airRange = 0, submergedRange = 0, stealth = false, groundRa…
88 …Name = "", zsize = 4, mtype = "air", airRange = 562, submergedRange = 0, stealth = true, groundRan…
[all …]
/dports/www/onionshare/onionshare-2.2/tests/
H A Dtest_onionshare.py29 def __init__(self, stealth=False): argument
32 self.stealth = stealth
50 assert onionshare_obj.stealth is None
56 assert onionshare_obj.stealth is True
57 assert onionshare_obj.onion.stealth is True
61 assert onionshare_obj.stealth is False
62 assert onionshare_obj.onion.stealth is False
/dports/www/onionshare/onionshare-2.2/onionshare/
H A Donionshare.py45 self.stealth = None
58 def set_stealth(self, stealth): argument
59 self.common.log("OnionShare", "set_stealth", "stealth={}".format(stealth))
61 self.stealth = stealth
62 self.onion.stealth = stealth
93 if self.stealth:
H A D__init__.py140 stealth = bool(args.stealth)
203 app.set_stealth(stealth)
229 if stealth:
243 if stealth:
337 if stealth:
345 if stealth:
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_alienbase.cpp97 base.stealth = initialStealthValue; in AB_BuildBase()
179 if (base->stealth < 0) in AB_UpdateStealthForOneBase()
197 base->stealth -= probability; in AB_UpdateStealthForOneBase()
200 if (base->stealth < 0) { in AB_UpdateStealthForOneBase()
201 base->stealth = -10.0f; /* just to avoid rounding errors */ in AB_UpdateStealthForOneBase()
256 base->stealth -= probability; in AB_BaseSearchedByNations()
305 if (decreaseStealth && base->stealth >= 0.0f) in AB_SupplyBase()
306 base->stealth -= decreasedStealthValue; in AB_SupplyBase()
325 base->stealth = -10.0f; in AB_AlienBaseDiscovered_f()
340 if (base->stealth < 0) in AB_AlienBaseList_f()
[all …]
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/ai/
H A DPathFinder.h101 bool move(NodeId from, NodeId to, Result & rlist, bool stealth = false) const;
112 …bool flee(NodeId from, const Vec3f & danger, float safeDistance, Result & rlist, bool stealth = fa…
122 bool wanderAround(NodeId from, float aroundRadius, Result & rlist, bool stealth = false) const;
133 …bool lookFor(NodeId from, const Vec3f & pos, float radius, Result & rlist, bool stealth = false) c…
H A DPathFinder.cpp211 bool PathFinder::move(NodeId from, NodeId to, Result & rlist, bool stealth) const { in move()
256 if(stealth) { in move()
276 bool stealth) const { in flee()
323 if(stealth) { in flee()
341 bool PathFinder::wanderAround(NodeId from, float rad, Result & rlist, bool stealth) const { in wanderAround()
380 if(!move(last, next, rlist, stealth)) { in wanderAround()
390 if(rlist.size() == s || !move(last, from, rlist, stealth)) { in wanderAround()
414 bool stealth) const { in lookFor()
434 if(!move(last, next, rlist, stealth)) { in lookFor()
H A DPathFinderManager.cpp268 bool stealth = (curpr.ioid->_npcdata->behavior & (BEHAVIOUR_SNEAK | BEHAVIOUR_HIDE)) in run() local
284 pathfinder.move(curpr.from, curpr.to, result, stealth); in run()
294 pathfinder.wanderAround(curpr.from, curpr.ioid->_npcdata->behavior_param, result, stealth); in run()
307 pathfinder.flee(curpr.from, curpr.ioid->target, safedist, result, stealth); in run()
319 curpr.ioid->_npcdata->behavior_param, result, stealth); in run()
/dports/net-im/p5-Net-OSCAR/Net-OSCAR-1.928/lib/Net/OSCAR/ServerCallbacks/1/
H A Dset_extended_status.pm12 } elsif($data{stealth}) {
13 $SESSIONS->{$screenname}->{status}->{stealth} = $data{stealth}->{state} & 0x100;
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Dmagick.c13109 entry->stealth=MagickTrue; in RegisterMAGICKImage()
13117 entry->stealth=MagickFalse; in RegisterMAGICKImage()
13125 entry->stealth=MagickTrue; in RegisterMAGICKImage()
13134 entry->stealth=MagickFalse; in RegisterMAGICKImage()
13143 entry->stealth=MagickTrue; in RegisterMAGICKImage()
13151 entry->stealth=MagickTrue; in RegisterMAGICKImage()
13159 entry->stealth=MagickTrue; in RegisterMAGICKImage()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Dmagick.c13109 entry->stealth=MagickTrue; in RegisterMAGICKImage()
13117 entry->stealth=MagickFalse; in RegisterMAGICKImage()
13125 entry->stealth=MagickTrue; in RegisterMAGICKImage()
13134 entry->stealth=MagickFalse; in RegisterMAGICKImage()
13143 entry->stealth=MagickTrue; in RegisterMAGICKImage()
13151 entry->stealth=MagickTrue; in RegisterMAGICKImage()
13159 entry->stealth=MagickTrue; in RegisterMAGICKImage()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-ming.all/
H A DVarAndCharClashTest.as38 greenref._name = "stealth";
41 MovieClip.prototype.stealth = 12; method in MovieClip
43 check_equals(typeof(stealth), 'movieclip');
45 check_equals(typeof(stealth), 'number');
/dports/games/endgame-singularity/singularity-1.00/data/
H A Dlocations.dat28 modifier_list = stealth:6/5 | thrift:5/6
40 modifier_list = stealth:1.5 | thrift:.5 | speed:.5
50 modifier_list = stealth:2 | thrift:.1 | speed:.1
H A Dregions.dat2 modifier1_list = cpu: 6/5 | stealth: 5/6
3 modifier2_list = stealth: 6/5 | cpu: 5/6
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/def_files/data/tables/
H A Dobjecttypes.tbl11 …+Actively Pursues: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "b…
13 …+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter…
30 …+Actively Pursues: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "b…
33 …+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter…
49 …+Actively Pursues: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "b…
51 …+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter…
86 …+Actively Pursues: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "b…
90 …+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter…
115 …+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter…
142 …+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter…
[all …]
/dports/games/maxr/maxr-0.2.9/src/
H A Ddrawingcache.cpp52 stealth(other.stealth), in sDrawingCacheEntry()
79 stealth = other.stealth; in operator =()
121 stealth = true; in init()
123 stealth = false; in init()
277 bool stealth = false; in getCachedImage() local
290 stealth = true; in getCachedImage()
292 if (entry.stealth != stealth) continue; in getCachedImage()
/dports/security/nmap/nmap-7.91/scripts/
H A Doracle-brute-stealth.nse30 -- nmap --script oracle-brute-stealth -p 1521 --script-args oracle-brute-stealth.sid=ORCL <host>
35 -- | oracle-brute-stealth:
42 -- @args oracle-brute-stealth.sid - the instance against which to perform password guessing
43 -- @args oracle-brute-stealth.nodefault - do not attempt to guess any Oracle default accounts
44 -- @args oracle-brute-stealth.accounts - a list of comma separated accounts to test
45 -- @args oracle-brute-stealth.johnfile - if specified the hashes will be written to this file to be…
157 return fail("Oracle instance not set (see oracle-brute-stealth.sid or tns.sid)")
176 stdnse.get_script_args('oracle-brute-stealth.nodefault') or
/dports/security/portsentry/portsentry_beta/
H A DREADME.stealth5 $Id: README.stealth,v 1.9 2000/09/27 04:17:23 crowland Exp crowland $
17 - UDP scans (not really stealth scans per se)
70 This logic is built into all of the stealth modes (UDP and TCP).
73 UDP "stealth" scan detection
76 The UDP flags are not really "stealth" scan detection in the traditional
77 sense, but acts like the other TCP stealth scan options. Simply put, it
80 We don't suggest using Advanced mode UDP stealth scan detection unless you
106 it is small enough that if you are considering running the stealth
111 are "stealth" scanning you to begin with. It is kind of silly to spray
145 stealth modes because we want to know immediately of a probe; forged or
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dcommand.c1610 boolean stealth; in ReadNetVar() local
1617 stealth = READUINT8 (*p); in ReadNetVar()
1624 (*return_stealth) = stealth; in ReadNetVar()
1640 boolean stealth; in ReadOldDemoVar() local
1647 stealth = READUINT8 (*p); in ReadOldDemoVar()
1654 (*return_stealth) = stealth; in ReadOldDemoVar()
1671 boolean stealth; in ReadDemoVar() local
1679 stealth = READUINT8 (*p); in ReadDemoVar()
1698 boolean stealth; in Got_NetVar() local
1745 boolean stealth; in CV_LoadVars() local
[all …]
/dports/devel/R-cran-progressr/progressr/R/
H A Dvignette_engine.R37 if (!requireNamespace(stealth <- "base64enc", quietly = TRUE)) { functionVar
38 stop("This vignette requires the ", sQuote(stealth),
42 ns <- getNamespace(stealth)
/dports/cad/py-lcapy/lcapy-23c940f/doc/examples/schematics/
H A Darrows.sch4 W 4 5; right, startarrow=stealth, endarrow=stealth
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Dmpr.c138 entry->stealth=True; in RegisterMPRImage()
148 entry->stealth=True; in RegisterMPRImage()
150 entry->stealth=True; in RegisterMPRImage()
H A Dlogo.c5105 entry->stealth=True; in RegisterLOGOImage()
5115 entry->stealth=True; in RegisterLOGOImage()
5133 entry->stealth=True; in RegisterLOGOImage()
5142 entry->stealth=True; in RegisterLOGOImage()
5151 entry->stealth=True; in RegisterLOGOImage()
5160 entry->stealth=True; in RegisterLOGOImage()
/dports/games/cgoban/cgoban-1.9.14/src/
H A Dmain.c30 static void stealth(int exitVal);
102 stealth(0); in main()
110 static void stealth(int exitVal) { in stealth() function
/dports/games/vavoom/vavoom-1.33/utils/editing/dbuilder2/Includes/
H A DVavoom_Things.cfg1088 title = "Arachnotron (stealth)";
1095 title = "Archvile (stealth)";
1101 title = "Baron of Hell (stealth)";
1108 title = "Cacodemon (stealth)";
1114 title = "Chaingunner (stealth)";
1119 title = "Demon (stealth)";
1125 title = "Hell Knight (stealth)";
1132 title = "Imp (stealth)";
1137 title = "Mancubus (stealth)";
1144 title = "Revenant (stealth)";
[all …]

12345678910>>...67