Home
last modified time | relevance | path

Searched refs:opers (Results 1 – 25 of 486) sorted by relevance

12345678910>>...20

/dports/audio/musescore/MuseScore-3.6.1/mscore/importmidi_ui/
H A Dimportmidi_panel.cpp97 opers.data()->HHeaderData = hData; in saveTableViewState()
98 opers.data()->VHeaderData = vData; in saveTableViewState()
186 auto &opers = midiImportOperations; in setReorderedIndexes() local
202 auto &opers = midiImportOperations; in applyMidiImport() local
230 auto &opers = midiImportOperations; in doCancelChanges() local
264 auto &opers = midiImportOperations; in canTryCancelChanges() local
266 if (!opers.data()) in canTryCancelChanges()
278 auto &opers = midiImportOperations; in fileDataAvailable() local
280 return bool(opers.data()); in fileDataAvailable()
327 auto &opers = midiImportOperations; in excludeMidiFile() local
[all …]
/dports/audio/musescore/MuseScore-3.6.1/importexport/midiimport/
H A Dimportmidi_operations.cpp29 static void setOperationsFromFile(const QString &fileName, Opers &opers) in setOperationsFromFile() argument
124 opers.search2plets.setDefaultValue(value, false); in setOperationsFromFile()
129 opers.search3plets.setDefaultValue(value, false); in setOperationsFromFile()
134 opers.search4plets.setDefaultValue(value, false); in setOperationsFromFile()
139 opers.search5plets.setDefaultValue(value, false); in setOperationsFromFile()
144 opers.search7plets.setDefaultValue(value, false); in setOperationsFromFile()
149 opers.search9plets.setDefaultValue(value, false); in setOperationsFromFile()
164 opers.doStaffSplit.setDefaultValue(value, false); in setOperationsFromFile()
170 opers.changeClef.setDefaultValue(value, false); in setOperationsFromFile()
180 opers.showStaccato.setDefaultValue(value, false); in setOperationsFromFile()
[all …]
H A Dimportmidi_model.cpp13 explicit Column(MidiOperations::Opers &opers) : _opers(opers) {} in Column() argument
62 Import(MidiOperations::Opers &opers) : Column(opers) {} in reset()
80 Channel(MidiOperations::Opers &opers) : Column(opers) {} in reset()
248 QuantValue(MidiOperations::Opers &opers) : Column(opers) in reset()
272 VoiceCount(MidiOperations::Opers &opers) : Column(opers) in reset()
524 Human(MidiOperations::Opers &opers) : Column(opers) in reset()
543 StaffSplit(MidiOperations::Opers &opers) : Column(opers) in reset()
561 ClefChanges(MidiOperations::Opers &opers) : Column(opers) in reset()
595 Simplify(MidiOperations::Opers &opers) : Column(opers) in reset()
691 PickupBar(MidiOperations::Opers &opers) : Column(opers) in reset()
[all …]
H A Dimportmidi.cpp211 auto &opers = midiImportOperations; in quantizeAllTracks() local
381 const auto &opers = midiImportOperations; in toDurationList() local
858 auto &opers = midiImportOperations; in setTrackInfo() local
1079 auto &opers = midiImportOperations; in convertMidi() local
1086 opers.data()->trackCount = 0; in convertMidi()
1181 auto &opers = midiImportOperations; in importMidi() local
1184 if (!opers.hasMidiFile(name)) in importMidi()
1185 opers.addNewMidiFile(name); in importMidi()
1212 opers.setMidiFileData(name, mf); in importMidi()
1215 opers.data()->tracks = convertMidi(score, opers.midiFile(name)); in importMidi()
[all …]
H A Dimportmidi_tuplet_detect.cpp38 const auto &opers = midiImportOperations.data()->trackOpers; in isTupletAllowed() local
39 const int minAllowedNoteCount = (opers.isHumanPerformance.value()) in isTupletAllowed()
68 const auto &opers = midiImportOperations.data()->trackOpers; in findTupletNumbers() local
73 if (opers.search2plets.value(currentTrack)) in findTupletNumbers()
75 if (opers.search4plets.value(currentTrack)) in findTupletNumbers()
79 if (opers.search3plets.value(currentTrack)) in findTupletNumbers()
81 if (opers.search5plets.value(currentTrack)) in findTupletNumbers()
83 if (opers.search7plets.value(currentTrack)) in findTupletNumbers()
85 if (opers.search9plets.value(currentTrack)) in findTupletNumbers()
104 const auto &opers = midiImportOperations.data()->trackOpers; in findSumLengthOfRests() local
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/gob/
H A Dexpression.cpp36 opers = new byte[size]; in Stack()
43 delete[] opers; in ~Stack()
48 opers = stack.opers - 1; in StackFrame()
54 opers += count; in push()
60 opers -= count; in pop()
852 stackFrame.opers[-2] = (stackFrame.opers[-1] == GOB_FALSE) ? GOB_TRUE : GOB_FALSE; in simpleArithmetic2()
937 stackFrame.opers[-3] = stackFrame.opers[-1]; in complexArithmetic()
945 stackFrame.opers[-3] = stackFrame.opers[-1]; in complexArithmetic()
1042 *stackFrame.opers = (stackFrame.opers[1] == GOB_FALSE) ? GOB_TRUE : GOB_FALSE; in parseExpr()
1058 stackFrame.opers[-2] = stackFrame.opers[-1]; in parseExpr()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/
H A Dexpression.cpp36 opers = new byte[size]; in Stack()
43 delete[] opers; in ~Stack()
48 opers = stack.opers - 1; in StackFrame()
54 opers += count; in push()
60 opers -= count; in pop()
836 stackFrame.opers[-2] = (stackFrame.opers[-1] == GOB_FALSE) ? GOB_TRUE : GOB_FALSE; in simpleArithmetic2()
918 stackFrame.opers[-3] = stackFrame.opers[-1]; in complexArithmetic()
926 stackFrame.opers[-3] = stackFrame.opers[-1]; in complexArithmetic()
1023 *stackFrame.opers = (stackFrame.opers[1] == GOB_FALSE) ? GOB_TRUE : GOB_FALSE; in parseExpr()
1039 stackFrame.opers[-2] = stackFrame.opers[-1]; in parseExpr()
[all …]
/dports/science/qiskit-aer/qiskit-aer-0.5.2/qiskit/providers/aer/pulse/qobj/
H A Doperators.py68 opers = []
71 opers.append(opr_tmp)
73 opers.append(op.qeye(dd))
76 opers.append(opr_tmp)
80 return op.tensor(opers)
103 opers = []
105 opers.append(op.qeye(dd))
112 return op.tensor(opers)
208 opers = []
210 opers.append(op.qeye(dd))
[all …]
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/help/
H A DMakefile.am9 ohelpdir= ${helpdir}/opers
44 rm -f opers/index.tmp
45 @for help in opers/*; do \
47 echo $$help >> opers/index.tmp; \
50 echo 'Help topics available to opers:' > opers/index
51 echo '' >> opers/index
52 cat opers/index.tmp \
58 >> opers/index
59 rm -f opers/index.tmp
73 @mkdir -p -m 755 $(DESTDIR)$(helpdir)/opers
[all …]
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/help/
H A DMakefile.am9 ohelpdir= ${helpdir}/opers
44 rm -f opers/index.tmp
45 @for help in opers/*; do \
47 echo $$help >> opers/index.tmp; \
50 echo 'Help topics available to opers:' > opers/index
51 echo '' >> opers/index
52 cat opers/index.tmp \
58 >> opers/index
59 rm -f opers/index.tmp
73 @mkdir -p -m 755 $(DESTDIR)$(helpdir)/opers
[all …]
/dports/audio/musescore/MuseScore-3.6.1/mtest/importmidi/
H A Dtst_importmidi.cpp66 auto &data = *opers.data(); in dontSimplify()
79 auto &data = *opers.data(); in noTempoText()
89 auto &data = *opers.data(); in voiceSeparation()
102 auto &data = *opers.data(); in simplification()
115 auto &data = *opers.data(); in staffSplit()
139 auto &data = *opers.data(); in quantDotted4th()
153 auto &data = *opers.data(); in human4_4()
214 auto &data = *opers.data(); in tuplet2Voices3_5Tuplets()
227 auto &data = *opers.data(); in tuplet3_5_7tuplets()
575 opers.addNewMidiFile(fileName); in isTupletAllowed()
[all …]
/dports/games/gbrainy/gbrainy-2.4.3/src/Games/Calculation/
H A DCalculationOperator.cs28 private readonly char[] opers = {'*', '+', '-', '/'}; field in gbrainy.Games.Calculation.CalculationOperator
70 oper1 = opers[random.Next (opers.Length)]; in Initialize()
71 oper2 = opers[random.Next (opers.Length)]; in Initialize()
83 for (int op1 = 0; op1 < opers.Length; op1++) in Initialize()
85 for (int op2 = 0; op2 < opers.Length; op2++) in Initialize()
87 if (opers[op1] == oper1 && opers[op2] == oper2) in Initialize()
90 rslt = ProcessOperation (number_a, number_b, opers[op1]); in Initialize()
91 rslt = ProcessOperation (rslt, number_c, opers[op2]); in Initialize()
/dports/www/py-gandi.cli/gandi.cli-1.5/gandi/cli/modules/
H A Ddisk.py137 opers = []
144 return opers
153 opers = []
161 return opers
171 opers = []
175 if opers:
179 opers = []
182 opers.append(oper)
185 return opers
188 cls.display_progress(opers)
[all …]
H A Dnetwork.py212 opers = []
224 return opers
228 if opers:
393 opers = []
399 return opers
409 opers = []
413 if opers:
417 opers = []
423 return opers
427 return opers
[all …]
H A Diaas.py62 opers = []
66 opers.extend(oper)
68 opers.append(oper)
71 return opers
84 opers = []
93 return opers
106 opers = []
115 return opers
128 opers = []
140 return opers
[all …]
H A Dpaas.py177 opers = []
181 opers.extend(oper)
183 opers.append(oper)
186 return opers
190 cls.display_progress(opers)
284 opers = []
288 opers.extend(oper)
290 opers.append(oper)
293 return opers
297 cls.display_progress(opers)
H A Dvhost.py56 opers = []
59 opers.append(oper)
62 return opers
65 cls.display_progress(opers)
/dports/www/twiki/twiki/lib/TWiki/Infix/
H A DParser.pm211 my @opers = ();
224 _apply($this, $op->{prec}, \@opers, \@opands);
225 push(@opers, $op);
246 _apply($this, $op->{prec}, \@opers, \@opands);
247 push(@opers, $op);
258 _apply($this, 0, \@opers, \@opands);
268 if scalar(@opers);
279 my ($this, $prec, $opers, $opands) = @_;
281 while( scalar( @$opers ) && $opers->[-1]->{prec} >= $prec &&
282 scalar( @$opands ) >= $opers->[-1]->{arity} ) {
[all …]
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/files/
H A Ddzl-file-transfer.c38 GPtrArray *opers; member
224 g_assert (priv->opers != NULL); in dzl_file_transfer_add()
226 g_ptr_array_add (priv->opers, oper); in dzl_file_transfer_add()
395 g_assert (opers != NULL); in handle_preflight()
517 GPtrArray *opers, in handle_copy() argument
523 g_assert (opers != NULL); in handle_copy()
562 g_assert (opers != NULL); in handle_removal()
615 GPtrArray *opers = task_data; in dzl_file_transfer_worker() local
623 g_assert (opers != NULL); in dzl_file_transfer_worker()
691 if (priv->opers->len == 0) in dzl_file_transfer_execute()
[all …]
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excelplugins/
H A Dxlcall32_emulation.c41 G_MODULE_EXPORT int far pascal Excel4v(int xlfn, void* operRes, int count, void** opers);
53 G_MODULE_EXPORT int far pascal Excel4v(int xlfn, void* operRes, int count, void** opers) { in Excel4v() argument
55 return actual_excel4v(xlfn,operRes,count,opers); in Excel4v()
60 void **opers=g_new(void *, MAX(1,count)); in Excel4() local
65 opers[i]=va_arg(arg_list,void*); in Excel4()
67 res = Excel4v(xlfn,operRes,count,opers); in Excel4()
68 g_free (opers); in Excel4()
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Infix/
H A DParser.pm209 my @opers = ();
247 _apply( $this, $op->{prec}, \@opers, \@opands );
248 push( @opers, $op );
287 push( @opers, $op );
305 _apply( $this, 0, \@opers, \@opands );
323 if scalar(@opers);
334 my ( $this, $prec, $opers, $opands ) = @_;
336 while (scalar(@$opers)
337 && $opers->[-1]->{prec} >= $prec
338 && scalar(@$opands) >= $opers->[-1]->{arity} )
[all …]
/dports/irc/inspircd/inspircd-3.11.0/docs/conf/
H A Dopers.conf.example17 # commands: Oper-only commands that opers of this class can run.
30 # - channels/ignore-noctcp: allows opers with this priv to send a CTCP to a +C channel.
38 # - users/ignore-noctcp: allows opers with this priv to send a CTCP to a +T user.
39 # - users/ignore-privdeaf: allows opers with this priv to message users with +D set.
41 # - servers/ignore-shun: allows opers with this priv to ignore shuns.
43 # - servers/use-disabled-modes: allows opers with this priv to use disabled modes.
48 # usermodes: Oper-only user modes that opers with this class can use.
51 # chanmodes: Oper-only channel modes that opers with this class can use.
54 # snomasks: The snomasks that opers with this class can use.
81 # maxchans: Maximum number of channels opers of this type can be in at once.
[all …]
/dports/irc/anope/anope-2.0.9/src/
H A Dopertype.cpp14 std::vector<Oper *> Oper::opers; member in Oper
18 opers.push_back(this); in Oper()
23 std::vector<Oper *>::iterator it = std::find(opers.begin(), opers.end(), this); in ~Oper()
24 if (it != opers.end()) in ~Oper()
25 opers.erase(it); in ~Oper()
30 for (unsigned i = 0; i < opers.size(); ++i) in Find()
32 Oper *o = opers[i]; in Find()
/dports/graphics/opencv/opencv-4.5.3/modules/python/test/
H A Dtest_morphology.py34 opers = cur_mode.split('/')
35 if len(opers) > 1:
37 op = opers[sz > 0]
40 op = opers[0]
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DStackMaps.cpp366 StackMapOpers opers(&MI); in recordStackMap() local
375 PatchPointOpers opers(&MI); in recordPatchPoint() local
376 const int64_t ID = opers.getID(); in recordPatchPoint()
377 auto MOI = std::next(MI.operands_begin(), opers.getStackMapStartIdx()); in recordPatchPoint()
379 opers.isAnyReg() && opers.hasDef()); in recordPatchPoint()
384 if (opers.isAnyReg()) { in recordPatchPoint()
385 unsigned NArgs = opers.getNumCallArgs(); in recordPatchPoint()
386 for (unsigned i = 0, e = (opers.hasDef() ? NArgs + 1 : NArgs); i != e; ++i) in recordPatchPoint()
396 StatepointOpers opers(&MI); in recordStatepoint() local
399 const unsigned StartIdx = opers.getVarIdx(); in recordStatepoint()
[all …]

12345678910>>...20