Home
last modified time | relevance | path

Searched refs:newRepeat (Results 1 – 15 of 15) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/public/app/features/dashboard/components/RowOptions/
H A DRowOptionsForm.tsx16 const [newRepeat, setNewRepeat] = useState<string | null | undefined>(repeat);
23 onUpdate(formData.title, newRepeat);
33 <RepeatRowSelect repeat={newRepeat} onChange={onChangeRepeat} />
/dports/audio/tse3/tse3-0.3.1/src/tse3/cmd/
H A DPart.cpp39 newPhrase(phrase), newRepeat(repeat), smef(smef), mp(mp), dp(dp)
50 part->setRepeat(newRepeat);
H A DPart.h77 TSE3::Clock newRepeat, oldRepeat; variable
/dports/graphics/krita/krita-4.4.8/plugins/generators/gradient/
H A DKisGradientGeneratorConfiguration.cpp180 void KisGradientGeneratorConfiguration::setRepeat(KisGradientPainter::enumGradientRepeat newRepeat) in setRepeat() argument
182 setProperty("repeat", repeatToString(newRepeat)); in setRepeat()
H A DKisGradientGeneratorConfiguration.h207 void setRepeat(KisGradientPainter::enumGradientRepeat newRepeat);
/dports/benchmarks/vegeta/vegeta-12.8.4/vendor/pgregory.net/rapid/
H A Dcollections.go89 repeat := newRepeat(g.minLen, g.maxLen, -1)
202 repeat := newRepeat(g.minLen, g.maxLen, -1)
H A Dstatemachine.go63 repeat := newRepeat(0, *steps, maxInt)
H A Dstrings.go199 repeat := newRepeat(g.minElems, g.maxElems, -1)
347 repeat := newRepeat(min, max, -1)
H A Dutils.go208 func newRepeat(minCount int, maxCount int, avgCount float64) *repeat { func
H A Dutils_test.go323 r := newRepeat(min, max, float64(avg))
/dports/audio/libmusicxml/libmusicxml-3.18/src/lilypond/
H A DmsrVoices.cpp3855 newRepeat = in handleVoiceLevelRepeatStartInVoice() local
3879 newRepeat-> in handleVoiceLevelRepeatStartInVoice()
3884 newRepeat-> in handleVoiceLevelRepeatStartInVoice()
4025 newRepeat = in handleVoiceLevelRepeatEndWithoutStartInVoice() local
4050 newRepeat-> in handleVoiceLevelRepeatEndWithoutStartInVoice()
4100 newRepeat-> in handleVoiceLevelRepeatEndWithoutStartInVoice()
4107 newRepeat, in handleVoiceLevelRepeatEndWithoutStartInVoice()
4196 newRepeat-> in handleVoiceLevelContainingRepeatEndWithoutStartInVoice()
4230 newRepeat, in handleVoiceLevelContainingRepeatEndWithoutStartInVoice()
4259 newRepeat-> in handleVoiceLevelContainingRepeatEndWithoutStartInVoice()
[all …]
/dports/www/sogo2/SOGo-2.4.1/UI/Scheduler/
H A DUIxComponentEditor.h151 - (void) setRepeat: (NSString *) newRepeat;
H A DUIxComponentEditor.m1177 - (void) setRepeat: (NSString *) newRepeat
1179 ASSIGN(repeat, newRepeat);
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dbarline.cpp864 bool newRepeat = bl->barLineType() & bt; in drop() local
870 if ((data.control() && !oldRepeat && !newRepeat) || (bl->spanFrom() || bl->spanTo()) ) { in drop()
/dports/www/grafana8/grafana-8.3.6/public/build/
H A DDashboardPage.0e38943fa459e872fe93.js.map1newRepeat, setNewRepeat] = useState<string | null | undefined>(repeat);\n const onChangeRepeat = …