Home
last modified time | relevance | path

Searched refs:UnknownType (Results 1 – 25 of 1785) sorted by relevance

12345678910>>...72

/dports/devel/kpublictransport/kpublictransport-21.12.3/src/lib/uic/
H A Duicrailwaycoach.cpp40 { "A", VehicleSection::FirstClass, VehicleSection::NoFeatures, VehicleSection::UnknownType, 1 },
42 … { "B", VehicleSection::SecondClass, VehicleSection::NoFeatures, VehicleSection::UnknownType, 1 },
44 … { "DA", VehicleSection::FirstClass, VehicleSection::NoFeatures, VehicleSection::UnknownType, 2 },
45 … { "DB", VehicleSection::SecondClass, VehicleSection::NoFeatures, VehicleSection::UnknownType, 2 },
104 { "b", VehicleSection::WheelchairAccessible, VehicleSection::UnknownType, 1 },
106 { "d", VehicleSection::BikeStorage, VehicleSection::UnknownType, 1 },
108 { "o", VehicleSection::NoFeatures, VehicleSection::UnknownType, 2 }, // ### could also be 't'?
114 { "b", VehicleSection::WheelchairAccessible, VehicleSection::UnknownType, 1 },
116 { "d", VehicleSection::BikeStorage, VehicleSection::UnknownType, 1 },
118 { "k", VehicleSection::Restaurant, VehicleSection::UnknownType, 1 },
[all …]
/dports/x11/kf5-krunner/krunner-5.89.0/autotests/
H A Drunnercontexttest.cpp30 QTest::newRow("http without host") << "http://" << Plasma::RunnerContext::UnknownType; in typeDetection_data()
31 QTest::newRow("http without host") << "http://" << Plasma::RunnerContext::UnknownType; in typeDetection_data()
37 QTest::newRow("invalid file path") << "file://bad/path" << Plasma::RunnerContext::UnknownType; in typeDetection_data()
48 … QTest::newRow("invalid protocol-less path") << "/bad/path" << Plasma::RunnerContext::UnknownType; in typeDetection_data()
49 QTest::newRow("calculation") << "5*4" << Plasma::RunnerContext::UnknownType; in typeDetection_data()
50 QTest::newRow("calculation (float)") << "5.2*4" << Plasma::RunnerContext::UnknownType; in typeDetection_data()
52 QTest::newRow("Invalid casing dir path") << "/UsR" << Plasma::RunnerContext::UnknownType; in typeDetection_data()
53 QTest::newRow("Invalid casing file path") << "/bin/TruE" << Plasma::RunnerContext::UnknownType; in typeDetection_data()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/common/
H A DContentSpecNode.cpp127 toBeProcessed.push(formatNodeHolder(curNode, ContentSpecNode::UnknownType, 0)); in formatNode()
153 && (parentType != ContentSpecNode::UnknownType)) in formatNode()
155 && (parentType == ContentSpecNode::UnknownType))) in formatNode()
183 toBeProcessed.push(formatNodeHolder(0, ContentSpecNode::UnknownType, chQuestion)); in formatNode()
185 toBeProcessed.push(formatNodeHolder(0, ContentSpecNode::UnknownType, chCloseParen)); in formatNode()
193 toBeProcessed.push(formatNodeHolder(0, ContentSpecNode::UnknownType, chAsterisk)); in formatNode()
195 toBeProcessed.push(formatNodeHolder(0, ContentSpecNode::UnknownType, chCloseParen)); in formatNode()
203 toBeProcessed.push(formatNodeHolder(0, ContentSpecNode::UnknownType, chPlus)); in formatNode()
218 toBeProcessed.push(formatNodeHolder(0, ContentSpecNode::UnknownType, chPipe)); in formatNode()
232 toBeProcessed.push(formatNodeHolder(0, ContentSpecNode::UnknownType, chComma)); in formatNode()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/rustdoc-ui/
H A Dimpl-fn-nesting.stderr10 LL | pub fn f<B: UnknownBound>(a: UnknownType, b: B) {
13 error[E0412]: cannot find type `UnknownType` in this scope
16 LL | pub fn f<B: UnknownBound>(a: UnknownType, b: B) {
37 error[E0412]: cannot find type `UnknownType` in this scope
40 LL | impl ValidTrait for UnknownType {}
49 error[E0412]: cannot find type `UnknownType` in this scope
52 LL | type Item = UnknownType;
55 error[E0412]: cannot find type `UnknownType` in this scope
58 LL | pub fn doubly_nested(c: UnknownType) {
H A Dimpl-fn-nesting.rs11 pub fn f<B: UnknownBound>(a: UnknownType, b: B) { in f() argument
18 impl ValidTrait for UnknownType {} in f() implementation
25 type Item = UnknownType; in f()
44 pub fn doubly_nested(c: UnknownType) { in f() argument
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/bson/
H A Dbson-fromPHP_error-002.phpt8 class UnknownType implements MongoDB\BSON\Type {}
11 array(new UnknownType()),
12 array('x' => new UnknownType()),
26 Unexpected MongoDB\BSON\Type instance: UnknownType
28 Unexpected MongoDB\BSON\Type instance: UnknownType
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_additions/
H A Dqgsprocessingutils.py3 QgsProcessingUtils.UnknownType = QgsProcessingUtils.LayerHint.UnknownType
4 QgsProcessingUtils.UnknownType.is_monkey_patched = True
5 QgsProcessingUtils.LayerHint.UnknownType.__doc__ = "Unknown layer type"
21 …dded:: 3.4\n\n' + '* ``UnknownType``: ' + QgsProcessingUtils.LayerHint.UnknownType.__doc__ + '\n' …
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_additions/
H A Dqgsprocessingutils.py3 QgsProcessingUtils.UnknownType = QgsProcessingUtils.LayerHint.UnknownType
4 QgsProcessingUtils.LayerHint.UnknownType.__doc__ = "Unknown layer type"
11 …dded:: 3.4\n\n' + '* ``UnknownType``: ' + QgsProcessingUtils.LayerHint.UnknownType.__doc__ + '\n' …
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatypeswitcher_p.h61 class UnknownType; // type not known to QMetaType system variable
76 case QMetaType::UnknownType: in switcher()
77 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
80 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatypeswitcher_p.h61 class UnknownType; // type not known to QMetaType system variable
76 case QMetaType::UnknownType: in switcher()
77 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
80 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatypeswitcher_p.h61 class UnknownType; // type not known to QMetaType system variable
76 case QMetaType::UnknownType: in switcher()
77 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
80 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatypeswitcher_p.h61 class UnknownType; // type not known to QMetaType system variable
76 case QMetaType::UnknownType: in switcher()
77 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
80 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatypeswitcher_p.h61 class UnknownType; // type not known to QMetaType system variable
76 case QMetaType::UnknownType: in switcher()
77 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
80 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatypeswitcher_p.h61 class UnknownType; // type not known to QMetaType system variable
76 case QMetaType::UnknownType: in switcher()
77 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
80 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatypeswitcher_p.h61 class UnknownType; // type not known to QMetaType system variable
76 case QMetaType::UnknownType: in switcher()
77 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
80 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatypeswitcher_p.h61 class UnknownType; // type not known to QMetaType system variable
76 case QMetaType::UnknownType: in switcher()
77 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
80 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatypeswitcher_p.h61 class UnknownType; // type not known to QMetaType system variable
76 case QMetaType::UnknownType: in switcher()
77 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
80 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatypeswitcher_p.h61 class UnknownType; // type not known to QMetaType system variable
76 case QMetaType::UnknownType: in switcher()
77 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
80 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatypeswitcher_p.h61 class UnknownType; // type not known to QMetaType system variable
76 case QMetaType::UnknownType: in switcher()
77 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
80 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatypeswitcher_p.h61 class UnknownType; // type not known to QMetaType system variable
76 case QMetaType::UnknownType: in switcher()
77 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
80 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatypeswitcher_p.h61 class UnknownType; // type not known to QMetaType system variable
76 case QMetaType::UnknownType: in switcher()
77 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
80 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatypeswitcher_p.h61 class UnknownType; // type not known to QMetaType system variable
76 case QMetaType::UnknownType: in switcher()
77 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
80 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatypeswitcher_p.h61 class UnknownType; // type not known to QMetaType system variable
76 case QMetaType::UnknownType: in switcher()
77 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
80 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatypeswitcher_p.h61 class UnknownType; // type not known to QMetaType system variable
76 case QMetaType::UnknownType: in switcher()
77 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
80 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatypeswitcher_p.h61 class UnknownType; // type not known to QMetaType system variable
76 case QMetaType::UnknownType: in switcher()
77 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()
80 return logic.delegate(static_cast<UnknownType const *>(data)); in switcher()

12345678910>>...72