Home
last modified time | relevance | path

Searched defs:target_mode (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Drelationships.c92 const char *target, const char *target_mode) in _write_relationship()
163 const char *target_mode) in _add_relationship()
242 const char *target, const char *target_mode) in lxw_add_worksheet_relationship()
/dports/devel/qmake/qt-x11-free-3.3.8/qmake/
H A Doption.cpp74 Option::TARG_MODE Option::target_mode = Option::TARG_WIN_MODE; member in Option
76 Option::TARG_MODE Option::target_mode = Option::TARG_MAC9_MODE; member in Option
78 Option::TARG_MODE Option::target_mode = Option::TARG_MACX_MODE; member in Option
80 Option::TARG_MODE Option::target_mode = Option::TARG_QNX6_MODE; member in Option
82 Option::TARG_MODE Option::target_mode = Option::TARG_UNIX_MODE; member in Option
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/
H A Drelationships.py58 def _add_document_relationship(self, rel_type, target, target_mode=None): argument
77 def _add_worksheet_relationship(self, rel_type, target, target_mode=None): argument
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/pathfinder/
H A Dcombat_path_finder.h40 CombatPathFinderMode target_mode; variable
/dports/devel/indi/indi-1.9.1/drivers/auxiliary/
H A Dusb_dewpoint.cpp349 int target_mode = IUFindOnSwitchIndex(&AutoModeSP); in ISNewSwitch() local
359 int target_mode = IUFindOnSwitchIndex(&LinkOut23SP); in ISNewSwitch() local
393 int target_mode = IUFindOnSwitchIndex(&AutoModeSP); in ISNewNumber() local
/dports/devel/indi/indi-1.9.1/drivers/focuser/
H A Dmyfocuserpro2.cpp825 int target_mode = IUFindOnSwitchIndex(&StepModeSP); in ISNewSwitch() local
872 int target_mode = IUFindOnSwitchIndex(&CoilPowerSP); in ISNewSwitch() local
903 int target_mode = IUFindOnSwitchIndex(&DisplaySP); in ISNewSwitch() local
933 int target_mode = IUFindOnSwitchIndex(&BacklashInSP); in ISNewSwitch() local
963 int target_mode = IUFindOnSwitchIndex(&BacklashOutSP); in ISNewSwitch() local
H A Drbfocus.cpp373 int target_mode = IUFindOnSwitchIndex(&focuserHoldSP); in ISNewSwitch() local
402 int target_mode = IUFindOnSwitchIndex(&dirSP); in ISNewSwitch() local
H A Dusbfocusv3.cpp825 int target_mode = IUFindOnSwitchIndex(&StepModeSP); in ISNewSwitch() local
857 int target_mode = IUFindOnSwitchIndex(&RotDirSP); in ISNewSwitch() local
906 int target_mode = IUFindOnSwitchIndex(&TempCompSignSP); in ISNewSwitch() local
H A Ddeepskydad_af3.cpp487 int target_mode = IUFindOnSwitchIndex(&StepModeSP); in ISNewSwitch() local
540 int target_mode = IUFindOnSwitchIndex(&SpeedModeSP); in ISNewSwitch() local
/dports/devel/indi/indi-1.9.1/drivers/rotator/
H A Ddeepskydad_fr1.cpp122 int target_mode = IUFindOnSwitchIndex(&SpeedModeSP); in ISNewSwitch() local
154 int target_mode = IUFindOnSwitchIndex(&StepSizeSP); in ISNewSwitch() local
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Drelationships.h24 char *target_mode; member
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/packaging/
H A Drelationship.cpp44 target_mode relationship::target_mode() const in target_mode() function in xlnt::relationship
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/docx/writer/
H A Dcontainer.py131 def get_relationship_id(self, target, rtype, target_mode=None): argument
134 def add_relationship(self, target, rtype, target_mode=None): argument
/dports/textproc/py-python-docx/python-docx-0.8.11/docx/opc/
H A Doxml.py161 def new(rId, reltype, target, target_mode=RTM.INTERNAL): argument
199 def target_mode(self): member in CT_Relationship
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/extract/
H A Dtrack_spec.h31 target_mode_e target_mode; member
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/
H A DNetPlayServer.h108 TargetMode target_mode; member
116 TargetMode target_mode; member
/dports/textproc/py-python-docx/python-docx-0.8.11/tests/opc/unitdata/
H A Drels.py169 def with_target_mode(self, target_mode): argument
180 def target_mode(self): member in CT_RelationshipBuilder
/dports/audio/opustags/opustags-1.6.0/src/
H A Dsystem.cc58 mode_t target_mode; in copy_permissions() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kvm/hyp/
H A Dexception.c77 static void enter_exception64(struct kvm_vcpu *vcpu, unsigned long target_mode, in enter_exception64()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kvm/hyp/
H A Dexception.c77 static void enter_exception64(struct kvm_vcpu *vcpu, unsigned long target_mode, in enter_exception64()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kvm/hyp/
H A Dexception.c77 static void enter_exception64(struct kvm_vcpu *vcpu, unsigned long target_mode, in enter_exception64()
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/include/xlnt/packaging/
H A Drelationship.hpp38 enum class XLNT_API target_mode enum
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/arc/session/
H A Darc_session_runner.cc63 bool IsRestartNeeded(base::Optional<ArcInstanceMode> target_mode, in IsRestartNeeded()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/arc/session/
H A Darc_session_runner.cc63 bool IsRestartNeeded(base::Optional<ArcInstanceMode> target_mode, in IsRestartNeeded()
/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/guidance/
H A Dassemble_steps.hpp70 const auto target_mode = facade.GetTravelMode(target_node_id); in assembleSteps() local

12345678910>>...13