Home
last modified time | relevance | path

Searched refs:has_flag (Results 176 – 200 of 673) sorted by relevance

12345678910>>...27

/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dnpc.cpp201 if( e.has_flag( flag_VARSIZE ) ) { in standard_npc()
591 if( it.has_flag( flag_VARSIZE ) ) { in starting_clothes()
660 return e.has_flag( flag_TRADER_AVOID ); in starting_inv()
1093 if( it.has_flag( flag_SPLINT ) ) { in wear_if_wanted()
1646 if( it.has_flag( flag_TRADER_KEEP ) || in wants_to_sell()
1667 if( it.has_flag( flag_TRADER_AVOID ) ) { in wants_to_buy()
2812 if( here.has_flag( "UNSTABLE", pos() ) ) { in on_load()
2944 it.has_flag( flag_NPC_SAFE ) ) { in will_accept_from_player()
2991 if( rules.has_flag( ally_rule::avoid_doors ) ) { in get_path_avoid()
2998 if( rules.has_flag( ally_rule::hold_the_line ) ) { in get_path_avoid()
[all …]
H A Dstart_location.cpp248 m.has_flag( TFLAG_NO_FLOOR, p ) ) { in rate_location()
281 m.has_flag( "GOES_UP", cur ) ) { in rate_location()
377 if( m.has_flag( "FLAMMABLE", p ) || m.has_flag( "FLAMMABLE_ASH", p ) ) { in burn()
H A Dnewcharacter.cpp208 if( !scen.has_flag( flag_CHALLENGE ) && in randomize()
399 if( it.has_flag( STATIC( flag_id( "WET" ) ) ) ) { in add_profession_items()
404 if( it.has_flag( json_flag_no_auto_equip ) ) { in add_profession_items()
407 } else if( it.has_flag( json_flag_auto_wield ) ) { in add_profession_items()
1707 if( it.has_flag( json_flag_no_auto_equip ) ) { in set_profession()
2047 if( r.has_flag( "SECRET" ) ) { in set_skills()
2220 if( !cities_enabled && a->has_flag( "CITY_START" ) != b->has_flag( "CITY_START" ) ) { in operator ()()
2221 return a->has_flag( "CITY_START" ) < b->has_flag( "CITY_START" ); in operator ()()
2482 if( sorted_scens[cur_id]->has_flag( "INFECTED" ) ) { in set_scenario()
2486 if( sorted_scens[cur_id]->has_flag( "BAD_DAY" ) ) { in set_scenario()
[all …]
H A Ditem_factory.cpp133 return !type.has_flag( flag_AURA ) && in is_physical()
134 !type.has_flag( flag_CORPSE ) && in is_physical()
135 !type.has_flag( flag_IRREMOVABLE ) && in is_physical()
136 !type.has_flag( flag_NO_DROP ) && in is_physical()
137 !type.has_flag( flag_NO_UNWIELD ) && in is_physical()
138 !type.has_flag( flag_PERSONAL ) && in is_physical()
139 !type.has_flag( flag_PSEUDO ) && in is_physical()
140 !type.has_flag( flag_ZERO_WEIGHT ); in is_physical()
150 if( obj.has_flag( flag_STAB ) || obj.has_flag( flag_SPEAR ) ) { in finalize_pre()
477 if( obj.has_flag( flag_PERSONAL ) ) { in finalize_pre()
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dstart_location.cpp248 m.has_flag( TFLAG_NO_FLOOR, p ) ) { in rate_location()
281 m.has_flag( "GOES_UP", cur ) ) { in rate_location()
377 if( m.has_flag( "FLAMMABLE", p ) || m.has_flag( "FLAMMABLE_ASH", p ) ) { in burn()
H A Dnewcharacter.cpp208 if( !scen.has_flag( flag_CHALLENGE ) && in randomize()
399 if( it.has_flag( STATIC( flag_id( "WET" ) ) ) ) { in add_profession_items()
404 if( it.has_flag( json_flag_no_auto_equip ) ) { in add_profession_items()
407 } else if( it.has_flag( json_flag_auto_wield ) ) { in add_profession_items()
1707 if( it.has_flag( json_flag_no_auto_equip ) ) { in set_profession()
2047 if( r.has_flag( "SECRET" ) ) { in set_skills()
2220 if( !cities_enabled && a->has_flag( "CITY_START" ) != b->has_flag( "CITY_START" ) ) { in operator ()()
2221 return a->has_flag( "CITY_START" ) < b->has_flag( "CITY_START" ); in operator ()()
2482 if( sorted_scens[cur_id]->has_flag( "INFECTED" ) ) { in set_scenario()
2486 if( sorted_scens[cur_id]->has_flag( "BAD_DAY" ) ) { in set_scenario()
[all …]
H A Ditem_factory.cpp133 return !type.has_flag( flag_AURA ) && in is_physical()
134 !type.has_flag( flag_CORPSE ) && in is_physical()
135 !type.has_flag( flag_IRREMOVABLE ) && in is_physical()
136 !type.has_flag( flag_NO_DROP ) && in is_physical()
137 !type.has_flag( flag_NO_UNWIELD ) && in is_physical()
138 !type.has_flag( flag_PERSONAL ) && in is_physical()
139 !type.has_flag( flag_PSEUDO ) && in is_physical()
140 !type.has_flag( flag_ZERO_WEIGHT ); in is_physical()
150 if( obj.has_flag( flag_STAB ) || obj.has_flag( flag_SPEAR ) ) { in finalize_pre()
477 if( obj.has_flag( flag_PERSONAL ) ) { in finalize_pre()
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/windows/
H A Draw_input.rs208 if util::has_flag(button_flags, down_flag) { in button_flags_to_element_state()
210 } else if util::has_flag(button_flags, up_flag) { in button_flags_to_element_state()
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/windows/
H A Draw_input.rs194 if util::has_flag(button_flags, down_flag) { in button_flags_to_element_state()
196 } else if util::has_flag(button_flags, up_flag) { in button_flags_to_element_state()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/windows/
H A Draw_input.rs208 if util::has_flag(button_flags, down_flag) { in button_flags_to_element_state()
210 } else if util::has_flag(button_flags, up_flag) { in button_flags_to_element_state()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/qemu/
H A Dgbp-qemu-device-provider.c49 has_flag (const gchar *contents, in has_flag() function
151 has_flag (contents, len, 'F')) in gbp_qemu_device_provider_load_worker()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/windows/
H A Draw_input.rs194 if util::has_flag(button_flags, down_flag) { in button_flags_to_element_state()
196 } else if util::has_flag(button_flags, up_flag) { in button_flags_to_element_state()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/external/pflash/
H A Dpflash.c617 has_flag(ent, FFS_MISCFLAGS_PRESERVED) ? "PRESERVED [P]\n" : "", in print_partition_detail()
618 has_flag(ent, FFS_MISCFLAGS_READONLY) ? "READONLY [R]\n" : "", in print_partition_detail()
619 has_flag(ent, FFS_MISCFLAGS_BACKUP) ? "BACKUP [B]\n" : "", in print_partition_detail()
620 has_flag(ent, FFS_MISCFLAGS_REPROVISION) ? in print_partition_detail()
622 has_flag(ent, FFS_MISCFLAGS_VOLATILE) ? "VOLATILE [V]\n" : "", in print_partition_detail()
623 has_flag(ent, FFS_MISCFLAGS_CLEARECC) ? "CLEARECC [C]\n" : ""); in print_partition_detail()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/external/pflash/
H A Dpflash.c617 has_flag(ent, FFS_MISCFLAGS_PRESERVED) ? "PRESERVED [P]\n" : "", in print_partition_detail()
618 has_flag(ent, FFS_MISCFLAGS_READONLY) ? "READONLY [R]\n" : "", in print_partition_detail()
619 has_flag(ent, FFS_MISCFLAGS_BACKUP) ? "BACKUP [B]\n" : "", in print_partition_detail()
620 has_flag(ent, FFS_MISCFLAGS_REPROVISION) ? in print_partition_detail()
622 has_flag(ent, FFS_MISCFLAGS_VOLATILE) ? "VOLATILE [V]\n" : "", in print_partition_detail()
623 has_flag(ent, FFS_MISCFLAGS_CLEARECC) ? "CLEARECC [C]\n" : ""); in print_partition_detail()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/external/pflash/
H A Dpflash.c617 has_flag(ent, FFS_MISCFLAGS_PRESERVED) ? "PRESERVED [P]\n" : "", in print_partition_detail()
618 has_flag(ent, FFS_MISCFLAGS_READONLY) ? "READONLY [R]\n" : "", in print_partition_detail()
619 has_flag(ent, FFS_MISCFLAGS_BACKUP) ? "BACKUP [B]\n" : "", in print_partition_detail()
620 has_flag(ent, FFS_MISCFLAGS_REPROVISION) ? in print_partition_detail()
622 has_flag(ent, FFS_MISCFLAGS_VOLATILE) ? "VOLATILE [V]\n" : "", in print_partition_detail()
623 has_flag(ent, FFS_MISCFLAGS_CLEARECC) ? "CLEARECC [C]\n" : ""); in print_partition_detail()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/external/pflash/
H A Dpflash.c617 has_flag(ent, FFS_MISCFLAGS_PRESERVED) ? "PRESERVED [P]\n" : "",
618 has_flag(ent, FFS_MISCFLAGS_READONLY) ? "READONLY [R]\n" : "",
619 has_flag(ent, FFS_MISCFLAGS_BACKUP) ? "BACKUP [B]\n" : "",
620 has_flag(ent, FFS_MISCFLAGS_REPROVISION) ?
622 has_flag(ent, FFS_MISCFLAGS_VOLATILE) ? "VOLATILE [V]\n" : "",
623 has_flag(ent, FFS_MISCFLAGS_CLEARECC) ? "CLEARECC [C]\n" : "");
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/external/pflash/
H A Dpflash.c609 has_flag(ent, FFS_MISCFLAGS_PRESERVED) ? "PRESERVED [P]\n" : "", in print_partition_detail()
610 has_flag(ent, FFS_MISCFLAGS_READONLY) ? "READONLY [R]\n" : "", in print_partition_detail()
611 has_flag(ent, FFS_MISCFLAGS_BACKUP) ? "BACKUP [B]\n" : "", in print_partition_detail()
612 has_flag(ent, FFS_MISCFLAGS_REPROVISION) ? in print_partition_detail()
614 has_flag(ent, FFS_MISCFLAGS_VOLATILE) ? "VOLATILE [V]\n" : "", in print_partition_detail()
615 has_flag(ent, FFS_MISCFLAGS_CLEARECC) ? "CLEARECC [C]\n" : ""); in print_partition_detail()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/external/pflash/
H A Dpflash.c617 has_flag(ent, FFS_MISCFLAGS_PRESERVED) ? "PRESERVED [P]\n" : "", in print_partition_detail()
618 has_flag(ent, FFS_MISCFLAGS_READONLY) ? "READONLY [R]\n" : "", in print_partition_detail()
619 has_flag(ent, FFS_MISCFLAGS_BACKUP) ? "BACKUP [B]\n" : "", in print_partition_detail()
620 has_flag(ent, FFS_MISCFLAGS_REPROVISION) ? in print_partition_detail()
622 has_flag(ent, FFS_MISCFLAGS_VOLATILE) ? "VOLATILE [V]\n" : "", in print_partition_detail()
623 has_flag(ent, FFS_MISCFLAGS_CLEARECC) ? "CLEARECC [C]\n" : ""); in print_partition_detail()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dmelee_dodge_hit_test.cpp254 REQUIRE( skates.has_flag( flag_ROLLER_QUAD ) );
255 REQUIRE( blades.has_flag( flag_ROLLER_INLINE ) );
256 REQUIRE( heelys.has_flag( flag_ROLLER_ONE ) );
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dmelee_dodge_hit_test.cpp254 REQUIRE( skates.has_flag( flag_ROLLER_QUAD ) );
255 REQUIRE( blades.has_flag( flag_ROLLER_INLINE ) );
256 REQUIRE( heelys.has_flag( flag_ROLLER_ONE ) );
/dports/net/py-smbprotocol/smbprotocol-1.8.3/smbprotocol/
H A Dsession.py364 if flags.has_flag(SessionFlags.SMB2_SESSION_FLAG_ENCRYPT_DATA) or self.require_encryption:
375 if flags.has_flag(SessionFlags.SMB2_SESSION_FLAG_IS_GUEST) or \
376 flags.has_flag(SessionFlags.SMB2_SESSION_FLAG_IS_NULL):
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/
H A Dsetup.py170 def has_flag(compiler, flagname): function
240 if has_flag(self.compiler, clang_flag):
244 if has_flag(self.compiler, clang_flag):
/dports/graphics/gdal/gdal-3.3.3/swig/python/
H A Dsetup.py170 def has_flag(compiler, flagname): function
240 if has_flag(self.compiler, clang_flag):
244 if has_flag(self.compiler, clang_flag):
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/
H A Dsetup.py170 def has_flag(compiler, flagname): function
240 if has_flag(self.compiler, clang_flag):
244 if has_flag(self.compiler, clang_flag):
/dports/www/p5-Template-Plugin-Gettext/Template-Plugin-Gettext-0.7/t/
H A Dno-package.t46 ok $po[1]->has_flag('perl-brace-format');

12345678910>>...27