Home
last modified time | relevance | path

Searched refs:StringParam (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/dports/devel/jcmdline/jcmdline-2.0.0/testsrc/jcmdline/
H A DStringParam_UT.java109 StringParam sp = new StringParam(tag, desc); in testCtor1()
124 StringParam.OPTIONAL, StringParam.MULTI_VALUED, in testCtor10()
135 StringParam.SINGLE_VALUED, StringParam.PUBLIC); in testCtor10()
145 StringParam sp = new StringParam(tag, desc, StringParam.OPTIONAL); in testCtor2()
203 StringParam.OPTIONAL, StringParam.MULTI_VALUED); in testCtor5()
226 StringParam.OPTIONAL, StringParam.MULTI_VALUED, in testCtor6()
237 StringParam.SINGLE_VALUED, StringParam.PUBLIC); in testCtor6()
282 StringParam.OPTIONAL, StringParam.MULTI_VALUED); in testCtor9()
302 StringParam.OPTIONAL, StringParam.MULTI_VALUED); in testMaxLength()
316 StringParam.OPTIONAL, StringParam.MULTI_VALUED); in testMinLength()
[all …]
H A DAbstractHandlerDecorator_UT.java93 StringParam p1 = new StringParam("param1", "param1's description"); in testProcessParsedOptions()
94 CmdLineHandler clh = new MyCLH(new StringParam[] { p1 }, h); in testProcessParsedOptions()
104 p1 = new StringParam("param1", "param1's description"); in testProcessParsedOptions()
105 clh = new MyCLH(new StringParam[] { p1 }, h); in testProcessParsedOptions()
121 StringParam porig = new StringParam("param3", "param3's description"); in testSetOptions()
125 StringParam p1 = new StringParam("param1", "param1's description"); in testSetOptions()
126 StringParam p2 = new StringParam("param2", "param2's description"); in testSetOptions()
127 StringParam p3 = new StringParam("param3", "param3's description"); in testSetOptions()
128 CmdLineHandler clh = new MyCLH(new StringParam[] { p1, p2 }, h); in testSetOptions()
151 private StringParam[] options;
[all …]
H A DBasicCmdLineHandler_UT.java49 private StringParam param1 = new StringParam("param1", "this is param1");
50 private StringParam param2 = new StringParam("param2", "this is param2");
51 private StringParam param3 = new StringParam("param3", "this is param3");
52 private StringParam param4 = new StringParam("param4", "this is param4");
87 param3.setOptional(StringParam.REQUIRED); in testCtor2ReqArgsArray()
88 param4.setOptional(StringParam.REQUIRED); in testCtor2ReqArgsArray()
99 param3.setOptional(StringParam.REQUIRED); in testCtor2ReqArgsColl()
100 param4.setOptional(StringParam.REQUIRED); in testCtor2ReqArgsColl()
154 param4.setOptional(StringParam.REQUIRED); in testCtorReqArgArray()
174 param4.setOptional(StringParam.REQUIRED); in testCtorReqArgColl()
[all …]
H A DTextUsageFormatter_UT.java62 private StringParam param1 = new StringParam("param1", "this is param1");
64 private StringParam param2 = new StringParam("param2", "this is param2");
65 private StringParam param3 = new StringParam("param3", "this is param3");
66 private StringParam param4 = new StringParam("param4", "this is param4");
H A DPosixCmdLineParser_UT.java60 private StringParam param1 = new StringParam("param1", "this is param1");
61 private StringParam param2 = new StringParam("param2", "this is param2");
62 private StringParam param3 = new StringParam("param3", "this is param3");
63 private StringParam param4 = new StringParam("param4", "this is param4");
H A DLoggerCmdLineHandler_UT.java60 private StringParam param1 =
61 new StringParam("param1", "this is param1");
62 private StringParam param2 =
63 new StringParam("param2", "this is param2");
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dopcolor.h49 OSL_HOSTDEVICE static const Chroma* fromString(StringParam colorspace);
70 set_colorspace (StringParam colorspace);
73 to_rgb (StringParam fromspace, const Color3& C, Context);
76 from_rgb (StringParam fromspace, const Color3& C, Context);
79 transformc (StringParam fromspace, StringParam tospace,
83 transformc (StringParam fromspace, StringParam tospace,
87 ocio_transform (StringParam fromspace, StringParam tospace, const Color& C, Context);
91 OSL_HOSTDEVICE void error(StringParam src, StringParam dst, Context);
95 transformc (StringParam fromspace, StringParam tospace, const Color& C, Context);
106 StringParam m_colorspace; ///< What RGB colors mean
[all …]
H A Dopcolor.cpp95 ColorSystem::fromString(StringParam colorspace) { in fromString()
493 ColorSystem::set_colorspace (StringParam colorspace) in set_colorspace()
574 rend_get_userdata (StringParam name, void* data, int data_size,
578 ColorSystem::error(StringParam src, StringParam dst, Context sg) { in error()
597 ColorSystem::error(StringParam src, StringParam dst, Context context) { in error()
614 ColorSystem::ocio_transform (StringParam fromspace, StringParam tospace, in ocio_transform()
674 ColorSystem::transformc (StringParam fromspace, StringParam tospace, in transformc()
731 ColorSystem::transformc (StringParam fromspace, StringParam tospace, in transformc()
739 ColorSystem::transformc (StringParam fromspace, StringParam tospace, in transformc()
828 StringParam from = HDSTR(from_); in osl_transformc()
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dopcolor.h49 OSL_HOSTDEVICE static const Chroma* fromString(StringParam colorspace);
70 set_colorspace (StringParam colorspace);
73 to_rgb (StringParam fromspace, const Color3& C, Context);
76 from_rgb (StringParam fromspace, const Color3& C, Context);
79 transformc (StringParam fromspace, StringParam tospace,
83 transformc (StringParam fromspace, StringParam tospace,
87 ocio_transform (StringParam fromspace, StringParam tospace, const Color& C, Context);
91 OSL_HOSTDEVICE void error(StringParam src, StringParam dst, Context);
95 transformc (StringParam fromspace, StringParam tospace, const Color& C, Context);
106 StringParam m_colorspace; ///< What RGB colors mean
[all …]
H A Dopcolor.cpp95 ColorSystem::fromString(StringParam colorspace) { in fromString()
493 ColorSystem::set_colorspace (StringParam colorspace) in set_colorspace()
574 rend_get_userdata (StringParam name, void* data, int data_size,
578 ColorSystem::error(StringParam src, StringParam dst, Context sg) { in error()
597 ColorSystem::error(StringParam src, StringParam dst, Context context) { in error()
614 ColorSystem::ocio_transform (StringParam fromspace, StringParam tospace, in ocio_transform()
674 ColorSystem::transformc (StringParam fromspace, StringParam tospace, in transformc()
731 ColorSystem::transformc (StringParam fromspace, StringParam tospace, in transformc()
739 ColorSystem::transformc (StringParam fromspace, StringParam tospace, in transformc()
828 StringParam from = HDSTR(from_); in osl_transformc()
[all …]
/dports/www/squid/squid-4.15/src/mgr/
H A DStringParam.cc15 Mgr::StringParam::StringParam(): in StringParam() function in Mgr::StringParam
20 Mgr::StringParam::StringParam(const String& aString): in StringParam() function in Mgr::StringParam
26 Mgr::StringParam::pack(Ipc::TypedMsgHdr& msg) const in pack()
33 Mgr::StringParam::unpackValue(const Ipc::TypedMsgHdr& msg) in unpackValue()
39 Mgr::StringParam::value() const in value()
H A DStringParam.h22 class StringParam: public QueryParam
25 StringParam();
26 StringParam(const String& aString);
/dports/devel/jcmdline/jcmdline-2.0.0/src/jcmdline/
H A DStringParam.java70 public class StringParam extends AbstractParameter<String> { class
124 public StringParam(String tag, String desc) { in StringParam() method in StringParam
145 public StringParam(String tag, String desc, boolean optional) { in StringParam() method in StringParam
170 public StringParam(String tag, String desc, int minValLen, int maxValLen) { in StringParam() method in StringParam
201 public StringParam(String tag, String desc, int minValLen, int maxValLen, in StringParam() method in StringParam
240 public StringParam(String tag, String desc, int minValLen, int maxValLen, in StringParam() method in StringParam
285 public StringParam(String tag, String desc, int minValLen, int maxValLen, in StringParam() method in StringParam
317 public StringParam(String tag, String desc, String[] acceptableValues) { in StringParam() method in StringParam
344 public StringParam(String tag, String desc, String[] acceptableValues, in StringParam() method in StringParam
379 public StringParam(String tag, String desc, String[] acceptableValues, in StringParam() method in StringParam
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/IOSupport/
H A DGenericOCIO.h210 OFX::StringParam *_ocioConfigFile; //< filepath of the OCIO config file
211 OFX::StringParam* _inputSpace;
212 OFX::StringParam* _outputSpace;
219 OFX::StringParam* _contextKey1;
220 OFX::StringParam* _contextValue1;
221 OFX::StringParam* _contextKey2;
222 OFX::StringParam* _contextValue2;
223 OFX::StringParam* _contextKey3;
224 OFX::StringParam* _contextValue3;
225 OFX::StringParam* _contextKey4;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/webauthn/
H A DAndroidWebAuthnTokenManager.cpp128 jni::StringParam(attestPref)); in Register()
157 jni::StringParam( in Register()
165 jni::StringParam(rp.Name())); in Register()
167 jni::StringParam(rp.Icon())); in Register()
169 jni::StringParam(user.Name())); in Register()
171 jni::StringParam(user.Icon())); in Register()
177 jni::StringParam(aInfo.RpId())); in Register()
179 jni::StringParam(aInfo.Origin())); in Register()
281 jni::StringParam( in Sign()
288 jni::StringParam(aInfo.RpId())); in Sign()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/webauthn/
H A DAndroidWebAuthnTokenManager.cpp128 jni::StringParam(attestPref)); in Register()
157 jni::StringParam( in Register()
165 jni::StringParam(rp.Name())); in Register()
167 jni::StringParam(rp.Icon())); in Register()
169 jni::StringParam(user.Name())); in Register()
171 jni::StringParam(user.Icon())); in Register()
177 jni::StringParam(aInfo.RpId())); in Register()
179 jni::StringParam(aInfo.Origin())); in Register()
281 jni::StringParam( in Sign()
288 jni::StringParam(aInfo.RpId())); in Sign()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/webauthn/
H A DAndroidWebAuthnTokenManager.cpp128 jni::StringParam(attestPref)); in Register()
157 jni::StringParam( in Register()
165 jni::StringParam(rp.Name())); in Register()
167 jni::StringParam(rp.Icon())); in Register()
169 jni::StringParam(user.Name())); in Register()
171 jni::StringParam(user.Icon())); in Register()
177 jni::StringParam(aInfo.RpId())); in Register()
179 jni::StringParam(aInfo.Origin())); in Register()
281 jni::StringParam( in Sign()
288 jni::StringParam(aInfo.RpId())); in Sign()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/components/geckoview/
H A DGeckoViewExternalAppService.cpp90 keys.AppendElement(jni::StringParam(NS_LITERAL_STRING("uri"))); in CreateListener()
91 values.AppendElement(jni::StringParam(uriSpec)); in CreateListener()
98 keys.AppendElement(jni::StringParam(NS_LITERAL_STRING("contentType"))); in CreateListener()
99 values.AppendElement(jni::StringParam(contentType)); in CreateListener()
106 keys.AppendElement(jni::StringParam(NS_LITERAL_STRING("contentLength"))); in CreateListener()
111 keys.AppendElement(jni::StringParam(NS_LITERAL_STRING("filename"))); in CreateListener()
112 values.AppendElement(jni::StringParam(filename)); in CreateListener()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/
H A DTokenServiceParam.java21 import org.apache.hadoop.hdfs.web.resources.StringParam;
23 public class TokenServiceParam extends StringParam {
30 private static final StringParam.Domain DOMAIN = new StringParam.Domain(NAME, null);
H A DTokenKindParam.java21 public class TokenKindParam extends StringParam {
28 private static final StringParam.Domain DOMAIN = new StringParam.Domain(NAME, null);
/dports/www/firefox/firefox-99.0/dom/webauthn/
H A DAndroidWebAuthnTokenManager.cpp157 jni::StringParam(attestPref)); in Register()
190 jni::StringParam( in Register()
198 jni::StringParam(rp.Name())); in Register()
200 jni::StringParam(rp.Icon())); in Register()
202 jni::StringParam(user.Name())); in Register()
204 jni::StringParam(user.Icon())); in Register()
210 jni::StringParam(aInfo.RpId())); in Register()
212 jni::StringParam(aInfo.Origin())); in Register()
333 jni::StringParam( in Sign()
340 jni::StringParam(aInfo.RpId())); in Sign()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/fs/http/server/
H A DHttpFSParametersProvider.java32 import org.apache.hadoop.lib.wsrs.StringParam;
200 public static class FilterParam extends StringParam {
220 public static class GroupParam extends StringParam {
335 public static class OwnerParam extends StringParam {
376 public static class AclPermissionParam extends StringParam {
415 public static class SourcesParam extends StringParam {
434 public static class DestinationParam extends StringParam {
453 public static class XAttrNameParam extends StringParam {
474 public static class XAttrValueParam extends StringParam {
/dports/lang/spidermonkey78/firefox-78.9.0/widget/android/
H A DPrefsHelper.h62 jni::StringParam jstrVal(type == java::PrefsHelper::PREF_STRING in GetVariantPref()
63 ? jni::StringParam(strVal, aPrefName.Env()) in GetVariantPref()
64 : jni::StringParam(nullptr)); in GetVariantPref()
182 jni::StringParam(type == java::PrefsHelper::PREF_STRING in GetPrefs()
183 ? jni::StringParam(strVal, aCls.Env()) in GetPrefs()
184 : jni::StringParam(nullptr))); in GetPrefs()
298 jni::StringParam(type == java::PrefsHelper::PREF_STRING in OnPrefChange()
299 ? jni::StringParam(strVal) in OnPrefChange()
300 : jni::StringParam(nullptr))); in OnPrefChange()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/android/
H A DPrefsHelper.h65 jni::StringParam jstrVal(type == java::PrefsHelper::PREF_STRING in GetVariantPref()
66 ? jni::StringParam(strVal, aPrefName.Env()) in GetVariantPref()
67 : jni::StringParam(nullptr)); in GetVariantPref()
185 jni::StringParam(type == java::PrefsHelper::PREF_STRING in GetPrefs()
186 ? jni::StringParam(strVal, aCls.Env()) in GetPrefs()
187 : jni::StringParam(nullptr))); in GetPrefs()
301 jni::StringParam(type == java::PrefsHelper::PREF_STRING in OnPrefChange()
302 ? jni::StringParam(strVal) in OnPrefChange()
303 : jni::StringParam(nullptr))); in OnPrefChange()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/android/
H A DPrefsHelper.h68 jni::StringParam jstrVal(type == java::PrefsHelper::PREF_STRING ? in GetVariantPref()
69 jni::StringParam(strVal, aPrefName.Env()) : in GetVariantPref()
70 jni::StringParam(nullptr)); in GetVariantPref()
193 jni::StringParam(type == java::PrefsHelper::PREF_STRING ? in GetPrefs()
194 jni::StringParam(strVal, aCls.Env()) : in GetPrefs()
195 jni::StringParam(nullptr))); in GetPrefs()
317 jni::StringParam(type == java::PrefsHelper::PREF_STRING ? in OnPrefChange()
318 jni::StringParam(strVal) : jni::StringParam(nullptr))); in OnPrefChange()

12345678910>>...12