Home
last modified time | relevance | path

Searched refs:excerpts (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dunrollrepeats.cpp114 static void createExcerpts(MasterScore* cs, QList<Excerpt *> excerpts) in createExcerpts() argument
117 for (Excerpt* e: excerpts) { in createExcerpts()
127 for (Excerpt* ee : e->oscore()->excerpts()) in createExcerpts()
161 QList<Excerpt *> excerpts; in unrollRepeats() local
162 for (Excerpt* e : score->excerpts()) { in unrollRepeats()
163 excerpts.append(new Excerpt(*e,false)); in unrollRepeats()
192 if (!excerpts.isEmpty()) in unrollRepeats()
193 createExcerpts(score, excerpts); in unrollRepeats()
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dscoretab.cpp155 QList<Excerpt*>& excerpts = score->excerpts(); in viewSplitter() local
156 if (!excerpts.isEmpty() && ((tsv->part - 1) < excerpts.size())) in viewSplitter()
313 QList<Excerpt*>& excerpts = score->excerpts(); in setCurrent() local
314 if (!excerpts.isEmpty()) { in setCurrent()
321 for (const Excerpt* excerpt : excerpts) in setCurrent()
371 QList<Excerpt*>& excerpts = score->excerpts(); in updateExcerpts() local
372 if (!excerpts.isEmpty()) { in updateExcerpts()
375 for (const Excerpt* excerpt : excerpts) in updateExcerpts()
414 QList<Excerpt*>& excerpts = score->excerpts(); in setExcerpt() local
415 if (!excerpts.isEmpty()) { in setExcerpt()
[all …]
H A Dexcerptsdialog.cpp314 for (Excerpt* e : score->excerpts()) in ExcerptsDialog()
577 QList<Excerpt*> excerpts; in createName() local
579 excerpts.append(getExcerptItemAt(i)->excerpt()); in createName()
581 return Excerpt::createName(partName, excerpts); in createName()
694 for (Excerpt* ee : e->oscore()->excerpts()) { in createNewExcerpt()
717 foreach (Excerpt* e, score->excerpts()) { in accept()
759 foreach(Excerpt* e, score->excerpts()) { in accept()
H A Dinstrdialog.cpp574 …const QList<Excerpt*> excerpts(masterScore->excerpts()); // excerpts list may change in the loop b… in editInstrList() local
575 for (Excerpt* excerpt : excerpts) { in editInstrList()
583 for (Excerpt* excerpt : excerpts) in editInstrList()
/dports/www/nextcloud/nextcloud/lib/private/FullTextSearch/Model/
H A DIndexDocument.php98 protected $excerpts = []; variable in OC\\FullTextSearch\\Model\\IndexDocument
672 $this->excerpts[] =
687 * @param array $excerpts
691 final public function setExcerpts(array $excerpts): IIndexDocument { argument
693 foreach ($excerpts as $entry) {
700 $this->excerpts = $new;
713 return $this->excerpts;
958 unset($this->excerpts);
/dports/audio/musescore/MuseScore-3.6.1/mscore/plugin/api/
H A Dscore.h48 Q_PROPERTY(QQmlListProperty<Ms::PluginAPI::Excerpt> excerpts READ excerpts) in Q_PROPERTY()
244 …QQmlListProperty<Excerpt> excerpts() { return wrapExcerptsContainerProperty<Excerpt>(this, score()… in excerpts() function
/dports/audio/musescore/MuseScore-3.6.1/mtest/libmscore/links/
H A Dtst_links.cpp329 QVERIFY(score->excerpts().size() == 1); in test4LinkedParts_94911()
334 for (Excerpt* excerpt : score->excerpts()) { in test4LinkedParts_94911()
348 qDebug() << score->excerpts().size(); in test4LinkedParts_94911()
362 QVERIFY(score->excerpts().size() == 1); in test4LinkedParts_94911()
447 QVERIFY(score->excerpts().size() == 1); in test5LinkedParts_94911()
457 QVERIFY(score->excerpts().size() == 1); in test5LinkedParts_94911()
470 QVERIFY(score->excerpts().size() == 1); in test5LinkedParts_94911()
/dports/textproc/htdig/htdig-3.2.0b6/contrib/examples/
H A Drundig.sh70 cp $DBDIR/db.excerpts.work $DBDIR/db.excerpts
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/
H A Ddebug_test.go529 excerpts := s.atLineRe.FindStringSubmatch(x.o)
532 if len(excerpts) > 1 {
533 excerpt = excerpts[1]
637 excerpts := s.atLineRe.FindStringSubmatch(x.o)
641 if len(excerpts) == 0 && len(locations) == 0 {
647 if len(excerpts) > 0 {
648 excerpt = excerpts[3]
663 if len(excerpts) > 0 {
665 fmt.Printf(" %s\n", excerpts[2])
667 s.line = excerpts[2]
/dports/audio/musescore/MuseScore-3.6.1/mtest/libmscore/parts/
H A Dtst_parts.cpp153 score->excerpts().append(ex); in createParts()
171 score->excerpts().append(ex); in createParts()
203 score->excerpts().append(ex); in voicesExcerpt()
225 score->excerpts().append(ex); in voicesExcerpt()
245 score->excerpts().append(ex); in voicesExcerpt()
1061 Excerpt* part = score->excerpts().at(0);
1063 part = score->excerpts().at(1);
/dports/security/py-fail2ban/fail2ban-0.11.2/.github/
H A DISSUE_TEMPLATE.md2 enclosing excerpts from logs (if possible within DEBUG mode, if no errors evident
34 ### Configuration, dump and another helpful excerpts
/dports/www/nextcloud/nextcloud/lib/public/FullTextSearch/Model/
H A DIIndexDocument.php467 * @param array $excerpts
471 public function setExcerpts(array $excerpts): IIndexDocument; argument
/dports/audio/musescore/MuseScore-3.6.1/mscore/migration/handlers/
H A Dlelandstylehandler.cpp11 for (Ms::Excerpt* excerpt : score->excerpts()) { in handle()
H A Dedwinstylehandler.cpp11 for (Ms::Excerpt* excerpt : score->excerpts()) { in handle()
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/dataprin/
H A Dnatrintr.top5 The following are excerpts from the book:
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/dataview/
H A Dgra1intr.top5 The following are excerpts from the book:
H A Dnatrintr.top5 The following are excerpts from the book:
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/dataloex/
H A Dnatrintr.top5 The following are excerpts from the book:
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/dataall/
H A Dnatrintr.top5 The following are excerpts from the book:
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/dataexec/
H A Dnatrintr.top5 The following are excerpts from the book:
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/dataload/
H A Dgra1intr.top5 The following are excerpts from the book:
H A Dnatrintr.top5 The following are excerpts from the book:
/dports/textproc/py-orange3-text/orange3-text-1.3.1/doc/widgets/
H A Dconcordance.md31 *Concordance* can be used for displaying word contexts in a corpus. First, we load *book-excerpts.t…
37 In the second example, we will output concordances instead. We will keep the *book-excerpts.tab* in…
H A Dcorpus-widget.md36 …as and connect it to [Corpus Viewer](corpusviewer.md). We've used *book-excerpts.tab* data set, wh…
41 with [Preprocess Text](preprocesstext.md). We are again working with *book-excerpts.tab*. We've put…
/dports/devel/liblouis/liblouis-3.20.0/tests/yaml/
H A Dcapsnocont.yaml3 # excerpts from no-no-g1.ctb:

12345678910>>...21