Home
last modified time | relevance | path

Searched refs:styleB (Results 1 – 25 of 57) sorted by relevance

123

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/tecnickcom/tcpdf/examples/
H A Dexample_064.php90 $styleB = array('width' => 0.254, 'cap' => 'butt', 'join' => 'miter', 'dash' => 3, 'color' => array… variable
94 $pdf->Polygon(array(15,90, 57,90, 67,140, 15,140), 'DF', array($styleB, $styleA, $styleB, $styleB));
105 $pdf->Polygon(array(145,130, 195,130, 195,180, 155,180), 'DF', array($styleB, $styleB, $styleB, $st…
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/tecnickcom/tcpdf/examples/
H A Dexample_064.php90 $styleB = array('width' => 0.254, 'cap' => 'butt', 'join' => 'miter', 'dash' => 3, 'color' => array… variable
94 $pdf->Polygon(array(15,90, 57,90, 67,140, 15,140), 'DF', array($styleB, $styleA, $styleB, $styleB));
105 $pdf->Polygon(array(145,130, 195,130, 195,180, 155,180), 'DF', array($styleB, $styleB, $styleB, $st…
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/tecnickcom/tcpdf/examples/
H A Dexample_064.php90 $styleB = array('width' => 0.254, 'cap' => 'butt', 'join' => 'miter', 'dash' => 3, 'color' => array… variable
94 $pdf->Polygon(array(15,90, 57,90, 67,140, 15,140), 'DF', array($styleB, $styleA, $styleB, $styleB));
105 $pdf->Polygon(array(145,130, 195,130, 195,180, 155,180), 'DF', array($styleB, $styleB, $styleB, $st…
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/tecnickcom/tcpdf/examples/
H A Dexample_064.php90 $styleB = array('width' => 0.254, 'cap' => 'butt', 'join' => 'miter', 'dash' => 3, 'color' => array… variable
94 $pdf->Polygon(array(15,90, 57,90, 67,140, 15,140), 'DF', array($styleB, $styleA, $styleB, $styleB));
105 $pdf->Polygon(array(145,130, 195,130, 195,180, 155,180), 'DF', array($styleB, $styleB, $styleB, $st…
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/tecnickcom/tcpdf/examples/
H A Dexample_064.php90 $styleB = array('width' => 0.254, 'cap' => 'butt', 'join' => 'miter', 'dash' => 3, 'color' => array… variable
94 $pdf->Polygon(array(15,90, 57,90, 67,140, 15,140), 'DF', array($styleB, $styleA, $styleB, $styleB));
105 $pdf->Polygon(array(145,130, 195,130, 195,180, 155,180), 'DF', array($styleB, $styleB, $styleB, $st…
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dpage.cpp108 if (score()->styleB(Sid::showHeader) && (no() || score()->styleB(Sid::headerFirstPage))) { in draw()
109 bool odd = (n & 1) || !score()->styleB(Sid::headerOddEven); in draw()
126 if (score()->styleB(Sid::showFooter) && (no() || score()->styleB(Sid::footerFirstPage))) { in draw()
127 bool odd = (n & 1) || !score()->styleB(Sid::footerOddEven); in draw()
473 return ((!score()->styleB(Sid::pageTwosided) || isOdd()) in tm()
483 return ((!score()->styleB(Sid::pageTwosided) || isOdd()) in bm()
493 return ((!score()->styleB(Sid::pageTwosided) || isOdd()) in lm()
H A Dharmony.cpp433 if (score()->styleB(Sid::useStandardNoteNames)) in determineRootBaseSpelling()
435 else if (score()->styleB(Sid::useGermanNoteNames)) in determineRootBaseSpelling()
437 else if (score()->styleB(Sid::useFullGermanNoteNames)) in determineRootBaseSpelling()
439 else if (score()->styleB(Sid::useSolfeggioNoteNames)) in determineRootBaseSpelling()
441 else if (score()->styleB(Sid::useFrenchNoteNames)) in determineRootBaseSpelling()
448 if (!score()->styleB(Sid::automaticCapitalization)) { in determineRootBaseSpelling()
455 if (score()->styleB(Sid::allCapsNoteNames)) { in determineRootBaseSpelling()
465 if (score()->styleB(Sid::lowerCaseBassNotes)) in determineRootBaseSpelling()
469 if (score()->styleB(Sid::lowerCaseMinorChords)) { in determineRootBaseSpelling()
887 if (score()->styleB(Sid::concertPitch) != h->score()->styleB(Sid::concertPitch)) { in endEdit()
[all …]
H A Dmeasurebase.cpp216 if (mm && score()->styleB(Sid::createMultiMeasureRests) && mm->hasMMRest()) in nextMeasureMM()
246 if (score()->styleB(Sid::createMultiMeasureRests)) { in prevMeasureMM()
543 && score()->styleB(Sid::createMultiMeasureRests) in nextMM()
558 && score()->styleB(Sid::createMultiMeasureRests)) { in prevMM()
H A Dinstrchange.cpp84 …ClefType clefType = score()->styleB(Sid::concertPitch) ? instrument->clefType(i)._concertClef : in… in setupInstrument()
98 if (!score()->styleB(Sid::concertPitch)) in setupInstrument()
H A Dtranspose.cpp264 if (!styleB(Sid::concertPitch)) { in transpose()
434 if (!styleB(Sid::concertPitch)) { in transpose()
734 if (!score->styleB(Sid::concertPitch)) in transpositionChanged()
772 if (!scoreElement->score()->styleB(Sid::concertPitch)) in transpositionChanged()
H A Dbarline.cpp648 if (score()->styleB(Sid::repeatBarTips)) in draw()
670 if (score()->styleB(Sid::repeatBarTips)) in draw()
691 if (score()->styleB(Sid::repeatBarTips)) in draw()
702 if (score()->styleB(Sid::repeatBarTips)) in draw()
1308 if (score()->styleB(Sid::repeatBarTips)) { in layoutRect()
1349 setMag(score()->styleB(Sid::scaleBarlines) && staff() ? staff()->mag(tick()) : 1.0); in layout()
1357 if (score()->styleB(Sid::repeatBarTips)) { in layout()
1421 if (score()->styleB(Sid::repeatBarTips)) { in layout2()
H A Dnoteentry.cpp108 if (styleB(Sid::concertPitch)) in noteValForPosition()
462 if (styleB(Sid::concertPitch)) in repitchNote()
542 int tpc = styleB(Sid::concertPitch) ? nval.tpc1 : nval.tpc2; in repitchNote()
H A Dlyrics.cpp261 if (score()->styleB(Sid::lyricsAlignVerseNumber)) { in layout()
307 if (score()->styleB(Sid::lyricsAlignVerseNumber)) { in layout()
H A Dsystem.cpp135 …Q_ASSERT(!mb->isMeasure() || !(score()->styleB(Sid::createMultiMeasureRests) && toMeasure(mb)->has… in appendMeasure()
396 bool notHidden = score()->styleB(Sid::alwaysShowBracketsWhenEmptyStavesAreHidden) in layoutBracketsVertical()
889 … || (score()->styleB(Sid::hideInstrumentNameIfOneInstrument) && score()->parts().size() == 1)) { in setInstrumentNames()
1220 …if (nm->isMeasure() && score()->styleB(Sid::createMultiMeasureRests) && toMeasure(nm)->hasMMRest()) in nextMeasure()
H A Dexcerpt.cpp236 if (oscore->styleB(Sid::concertPitch) != score->styleB(Sid::concertPitch)) { in createExcerpt()
246 if (oscore->styleB(Sid::concertPitch)) { in createExcerpt()
264 if (oscore->styleB(Sid::concertPitch)) in createExcerpt()
H A Dscore.cpp1625 if (m && styleB(Sid::createMultiMeasureRests) && m->hasMMRest()) in firstMeasureMM()
1639 && styleB(Sid::createMultiMeasureRests) in firstMM()
1698 if (m && styleB(Sid::createMultiMeasureRests)) { in lastMeasureMM()
2078 if (styleB(Sid::concertPitch) != score->styleB(Sid::concertPitch)) in appendScore()
2079 score->cmdConcertPitchChanged(styleB(Sid::concertPitch), true); in appendScore()
2593 if (diff != 0 && !styleB(Sid::concertPitch) && !oKey.custom() && !oKey.isAtonal()) in adjustKeySigs()
3463 return styleB(Sid::enableVerticalSpread) && (layoutMode() != LayoutMode::SYSTEM); in enableVerticalSpread()
4204 if (score()->styleB(Sid::createMultiMeasureRests) && currentMeasure->hasMMRest()) in getScoreElementOfMeasureBase()
4289 if (score()->styleB(Sid::createMultiMeasureRests) && destinationMeasure->hasMMRest()) in cmdTopStaff()
4465 if (!styleB(Sid::concertPitch) && diff) in keysig()
/dports/audio/musescore/MuseScore-3.6.1/mscore/migration/handlers/
H A Dstyledefaultshandler.cpp16 if (!score->styleB(Ms::Sid::usePre_3_6_defaults) && score->mscVersion() < Ms::MSCVERSION) { in handle()
21 if (score->styleB(Ms::Sid::usePre_3_6_defaults)) in handle()
/dports/print/lyx/lyx-2.3.4.2/lib/tex/
H A Dlyxskak.sty20 \DeclareOption{styleB}{\AtEndOfClass{\styleB}}
1217 \def\styleB@opentypesetting{}
1218 \def\styleB@closetypesetting{}
1219 \def\styleB@whiteopen{ }
1220 \def\styleB@blackopen{\ldots}
1221 \def\styleB@beforenumber{}
1222 \def\styleB@beforewhite{}
1223 \def\styleB@afterwhite{ }
1224 \def\styleB@beforeblack{}
1225 \def\styleB@afterblack{ }
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/QtAutogen/MocOnly/
H A Dmain.cpp19 StyleB styleB; in main() local
/dports/devel/cmake-doc/cmake-3.22.1/Tests/QtAutogen/MocOnly/
H A Dmain.cpp19 StyleB styleB; in main() local
/dports/devel/cmake/cmake-3.22.1/Tests/QtAutogen/MocOnly/
H A Dmain.cpp19 StyleB styleB; in main() local
/dports/audio/musescore/MuseScore-3.6.1/mscore/inspector/
H A DinspectorElementBase.cpp52 if (inspector->element()->score()->styleB(Sid::autoplaceEnabled)) { in setElement()
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dskak.cwl29 \styleB
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/ttest/
H A Dttest.cpp494 TColorStyle *styleB = paletteB->getStyle(i); in areEqual() local
495 if (styleA->getMainColor() == styleB->getMainColor()) continue; in areEqual()
/dports/print/lyx/lyx-2.3.4.2/lib/layouts/
H A Dchess.layout59 # This is a variation. It shows up in the normal fashion (styleB).

123