Home
last modified time | relevance | path

Searched refs:getStringValue (Results 1 – 25 of 1809) sorted by relevance

12345678910>>...73

/dports/devel/staf/src/staf/install/ismp/classes/
H A DSTAFGetRegistry.java53 setPreviousVersionDirectory(wrs.getStringValue( in execute()
57 setPreviousVersionInstallType(wrs.getStringValue( in execute()
70 setPreviousVersionDirectory(wrs.getStringValue( in execute()
87 setPreviousVersionDirectory(wrs.getStringValue( in execute()
104 setPreviousVersionDirectory(wrs.getStringValue( in execute()
121 setPreviousVersionDirectory(wrs.getStringValue( in execute()
138 setPreviousVersionDirectory(wrs.getStringValue( in execute()
155 setPreviousVersionDirectory(wrs.getStringValue( in execute()
438 setPreviousVersionDirectory(wrs.getStringValue( in checkPrevious2xVersions()
450 setPreviousVersionDirectory(wrs.getStringValue( in checkPrevious2xVersions()
[all …]
H A DSTAFGetRegistry2x.java53 setPreviousVersionDirectory(wrs.getStringValue( in execute()
57 setPreviousVersionInstallType(wrs.getStringValue( in execute()
70 setPreviousVersionDirectory(wrs.getStringValue( in execute()
87 setPreviousVersionDirectory(wrs.getStringValue( in execute()
104 setPreviousVersionDirectory(wrs.getStringValue( in execute()
121 setPreviousVersionDirectory(wrs.getStringValue( in execute()
138 setPreviousVersionDirectory(wrs.getStringValue( in execute()
387 setPreviousVersionDirectory(wrs.getStringValue( in checkPrevious2xVersions()
391 setPreviousVersionInstallType(wrs.getStringValue( in checkPrevious2xVersions()
399 setPreviousVersionDirectory(wrs.getStringValue( in checkPrevious2xVersions()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Ditem.cpp399 getType()->getStringValue() in getStringValue()
411 getType()->getStringValue() in getStringValue2()
423 getType()->getStringValue() in appendStringValue()
453 getType()->getStringValue() in getNamespace()
468 getType()->getStringValue() in getPrefix()
483 getType()->getStringValue() in getLocalName()
498 getType()->getStringValue() in getString()
513 getType()->getStringValue() in getBase64BinaryValue()
530 getType()->getStringValue() in isEncoded()
545 getType()->getStringValue() in getBooleanValue()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/test_suite/unit_tests/Instrumentation/
H A Dtest_hold_controller.cxx184 std::string s = statusNode->getStringValue(); in testHoldEntryDirect()
193 std::string s = statusNode->getStringValue(); in testHoldEntryDirect()
203 std::string s = statusNode->getStringValue(); in testHoldEntryDirect()
215 std::string s = statusNode->getStringValue(); in testHoldEntryDirect()
302 std::string s = statusNode->getStringValue(); in testHoldEntryTeardrop()
309 std::string s = statusNode->getStringValue(); in testHoldEntryTeardrop()
318 std::string s = statusNode->getStringValue(); in testHoldEntryTeardrop()
327 std::string s = statusNode->getStringValue(); in testHoldEntryTeardrop()
413 std::string s = statusNode->getStringValue(); in testHoldEntryParallel()
420 std::string s = statusNode->getStringValue(); in testHoldEntryParallel()
[all …]
/dports/textproc/zorba/zorba-2.7.0/test/api/
H A Ditemfactory.cpp113 UNIT_ASSERT ( lItem.getStringValue() == "abc" ); in itemfactory()
137 UNIT_ASSERT ( lItem.getStringValue() == "name" ); in itemfactory()
147 UNIT_ASSERT ( lItem.getStringValue() == "name" ); in itemfactory()
174 UNIT_ASSERT ( lItem.getStringValue() == "" ); in itemfactory()
190 UNIT_ASSERT ( lItem.getStringValue() == "" ); in itemfactory()
268 UNIT_ASSERT ( lItem.getStringValue() == "233" ); in itemfactory()
279 UNIT_ASSERT ( lItem.getStringValue() == "97" ); in itemfactory()
402 UNIT_ASSERT ( lItem.getStringValue() == "97" ); in itemfactory()
412 UNIT_ASSERT ( lItem.getStringValue() == "10" ); in itemfactory()
421 UNIT_ASSERT ( lItem.getStringValue() == "10" ); in itemfactory()
[all …]
/dports/textproc/zorba/zorba-2.7.0/swig/xqj/
H A DZorbaXQItem.java292 return lItem.getStringValue(); in getAtomicValue()
449 result = item.getStringValue(); in getObject()
487 result = item.getStringValue(); in getObject()
490 result = item.getStringValue(); in getObject()
499 result = item.getStringValue(); in getObject()
502 result = item.getStringValue(); in getObject()
505 result = item.getStringValue(); in getObject()
511 result = item.getStringValue(); in getObject()
517 result = item.getStringValue(); in getObject()
523 result = item.getStringValue(); in getObject()
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/tabs/
H A Dsetup_theme.cpp67 mTheme(config.getStringValue("theme")), in Setup_Theme()
74 mFont(config.getStringValue("font")), in Setup_Theme()
80 mLang(config.getStringValue("lang")), in Setup_Theme()
177 config.getStringValue("font"))); in Setup_Theme()
179 config.getStringValue("boldFont"))); in Setup_Theme()
183 config.getStringValue("helpFont"))); in Setup_Theme()
187 config.getStringValue("npcFont"))); in Setup_Theme()
189 config.getStringValue("japanFont"))); in Setup_Theme()
191 config.getStringValue("chinaFont"))); in Setup_Theme()
336 mTheme = config.getStringValue("theme"); in cancel()
[all …]
/dports/devel/open-beagle/beagle-3.0.3/PACC/SVG/
H A DPath.hpp107 MoveTo(const Point &inPoint) : PathData(string("M") + inPoint.getStringValue()) {} in MoveTo()
109 MoveTo(float inX, float inY) : PathData(string("M") + Point(inX, inY).getStringValue()) {} in MoveTo()
117 LineTo(const Point &inPoint) : PathData(string("L") + inPoint.getStringValue()) {} in LineTo()
119 LineTo(float inX, float inY) : PathData(string("L") + Point(inX, inY).getStringValue()) {} in LineTo()
139 …nt2) : PathData("C" + inCtlPoint1.getStringValue() + " " + inCtlPoint2.getStringValue() + " " + in… in CubicCurveTo()
148 …onst Point &inCtlPoint) : PathData("S" + inCtlPoint.getStringValue() + " " + inPoint.getStringVal… in CubicCurveTo()
156 …t Point &inCtlPoint) : PathData("Q" + inCtlPoint.getStringValue() + " " + " " + inPoint.getString… in QuadraticCurveTo()
164 QuadraticCurveTo(const Point &inPoint) : PathData("S" + inPoint.getStringValue()) {} in QuadraticCurveTo()
213 …" + ( inLargeArc ? "1" : "0" ) + " " + ( inSweep ? "1" : "0" ) + " " + inPoint.getStringValue()) {} in EllipticalArcTo()
/dports/games/dunelegacy/dunelegacy-0.96.4/tests/INIFileTestCase/
H A DINIFileTestCase1.cpp17 CPPUNIT_ASSERT(pINIFile->getStringValue("", "anonymous_section_key") == "exists"); in testAnonymousSection()
18 …CPPUNIT_ASSERT(pINIFile->getStringValue("", "NonExistent", "SomeDefaultValue") == "SomeDefaultValu… in testAnonymousSection()
34 CPPUNIT_ASSERT(pINIFile->getStringValue("Section1_StringKeys", "StringKey1") == "StringValue1"); in testReadString()
35 CPPUNIT_ASSERT(pINIFile->getStringValue("Section1_StringKeys", "StringKey2") == "StringValue2"); in testReadString()
36 CPPUNIT_ASSERT(pINIFile->getStringValue("Section1_StringKeys", "StringKey3") == "StringValue3"); in testReadString()
39 …CPPUNIT_ASSERT(pINIFile->getStringValue("NonExistent", "NonExistent", "SomeDefaultValue") == "Some… in testReadString()
73 …CPPUNIT_ASSERT(pINIFile->getStringValue("Section5_MiXeDcAsE", "MiXeDcAsEkEy") == "mixedCaseString"… in testMixedCase()
85 CPPUNIT_ASSERT(pINIFile->getStringValue("Section6 extreme", "a b c") == "xyz abc"); in testExtreme()
86 …CPPUNIT_ASSERT(pINIFile->getStringValue("Section6 extreme", "tricky string") == "comment #fake com… in testExtreme()
115 CPPUNIT_ASSERT(iter->getStringValue() == "xyz abc"); in testIterateKeys()
[all …]
/dports/textproc/zorba/zorba-2.7.0/swig/ruby/tests/
H A Dtest08.rb45 …print pre + "Leaf Atomic: '" + item.getStringValue() + "' \ttype:", typeItem.getStringValue() + "\…
66 …print pre + "Start Element: ", nodeName.getStringValue() + " \ttype:", typeItem.getStringValue() +…
71 print pre + "End Element: " + nodeName.getStringValue() + "\n"
77 …pre + "Attribute: " + nodeName.getStringValue() + "= '" + item.getStringValue() + "'"" \ttype:" + …
83 print pre + "Text: " + item.getStringValue() + " \ttype:", typeItem.getStringValue() + "\n"
90 print pre + "Pi: " + nodeName.getStringValue() + "\n"
93 print pre + "Comment: " + item.getStringValue() + "\n"
/dports/textproc/zorba/zorba-2.7.0/swig/php/tests/
H A Dtest08.php55 …println ($pre . "Leaf Atomic: '" . $item->getStringValue() . "' \ttype:" . $typeItem->getStringVal…
76 …println ($pre . "Start Element: " . $nodeName->getStringValue() . " \ttype:" . $typeItem->getStrin…
81 println ($pre . "End Element: " . $nodeName->getStringValue());
87 …e . "Attribute: " . $nodeName->getStringValue() . "= '" . $item->getStringValue() . " \ttype:" . $…
93 … println ($pre . "Text: " . $item->getStringValue() . " \ttype:" . $typeItem->getStringValue());
100 println ($pre . "Pi: " . $nodeName->getStringValue());
103 println ($pre . "Comment: " . $item->getStringValue());
/dports/devel/simgear/simgear-2020.3.11/simgear/package/
H A DPackage.cxx50 m_id = m_props->getStringValue("id"); in initWithProps()
289 return m_props->getStringValue("md5"); in md5()
294 std::string r(m_props->getStringValue("dir")); in dirName()
311 return m_props->getStringValue("name"); in name()
357 r.push_back(dl->getStringValue()); in downloadUrls()
376 return aRoot->getStringValue(aName); in getLocalisedString()
389 return localeRoot->getStringValue(aName); in getLocalisedString()
392 return aRoot->getStringValue(aName); in getLocalisedString()
441 if (vid == var->getStringValue("id")) { in nameForVariant()
442 return var->getStringValue("name"); in nameForVariant()
[all …]
/dports/textproc/zorba/zorba-2.7.0/modules/com/zorba-xquery/www/modules/http-client.xq.src/
H A Drequest_parser.cpp104 lMethod = lItem.getStringValue(); in handleRequest()
106 lHref = lItem.getStringValue(); in handleRequest()
110 lUsername = lItem.getStringValue(); in handleRequest()
112 lPassword = lItem.getStringValue(); in handleRequest()
114 lAuthMethod = lItem.getStringValue(); in handleRequest()
179 lMessage = lItem.getStringValue(); in handleResponse()
205 lName = lItem.getStringValue(); in handleHeader()
207 lValue = lItem.getStringValue(); in handleHeader()
231 lContentType = lItem.getStringValue(); in handleBody()
233 lSrc = lItem.getStringValue(); in handleBody()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/Main/
H A Dfg_commands.cxx174 return !strcmp(value1->getStringValue(), value2->getStringValue()); in compare_values()
256 SGPath file(arg->getStringValue("file", "fgfs.sav")); in do_load()
289 SGPath file(arg->getStringValue("file", "fgfs.sav")); in do_save()
399 return prop->setUnspecifiedValue(value->getStringValue()); in do_property_assign()
500 const string & tmp = prop1->getStringValue(); in do_property_swap()
695 arg->getStringValue("type", "numeric"), in do_property_interpolate()
698 arg->getStringValue("easing", "linear") in do_property_interpolate()
740 SGPath file(arg->getStringValue("filename")); in do_load_xml_to_proptree()
751 std::string icao = arg->getStringValue("icao"); in do_load_xml_to_proptree()
822 std::string url(arg->getStringValue("url")); in do_load_xml_from_url()
[all …]
H A Dfg_scene_commands.cxx99 fgSetString("/sim/aircraft", arg->getStringValue("aircraft")); in do_switch_aircraft()
124 string panel_path = arg->getStringValue("path"); in do_panel_load()
302 gui->showDialog(arg->getStringValue("dialog-name")); in do_dialog_show()
336 dialog->updateValues(arg->getStringValue("object-name")); in do_dialog_update()
348 path = arg->getStringValue("path"); in do_open_browser()
351 path = arg->getStringValue("url"); in do_open_browser()
389 dialog->applyValues(arg->getStringValue("object-name")); in do_dialog_apply()
452 const char *prefix = arg->getStringValue("prefix"); in do_press_cockpit_button()
466 fgSetBool(arg->getStringValue("discrete"), value > 0); in do_press_cockpit_button()
474 const char *prefix = arg->getStringValue("prefix"); in do_release_cockpit_button()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/test_suite/unit_tests/Navaids/
H A Dtest_routeManager.cxx101 CPPUNIT_ASSERT(!strcmp("obs", gpsNode->getStringValue("mode"))); in testBasic()
110 CPPUNIT_ASSERT(!strcmp("leg", gpsNode->getStringValue("mode"))); in testBasic()
128 CPPUNIT_ASSERT(!strcmp("CLN", wp1Node->getStringValue("id"))); in testBasic()
179 CPPUNIT_ASSERT(!strcmp("RIVER", wp0Node->getStringValue("id"))); in testBasic()
180 CPPUNIT_ASSERT(!strcmp("RTM", wp1Node->getStringValue("id"))); in testBasic()
192 std::string mode = gpsNode->getStringValue("mode"); in testBasic()
254 CPPUNIT_ASSERT(!strcmp("NIK", wp1Node->getStringValue("id"))); in testDirectToLegOnFlightplanAndResume()
509 std::string s = statusNode->getStringValue(); in testHoldFromNasal()
517 std::string s = statusNode->getStringValue(); in testHoldFromNasal()
523 std::string s = statusNode->getStringValue(); in testHoldFromNasal()
[all …]
/dports/textproc/zorba/zorba-2.7.0/swig/csharp/tests/
H A Dtest08.cs40 …onsole.WriteLine(pre + "Leaf Atomic: \"" + item.getStringValue() + "\" \ttype:" + typeItem.getStri… in printItem()
61 …sole.WriteLine( pre + "Start Element: ", nodeName.getStringValue(), " \ttype:", typeItem.getString… in printItem()
66 System.Console.WriteLine( pre + "End Element: " + nodeName.getStringValue() ); in printItem()
74 …pre + "Attribute: " + nodeName.getStringValue() + "= \"" + item.getStringValue() + "\" \ttype:" + … in printItem()
82 …System.Console.WriteLine( pre + "Text: " + item.getStringValue() + " \ttype:" + typeItem.getString… in printItem()
90 System.Console.WriteLine( pre + "Pi: " + nodeName.getStringValue() ); in printItem()
94 System.Console.WriteLine( pre + "Comment: " + item.getStringValue() ); in printItem()
/dports/x11-toolkits/plib/plib-1.8.5/src/pui/
H A DpuInput.cxx308 cursor_position = strlen ( getStringValue () ) ; in checkKey()
324 p = new char [ strlen ( getStringValue () ) ] ; in checkKey()
327 getStringValue () + cursor_position ) ; in checkKey()
338 p = new char [ strlen ( getStringValue () ) ] ; in checkKey()
339 strncpy ( p, getStringValue (), cursor_position ) ; in checkKey()
351 p = getStringValue () ; in checkKey()
375 int str_val_len = strlen ( getStringValue () ) ; in checkKey()
378 memcpy ( p, getStringValue (), cursor_position ) ; in checkKey()
396 p = new char [ strlen ( getStringValue () ) + 2 ] ; in checkKey()
397 strncpy ( p, getStringValue (), cursor_position ) ; in checkKey()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/skin/
H A DSWTSkinPropertiesClone.java163 if (properties.getStringValue(sCloneConfigID + name) != null) { in getIntValue()
192 public String getStringValue(String name, String def) { in getStringValue() method in SWTSkinPropertiesClone
200 return properties.getStringValue(name, def); in getStringValue()
204 String val = properties.getStringValue(sCloneConfigID + name, in getStringValue()
215 public String getStringValue(String name) { in getStringValue() method in SWTSkinPropertiesClone
223 return properties.getStringValue(name); in getStringValue()
227 String val = properties.getStringValue(sCloneConfigID + name, in getStringValue()
266 return properties.getStringValue(name, params, def); in getStringValue()
279 public String getStringValue(String name, String[] params) { in getStringValue() method in SWTSkinPropertiesClone
287 return properties.getStringValue(name, params); in getStringValue()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/
H A DAnnotationPreference.java393 protected String getStringValue(Object attribute) { in getStringValue() method in AnnotationPreference
462 key.equals(getStringValue(TEXT_PREFERENCE_KEY)) || in isPreferenceKey()
537 return getStringValue(COLOR_PREFERENCE_KEY); in getColorPreferenceKey()
557 return getStringValue(PREFERENCE_LABEL); in getPreferenceLabel()
616 return getStringValue(TEXT_PREFERENCE_KEY); in getTextPreferenceKey()
636 return getStringValue(HIGHLIGHT_PREFERENCE_KEY); in getHighlightPreferenceKey()
806 return getStringValue(IS_GO_TO_NEXT_TARGET_KEY); in getIsGoToNextNavigationTargetKey()
846 return getStringValue(IS_GO_TO_PREVIOUS_TARGET_KEY); in getIsGoToPreviousNavigationTargetKey()
916 return getStringValue(TEXT_STYLE_PREFERENCE_KEY); in getTextStylePreferenceKey()
926 return getStringValue(TEXT_STYLE_PREFERENCE_VALUE); in getTextStyleValue()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/Cockpit/
H A Dpanel_io.cxx184 string name = node->getStringValue("name"); in readAction()
199 << bindings[i]->getStringValue("command")); in readAction()
259 string type = node->getStringValue("type"); in readTransformation()
350 string name = node->getStringValue("name"); in readTextChunk()
351 string type = node->getStringValue("type"); in readTextChunk()
352 string format = node->getStringValue("format"); in readTextChunk()
363 string text = node->getStringValue("text"); in readTextChunk()
422 string name = node->getStringValue("name"); in readLayer()
423 string type = node->getStringValue("type"); in readLayer()
511 string layerclass = node->getStringValue("class"); in readLayer()
[all …]
/dports/www/p5-CSS-DOM/CSS-DOM-0.17/t/
H A DCSSPrimitiveValue.t47 ok !eval{ $_->getStringValue;1}, 'number->getStringValue dies';
61 ok !eval{ $_->getStringValue;1}, '%->getStringValue dies';
73 ok !eval{ $_->getStringValue;1}, 'em->getStringValue dies';
85 ok !eval{ $_->getStringValue;1}, 'ex->getStringValue dies';
109 ok !eval{ $_->getStringValue;1}, 'cm->getStringValue dies';
121 ok !eval{ $_->getStringValue;1}, 'mm->getStringValue dies';
217 ok !eval{ $_->getStringValue;1}, 'ms->getStringValue dies';
273 is $_->getStringValue, 73, 'string->getStringValue';
285 is $_->getStringValue, 73, 'url->getStringValue';
297 is $_->getStringValue, 73, 'identifier->getStringValue';
[all …]
/dports/textproc/zorba/zorba-2.7.0/swig/python/tests/
H A Dtest08.py.in50 print pre + "Leaf Atomic: '" + item.getStringValue() + "' \ttype:", typeItem.getStringValue()
70 … print pre + "Start Element: ", nodeName.getStringValue(), " \ttype:", typeItem.getStringValue()
75 print pre + "End Element: ", nodeName.getStringValue()
81 …t pre + "Attribute: ", nodeName.getStringValue(), "= '" + item.getStringValue() + "'"" \ttype:", t…
87 print pre + "Text: ", item.getStringValue(), " \ttype:", typeItem.getStringValue()
94 print pre + "Pi: ", nodeName.getStringValue()
97 print pre + "Comment: ", item.getStringValue()
/dports/games/manaplus/manaplus-2.1.3.17/src/unittests/
H A Dconfiguration.cc72 REQUIRE(config.getStringValue(key) == "100");
99 REQUIRE(config.getStringValue(key) == "1");
108 REQUIRE(config.getStringValue(key) == "0");
118 REQUIRE(config.getStringValue(key) == "50");
175 REQUIRE(config.getStringValue(key) == "1");
194 REQUIRE(config.getStringValue(key) == "0");
254 REQUIRE(config.getStringValue(key) == "20");
269 REQUIRE(config.getStringValue(key) == "0");
275 REQUIRE(config.getStringValue(key) == "1");
285 REQUIRE(config.getStringValue(key) == "1");
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/Add-ons/
H A DAddonMetadataParser.cxx64 return strutils::strip(n->getStringValue()); in getMaybeLocalized()
70 return strutils::strip(n->getStringValue()); in getMaybeLocalized()
136 string fileType = fileTypeNode->getStringValue(); in parseMetadataFile()
176 metadata.id = strutils::strip(idNode->getStringValue()); in parseMetadataFile()
213 strutils::strip(versionNode->getStringValue())}; in parseMetadataFile()
230 metadata.tags.push_back(strutils::strip(node->getStringValue())); in parseMetadataFile()
254 metadata.homePage = strutils::strip(homePageNode->getStringValue()); in parseMetadataFile()
270 strutils::strip(codeRepoUrlNode->getStringValue()); in parseMetadataFile()
293 contents = simgear::strutils::strip(node->getStringValue()); in parseContactsNode_readNode()
354 licenseDesignation = strutils::strip(licenseDesigNode->getStringValue()); in parseLicenseNode()
[all …]

12345678910>>...73