Home
last modified time | relevance | path

Searched refs:getStringArg (Results 1 – 25 of 91) sorted by relevance

1234

/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DCommandLine.cpp220 if (getStringArg(ir, opt, longopt, _bbox_arg)) in handle_bbox()
225 if (ir.eof() || getStringArg(ir, opt, longopt, _cache_arg)) in handle_cache()
250 if (getStringArg(ir, opt, longopt, _fontmap_arg)) in handle_fontmap()
285 if (getStringArg(ir, opt, longopt, _libgs_arg)) in handle_libgs()
291 if (getStringArg(ir, opt, longopt, _linkmark_arg)) in handle_linkmark()
318 if (ir.eof() || getStringArg(ir, opt, longopt, _no_specials_arg)) in handle_no_specials()
327 if (getStringArg(ir, opt, longopt, _output_arg)) in handle_output()
332 if (getStringArg(ir, opt, longopt, _page_arg)) in handle_page()
356 if (getStringArg(ir, opt, longopt, _scale_arg)) in handle_scale()
370 if (getStringArg(ir, opt, longopt, _transform_arg)) in handle_transform()
[all …]
H A DCmdLineParserBase.h87 bool getStringArg (InputReader &ir, const Option &opt, bool longopt, std::string &arg) const;
/dports/devel/php-ice37/ice-3.7.2/python/modules/IcePy/
H A DProperties.cpp182 if(!getStringArg(keyObj, "key", key)) in propertiesGetProperty()
217 if(!getStringArg(keyObj, "key", key)) in propertiesGetPropertyWithDefault()
221 if(!getStringArg(defObj, "value", def)) in propertiesGetPropertyWithDefault()
254 if(!getStringArg(keyObj, "key", key)) in propertiesGetPropertyAsInt()
288 if(!getStringArg(keyObj, "key", key)) in propertiesGetPropertyAsIntWithDefault()
321 if(!getStringArg(keyObj, "key", key)) in propertiesGetPropertyAsList()
365 if(!getStringArg(keyObj, "key", key)) in propertiesGetPropertyAsListWithDefault()
414 if(!getStringArg(prefixObj, "prefix", prefix)) in propertiesGetPropertiesForPrefix()
463 if(!getStringArg(keyObj, "key", key)) in propertiesSetProperty()
467 if(!getStringArg(valueObj, "value", value)) in propertiesSetProperty()
[all …]
H A DImplicitContext.cpp165 if(!getStringArg(keyObj, "key", key)) in implicitContextContainsKey()
197 if(!getStringArg(keyObj, "key", key)) in implicitContextGet()
230 if(!getStringArg(keyObj, "key", key)) in implicitContextPut()
234 if(!getStringArg(valueObj, "value", value)) in implicitContextPut()
265 if(!getStringArg(keyObj, "key", key)) in implicitContextRemove()
H A DLogger.cpp154 if(!getStringArg(messageObj, "message", message)) in loggerPrint()
189 if(!getStringArg(categoryObj, "category", category)) in loggerTrace()
193 if(!getStringArg(messageObj, "message", message)) in loggerTrace()
226 if(!getStringArg(messageObj, "message", message)) in loggerWarning()
259 if(!getStringArg(messageObj, "message", message)) in loggerError()
314 if(!getStringArg(prefixObj, "prefix", prefix)) in loggerCloneWithPrefix()
H A DCommunicator.cpp565 if(!getStringArg(strObj, "str", str)) in communicatorStringToProxy()
637 if(!getStringArg(strObj, "property", str)) in communicatorPropertyToProxy()
681 if(!getStringArg(strObj, "property", str)) in communicatorProxyToProperty()
728 if(!getStringArg(strObj, "str", str)) in communicatorStringToIdentity()
1065 if(!getStringArg(facetObj, "facet", facet)) in communicatorAddAdminFacet()
1355 if(!getStringArg(strObj, "id", id)) in communicatorAddObjectFactory()
1391 if(!getStringArg(strObj, "id", id)) in communicatorFindObjectFactory()
1443 if(!getStringArg(strObj, "name", name)) in communicatorCreateObjectAdapter()
1490 if(!getStringArg(nameObj, "name", name)) in communicatorCreateObjectAdapterWithEndpoints()
1540 if(!getStringArg(nameObj, "name", name)) in communicatorCreateObjectAdapterWithRouter()
[all …]
H A DObjectAdapter.cpp716 if(!getStringArg(facetObj, "facet", facet)) in adapterAddFacet()
789 if(!getStringArg(facetObj, "facet", facet)) in adapterAddFacetWithUUID()
829 if(!getStringArg(categoryObj, "category", category)) in adapterAddDefaultServant()
912 if(!getStringArg(facetObj, "facet", facet)) in adapterRemoveFacet()
1004 if(!getStringArg(categoryObj, "category", category)) in adapterRemoveDefaultServant()
1095 if(!getStringArg(facetObj, "facet", facet)) in adapterFindFacet()
1228 if(!getStringArg(categoryObj, "category", category)) in adapterFindDefaultServant()
1273 if(!getStringArg(categoryObj, "category", category)) in adapterAddServantLocator()
1305 if(!getStringArg(categoryObj, "category", category)) in adapterRemoveServantLocator()
1346 if(!getStringArg(categoryObj, "category", category)) in adapterFindServantLocator()
H A DValueFactoryManager.cpp398 if(!getStringArg(idObj, "id", id)) in valueFactoryManagerAdd()
428 if(!getStringArg(idObj, "id", id)) in valueFactoryManagerFind()
H A DUtil.h105 bool getStringArg(PyObject*, const std::string&, std::string&);
/dports/devel/ice37/ice-3.7.2/python/modules/IcePy/
H A DProperties.cpp182 if(!getStringArg(keyObj, "key", key)) in propertiesGetProperty()
217 if(!getStringArg(keyObj, "key", key)) in propertiesGetPropertyWithDefault()
221 if(!getStringArg(defObj, "value", def)) in propertiesGetPropertyWithDefault()
254 if(!getStringArg(keyObj, "key", key)) in propertiesGetPropertyAsInt()
288 if(!getStringArg(keyObj, "key", key)) in propertiesGetPropertyAsIntWithDefault()
321 if(!getStringArg(keyObj, "key", key)) in propertiesGetPropertyAsList()
365 if(!getStringArg(keyObj, "key", key)) in propertiesGetPropertyAsListWithDefault()
414 if(!getStringArg(prefixObj, "prefix", prefix)) in propertiesGetPropertiesForPrefix()
463 if(!getStringArg(keyObj, "key", key)) in propertiesSetProperty()
467 if(!getStringArg(valueObj, "value", value)) in propertiesSetProperty()
[all …]
H A DImplicitContext.cpp165 if(!getStringArg(keyObj, "key", key)) in implicitContextContainsKey()
197 if(!getStringArg(keyObj, "key", key)) in implicitContextGet()
230 if(!getStringArg(keyObj, "key", key)) in implicitContextPut()
234 if(!getStringArg(valueObj, "value", value)) in implicitContextPut()
265 if(!getStringArg(keyObj, "key", key)) in implicitContextRemove()
H A DLogger.cpp154 if(!getStringArg(messageObj, "message", message)) in loggerPrint()
189 if(!getStringArg(categoryObj, "category", category)) in loggerTrace()
193 if(!getStringArg(messageObj, "message", message)) in loggerTrace()
226 if(!getStringArg(messageObj, "message", message)) in loggerWarning()
259 if(!getStringArg(messageObj, "message", message)) in loggerError()
314 if(!getStringArg(prefixObj, "prefix", prefix)) in loggerCloneWithPrefix()
H A DCommunicator.cpp565 if(!getStringArg(strObj, "str", str)) in communicatorStringToProxy()
637 if(!getStringArg(strObj, "property", str)) in communicatorPropertyToProxy()
681 if(!getStringArg(strObj, "property", str)) in communicatorProxyToProperty()
728 if(!getStringArg(strObj, "str", str)) in communicatorStringToIdentity()
1065 if(!getStringArg(facetObj, "facet", facet)) in communicatorAddAdminFacet()
1355 if(!getStringArg(strObj, "id", id)) in communicatorAddObjectFactory()
1391 if(!getStringArg(strObj, "id", id)) in communicatorFindObjectFactory()
1443 if(!getStringArg(strObj, "name", name)) in communicatorCreateObjectAdapter()
1490 if(!getStringArg(nameObj, "name", name)) in communicatorCreateObjectAdapterWithEndpoints()
1540 if(!getStringArg(nameObj, "name", name)) in communicatorCreateObjectAdapterWithRouter()
[all …]
H A DObjectAdapter.cpp716 if(!getStringArg(facetObj, "facet", facet)) in adapterAddFacet()
789 if(!getStringArg(facetObj, "facet", facet)) in adapterAddFacetWithUUID()
829 if(!getStringArg(categoryObj, "category", category)) in adapterAddDefaultServant()
912 if(!getStringArg(facetObj, "facet", facet)) in adapterRemoveFacet()
1004 if(!getStringArg(categoryObj, "category", category)) in adapterRemoveDefaultServant()
1095 if(!getStringArg(facetObj, "facet", facet)) in adapterFindFacet()
1228 if(!getStringArg(categoryObj, "category", category)) in adapterFindDefaultServant()
1273 if(!getStringArg(categoryObj, "category", category)) in adapterAddServantLocator()
1305 if(!getStringArg(categoryObj, "category", category)) in adapterRemoveServantLocator()
1346 if(!getStringArg(categoryObj, "category", category)) in adapterFindServantLocator()
H A DValueFactoryManager.cpp398 if(!getStringArg(idObj, "id", id)) in valueFactoryManagerAdd()
428 if(!getStringArg(idObj, "id", id)) in valueFactoryManagerFind()
/dports/devel/py-ice37/ice-3.7.2/python/modules/IcePy/
H A DProperties.cpp182 if(!getStringArg(keyObj, "key", key)) in propertiesGetProperty()
217 if(!getStringArg(keyObj, "key", key)) in propertiesGetPropertyWithDefault()
221 if(!getStringArg(defObj, "value", def)) in propertiesGetPropertyWithDefault()
254 if(!getStringArg(keyObj, "key", key)) in propertiesGetPropertyAsInt()
288 if(!getStringArg(keyObj, "key", key)) in propertiesGetPropertyAsIntWithDefault()
321 if(!getStringArg(keyObj, "key", key)) in propertiesGetPropertyAsList()
365 if(!getStringArg(keyObj, "key", key)) in propertiesGetPropertyAsListWithDefault()
414 if(!getStringArg(prefixObj, "prefix", prefix)) in propertiesGetPropertiesForPrefix()
463 if(!getStringArg(keyObj, "key", key)) in propertiesSetProperty()
467 if(!getStringArg(valueObj, "value", value)) in propertiesSetProperty()
[all …]
H A DImplicitContext.cpp165 if(!getStringArg(keyObj, "key", key)) in implicitContextContainsKey()
197 if(!getStringArg(keyObj, "key", key)) in implicitContextGet()
230 if(!getStringArg(keyObj, "key", key)) in implicitContextPut()
234 if(!getStringArg(valueObj, "value", value)) in implicitContextPut()
265 if(!getStringArg(keyObj, "key", key)) in implicitContextRemove()
H A DLogger.cpp154 if(!getStringArg(messageObj, "message", message)) in loggerPrint()
189 if(!getStringArg(categoryObj, "category", category)) in loggerTrace()
193 if(!getStringArg(messageObj, "message", message)) in loggerTrace()
226 if(!getStringArg(messageObj, "message", message)) in loggerWarning()
259 if(!getStringArg(messageObj, "message", message)) in loggerError()
314 if(!getStringArg(prefixObj, "prefix", prefix)) in loggerCloneWithPrefix()
H A DCommunicator.cpp565 if(!getStringArg(strObj, "str", str)) in communicatorStringToProxy()
637 if(!getStringArg(strObj, "property", str)) in communicatorPropertyToProxy()
681 if(!getStringArg(strObj, "property", str)) in communicatorProxyToProperty()
728 if(!getStringArg(strObj, "str", str)) in communicatorStringToIdentity()
1065 if(!getStringArg(facetObj, "facet", facet)) in communicatorAddAdminFacet()
1355 if(!getStringArg(strObj, "id", id)) in communicatorAddObjectFactory()
1391 if(!getStringArg(strObj, "id", id)) in communicatorFindObjectFactory()
1443 if(!getStringArg(strObj, "name", name)) in communicatorCreateObjectAdapter()
1490 if(!getStringArg(nameObj, "name", name)) in communicatorCreateObjectAdapterWithEndpoints()
1540 if(!getStringArg(nameObj, "name", name)) in communicatorCreateObjectAdapterWithRouter()
[all …]
H A DObjectAdapter.cpp716 if(!getStringArg(facetObj, "facet", facet)) in adapterAddFacet()
789 if(!getStringArg(facetObj, "facet", facet)) in adapterAddFacetWithUUID()
829 if(!getStringArg(categoryObj, "category", category)) in adapterAddDefaultServant()
912 if(!getStringArg(facetObj, "facet", facet)) in adapterRemoveFacet()
1004 if(!getStringArg(categoryObj, "category", category)) in adapterRemoveDefaultServant()
1095 if(!getStringArg(facetObj, "facet", facet)) in adapterFindFacet()
1228 if(!getStringArg(categoryObj, "category", category)) in adapterFindDefaultServant()
1273 if(!getStringArg(categoryObj, "category", category)) in adapterAddServantLocator()
1305 if(!getStringArg(categoryObj, "category", category)) in adapterRemoveServantLocator()
1346 if(!getStringArg(categoryObj, "category", category)) in adapterFindServantLocator()
H A DValueFactoryManager.cpp398 if(!getStringArg(idObj, "id", id)) in valueFactoryManagerAdd()
428 if(!getStringArg(idObj, "id", id)) in valueFactoryManagerFind()
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/coro/test/
H A DGmockHelpersTest.cpp46 virtual folly::coro::Task<std::string> getStringArg(std::string) = 0;
56 MOCK_METHOD1(getStringArg, folly::coro::Task<std::string>(std::string));
192 EXPECT_CALL(mock, getStringArg(_)) in CO_TEST()
196 EXPECT_EQ(co_await mock.getStringArg("baz"), "baz bar"); in CO_TEST()
197 EXPECT_EQ(co_await mock.getStringArg(""), "foo"); in CO_TEST()
/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCmain.c767 getStringArg (const char *szStart, char **argv, int *pi, int argc) in getStringArg() function
797 char *str = getStringArg (szStart, argv, pi, argc); in getIntArg()
904 Safe_strdup (getStringArg (optionsTable[i].longOpt, argv, pi, argc)); in scanOptionsTable()
913 getStringArg (optionsTable[i].longOpt, argv, pi, argc)); in scanOptionsTable()
1247 dbuf_printf (&segname, "%-8s(CODE)", getStringArg (OPTION_CODE_SEG, argv, &i, argc)); in parseCmdLine()
1330 addSet (&libPathsSet, Safe_strdup (getStringArg ("-L", argv, &i, argc))); in parseCmdLine()
1334 addSet (&libFilesSet, Safe_strdup (getStringArg ("-l", argv, &i, argc))); in parseCmdLine()
1339 char *outName = getStringArg ("-o", argv, &i, argc); in parseCmdLine()
1375 setParseWithComma (&preArgvSet, getStringArg ("-Wp", argv, &i, argc)); in parseCmdLine()
1380 setParseWithComma (&linkOptionsSet, getStringArg ("-Wl", argv, &i, argc)); in parseCmdLine()
[all …]
H A DSDCCargs.h64 char *getStringArg(const char *szStart, char **argv, int *pi, int argc);
/dports/java/berkeley-db/je-6.2.31/test/standalone/
H A DMixedLifetimeQueue.java115 final String envHome = getStringArg(firstArgPartition, "-h", null); in MixedLifetimeQueue()
124 final String name = getStringArg(args, "-workload", null); in MixedLifetimeQueue()
546 static String getStringArg(final List<String> args, in getStringArg() method in MixedLifetimeQueue
569 final String val = getStringArg(args, name, in getIntArg()

1234