Home
last modified time | relevance | path

Searched refs:propVal (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/samples/source/
H A DXmpIterations.cpp128 string schemaNS, propPath, propVal; in main() local
151 while(dcIter.Next(&schemaNS, &propPath, &propVal)) in main()
161 while(dcIter2.Next(&schemaNS, &propPath, &propVal)) in main()
171 while(exifIter.Next(&schemaNS, &propPath, &propVal)) in main()
231 cout << propPath << " = " << propVal << endl; in main()
241 cout << propPath << " = " << propVal << endl; in main()
250 cout << propPath << " = " << propVal << endl; in main()
260 cout << propPath << " = " << propVal << endl; in main()
269 cout << propPath << " = " << propVal << endl; in main()
278 cout << propPath << " = " << propVal << endl; in main()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/FileParsers/
H A DtestTpls.cpp29 std::string propVal; in test1() local
38 TEST_ASSERT(propVal == "compound 2"); in test1()
40 m->getProp("Conf_1_Name", propVal); in test1()
41 TEST_ASSERT(propVal == "conf 1"); in test1()
75 std::string propVal; in test2() local
84 TEST_ASSERT(propVal == "compound 1"); in test2()
86 m->getProp("Conf_1_Name", propVal); in test2()
87 TEST_ASSERT(propVal == "conf9"); in test2()
100 TEST_ASSERT(propVal == "compound 1"); in test2()
102 m2->getProp("Conf_1_Name", propVal); in test2()
[all …]
H A DFileParserUtils.h161 std::string propVal; variable
163 propVal += boost::str(boost::format("[%s] ") % missingValueMarker);
175 if (propVal.length() + apVal.length() + 1 >= lineSize) {
177 propVal.pop_back();
178 res += propVal + "\n";
179 propVal = "";
181 propVal += apVal + " ";
183 if (!propVal.empty()) {
185 propVal.pop_back();
186 res += propVal;
/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/t/
H A Dut_std_string.t.cpp25 std::string propVal; variable
27 propVal = UT_std_string_getPropVal(propString, "fred");
28 TFPASS(propVal == "nerk");
30 propVal = UT_std_string_getPropVal(propString, "table-width");
31 TFPASS(propVal == "1.0in");
33 propVal = UT_std_string_getPropVal(propString, "table-height");
34 TFPASS(propVal == "10.in");
36 propVal = UT_std_string_getPropVal(propString, "foo");
37 TFPASS(propVal.empty());
/dports/japanese/uim-mozc/macuim-0.6.16.2.1/Sources/
H A DPreferenceController.m79 CFPropertyListRef propVal;
92 if (propVal && CFGetTypeID(propVal) == CFStringGetTypeID()) {
93 gCandFont = (CFStringRef)propVal;
95 if (propVal)
96 CFRelease(propVal);
100 if (propVal && CFGetTypeID(propVal) == CFNumberGetTypeID()) {
104 if (propVal)
105 CFRelease(propVal);
116 if (propVal && CFGetTypeID(propVal) == CFStringGetTypeID()) {
121 if (propVal)
[all …]
H A DMacUIMPrefPane.m190 if (propVal && CFGetTypeID(propVal) == CFStringGetTypeID()) {
211 if (propVal)
212 CFRelease(propVal);
232 if (propVal && CFGetTypeID(propVal) == CFStringGetTypeID())
235 if (propVal)
236 CFRelease(propVal);
240 if (propVal && CFGetTypeID(propVal) == CFNumberGetTypeID())
243 if (propVal)
244 CFRelease(propVal);
281 if (propVal && CFGetTypeID(propVal) == CFArrayGetTypeID()) {
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DPropertyMapHelper.cxx58 for (beans::PropertyValue const& propVal : rValues) in lcl_DumpPropertyValues()
62 TagLogger::getInstance().attribute("name", propVal.Name); in lcl_DumpPropertyValues()
67 propVal.Value >>= aInt; in lcl_DumpPropertyValues()
74 if (propVal.Name == "TableColumnSeparators") in lcl_DumpPropertyValues()
76 lcl_DumpTableColumnSeparators(propVal.Value); in lcl_DumpPropertyValues()
88 for (auto const& propVal : rPropValSeq) in lcl_DumpPropertyValueSeq() local
90 lcl_DumpPropertyValues(propVal); in lcl_DumpPropertyValueSeq()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DPropertyMapHelper.cxx61 for (beans::PropertyValue const & propVal : rValues) in lcl_DumpPropertyValues()
65 TagLogger::getInstance().attribute("name", propVal.Name); in lcl_DumpPropertyValues()
70 propVal.Value >>= aInt; in lcl_DumpPropertyValues()
77 if ( propVal.Name == "TableColumnSeparators" ) in lcl_DumpPropertyValues()
79 lcl_DumpTableColumnSeparators(propVal.Value); in lcl_DumpPropertyValues()
91 for (auto const & propVal : rPropValSeq) in lcl_DumpPropertyValueSeq() local
93 lcl_DumpPropertyValues(propVal); in lcl_DumpPropertyValueSeq()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/util/
H A DPropertyPlaceholderHelper.java146 String propVal = placeholderResolver.resolvePlaceholder(placeholder);
147 if (propVal == null && this.valueSeparator != null) {
152 propVal = placeholderResolver.resolvePlaceholder(actualPlaceholder);
153 if (propVal == null) {
154 propVal = defaultValue;
158 if (propVal != null) {
161 propVal = parseStringValue(propVal, placeholderResolver, visitedPlaceholders);
162 buf.replace(startIndex, endIndex + this.placeholderSuffix.length(), propVal);
166 startIndex = buf.indexOf(this.placeholderPrefix, startIndex + propVal.length());
H A DSystemPropertyUtils.java94 String propVal = System.getProperty(placeholderName); in resolvePlaceholder() local
95 if (propVal == null) { in resolvePlaceholder()
97 propVal = System.getenv(placeholderName); in resolvePlaceholder()
99 return propVal; in resolvePlaceholder()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/flight_control/
H A DFGDistributor.cpp145 … for (auto propVal = Case->IterPropValPairs(); propVal != Case->EndPropValPairs(); ++propVal) { in Debug() local
146 std::cout << " Set property " << (*propVal)->GetPropName(); in Debug()
147 if ((*propVal)->GetLateBoundProp()) std::cout << " (late bound)"; in Debug()
148 std::cout << " to " << (*propVal)->GetValString(); in Debug()
149 if ((*propVal)->GetLateBoundValue()) std::cout << " (late bound)"; in Debug()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/main/java/org/springframework/beans/factory/config/
H A DPropertyPlaceholderConfigurer.java154 String propVal = null; in resolvePlaceholder() local
156 propVal = resolveSystemProperty(placeholder); in resolvePlaceholder()
158 if (propVal == null) { in resolvePlaceholder()
159 propVal = resolvePlaceholder(placeholder, props); in resolvePlaceholder()
161 if (propVal == null && systemPropertiesMode == SYSTEM_PROPERTIES_MODE_FALLBACK) { in resolvePlaceholder()
162 propVal = resolveSystemProperty(placeholder); in resolvePlaceholder()
164 return propVal; in resolvePlaceholder()
/dports/mail/roundcube-carddav/carddav-4.0.4-vendor/vendor/mstilkerich/carddavclient/src/
H A DAddressbookCollection.php73 foreach ($props as $propName => $propVal) {
76 if (is_array($propVal)) {
77 if (isset($propVal[0]) && is_array($propVal[0])) {
78 $propVal = array_map(
82 $propVal
85 $desc .= implode(", ", $propVal);
87 $desc .= $propVal;
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolInterchange/
H A DParser.cpp423 for (const auto &propVal : molval["properties"].GetObject()) { in processMol() local
424 if (propVal.value.IsInt()) { in processMol()
425 mol->setProp(propVal.name.GetString(), propVal.value.GetInt()); in processMol()
426 } else if (propVal.value.IsDouble()) { in processMol()
427 mol->setProp(propVal.name.GetString(), propVal.value.GetDouble()); in processMol()
428 } else if (propVal.value.IsString()) { in processMol()
429 mol->setProp(propVal.name.GetString(), propVal.value.GetString()); in processMol()
435 for (const auto &propVal : molval["extensions"].GetArray()) { in processMol() local
436 if (!propVal.HasMember("name")) { in processMol()
441 readRDKitRepresentation(mol, propVal, params); in processMol()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DObjLiteral.cpp66 JS::Value propVal; in InterpretObjLiteralObj() local
68 propVal = InterpretObjLiteralValue(atoms, insn); in InterpretObjLiteralObj()
71 if (!properties.emplaceBack(propId, propVal)) { in InterpretObjLiteralObj()
98 JS::Value propVal = InterpretObjLiteralValue(atoms, insn); in InterpretObjLiteralArray() local
99 if (!elements.append(propVal)) { in InterpretObjLiteralArray()
/dports/www/firefox-esr/firefox-91.8.0/js/src/fuzz-tests/
H A DtestWasm.cpp75 RootedValue propVal(gCx); in assignImportKind() local
77 lastExportIds[*currentExportId], &propVal)) { in assignImportKind()
83 if (propVal.isObject() && propVal.toObject().is<T>()) { in assignImportKind()
84 if (!JS_SetProperty(gCx, obj, import.field.get(), propVal)) { in assignImportKind()
372 RootedValue propVal(gCx); in testWasmFuzz() local
373 if (!JS_GetPropertyById(gCx, exportsObj, lastExportIds[i], &propVal)) { in testWasmFuzz()
377 if (propVal.isObject()) { in testWasmFuzz()
378 RootedObject propObj(gCx, &propVal.toObject()); in testWasmFuzz()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/fuzz-tests/
H A DtestWasm.cpp75 RootedValue propVal(gCx); in assignImportKind() local
77 lastExportIds[*currentExportId], &propVal)) { in assignImportKind()
83 if (propVal.isObject() && propVal.toObject().is<T>()) { in assignImportKind()
84 if (!JS_SetProperty(gCx, obj, import.field.get(), propVal)) { in assignImportKind()
353 RootedValue propVal(gCx); in testWasmFuzz() local
354 if (!JS_GetPropertyById(gCx, exportsObj, lastExportIds[i], &propVal)) { in testWasmFuzz()
358 if (propVal.isObject()) { in testWasmFuzz()
359 RootedObject propObj(gCx, &propVal.toObject()); in testWasmFuzz()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/fuzz-tests/
H A DtestWasm.cpp75 RootedValue propVal(gCx); in assignImportKind() local
77 lastExportIds[*currentExportId], &propVal)) { in assignImportKind()
83 if (propVal.isObject() && propVal.toObject().is<T>()) { in assignImportKind()
84 if (!JS_SetProperty(gCx, obj, import.field.get(), propVal)) { in assignImportKind()
372 RootedValue propVal(gCx); in testWasmFuzz() local
373 if (!JS_GetPropertyById(gCx, exportsObj, lastExportIds[i], &propVal)) { in testWasmFuzz()
377 if (propVal.isObject()) { in testWasmFuzz()
378 RootedObject propObj(gCx, &propVal.toObject()); in testWasmFuzz()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/jndi/dns/EnvTests/
H A DEnvTestBase.java71 public void addToEnvAndVerifyOldValIsNull(String propName, Object propVal) in addToEnvAndVerifyOldValIsNull() argument
73 addToEnvAndVerifyOldValIsNull(context(), propName, propVal); in addToEnvAndVerifyOldValIsNull() local
87 Object propVal) throws NamingException { in addToEnvAndVerifyOldValIsNull() argument
88 Object oldValue = context.addToEnvironment(propName, propVal); in addToEnvAndVerifyOldValIsNull()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/jndi/dns/EnvTests/
H A DEnvTestBase.java71 public void addToEnvAndVerifyOldValIsNull(String propName, Object propVal) in addToEnvAndVerifyOldValIsNull() argument
73 addToEnvAndVerifyOldValIsNull(context(), propName, propVal); in addToEnvAndVerifyOldValIsNull() local
87 Object propVal) throws NamingException { in addToEnvAndVerifyOldValIsNull() argument
88 Object oldValue = context.addToEnvironment(propName, propVal); in addToEnvAndVerifyOldValIsNull()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/jndi/dns/EnvTests/
H A DEnvTestBase.java71 public void addToEnvAndVerifyOldValIsNull(String propName, Object propVal) in addToEnvAndVerifyOldValIsNull() argument
73 addToEnvAndVerifyOldValIsNull(context(), propName, propVal); in addToEnvAndVerifyOldValIsNull() local
87 Object propVal) throws NamingException { in addToEnvAndVerifyOldValIsNull() argument
88 Object oldValue = context.addToEnvironment(propName, propVal); in addToEnvAndVerifyOldValIsNull()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/jndi/dns/EnvTests/
H A DEnvTestBase.java71 public void addToEnvAndVerifyOldValIsNull(String propName, Object propVal) in addToEnvAndVerifyOldValIsNull() argument
73 addToEnvAndVerifyOldValIsNull(context(), propName, propVal); in addToEnvAndVerifyOldValIsNull() local
87 Object propVal) throws NamingException { in addToEnvAndVerifyOldValIsNull() argument
88 Object oldValue = context.addToEnvironment(propName, propVal); in addToEnvAndVerifyOldValIsNull()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/com/sun/jndi/dns/EnvTests/
H A DEnvTestBase.java71 public void addToEnvAndVerifyOldValIsNull(String propName, Object propVal) in addToEnvAndVerifyOldValIsNull() argument
73 addToEnvAndVerifyOldValIsNull(context(), propName, propVal); in addToEnvAndVerifyOldValIsNull() local
87 Object propVal) throws NamingException { in addToEnvAndVerifyOldValIsNull() argument
88 Object oldValue = context.addToEnvironment(propName, propVal); in addToEnvAndVerifyOldValIsNull()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/jndi/dns/EnvTests/
H A DEnvTestBase.java71 public void addToEnvAndVerifyOldValIsNull(String propName, Object propVal) in addToEnvAndVerifyOldValIsNull() argument
73 addToEnvAndVerifyOldValIsNull(context(), propName, propVal); in addToEnvAndVerifyOldValIsNull() local
87 Object propVal) throws NamingException { in addToEnvAndVerifyOldValIsNull() argument
88 Object oldValue = context.addToEnvironment(propName, propVal); in addToEnvAndVerifyOldValIsNull()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/jndi/dns/EnvTests/
H A DEnvTestBase.java71 public void addToEnvAndVerifyOldValIsNull(String propName, Object propVal) in addToEnvAndVerifyOldValIsNull() argument
73 addToEnvAndVerifyOldValIsNull(context(), propName, propVal); in addToEnvAndVerifyOldValIsNull() local
87 Object propVal) throws NamingException { in addToEnvAndVerifyOldValIsNull() argument
88 Object oldValue = context.addToEnvironment(propName, propVal); in addToEnvAndVerifyOldValIsNull()

12345678910>>...14