Home
last modified time | relevance | path

Searched refs:ParsedSection (Results 1 – 25 of 66) sorted by relevance

123

/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/test/
H A DTestUtil.java376 if (!ParsedSection.isValidCode(type)) {
469 abstract class ParsedSection {
495 protected ParsedSection() {}
988 class UpdateParsedSection extends ParsedSection {
1039 class WaitSection extends ParsedSection {
1136 class ProceedSection extends ParsedSection {
1213 class SilentParsedSection extends ParsedSection {
1237 class CountParsedSection extends ParsedSection {
1355 class BlankParsedSection extends ParsedSection {
1370 class IgnoreParsedSection extends ParsedSection {
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,
H A Dqdatetimeparser.cpp749 QDateTimeParser::ParsedSection
1172 ParsedSection sect; in scanString()
1666 return ParsedSection(); in findUtcOffset()
1682 return ParsedSection(); in findUtcOffset()
1687 return ParsedSection(); in findUtcOffset()
1696 return ParsedSection(); in findUtcOffset()
1700 return ParsedSection(); in findUtcOffset()
1726 QDateTimeParser::ParsedSection
1749 return ParsedSection(); in findTimeZoneName()
1758 QDateTimeParser::ParsedSection
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,
H A Dqdatetimeparser.cpp749 QDateTimeParser::ParsedSection
1172 ParsedSection sect; in scanString()
1666 return ParsedSection(); in findUtcOffset()
1682 return ParsedSection(); in findUtcOffset()
1687 return ParsedSection(); in findUtcOffset()
1696 return ParsedSection(); in findUtcOffset()
1700 return ParsedSection(); in findUtcOffset()
1726 QDateTimeParser::ParsedSection
1749 return ParsedSection(); in findTimeZoneName()
1758 QDateTimeParser::ParsedSection
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,
H A Dqdatetimeparser.cpp749 QDateTimeParser::ParsedSection
1172 ParsedSection sect; in scanString()
1666 return ParsedSection(); in findUtcOffset()
1682 return ParsedSection(); in findUtcOffset()
1687 return ParsedSection(); in findUtcOffset()
1696 return ParsedSection(); in findUtcOffset()
1700 return ParsedSection(); in findUtcOffset()
1726 QDateTimeParser::ParsedSection
1749 return ParsedSection(); in findTimeZoneName()
1758 QDateTimeParser::ParsedSection
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,
H A Dqdatetimeparser.cpp749 QDateTimeParser::ParsedSection
1172 ParsedSection sect; in scanString()
1666 return ParsedSection(); in findUtcOffset()
1682 return ParsedSection(); in findUtcOffset()
1687 return ParsedSection(); in findUtcOffset()
1696 return ParsedSection(); in findUtcOffset()
1700 return ParsedSection(); in findUtcOffset()
1726 QDateTimeParser::ParsedSection
1749 return ParsedSection(); in findTimeZoneName()
1758 QDateTimeParser::ParsedSection
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,
H A Dqdatetimeparser.cpp749 QDateTimeParser::ParsedSection
1172 ParsedSection sect; in scanString()
1666 return ParsedSection(); in findUtcOffset()
1682 return ParsedSection(); in findUtcOffset()
1687 return ParsedSection(); in findUtcOffset()
1696 return ParsedSection(); in findUtcOffset()
1700 return ParsedSection(); in findUtcOffset()
1726 QDateTimeParser::ParsedSection
1749 return ParsedSection(); in findTimeZoneName()
1758 QDateTimeParser::ParsedSection
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h208 struct ParsedSection { struct
213 Q_DECL_CONSTEXPR ParsedSection(State ok = Invalid, argument
218 ParsedSection parseSection(const QDateTime &currentValue, int sectionIndex,
224 ParsedSection findUtcOffset(QStringRef str) const;
225 ParsedSection findTimeZoneName(QStringRef str, const QDateTime &when) const;
226 ParsedSection findTimeZone(QStringRef str, const QDateTime &when,

123