Home
last modified time | relevance | path

Searched refs:has_flag (Results 226 – 250 of 673) sorted by relevance

12345678910>>...27

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/pybind11/pybind11/
H A Dsetup_helpers.py220 def has_flag(compiler, flag): function
261 if has_flag(compiler, STD_TMPL.format(level)):
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/genesys/
H A Dgenesys.cpp363 if (has_flag(dev->model->flags, ModelFlag::GAMMA_14BIT)) { in sanei_genesys_create_default_gamma_table()
2409 if (has_flag(dev->model->flags, ModelFlag::SWAP_16BIT_DATA)) { in genesys_shading_calibration_impl()
2417 if (has_flag(dev->model->flags, ModelFlag::INVERT_PIXEL_DATA)) { in genesys_shading_calibration_impl()
2535 if (has_flag(dev->model->flags, ModelFlag::SHADING_REPARK)) { in genesys_repark_sensor_before_shading()
2549 if (has_flag(dev->model->flags, ModelFlag::SHADING_REPARK)) { in genesys_repark_sensor_after_white_shading()
3744 if (!has_flag(dev->model->flags, ModelFlag::SIS_SENSOR)) { in genesys_flatbed_calibration()
3857 if (has_flag(dev->model->flags, ModelFlag::DARK_CALIBRATION)) { in genesys_sheetfed_calibration()
3896 if (!has_flag(dev->model->flags, ModelFlag::DARK_CALIBRATION)) { in genesys_sheetfed_calibration()
4073 if (has_flag(dev->model->flags, ModelFlag::WARMUP) && in genesys_start_scan()
4786 if (!has_flag(model->flags, ModelFlag::CUSTOM_GAMMA)) { in init_options()
[all …]
H A Dgl124.cpp525 if (has_flag(flags, ScanFlag::AUTO_GO_HOME)) { in gl124_init_motor_regs_scan()
529 if (has_flag(flags, ScanFlag::DISABLE_BUFFER_FULL_MOVE) || (yres >= sensor.full_resolution)) in gl124_init_motor_regs_scan()
533 if (has_flag(flags, ScanFlag::REVERSE)) { in gl124_init_motor_regs_scan()
573 if (has_flag(flags, ScanFlag::FEEDING)) { in gl124_init_motor_regs_scan()
623 if (has_flag(session.params.flags, ScanFlag::DISABLE_SHADING) || in gl124_init_optical_regs_scan()
624 has_flag(dev->model->flags, ModelFlag::DISABLE_SHADING_CALIBRATION)) in gl124_init_optical_regs_scan()
639 !has_flag(session.params.flags, ScanFlag::DISABLE_LAMP)); in gl124_init_optical_regs_scan()
753 if (has_flag(session.params.flags, ScanFlag::FEEDING)) { in init_regs_for_scan_session()
H A Dgl841.cpp576 if (has_flag(dev->model->flags, ModelFlag::DISABLE_FAST_FEEDING)) { in gl841_init_motor_regs_feed()
599 if (has_flag(flags, ScanFlag::AUTO_GO_HOME)) { in gl841_init_motor_regs_feed()
607 if (has_flag(flags, ScanFlag::REVERSE)) { in gl841_init_motor_regs_feed()
717 if (has_flag(dev->model->flags, ModelFlag::DISABLE_FAST_FEEDING)) { in gl841_init_motor_regs_scan()
740 if (has_flag(flags, ScanFlag::REVERSE)) { in gl841_init_motor_regs_scan()
751 if (has_flag(flags, ScanFlag::AUTO_GO_HOME)) in gl841_init_motor_regs_scan()
756 if (has_flag(flags, ScanFlag::DISABLE_BUFFER_FULL_MOVE)) { in gl841_init_motor_regs_scan()
846 if (has_flag(session.params.flags, ScanFlag::DISABLE_SHADING) || in gl841_init_optical_regs_scan()
879 if (has_flag(session.params.flags, ScanFlag::ENABLE_LEDADD)) { in gl841_init_optical_regs_scan()
913 if (has_flag(session.params.flags, ScanFlag::ENABLE_LEDADD)) { in gl841_init_optical_regs_scan()
[all …]
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/
H A Doption_parser.h60 static bool has_flag(char flag, int argc, char** argv);
/dports/mail/mu/mu-1.6.4/lib/
H A Dmu-server.cc151 if (qmatch.has_flag(QueryMatch::Flags::Root)) in add_thread_info()
153 if (qmatch.has_flag(QueryMatch::Flags::Related)) in add_thread_info()
155 if (qmatch.has_flag(QueryMatch::Flags::First)) in add_thread_info()
157 if (qmatch.has_flag(QueryMatch::Flags::Last)) in add_thread_info()
159 if (qmatch.has_flag(QueryMatch::Flags::Orphan)) in add_thread_info()
161 if (qmatch.has_flag(QueryMatch::Flags::Duplicate)) in add_thread_info()
163 if (qmatch.has_flag(QueryMatch::Flags::HasChild)) in add_thread_info()
165 if (qmatch.has_flag(QueryMatch::Flags::ThreadSubject)) in add_thread_info()
/dports/mail/mu4e/mu-1.6.4/lib/
H A Dmu-server.cc151 if (qmatch.has_flag(QueryMatch::Flags::Root)) in add_thread_info()
153 if (qmatch.has_flag(QueryMatch::Flags::Related)) in add_thread_info()
155 if (qmatch.has_flag(QueryMatch::Flags::First)) in add_thread_info()
157 if (qmatch.has_flag(QueryMatch::Flags::Last)) in add_thread_info()
159 if (qmatch.has_flag(QueryMatch::Flags::Orphan)) in add_thread_info()
161 if (qmatch.has_flag(QueryMatch::Flags::Duplicate)) in add_thread_info()
163 if (qmatch.has_flag(QueryMatch::Flags::HasChild)) in add_thread_info()
165 if (qmatch.has_flag(QueryMatch::Flags::ThreadSubject)) in add_thread_info()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/mixins/
H A Dtreemixin.py143has_flag = self.HasFlag(wx.TR_HIDE_ROOT) or (hasattr(self, 'HasAGWFlag') and self.HasAGWFlag(wx.T…
144 if self.GetColumnCount() and not has_flag:
178has_flag = self.HasFlag(wx.TR_HIDE_ROOT) or (hasattr(self, 'HasAGWFlag') and self.HasAGWFlag(wx.TR…
179 if has_flag and item == self.GetRootItem():
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dscenario.cpp347 if( !present && !p.has_flag( "SCEN_ONLY" ) && !conflicting_traits ) { in permitted_professions()
358 if( !p.has_flag( "SCEN_ONLY" ) && !conflicting_traits ) { in permitted_professions()
516 bool scenario::has_flag( const std::string &flag ) const in has_flag() function in scenario
H A Dcreature.cpp193 if( has_flag( MF_RANGED_ATTACKER ) ) { in is_ranged_attacker()
271 here.has_flag( TFLAG_DIGGABLE, critter.pos() ) ) || in sees()
568 return ( !here.has_floor( up ) || here.ter( up )->has_flag( TFLAG_GOES_DOWN ) ) && in is_adjacent()
576 if( has_flag( MF_IMMOBILE ) ) { in deal_melee_attack()
607 if( !mons->has_flag( MF_MECH_DEFENSIVE ) && in deal_melee_hit()
916 if( !mons->has_flag( MF_MECH_DEFENSIVE ) && in deal_projectile_attack()
1339 return elem.first->has_flag( flag ) && elem.second.count( bp ); in has_effect_with_flag()
1347 return elem.first->has_flag( flag ); in has_effect_with_flag()
1355 if( !elem.first->has_flag( flag ) ) { in get_effects_with_flag()
1928 if( elem.first->has_flag( "IGNORE_TEMP" ) ) { in set_all_parts_temp_cur()
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dscenario.cpp347 if( !present && !p.has_flag( "SCEN_ONLY" ) && !conflicting_traits ) { in permitted_professions()
358 if( !p.has_flag( "SCEN_ONLY" ) && !conflicting_traits ) { in permitted_professions()
516 bool scenario::has_flag( const std::string &flag ) const in has_flag() function in scenario
H A Dcreature.cpp193 if( has_flag( MF_RANGED_ATTACKER ) ) { in is_ranged_attacker()
271 here.has_flag( TFLAG_DIGGABLE, critter.pos() ) ) || in sees()
568 return ( !here.has_floor( up ) || here.ter( up )->has_flag( TFLAG_GOES_DOWN ) ) && in is_adjacent()
576 if( has_flag( MF_IMMOBILE ) ) { in deal_melee_attack()
607 if( !mons->has_flag( MF_MECH_DEFENSIVE ) && in deal_melee_hit()
916 if( !mons->has_flag( MF_MECH_DEFENSIVE ) && in deal_projectile_attack()
1339 return elem.first->has_flag( flag ) && elem.second.count( bp ); in has_effect_with_flag()
1347 return elem.first->has_flag( flag ); in has_effect_with_flag()
1355 if( !elem.first->has_flag( flag ) ) { in get_effects_with_flag()
1928 if( elem.first->has_flag( "IGNORE_TEMP" ) ) { in set_all_parts_temp_cur()
[all …]
/dports/security/py-cryptography/cryptography-3.3.2/tests/wycheproof/
H A Dtest_x448.py34 assert wycheproof.has_flag("NonCanonicalPublic")
H A Dtest_dsa.py38 wycheproof.acceptable and not wycheproof.has_flag("NoLeadingZero")
/dports/math/cadabra2/cadabra2-2.3.6.8/libs/pybind11/pybind11/
H A Dsetup_helpers.py225 def has_flag(compiler, flag): function
266 if has_flag(compiler, STD_TMPL.format(level)):
/dports/audio/ardour6/Ardour-6.8.0/libs/audiographer/audiographer/sndfile/
H A Dtmp_file_sync.h52 if (c.has_flag(ProcessContext<T>::EndOfInput)) { in process()
/dports/lang/v/v-0.1.29/vlib/v/table/
H A Datypes.v83 return sharetype_from_flags(t.has_flag(.shared_f), t.has_flag(.atomic_f))
162 pub fn (t Type) has_flag(flag TypeFlag) bool {
728 if t.has_flag(.optional) {
770 if t.has_flag(.optional) {
/dports/www/p5-HTML-FormHandler/HTML-FormHandler-0.40068/lib/HTML/FormHandler/
H A DField.pm165 sub has_flag { subroutine
318 return $self->html5_type_attr if ( $self->form && $self->form->has_flag('is_html5') );
411 if ($self->form && $self->form->has_flag('is_html5')) {
467 …if ( $self->has_flag('is_compound') && not exists $attr->{id} && ! $self->get_tag('no_wrapper_id')…
977 if( $self->has_flag('has_contains') ) {
/dports/lang/v/v-0.1.29/vlib/v/builder/
H A Dgenerics.v16 if field.typ.has_flag(.generic) {
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/clover/llvm/
H A Dutil.hpp65 has_flag(flag f) { in has_flag() function
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/clover/llvm/
H A Dutil.hpp65 has_flag(flag f) { in has_flag() function
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/clover/llvm/
H A Dutil.hpp65 has_flag(flag f) { in has_flag() function
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/clover/llvm/
H A Dutil.hpp65 has_flag(flag f) { in has_flag() function
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/clover/llvm/
H A Dutil.hpp65 has_flag(flag f) { in has_flag() function
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/clover/llvm/
H A Dutil.hpp65 has_flag(flag f) { in has_flag() function

12345678910>>...27