Home
last modified time | relevance | path

Searched refs:propertyIt (Results 1 – 9 of 9) sorted by relevance

/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/language/
H A Dpropertymapinternal.cpp96 const auto propertyIt = moduleMap.find(key); in moduleProperty() local
97 if (propertyIt == moduleMap.end()) { in moduleProperty()
104 return propertyIt.value(); in moduleProperty()
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/java/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNormalizer.java309 for (Iterator propertyIt = currSchema.iterateChildren(); propertyIt.hasNext();) in moveExplicitAliases()
311 XMPNode currProp = (XMPNode) propertyIt.next(); in moveExplicitAliases()
343 propertyIt.remove(); in moveExplicitAliases()
352 transplantArrayItemAlias (propertyIt, currProp, baseNode); in moveExplicitAliases()
366 propertyIt.remove(); in moveExplicitAliases()
391 transplantArrayItemAlias (propertyIt, currProp, baseNode); in moveExplicitAliases()
400 propertyIt.remove(); in moveExplicitAliases()
417 private static void transplantArrayItemAlias(Iterator propertyIt, XMPNode childNode, in transplantArrayItemAlias() argument
432 propertyIt.remove(); in transplantArrayItemAlias()
/dports/sysutils/plasma5-plasma-disks/plasma-disks-5.23.5/src/kcm/
H A Ddevicemodel.cpp143 … for (auto propertyIt = propertyMap.cbegin(); propertyIt != propertyMap.cend(); ++propertyIt) { in addObject() local
144 obj->setProperty(qPrintable(propertyIt.key()), propertyIt.value()); in addObject()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.incubator.jpackage/share/native/applauncher/
H A DCfgFile.cpp81 Properties::iterator propertyIt = mapIt->second.begin(); in expandMacros() local
83 for (; propertyIt != propertyEnd; ++propertyIt) { in expandMacros()
84 tstring_array::iterator strIt = propertyIt->second.begin(); in expandMacros()
85 const tstring_array::iterator strEnd = propertyIt->second.end(); in expandMacros()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jpackage/share/native/applauncher/
H A DCfgFile.cpp81 Properties::iterator propertyIt = mapIt->second.begin(); in expandMacros() local
83 for (; propertyIt != propertyEnd; ++propertyIt) { in expandMacros()
84 tstring_array::iterator strIt = propertyIt->second.begin(); in expandMacros()
85 const tstring_array::iterator strEnd = propertyIt->second.end(); in expandMacros()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jpackage/share/native/applauncher/
H A DCfgFile.cpp81 Properties::iterator propertyIt = mapIt->second.begin(); in expandMacros() local
83 for (; propertyIt != propertyEnd; ++propertyIt) { in expandMacros()
84 tstring_array::iterator strIt = propertyIt->second.begin(); in expandMacros()
85 const tstring_array::iterator strEnd = propertyIt->second.end(); in expandMacros()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DWindow.cpp3688 for (PropertySet::PropertyIterator propertyIt = getPropertyIterator(); in clonePropertiesTo() local
3689 !propertyIt.isAtEnd(); in clonePropertiesTo()
3690 ++propertyIt) in clonePropertiesTo()
3692 const String& propertyName = propertyIt.getCurrentKey(); in clonePropertiesTo()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/server/services/wms/
H A Dqgswmsrenderer.cpp2106 …for ( auto propertyIt = propertyList.constBegin() ; propertyIt != propertyList.constEnd(); ++prope… in convertFeatureInfoToSia2045() local
2108 layerPropertyAttributes.insert( *propertyIt ); in convertFeatureInfoToSia2045()
/dports/graphics/qgis/qgis-3.22.3/src/server/services/wms/
H A Dqgswmsrenderer.cpp2281 …for ( auto propertyIt = propertyList.constBegin() ; propertyIt != propertyList.constEnd(); ++prope… in convertFeatureInfoToSia2045() local
2283 layerPropertyAttributes.insert( *propertyIt ); in convertFeatureInfoToSia2045()