Home
last modified time | relevance | path

Searched refs:typeList (Results 1 – 25 of 1279) sorted by relevance

12345678910>>...52

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimImageSourceFactory.cpp537 typeList.push_back(STATIC_TYPE_NAME(ossimBlendMosaic)); in getTypeNameList()
543 typeList.push_back(STATIC_TYPE_NAME(ossimSFIMFusion)); in getTypeNameList()
545 typeList.push_back(STATIC_TYPE_NAME(ossimImageMosaic)); in getTypeNameList()
550 typeList.push_back(STATIC_TYPE_NAME(ossimImageChain)); in getTypeNameList()
551 typeList.push_back(STATIC_TYPE_NAME(ossimPolyCutter)); in getTypeNameList()
578 typeList.push_back(STATIC_TYPE_NAME(ossimHsiRemapper)); in getTypeNameList()
594 typeList.push_back(STATIC_TYPE_NAME(ossimMaskFilter)); in getTypeNameList()
598 typeList.push_back(STATIC_TYPE_NAME(ossimScaleFilter)); in getTypeNameList()
605 typeList.push_back(STATIC_TYPE_NAME(ossimEdgeFilter)); in getTypeNameList()
606 typeList.push_back(STATIC_TYPE_NAME(ossimFftFilter)); in getTypeNameList()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/projection/
H A DossimMapProjectionFactory.cpp263 typeList.push_back(ossimString(STATIC_TYPE_NAME(ossimAlbersProjection))); in getTypeNameList()
265 typeList.push_back(ossimString(STATIC_TYPE_NAME(ossimBonneProjection))); in getTypeNameList()
266 typeList.push_back(ossimString(STATIC_TYPE_NAME(ossimBngProjection))); in getTypeNameList()
267 typeList.push_back(ossimString(STATIC_TYPE_NAME(ossimCassiniProjection))); in getTypeNameList()
270 typeList.push_back(ossimString(STATIC_TYPE_NAME(ossimEckert4Projection))); in getTypeNameList()
274 typeList.push_back(ossimString(STATIC_TYPE_NAME(ossimLlxyProjection))); in getTypeNameList()
276 typeList.push_back(ossimString(STATIC_TYPE_NAME(ossimMillerProjection))); in getTypeNameList()
287 typeList.push_back(ossimString(STATIC_TYPE_NAME(ossimUpsProjection))); in getTypeNameList()
288 typeList.push_back(ossimString(STATIC_TYPE_NAME(ossimUtmProjection))); in getTypeNameList()
291 typeList.push_back(ossimString(STATIC_TYPE_NAME(ossimGoogleProjection))); in getTypeNameList()
[all …]
H A DossimSensorModelFactory.cpp272 typeList.push_back(STATIC_TYPE_NAME(ossimRpcModel)); in getTypeNameList()
273 typeList.push_back(STATIC_TYPE_NAME(ossimIkonosRpcModel)); in getTypeNameList()
275 typeList.push_back(STATIC_TYPE_NAME(ossimNitfRpcModel)); in getTypeNameList()
276 typeList.push_back(STATIC_TYPE_NAME(ossimLandSatModel)); in getTypeNameList()
278 typeList.push_back(STATIC_TYPE_NAME(ossimFcsiModel)); in getTypeNameList()
279 typeList.push_back(STATIC_TYPE_NAME(ossimSpot5Model)); in getTypeNameList()
280 typeList.push_back(STATIC_TYPE_NAME(ossimSarModel)); in getTypeNameList()
281 typeList.push_back(STATIC_TYPE_NAME(ossimRS1SarModel)); in getTypeNameList()
282 typeList.push_back(STATIC_TYPE_NAME(ossimBuckeyeSensor)); in getTypeNameList()
284 typeList.push_back(STATIC_TYPE_NAME(ossimIpodSensor)); in getTypeNameList()
[all …]
H A DossimMiscProjectionFactory.cpp174 void ossimMiscProjectionFactory::getTypeNameList(std::vector<ossimString>& typeList)const in getTypeNameList()
176 typeList.push_back(ossimString(STATIC_TYPE_NAME(ossimSonomaSensor))); in getTypeNameList()
177 typeList.push_back(ossimString(STATIC_TYPE_NAME(ossimAffineProjection))); in getTypeNameList()
178 typeList.push_back(ossimString(STATIC_TYPE_NAME(ossimBilinearProjection))); in getTypeNameList()
179 typeList.push_back(ossimString(STATIC_TYPE_NAME(ossimRpcProjection))); in getTypeNameList()
180 typeList.push_back(ossimString(STATIC_TYPE_NAME(ossimQuadProjection))); in getTypeNameList()
181 typeList.push_back(ossimString(STATIC_TYPE_NAME(ossimWarpProjection))); in getTypeNameList()
182 typeList.push_back(ossimString(STATIC_TYPE_NAME(ossimPolynomProjection))); in getTypeNameList()
/dports/deskutils/nextcloudclient/desktop-3.4.1/test/
H A Dtestcapabilities.cpp12 QStringList typeList; in testPushNotificationsAvailable_pushNotificationsForActivitiesAvailable_returnTrue() local
13 typeList.append("activities"); in testPushNotificationsAvailable_pushNotificationsForActivitiesAvailable_returnTrue()
16 notifyPushMap["type"] = typeList; in testPushNotificationsAvailable_pushNotificationsForActivitiesAvailable_returnTrue()
29 QStringList typeList; in testPushNotificationsAvailable_pushNotificationsForActivitiesNotAvailable_returnFalse() local
30 typeList.append("noactivities"); in testPushNotificationsAvailable_pushNotificationsForActivitiesNotAvailable_returnFalse()
46 QStringList typeList; in testPushNotificationsAvailable_pushNotificationsForFilesAvailable_returnTrue() local
47 typeList.append("files"); in testPushNotificationsAvailable_pushNotificationsForFilesAvailable_returnTrue()
63 QStringList typeList; in testPushNotificationsAvailable_pushNotificationsForFilesNotAvailable_returnFalse() local
64 typeList.append("nofiles"); in testPushNotificationsAvailable_pushNotificationsForFilesNotAvailable_returnFalse()
80 QStringList typeList; in testPushNotificationsAvailable_pushNotificationsForNotificationsAvailable_returnTrue() local
[all …]
/dports/mail/elm/elm2.5.8/hdrs/
H A Dmcprtlib.h130 MCTypesT *typeList; member
142 MCTypesT *typeList = rock->typeList; \
146 switch (typeList[i].type) { \
148 typeList[i].u.shortV = va_arg(vl, short); \
151 typeList[i].u.longV = va_arg(vl, long); \
154 typeList[i].u.intV = va_arg(vl, int); \
162 typeList[i].u.floatV = va_arg(vl, float); \
165 typeList[i].u.charPV = va_arg(vl, char *); \
168 typeList[i].u.voidPV = va_arg(vl, int *); \
174 typeList[i].u.longPV = va_arg(vl, long *); \
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/util/
H A DossimToolFactory.cpp119 typeList.push_back("ossimInfo"); in getTypeNameList()
120 typeList.push_back("ossimHillshadeUtil"); in getTypeNameList()
121 typeList.push_back("ossimViewshedUtil"); in getTypeNameList()
122 typeList.push_back("ossimSlopeUtil"); in getTypeNameList()
123 typeList.push_back("ossimHLZUtil"); in getTypeNameList()
124 typeList.push_back("ossimShorelineUtil"); in getTypeNameList()
125 typeList.push_back("ossimOrthoUtil"); in getTypeNameList()
127 typeList.push_back("ossimBandMergeUtil"); in getTypeNameList()
128 typeList.push_back("ossimSubImageTool"); in getTypeNameList()
129 typeList.push_back("ossimPointCloudTool"); in getTypeNameList()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/test/src/projection/
H A Dossim-projection-factory-test.cpp32 std::vector<ossimString> typeList;
36 typeList.clear();
37 ossimEpsgProjectionFactory::instance()->getTypeNameList(typeList);
38 i = typeList.begin();
39 while (i < typeList.end())
53 std::vector<ossimString> typeList;
54 ossimProjectionFactoryRegistry::instance()->getTypeNameList(typeList);
56 std::vector<ossimString>::const_iterator i = typeList.begin();
57 while (i < typeList.end())
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Dsolverregistry.hh32 return [](auto typeList, const auto& matrix, const Dune::ParameterTree& config) in defaultPreconditionerBlockLevelCreator()
34 using Matrix = typename Dune::TypeListElement<0, decltype(typeList)>::type; in defaultPreconditionerBlockLevelCreator()
35 using Domain = typename Dune::TypeListElement<1, decltype(typeList)>::type; in defaultPreconditionerBlockLevelCreator()
36 using Range = typename Dune::TypeListElement<2, decltype(typeList)>::type; in defaultPreconditionerBlockLevelCreator()
45 return [](auto typeList, const auto& matrix, const Dune::ParameterTree& config) in defaultPreconditionerCreator() argument
47 using Matrix = typename Dune::TypeListElement<0, decltype(typeList)>::type; in defaultPreconditionerCreator()
48 using Domain = typename Dune::TypeListElement<1, decltype(typeList)>::type; in defaultPreconditionerCreator()
49 using Range = typename Dune::TypeListElement<2, decltype(typeList)>::type; in defaultPreconditionerCreator()
58 return [](auto typeList, in defaultIterativeSolverCreator() argument
64 using Domain = typename Dune::TypeListElement<0, decltype(typeList)>::type; in defaultIterativeSolverCreator()
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/zclconf/go-cty/cty/
H A Dlist_type.go9 type typeList struct { struct
19 typeList{
27 func (t typeList) Equals(other Type) bool { argument
28 ot, isList := other.typeImpl.(typeList)
36 func (t typeList) FriendlyName(mode friendlyTypeNameMode) string { argument
46 func (t typeList) ElementType() Type { argument
50 func (t typeList) GoString() string { argument
57 _, ok := t.typeImpl.(typeList)
70 if lt, ok := t.typeImpl.(typeList); ok {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/zclconf/go-cty/cty/
H A Dlist_type.go9 type typeList struct { struct
19 typeList{
27 func (t typeList) Equals(other Type) bool { argument
28 ot, isList := other.typeImpl.(typeList)
36 func (t typeList) FriendlyName(mode friendlyTypeNameMode) string { argument
46 func (t typeList) ElementType() Type { argument
50 func (t typeList) GoString() string { argument
57 _, ok := t.typeImpl.(typeList)
70 if lt, ok := t.typeImpl.(typeList); ok {
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/zclconf/go-cty/cty/
H A Dlist_type.go9 type typeList struct { struct
19 typeList{
27 func (t typeList) Equals(other Type) bool { argument
28 ot, isList := other.typeImpl.(typeList)
36 func (t typeList) FriendlyName(mode friendlyTypeNameMode) string { argument
46 func (t typeList) ElementType() Type { argument
50 func (t typeList) GoString() string { argument
57 _, ok := t.typeImpl.(typeList)
70 if lt, ok := t.typeImpl.(typeList); ok {
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/zclconf/go-cty/cty/
H A Dlist_type.go9 type typeList struct { struct
19 typeList{
27 func (t typeList) Equals(other Type) bool { argument
28 ot, isList := other.typeImpl.(typeList)
36 func (t typeList) FriendlyName(mode friendlyTypeNameMode) string { argument
46 func (t typeList) ElementType() Type { argument
50 func (t typeList) GoString() string { argument
57 _, ok := t.typeImpl.(typeList)
70 if lt, ok := t.typeImpl.(typeList); ok {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/zclconf/go-cty/cty/
H A Dlist_type.go9 type typeList struct { struct
19 typeList{
27 func (t typeList) Equals(other Type) bool { argument
28 ot, isList := other.typeImpl.(typeList)
36 func (t typeList) FriendlyName(mode friendlyTypeNameMode) string { argument
46 func (t typeList) ElementType() Type { argument
50 func (t typeList) GoString() string { argument
57 _, ok := t.typeImpl.(typeList)
70 if lt, ok := t.typeImpl.(typeList); ok {
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/zclconf/go-cty/cty/
H A Dlist_type.go9 type typeList struct { struct
19 typeList{
27 func (t typeList) Equals(other Type) bool { argument
28 ot, isList := other.typeImpl.(typeList)
36 func (t typeList) FriendlyName(mode friendlyTypeNameMode) string { argument
46 func (t typeList) ElementType() Type { argument
50 func (t typeList) GoString() string { argument
57 _, ok := t.typeImpl.(typeList)
70 if lt, ok := t.typeImpl.(typeList); ok {
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/zclconf/go-cty/cty/
H A Dlist_type.go9 type typeList struct { struct
19 typeList{
27 func (t typeList) Equals(other Type) bool { argument
28 ot, isList := other.typeImpl.(typeList)
36 func (t typeList) FriendlyName(mode friendlyTypeNameMode) string { argument
46 func (t typeList) ElementType() Type { argument
50 func (t typeList) GoString() string { argument
57 _, ok := t.typeImpl.(typeList)
70 if lt, ok := t.typeImpl.(typeList); ok {
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/zclconf/go-cty/cty/
H A Dlist_type.go9 type typeList struct { struct
19 typeList{
27 func (t typeList) Equals(other Type) bool { argument
28 ot, isList := other.typeImpl.(typeList)
36 func (t typeList) FriendlyName(mode friendlyTypeNameMode) string { argument
46 func (t typeList) ElementType() Type { argument
50 func (t typeList) GoString() string { argument
57 _, ok := t.typeImpl.(typeList)
70 if lt, ok := t.typeImpl.(typeList); ok {
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/Library/Classes/
H A DMetadataTag.cs172 typeList = new Dictionary<Type, FREE_IMAGE_MDTYPE>(); in MetadataTag()
176 typeList.Add(typeof(uint), FREE_IMAGE_MDTYPE.FIDT_LONG); in MetadataTag()
177 typeList.Add(typeof(uint[]), FREE_IMAGE_MDTYPE.FIDT_LONG); in MetadataTag()
180 typeList.Add(typeof(sbyte), FREE_IMAGE_MDTYPE.FIDT_SBYTE); in MetadataTag()
182 typeList.Add(typeof(byte), FREE_IMAGE_MDTYPE.FIDT_BYTE); in MetadataTag()
183 typeList.Add(typeof(byte[]), FREE_IMAGE_MDTYPE.FIDT_BYTE); in MetadataTag()
186 typeList.Add(typeof(int), FREE_IMAGE_MDTYPE.FIDT_SLONG); in MetadataTag()
187 typeList.Add(typeof(int[]), FREE_IMAGE_MDTYPE.FIDT_SLONG); in MetadataTag()
190 typeList.Add(typeof(float), FREE_IMAGE_MDTYPE.FIDT_FLOAT); in MetadataTag()
436 if (!typeList.ContainsKey(type)) in SetValue()
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-toolsmith/astcast/
H A Dastcast_generate.go15 typeList := []string{
75 writeCode(astcastFile, typeList)
80 writeTests(astcastTestFile, typeList)
83 func generateCode(tmplText string, typeList []string) []byte {
86 tmpl.Execute(&code, typeList)
94 func writeCode(output io.Writer, typeList []string) {
125 `, typeList)
129 func writeTests(output io.Writer, typeList []string) {
161 `, typeList)
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/tables_gen/pervasives/
H A Dtypes.c83 TypeList addItem(Type data, TypeList typeList) in addItem() argument
87 if (typeList) new -> next = typeList; in addItem()
89 typeList = new; in addItem()
90 return typeList; in addItem()
93 TypeList addItemToEnd(TypeList typeList, Type data) in addItemToEnd() argument
98 if (typeList) { in addItemToEnd()
99 TypeList temp = typeList; in addItemToEnd()
102 } else typeList = new; in addItemToEnd()
103 return typeList; in addItemToEnd()
/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/plugins/main_sections/ms_snmp_inventory/
H A Dms_snmp_inventory.php34 $typeList = $snmp->get_all_type(); variable
37 if(empty($typeList)) {
42 foreach($typeList as $id => $values) {
68 $protectedPost['TABLENAME'] = $typeList[$protectedPost['onglet']]['TABLENAME'];
77 print_item_header($typeList[$protectedPost['onglet']]['TYPENAME']);
78 $columns = $snmp->show_columns($typeList[$protectedPost['onglet']]['TABLENAME']);
101 $queryDetails = "SELECT * FROM ".$typeList[$protectedPost['onglet']]['TABLENAME'];
105 $infos = $snmp->get_infos($typeList[$protectedPost['onglet']]['TABLENAME'], $columns);
/dports/www/kdsoap/kdsoap-1.9.0/unittests/ws_discovery_wsdl/
H A Dtest_ws_discovery_wsdl.cpp124 const QList<KDQName>& typeList = probeMatch.types().entries(); in testReceivingProbe() local
125 QCOMPARE(typeList.size(), 2); in testReceivingProbe()
126 QCOMPARE(typeList.value(0).localName(), QString("PrintBasic")); in testReceivingProbe()
127 QCOMPARE(typeList.value(0).prefix(), QString("i")); in testReceivingProbe()
128 QCOMPARE(typeList.value(0).nameSpace(), QString("http://printer.example.org/2003/imaging")); in testReceivingProbe()
129 QCOMPARE(typeList.value(1).localName(), QString("PrintAdvanced")); in testReceivingProbe()
130 QCOMPARE(typeList.value(1).prefix(), QString("i")); in testReceivingProbe()
131 QCOMPARE(typeList.value(1).nameSpace(), QString("http://printer.example.org/2003/imaging")); in testReceivingProbe()
/dports/devel/kio-extras/kio-extras-21.12.3/smb/kdsoap-ws-discovery-client/src/
H A Dwsdiscoverytargetservice.cpp23 QList<KDQName> typeList; member in WSDiscoveryTargetServiceData
60 for(const KDQName &type : d->typeList) { in isMatchingType()
99 QList<KDQName> WSDiscoveryTargetService::typeList() const in typeList() function in WSDiscoveryTargetService
101 return d->typeList; in typeList()
104 void WSDiscoveryTargetService::setTypeList(const QList<KDQName> &typeList) in setTypeList() argument
106 d->typeList = typeList; in setTypeList()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A Dossim2dTo2dTransformFactory.cpp71 void ossim2dTo2dTransformFactory::getTypeNameList(std::vector<ossimString>& typeList)const in getTypeNameList()
73 typeList.push_back(STATIC_TYPE_NAME(ossim2dBilinearTransform)); in getTypeNameList()
74 typeList.push_back(STATIC_TYPE_NAME(ossim2dTo2dShiftTransform)); in getTypeNameList()
75 typeList.push_back(STATIC_TYPE_NAME(ossim2dTo2dIdentityTransform)); in getTypeNameList()
76 typeList.push_back(STATIC_TYPE_NAME(ossim2dTo2dCompositeTransform)); in getTypeNameList()
77 typeList.push_back(STATIC_TYPE_NAME(ossimAffineTransform)); in getTypeNameList()
H A DossimObjectFactoryRegistry.cpp106 void ossimObjectFactoryRegistry::getTypeNameList(std::vector<ossimString>& typeList)const
116 typeList.insert(typeList.end(),
140 void ossimObjectFactoryRegistry::getTypeNameList(std::vector<ossimString>& typeList, in getTypeNameList() argument
149 typeList.insert(typeList.end(), in getTypeNameList()
164 typeList.push_back(allTypeList[i]); in getTypeNameList()

12345678910>>...52