Home
last modified time | relevance | path

Searched defs:REPEAT_START (Results 1 – 8 of 8) sorted by relevance

/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/events/
H A DFlexEvent.as571 public static const REPEAT_START:String = "repeatStart"; constant in FlexEvent
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/events/
H A DFlexEvent.as1097 public static const REPEAT_START:String = "repeatStart"; constant in FlexEvent
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dswundo.hxx36 REPEAT_START, // All UndoIDs between REPEAT_START and enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dswundo.hxx36 REPEAT_START, // All UndoIDs between REPEAT_START and enumerator
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Drepeatlist.cpp297 REPEAT_START, enumerator
H A Delement.h86 REPEAT_START = 0x00004000, enumerator
H A Dproperty.h186 REPEAT_START, enumerator
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/javasrc/
H A DAttributeName.java1173 …public static final AttributeName REPEAT_START = new AttributeName(ALL_NO_NS, SAME_LOCAL("repeat-s… field in AttributeName