Home
last modified time | relevance | path

Searched refs:target_mode (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/dports/finance/p5-Finance-QuoteHist/Finance-QuoteHist-1.32/lib/Finance/QuoteHist/
H A DGeneric.pm181 my $target_mode = $parms{target_mode} || $self->target_mode;
186 target_mode => $target_mode,
242 my $target_mode = $parms{target_mode} || $self->target_mode;
273 $self->target_mode($target_mode);
282 target_mode => $target_mode,
292 target_mode => $target_mode,
561 $target_mode ||= $self->target_mode;
807 my $target_mode = $parms{target_mode} || $self->target_mode;
886 my $target_mode = $parms{target_mode} || $self->target_mode;
917 my $target_mode = $parms{target_mode} || $self->target_mode;
[all …]
H A DYahoo.pm86 my $target_mode = $parms{target_mode} || $self->target_mode;
91 return undef unless $target_mode eq 'quote' ||
92 $target_mode eq 'split' ||
149 if ($target_mode eq "quote") {
153 elsif ($target_mode eq "dividend") {
156 elsif ($target_mode eq "split") {
168 my $target_mode = $self->target_mode();
229 if ($target_mode eq "quote") {
232 elsif ($target_mode eq "split") {
235 elsif ($target_mode eq "dividend") {
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/pathfinder/
H A Dcombat_path_finder.cpp31 target_mode = PATHFINDER_NONE; in CombatPathFinder()
39 target_mode = PATHFINDER_CHASE; in CombatPathFinder()
49 if (target_mode == PATHFINDER_CHASE) in reached_goal()
51 if (target_mode == PATHFINDER_FLEE) in reached_goal()
57 target_mode = PATHFINDER_FLEE; in set_flee_mode()
64 target_mode = PATHFINDER_CHASE; in set_chase_mode()
71 target_mode = mode; in set_mode()
80 target_mode = PATHFINDER_NONE; in update_location()
85 if (target_mode == PATHFINDER_CHASE) in get_next_move()
87 if (target_mode == PATHFINDER_FLEE) { in get_next_move()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Drelationships.c62 free(relationship->target_mode); in lxw_free_relationships()
92 const char *target, const char *target_mode) in _write_relationship() argument
106 if (target_mode) in _write_relationship()
107 LXW_PUSH_ATTRIBUTES_STR("TargetMode", target_mode); in _write_relationship()
130 _write_relationship(self, rel->type, rel->target, rel->target_mode); in _write_relationships()
163 const char *target_mode) in _add_relationship() argument
183 if (target_mode) { in _add_relationship()
184 relationship->target_mode = lxw_strdup(target_mode); in _add_relationship()
185 GOTO_LABEL_ON_MEM_ERROR(relationship->target_mode, mem_error); in _add_relationship()
196 free(relationship->target_mode); in _add_relationship()
[all …]
/dports/devel/indi/indi-1.9.1/drivers/focuser/
H A Ddeepskydad_af3.cpp498 if(target_mode == 0) in ISNewSwitch()
499 target_mode = 1; in ISNewSwitch()
501 target_mode = 2; in ISNewSwitch()
503 target_mode = 4; in ISNewSwitch()
505 target_mode = 8; in ISNewSwitch()
551 if(target_mode == 0) in ISNewSwitch()
552 target_mode = 1; in ISNewSwitch()
554 target_mode = 2; in ISNewSwitch()
556 target_mode = 3; in ISNewSwitch()
558 target_mode = 4; in ISNewSwitch()
[all …]
H A Dmyfocuserpro2.cpp825 int target_mode = IUFindOnSwitchIndex(&StepModeSP); in ISNewSwitch() local
827 if (current_mode == target_mode) in ISNewSwitch()
872 int target_mode = IUFindOnSwitchIndex(&CoilPowerSP); in ISNewSwitch() local
874 if (current_mode == target_mode) in ISNewSwitch()
903 int target_mode = IUFindOnSwitchIndex(&DisplaySP); in ISNewSwitch() local
905 if (current_mode == target_mode) in ISNewSwitch()
933 int target_mode = IUFindOnSwitchIndex(&BacklashInSP); in ISNewSwitch() local
935 if (current_mode == target_mode) in ISNewSwitch()
941 bool rc = setBacklashInEnabled(target_mode == INDI_ENABLED); in ISNewSwitch()
963 int target_mode = IUFindOnSwitchIndex(&BacklashOutSP); in ISNewSwitch() local
[all …]
/dports/lang/ocaml/ocaml-4.05.0/ocamldoc/
H A Dodoc_text_lexer.mll59 let target_mode = ref false
73 target_mode := false;
194 if !verb_mode || !target_mode || !code_pre_mode ||
207 if !verb_mode || !target_mode || !code_pre_mode ||
236 if !verb_mode || !target_mode || !code_pre_mode ||
245 if !verb_mode || !target_mode || !code_pre_mode ||
254 if !verb_mode || !target_mode || !code_pre_mode ||
308 if !verb_mode || !target_mode || !code_pre_mode
357 target_mode := true;
369 target_mode := true;
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/ocamldoc/
H A Dodoc_text_lexer.mll59 let target_mode = ref false
73 target_mode := false;
194 if !verb_mode || !target_mode || !code_pre_mode ||
207 if !verb_mode || !target_mode || !code_pre_mode ||
236 if !verb_mode || !target_mode || !code_pre_mode ||
245 if !verb_mode || !target_mode || !code_pre_mode ||
254 if !verb_mode || !target_mode || !code_pre_mode ||
308 if !verb_mode || !target_mode || !code_pre_mode
357 target_mode := true;
369 target_mode := true;
[all …]
/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
62 self.relationships.append((rel_type, target, target_mode))
77 def _add_worksheet_relationship(self, rel_type, target, target_mode=None): argument
81 self.relationships.append((rel_type, target, target_mode))
102 rel_type, target, target_mode = relationship
112 if target_mode:
113 attributes.append(('TargetMode', target_mode))
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/Package/
H A DRelationships.pm83 my $target_mode = shift;
87 push @{ $self->{_rels} }, [ $type, $target, $target_mode ];
139 my $target_mode = shift;
143 push @{ $self->{_rels} }, [ $type, $target, $target_mode ];
197 my $target_mode = shift;
205 push @attributes, ( 'TargetMode' => $target_mode ) if $target_mode;
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/include/xlnt/packaging/
H A Drelationship.hpp38 enum class XLNT_API target_mode enum
113 const uri &target, xlnt::target_mode mode);
128 xlnt::target_mode target_mode() const;
174 xlnt::target_mode mode_;
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/extract/
H A Dtrack_spec.cpp21 , target_mode(track_spec_t::tm_normal) in track_spec_t()
37 target_mode == tm_normal ? "normal" in dump()
38 : target_mode == tm_raw ? "raw" in dump()
39 : target_mode == tm_full_raw ? "full raw" in dump()
/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
171 self._target_mode = None if target_mode == 'Internal' else target_mode
180 def target_mode(self): member in CT_RelationshipBuilder
191 self._target, self.target_mode)
213 for rId, reltype, target, target_mode in self._rels:
217 .with_target_mode(target_mode)
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Dfilegraph.py48 target_mode, target_sha = tree_lookup_path(self.store.__getitem__,
51 target_mode = stat.S_IFDIR
52 if target_mode is None:
69 if mode != target_mode or (
70 not stat.S_ISDIR(target_mode) and sha != target_sha):
/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
215 Option::target_mode = TARG_MAC9_MODE; in internalParseCommandLine()
217 Option::target_mode = TARG_MACX_MODE; in internalParseCommandLine()
219 Option::target_mode = TARG_UNIX_MODE; in internalParseCommandLine()
221 Option::target_mode = TARG_WIN_MODE; in internalParseCommandLine()
395 if(Option::target_mode == Option::TARG_WIN_MODE) { in parseCommandLine()
399 if(Option::target_mode == Option::TARG_MAC9_MODE) in parseCommandLine()
485 if(Option::target_mode == TARG_MAC9_MODE) in fixPathToTargetOS()
[all …]
/dports/textproc/py-python-docx/python-docx-0.8.11/tests/opc/
H A Dtest_oxml.py51 assert rel.target_mode == RTM.INTERNAL
59 for rId, reltype, target, target_mode in cases:
60 if target_mode is None:
63 rel = CT_Relationship.new(rId, reltype, target, target_mode)
65 if target_mode == RTM.EXTERNAL:
/dports/www/osrm-backend/osrm-backend-5.26.0/include/extractor/
H A Dextraction_turn.hpp66 TravelMode target_mode, in ExtractionTurn()
87 target_restricted(target_restricted), target_mode(target_mode), in ExtractionTurn()
118 const TravelMode target_mode; member
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/packaging/
H A Drelationship.cpp34 …std::string &id, relationship_type t, const uri &source, const uri &target, xlnt::target_mode mode) in relationship()
44 target_mode relationship::target_mode() const in target_mode() function in xlnt::relationship
/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
170 if target_mode == RTM.EXTERNAL:
199 def target_mode(self): member in CT_Relationship
217 target_mode = RTM.EXTERNAL if is_external else RTM.INTERNAL
218 relationship = CT_Relationship.new(rId, reltype, target, target_mode)
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GUI/
H A DGameControl.cpp532 if (target_mode) { in DrawSelf()
560 if (target_mode) { in DrawSelf()
1215 if (target_mode == TARGET_MODE_PICK) { in GetCursorOverInfoPoint()
1242 if (target_mode == TARGET_MODE_PICK) { in GetCursorOverDoor()
1262 if (target_mode == TARGET_MODE_PICK) { in GetCursorOverContainer()
1278 switch(target_mode) { in GetTargetActionCursor()
1428 if (target_mode == TARGET_MODE_TALK) { in UpdateCursor()
1493 if (target_mode != TARGET_MODE_NONE) { in OnMouseDrag()
1951 if (target_mode == TARGET_MODE_PICK) { in HandleContainer()
2485 target_mode = mode; in SetTargetMode()
[all …]
/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() argument
85 if (mode == target_mode) in enter_exception64()
87 else if ((mode | PSR_MODE_THREAD_BIT) == target_mode) in enter_exception64()
94 switch (target_mode) { in enter_exception64()
148 new |= 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() argument
85 if (mode == target_mode) in enter_exception64()
87 else if ((mode | PSR_MODE_THREAD_BIT) == target_mode) in enter_exception64()
94 switch (target_mode) { in enter_exception64()
148 new |= 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() argument
85 if (mode == target_mode) in enter_exception64()
87 else if ((mode | PSR_MODE_THREAD_BIT) == target_mode) in enter_exception64()
94 switch (target_mode) { in enter_exception64()
148 new |= target_mode; in enter_exception64()
/dports/textproc/py-orange3-text/orange3-text-1.3.1/orangecontrib/text/
H A Dtweet_profiler.py34 target_mode = None
48 target_mode = json['target_mode']
65 elif output_mode == 'Classes' and target_mode == 'mc':
68 elif output_mode == 'Classes' and target_mode == 'ml':
/dports/devel/indi/indi-1.9.1/drivers/rotator/
H A Ddeepskydad_fr1.cpp122 int target_mode = IUFindOnSwitchIndex(&SpeedModeSP); in ISNewSwitch() local
124 if (current_mode == target_mode) in ISNewSwitch()
134 snprintf(cmd, DSD_RES, "[SSPD%d]", target_mode); in ISNewSwitch()
154 int target_mode = IUFindOnSwitchIndex(&StepSizeSP); in ISNewSwitch() local
156 if (current_mode == target_mode) in ISNewSwitch()
166 snprintf(cmd, DSD_RES, "[SSTP%d]", target_mode); in ISNewSwitch()

12345678910>>...19