/dports/games/nazghul/nazghul-0.7.1/src/ |
H A D | Missile.cpp | 130 struck = place_get_Party(place, x, y); in enterTile() 132 if (struck != NULL) { in enterTile() 141 struck = player_party; in enterTile() 147 struck = place_get_vehicle(place, x, y); in enterTile() 148 if (struck != NULL) { in enterTile() 175 struck = NULL; in animate() 192 return struck; in getStruck()
|
H A D | Missile.h | 66 class Object *struck; variable
|
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/locale/zh_HK/ |
H A D | symbols.dic | 290 ℯ double-struck exponential e most 291 ί double-struck imaginary i most 292 ℂ double-struck C most 293 ℍ double-struck H most 294 ℕ double-struck N most 295 ℙ double-struck P most 296 ℚ double-struck Q most 297 ℝ double-struck R most 298 ℤ double-struck capital Z most
|
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/locale/zh_HK/ |
H A D | symbols.dic | 290 ℯ double-struck exponential e most 291 ί double-struck imaginary i most 292 ℂ double-struck C most 293 ℍ double-struck H most 294 ℕ double-struck N most 295 ℙ double-struck P most 296 ℚ double-struck Q most 297 ℝ double-struck R most 298 ℤ double-struck capital Z most
|
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/forum/ |
H A D | Office-like___34__track_changes__34___visualization_for_page_edits.mdwn | 4 …nt colors, old text is struck out and visible adjacent to the new text (similar to wdiff), and mou…
|
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/css/css-text/text-transform/math/ |
H A D | text-transform-math-double-struck-001.tentative.html.ini | 1 [text-transform-math-double-struck-001.tentative.html]
|
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/css/css-text/text-transform/math/ |
H A D | text-transform-math-double-struck-001.tentative.html.ini | 1 [text-transform-math-double-struck-001.tentative.html]
|
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/css/css-text/text-transform/math/ |
H A D | text-transform-math-double-struck-001.tentative.html.ini | 1 [text-transform-math-double-struck-001.tentative.html]
|
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/css/css-text/text-transform/math/ |
H A D | text-transform-math-double-struck-001.tentative.html.ini | 1 [text-transform-math-double-struck-001.tentative.html]
|
/dports/textproc/p5-Text-ASCIIMathML/Text-ASCIIMathML-0.81/t/ |
H A D | font.moz.math | 14 <mstyle mathvariant="double-struck"></mstyle> 66 <mstyle mathvariant="double-struck">
|
/dports/textproc/py-sphinx/Sphinx-3.5.2/tests/roots/test-latex-unicode/ |
H A D | index.rst | 5 * double struck italic small i: ⅈ
|
/dports/games/pcgen/pcgen/data/35e/paizo/adventure_path/rise_of_the_runelords/chapter_5_sins_of_the_saviors/ |
H A D | pf5_equipmods_weapons.lst | 7 …usionists and creatures from the Plane of Shadow. Dispels illusions when struck first 3/day as tar… 10 …nsters. Casts dismissal (CL 13) at first three creatures with Extraplanar subtype struck, each day. 12 … creature's magic control. Automatically dispels enchantment effect on a struck creature with such…
|
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/common/mathvariants/xml/ |
H A D | Makefile.am | 8 double-struck.xml \
|
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/common/mathvariants/ |
H A D | Makefile.in | 57 libmathvariants_la-double-struck.lo \ 279 double-struck.cc \ 368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmathvariants_la-double-struck.Plo@am__quote@ 433 libmathvariants_la-double-struck.lo: double-struck.cc 434 …struck.lo -MD -MP -MF "$(DEPDIR)/libmathvariants_la-double-struck.Tpo" -c -o libmathvariants_la-do… 438 …XFLAGS) -c -o libmathvariants_la-double-struck.lo `test -f 'double-struck.cc' || echo '$(srcdir)/'…
|
H A D | Makefile.am | 12 double-struck.cc \
|
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/t/fonts/ |
H A D | ulem.tex | 8 sout & line struck through word like \sout{wrong}.\\
|
/dports/games/pcgen/pcgen/data/3e/mongoose_publishing/collectors_series/quintessential_rogue/ |
H A D | quintrogueequipweapammospecific.lst | 7 …-60 BONUS:WEAPON|DAMAGE,TOHIT|1 SPROP:Transmit 30-word message to target struck or whoever picks u…
|
/dports/games/pcgen/pcgen/data/35e/mongoose_publishing/collectors_series/quintessential_rogue/ |
H A D | quintrogueequipweapammospecific.lst | 7 …-60 BONUS:WEAPON|DAMAGE,TOHIT|1 SPROP:Transmit 30-word message to target struck or whoever picks u…
|
/dports/games/ufoai/ufoai-2.5-source/src/game/ |
H A D | g_combat.cpp | 172 static void G_UpdateShotMock (shot_mock_t* mock, const Edict* shooter, const Edict* struck, int dam… in G_UpdateShotMock() argument 174 assert(struck->number != shooter->number || mock->allow_self); in G_UpdateShotMock() 179 if (!struck->inuse || G_IsDead(struck)) in G_UpdateShotMock() 182 if (!G_IsVisibleForTeam(struck, shooter->team)) in G_UpdateShotMock() 185 if (G_IsCivilian(struck)) in G_UpdateShotMock() 187 else if (struck->team == shooter->team) in G_UpdateShotMock() 189 else if (G_IsActor(struck)) in G_UpdateShotMock()
|
/dports/www/flexget/Flexget-3.2.18/flexget/tests/cassettes/ |
H A D | test_trakt_lookup_api.TestTraktSeriesLookupAPI.test_trakt_series_lookup_with_tvrage_id_param | 12 Allen wakes up nine months after he was struck by lightning and discovers 50 Allen wakes up nine months after he was struck by lightning and discovers
|
H A D | test_trakt_lookup_api.TestTraktSeriesLookupAPI.test_trakt_series_lookup_with_imdb_id_param | 12 Allen wakes up nine months after he was struck by lightning and discovers 50 Allen wakes up nine months after he was struck by lightning and discovers
|
H A D | test_trakt_lookup_api.TestTraktSeriesLookupAPI.test_trakt_series_lookup_with_year_param | 12 City Police forensic scientist Barry Allen''s crime lab is struck by lightning. 53 City Police forensic scientist Barry Allen''s crime lab is struck by lightning.
|
/dports/games/pcgen/pcgen/data/pathfinder/paizo/adventure_path/second_darkness/ap18/ |
H A D | ap18_equip_arms_armor.lst | 6 …REACH:15 SIZE:M SOURCEPAGE:p.42 SPROP:Intelligent, Can cast poison (DC 18) upon any creature struck
|
/dports/games/pcgen/pcgen/data/35e/paizo/adventure_path/second_darkness/chapter_6_descent_into_midnight/ |
H A D | pf18_equipment.lst | 6 …REACH:15 SIZE:M SOURCEPAGE:p.42 SPROP:Intelligent, Can cast poison (DC 18) upon any creature struck
|
/dports/textproc/p5-Text-HikiDoc/Text-HikiDoc-1.023/t/ |
H A D | HikiDoc-TextFormattingRules | 117 Text surrounded by sets of double equal signs (===) is struck out. 123 ==This is dull, but== And struck-out text is supported, too! 129 ==This is dull, but== And struck-out text is supported, too!
|