Home
last modified time | relevance | path

Searched refs:EMPTY_STRING (Results 1 – 25 of 1253) sorted by relevance

12345678910>>...51

/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/common/
H A DHelpIds.java24 PropertyNames.EMPTY_STRING,
31 PropertyNames.EMPTY_STRING,
32 PropertyNames.EMPTY_STRING,
33 PropertyNames.EMPTY_STRING,
34 PropertyNames.EMPTY_STRING,
35 PropertyNames.EMPTY_STRING,
36 PropertyNames.EMPTY_STRING,
39 PropertyNames.EMPTY_STRING,
40 PropertyNames.EMPTY_STRING,
41 PropertyNames.EMPTY_STRING,
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/common/
H A DHelpIds.java24 PropertyNames.EMPTY_STRING,
31 PropertyNames.EMPTY_STRING,
32 PropertyNames.EMPTY_STRING,
33 PropertyNames.EMPTY_STRING,
34 PropertyNames.EMPTY_STRING,
35 PropertyNames.EMPTY_STRING,
36 PropertyNames.EMPTY_STRING,
39 PropertyNames.EMPTY_STRING,
40 PropertyNames.EMPTY_STRING,
41 PropertyNames.EMPTY_STRING,
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/eval/
H A DStaticFieldValueTests.java38 IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldByte); in testByteStaticFieldValue()
44 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldByte); in testByteStaticFieldValue()
57 IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldChar); in testCharStaticFieldValue()
63 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldChar); in testCharStaticFieldValue()
82 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldShort); in testShortStaticFieldValue()
101 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldInt); in testIntStaticFieldValue()
120 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldLong); in testLongStaticFieldValue()
139 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldFloat); in testFloatStaticFieldValue()
158 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldDouble); in testDoubleStaticFieldValue()
177 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldString); in testStringStaticFieldValue()
[all …]
H A DStaticFieldValueTests2.java38 IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldByte); in testByteStaticFieldValue()
44 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldByte); in testByteStaticFieldValue()
57 IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldChar); in testCharStaticFieldValue()
63 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldChar); in testCharStaticFieldValue()
82 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldShort); in testShortStaticFieldValue()
101 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldInt); in testIntStaticFieldValue()
120 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldLong); in testLongStaticFieldValue()
139 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldFloat); in testFloatStaticFieldValue()
158 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldDouble); in testDoubleStaticFieldValue()
177 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldString); in testStringStaticFieldValue()
[all …]
H A DFieldValueTests.java38 IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xFieldByte); in testByteFieldValue()
44 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yFieldByte); in testByteFieldValue()
57 IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xFieldChar); in testCharFieldValue()
63 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yFieldChar); in testCharFieldValue()
82 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yFieldShort); in testShortFieldValue()
101 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yFieldInt); in testIntFieldValue()
120 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yFieldLong); in testLongFieldValue()
139 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yFieldFloat); in testFloatFieldValue()
158 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yFieldDouble); in testDoubleFieldValue()
177 value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yFieldString); in testStringFieldValue()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/db/
H A DCommandName.java29 private String CatalogName = PropertyNames.EMPTY_STRING;
30 private String SchemaName = PropertyNames.EMPTY_STRING;
31 private String TableName = PropertyNames.EMPTY_STRING;
32 private String DisplayName = PropertyNames.EMPTY_STRING;
33 private String ComposedName = PropertyNames.EMPTY_STRING;
34 private String AliasName = PropertyNames.EMPTY_STRING;
53 if (!_CatalogName.equals(PropertyNames.EMPTY_STRING)) in CommandName()
60 if (!_SchemaName.equals(PropertyNames.EMPTY_STRING)) in CommandName()
67 if (!_TableName.equals(PropertyNames.EMPTY_STRING)) in CommandName()
152 if (ComposedName.equals(PropertyNames.EMPTY_STRING)) in setComposedCommandName()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/db/
H A DCommandName.java29 private String CatalogName = PropertyNames.EMPTY_STRING;
30 private String SchemaName = PropertyNames.EMPTY_STRING;
31 private String TableName = PropertyNames.EMPTY_STRING;
32 private String DisplayName = PropertyNames.EMPTY_STRING;
33 private String ComposedName = PropertyNames.EMPTY_STRING;
34 private String AliasName = PropertyNames.EMPTY_STRING;
53 if (!_CatalogName.equals(PropertyNames.EMPTY_STRING)) in CommandName()
60 if (!_SchemaName.equals(PropertyNames.EMPTY_STRING)) in CommandName()
67 if (!_TableName.equals(PropertyNames.EMPTY_STRING)) in CommandName()
152 if (ComposedName.equals(PropertyNames.EMPTY_STRING)) in setComposedCommandName()
[all …]
/dports/net/p5-GeoIP2/GeoIP2-2.006002/t/GeoIP2/
H A DTypes.t21 my $EMPTY_STRING = q{};
45 $EMPTY_STRING,
73 $EMPTY_STRING,
92 $EMPTY_STRING,
111 $EMPTY_STRING,
130 $EMPTY_STRING,
150 $EMPTY_STRING,
169 $EMPTY_STRING,
192 $EMPTY_STRING,
207 $EMPTY_STRING,
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DLocaleUtility.java36 public final static String EMPTY_STRING = ""; field in LocaleUtility
40 if((lang == null) || lang.equals(EMPTY_STRING)){ // not specified => getDefault in langToLocale()
43 String language = EMPTY_STRING; in langToLocale()
44 String country = EMPTY_STRING; in langToLocale()
45 String variant = EMPTY_STRING; in langToLocale()
65 language = EMPTY_STRING; in langToLocale()
71 country = EMPTY_STRING; in langToLocale()
78 variant = EMPTY_STRING; in langToLocale()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DLocaleUtility.java36 public final static String EMPTY_STRING = ""; field in LocaleUtility
40 if((lang == null) || lang.equals(EMPTY_STRING)){ // not specified => getDefault in langToLocale()
43 String language = EMPTY_STRING; in langToLocale()
44 String country = EMPTY_STRING; in langToLocale()
45 String variant = EMPTY_STRING; in langToLocale()
65 language = EMPTY_STRING; in langToLocale()
71 country = EMPTY_STRING; in langToLocale()
78 variant = EMPTY_STRING; in langToLocale()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DLocaleUtility.java36 public final static String EMPTY_STRING = ""; field in LocaleUtility
40 if((lang == null) || lang.equals(EMPTY_STRING)){ // not specified => getDefault in langToLocale()
43 String language = EMPTY_STRING; in langToLocale()
44 String country = EMPTY_STRING; in langToLocale()
45 String variant = EMPTY_STRING; in langToLocale()
65 language = EMPTY_STRING; in langToLocale()
71 country = EMPTY_STRING; in langToLocale()
78 variant = EMPTY_STRING; in langToLocale()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DLocaleUtility.java36 public final static String EMPTY_STRING = ""; field in LocaleUtility
40 if((lang == null) || lang.equals(EMPTY_STRING)){ // not specified => getDefault in langToLocale()
43 String language = EMPTY_STRING; in langToLocale()
44 String country = EMPTY_STRING; in langToLocale()
45 String variant = EMPTY_STRING; in langToLocale()
65 language = EMPTY_STRING; in langToLocale()
71 country = EMPTY_STRING; in langToLocale()
78 variant = EMPTY_STRING; in langToLocale()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DLocaleUtility.java36 public final static String EMPTY_STRING = ""; field in LocaleUtility
40 if((lang == null) || lang.equals(EMPTY_STRING)){ // not specified => getDefault in langToLocale()
43 String language = EMPTY_STRING; in langToLocale()
44 String country = EMPTY_STRING; in langToLocale()
45 String variant = EMPTY_STRING; in langToLocale()
65 language = EMPTY_STRING; in langToLocale()
71 country = EMPTY_STRING; in langToLocale()
78 variant = EMPTY_STRING; in langToLocale()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DLocaleUtility.java36 public final static String EMPTY_STRING = ""; field in LocaleUtility
40 if((lang == null) || lang.equals(EMPTY_STRING)){ // not specified => getDefault in langToLocale()
43 String language = EMPTY_STRING; in langToLocale()
44 String country = EMPTY_STRING; in langToLocale()
45 String variant = EMPTY_STRING; in langToLocale()
65 language = EMPTY_STRING; in langToLocale()
71 country = EMPTY_STRING; in langToLocale()
78 variant = EMPTY_STRING; in langToLocale()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DLocaleUtility.java36 public final static String EMPTY_STRING = ""; field in LocaleUtility
40 if((lang == null) || lang.equals(EMPTY_STRING)){ // not specified => getDefault in langToLocale()
43 String language = EMPTY_STRING; in langToLocale()
44 String country = EMPTY_STRING; in langToLocale()
45 String variant = EMPTY_STRING; in langToLocale()
65 language = EMPTY_STRING; in langToLocale()
71 country = EMPTY_STRING; in langToLocale()
78 variant = EMPTY_STRING; in langToLocale()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DLocaleUtility.java36 public final static String EMPTY_STRING = ""; field in LocaleUtility
40 if((lang == null) || lang.equals(EMPTY_STRING)){ // not specified => getDefault in langToLocale()
43 String language = EMPTY_STRING; in langToLocale()
44 String country = EMPTY_STRING; in langToLocale()
45 String variant = EMPTY_STRING; in langToLocale()
65 language = EMPTY_STRING; in langToLocale()
71 country = EMPTY_STRING; in langToLocale()
78 variant = EMPTY_STRING; in langToLocale()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DLocaleUtility.java38 public final static String EMPTY_STRING = ""; field in LocaleUtility
42 if((lang == null) || lang.equals(EMPTY_STRING)){ // not specified => getDefault in langToLocale()
45 String language = EMPTY_STRING; in langToLocale()
46 String country = EMPTY_STRING; in langToLocale()
47 String variant = EMPTY_STRING; in langToLocale()
67 language = EMPTY_STRING; in langToLocale()
73 country = EMPTY_STRING; in langToLocale()
80 variant = EMPTY_STRING; in langToLocale()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DLocaleUtility.java38 public final static String EMPTY_STRING = ""; field in LocaleUtility
42 if((lang == null) || lang.equals(EMPTY_STRING)){ // not specified => getDefault in langToLocale()
45 String language = EMPTY_STRING; in langToLocale()
46 String country = EMPTY_STRING; in langToLocale()
47 String variant = EMPTY_STRING; in langToLocale()
67 language = EMPTY_STRING; in langToLocale()
73 country = EMPTY_STRING; in langToLocale()
80 variant = EMPTY_STRING; in langToLocale()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/
H A DHTML2TextReader.java189 return EMPTY_STRING; in computeSubstitution()
199 return EMPTY_STRING; in html2Text()
208 return EMPTY_STRING; in html2Text()
213 return EMPTY_STRING; in html2Text()
218 return EMPTY_STRING; in html2Text()
223 return EMPTY_STRING; in html2Text()
228 return EMPTY_STRING; in html2Text()
233 return EMPTY_STRING; in html2Text()
238 return EMPTY_STRING; in html2Text()
243 return EMPTY_STRING; in html2Text()
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/libsass-closed-issues/
H A Dissue_435.hrx5 $EMPTY_STRING: unquote( "" );
10 $URL_PREFIX: $EMPTY_STRING;
11 $URL_SUFFIX: $EMPTY_STRING;
13 $_URL_PREFIX: $URL_PREFIX + $EMPTY_STRING;
14 $_URL_SUFFIX: $URL_SUFFIX + $EMPTY_STRING;
15 $_URL_SEPARATOR: $URL_SEPARATOR + $EMPTY_STRING;
16 $_SKINS_PATH: $SKINS_PATH + $EMPTY_STRING;
20 $_url: $EMPTY_STRING;
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/zaproxy/zap/utils/
H A DHirshbergMatcherUnitTest.java33 private static final String EMPTY_STRING = ""; field in HirshbergMatcherUnitTest
61 String lcs = matcher.getLCS(EMPTY_STRING, NON_EMPTY_STRING); in shouldReturnEmptyStringWhenGettingLCSIfStringAIsEmpty()
63 assertThat(lcs, is(equalTo(EMPTY_STRING))); in shouldReturnEmptyStringWhenGettingLCSIfStringAIsEmpty()
71 String lcs = matcher.getLCS(NON_EMPTY_STRING, EMPTY_STRING); in shouldReturnEmptyStringWhenGettingLCSIfStringBIsEmpty()
73 assertThat(lcs, is(equalTo(EMPTY_STRING))); in shouldReturnEmptyStringWhenGettingLCSIfStringBIsEmpty()
81 String lcs = matcher.getLCS(EMPTY_STRING, EMPTY_STRING); in shouldReturnEmptyStringWhenGettingLCSOfEmptyStrings()
83 assertThat(lcs, is(equalTo(EMPTY_STRING))); in shouldReturnEmptyStringWhenGettingLCSOfEmptyStrings()
133 assertThat(lcs, is(equalTo(EMPTY_STRING))); in shouldReturnEmptyStringWhenGettingLCSOfUncommonStrings()
171 double ratio = matcher.getMatchRatio(EMPTY_STRING, NON_EMPTY_STRING); in shouldReturnMinMatchRatioIfStringAIsEmpty()
181 double ratio = matcher.getMatchRatio(NON_EMPTY_STRING, EMPTY_STRING); in shouldReturnMinMatchRatioIfStringBIsEmpty()
[all …]
/dports/java/eclipse-shelled/eclipse-ShellEd-1.0.2a_4/plugins/com.something.eclipse.script_1.0.6/src/com/something/eclipse/script/contentassist/
H A DHTML2TextReader.java21 private static final String EMPTY_STRING = ""; field in HTML2TextReader
132 return EMPTY_STRING; in html2Text()
139 return EMPTY_STRING; in html2Text()
144 return EMPTY_STRING; in html2Text()
150 return EMPTY_STRING; in html2Text()
154 return EMPTY_STRING; in html2Text()
159 return EMPTY_STRING; in html2Text()
165 return EMPTY_STRING; in html2Text()
180 return EMPTY_STRING; in html2Text()
208 return EMPTY_STRING; in html2Text()
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/view/table/
H A DAbstractHistoryReferencesTableEntry.java38 private static final String EMPTY_STRING = ""; field in AbstractHistoryReferencesTableEntry
50 PLACE_HOLDER_VALUES[Column.HOSTNAME.ordinal()] = EMPTY_STRING;
64 PLACE_HOLDER_VALUES[Column.TAGS.ordinal()] = EMPTY_STRING;
96 return EMPTY_STRING; in getMethod()
100 return EMPTY_STRING; in getUri()
104 return EMPTY_STRING; in getHostName()
108 return EMPTY_STRING; in getPathAndQuery()
116 return EMPTY_STRING; in getReason()
160 return EMPTY_STRING; in getTags()
211 return EMPTY_STRING; in getValue()
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/
H A DHTML2TextReader.java31 private static final String EMPTY_STRING = ""; //$NON-NLS-1$ field in HTML2TextReader
141 return EMPTY_STRING; in html2Text()
145 return EMPTY_STRING; in html2Text()
150 return EMPTY_STRING; in html2Text()
154 return EMPTY_STRING; in html2Text()
158 return EMPTY_STRING; in html2Text()
163 return EMPTY_STRING; in html2Text()
178 return EMPTY_STRING; in html2Text()
192 return inParagraph ? EMPTY_STRING : LINE_DELIM; in html2Text()
203 return EMPTY_STRING; in html2Text()
[all …]
/dports/devel/p5-Eval-Context/Eval-Context-0.09.11/lib/Eval/
H A DContext.pm18 Readonly my $EMPTY_STRING => q{} ;
1022 ($code_start, $code_end, $return) = ($EMPTY_STRING, $EMPTY_STRING, $EMPTY_STRING) ;
1114 my ($setup_code, $teardown_code) = ($EMPTY_STRING, $EMPTY_STRING) ;
1190 my ($setup_code, $teardown_code) = ($EMPTY_STRING, $EMPTY_STRING) ;
1227 substr($dump_name, 0, 1, $EMPTY_STRING) ;
1283 my ($setup_code, $teardown_code) = ($EMPTY_STRING, $EMPTY_STRING) ;
1292 if($EMPTY_STRING eq ref $variable_value)
1355 my $code_to_evaluate = $EMPTY_STRING ;
1366 if($EMPTY_STRING eq $variable_type)
1373 my $conversion = $EMPTY_STRING ;
[all …]

12345678910>>...51