Home
last modified time | relevance | path

Searched refs:EMPTY_STRING (Results 151 – 175 of 1253) sorted by relevance

12345678910>>...51

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.logging/share/classes/java/util/logging/
H A DLogging.java69 private static String EMPTY_STRING = ""; field in Logging
79 return EMPTY_STRING; in getLoggerLevel()
119 return EMPTY_STRING; in getParentLoggerName()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.logging/share/classes/java/util/logging/
H A DLogging.java69 private static String EMPTY_STRING = ""; field in Logging
79 return EMPTY_STRING; in getLoggerLevel()
119 return EMPTY_STRING; in getParentLoggerName()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.logging/share/classes/java/util/logging/
H A DLogging.java69 private static String EMPTY_STRING = ""; field in Logging
79 return EMPTY_STRING; in getLoggerLevel()
119 return EMPTY_STRING; in getParentLoggerName()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/classfmt/
H A DFieldInfo.java417 …((modifiers & ClassFileConstants.AccDeprecated) != 0 ? "deprecated " : Util.EMPTY_STRING) //$NON-N… in toStringContent()
418 + ((modifiers & 0x0001) == 1 ? "public " : Util.EMPTY_STRING) //$NON-NLS-1$ in toStringContent()
419 + ((modifiers & 0x0002) == 0x0002 ? "private " : Util.EMPTY_STRING) //$NON-NLS-1$ in toStringContent()
420 + ((modifiers & 0x0004) == 0x0004 ? "protected " : Util.EMPTY_STRING) //$NON-NLS-1$ in toStringContent()
421 + ((modifiers & 0x0008) == 0x000008 ? "static " : Util.EMPTY_STRING) //$NON-NLS-1$ in toStringContent()
422 + ((modifiers & 0x0010) == 0x0010 ? "final " : Util.EMPTY_STRING) //$NON-NLS-1$ in toStringContent()
423 + ((modifiers & 0x0040) == 0x0040 ? "volatile " : Util.EMPTY_STRING) //$NON-NLS-1$ in toStringContent()
424 + ((modifiers & 0x0080) == 0x0080 ? "transient " : Util.EMPTY_STRING)) //$NON-NLS-1$ in toStringContent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/
H A DFieldInfo.java437 …((modifiers & ClassFileConstants.AccDeprecated) != 0 ? "deprecated " : Util.EMPTY_STRING) //$NON-N… in toStringContent()
438 + ((modifiers & 0x0001) == 1 ? "public " : Util.EMPTY_STRING) //$NON-NLS-1$ in toStringContent()
439 + ((modifiers & 0x0002) == 0x0002 ? "private " : Util.EMPTY_STRING) //$NON-NLS-1$ in toStringContent()
440 + ((modifiers & 0x0004) == 0x0004 ? "protected " : Util.EMPTY_STRING) //$NON-NLS-1$ in toStringContent()
441 + ((modifiers & 0x0008) == 0x000008 ? "static " : Util.EMPTY_STRING) //$NON-NLS-1$ in toStringContent()
442 + ((modifiers & 0x0010) == 0x0010 ? "final " : Util.EMPTY_STRING) //$NON-NLS-1$ in toStringContent()
443 + ((modifiers & 0x0040) == 0x0040 ? "volatile " : Util.EMPTY_STRING) //$NON-NLS-1$ in toStringContent()
444 + ((modifiers & 0x0080) == 0x0080 ? "transient " : Util.EMPTY_STRING)) //$NON-NLS-1$ in toStringContent()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/esi/lib/
H A DVariables.cc35 const string Variables::EMPTY_STRING(""); member in Variables
230 return EMPTY_STRING; in getValue()
235 return EMPTY_STRING; in getValue()
241 return EMPTY_STRING; in getValue()
252 return (iter == _dict_data[dict_index].end()) ? EMPTY_STRING : TRUE_STRING; in getValue()
268 return EMPTY_STRING; in getValue()
299 return EMPTY_STRING; in _getSubCookieValue()
340 return EMPTY_STRING; in _getSubCookieValue()
409 _insert(_dict_data[HTTP_ACCEPT_LANGUAGE], string(lang, lang_len), EMPTY_STRING); in _parseAcceptLangString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DAttributesProxy.java83 return uri != null ? uri : XMLSymbols.EMPTY_STRING; in getURI()
99 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getType()
113 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getValue()
123 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getIndex()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DAttributesProxy.java83 return uri != null ? uri : XMLSymbols.EMPTY_STRING; in getURI()
99 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getType()
113 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getValue()
123 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getIndex()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/util/
H A DTocModelSerializer.java23 private static final String EMPTY_STRING = ""; field in TocModelSerializer
47 return EMPTY_STRING; in serializeAux()
65 return EMPTY_STRING; in serializeAux()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DAttributesProxy.java84 return uri != null ? uri : XMLSymbols.EMPTY_STRING; in getURI()
100 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getType()
114 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getValue()
124 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getIndex()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DAttributesProxy.java84 return uri != null ? uri : XMLSymbols.EMPTY_STRING; in getURI()
100 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getType()
114 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getValue()
124 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getIndex()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DAttributesProxy.java84 return uri != null ? uri : XMLSymbols.EMPTY_STRING; in getURI()
100 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getType()
114 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getValue()
124 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getIndex()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DAttributesProxy.java84 return uri != null ? uri : XMLSymbols.EMPTY_STRING; in getURI()
100 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getType()
114 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getValue()
124 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getIndex()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DAttributesProxy.java84 return uri != null ? uri : XMLSymbols.EMPTY_STRING; in getURI()
100 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getType()
114 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getValue()
124 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getIndex()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DAttributesProxy.java84 return uri != null ? uri : XMLSymbols.EMPTY_STRING; in getURI()
100 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getType()
114 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getValue()
124 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getIndex()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DAttributesProxy.java84 return uri != null ? uri : XMLSymbols.EMPTY_STRING; in getURI()
100 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getType()
114 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getValue()
124 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getIndex()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DAttributesProxy.java84 return uri != null ? uri : XMLSymbols.EMPTY_STRING; in getURI()
100 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getType()
114 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getValue()
124 return uri.equals(XMLSymbols.EMPTY_STRING) ? in getIndex()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/
H A DTargetDefinitionContentPage.java61 private static final String EMPTY_STRING = ""; //$NON-NLS-1$ field in TargetDefinitionContentPage
267 name = EMPTY_STRING; in targetChanged()
280 presetValue = (definition.getWS() == null) ? EMPTY_STRING : definition.getWS(); in targetChanged()
393 String pref = node.get(ICoreConstants.OS_EXTRA, EMPTY_STRING); in initializeChoices()
394 if (!EMPTY_STRING.equals(pref)) { in initializeChoices()
401 pref = node.get(ICoreConstants.WS_EXTRA, EMPTY_STRING); in initializeChoices()
402 if (!EMPTY_STRING.equals(pref)) { in initializeChoices()
409 pref = node.get(ICoreConstants.ARCH_EXTRA, EMPTY_STRING); in initializeChoices()
410 if (!EMPTY_STRING.equals(pref)) { in initializeChoices()
417 pref = node.get(ICoreConstants.NL_EXTRA, EMPTY_STRING); in initializeChoices()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/imp/
H A DRegistryUtil.java53 private static final String EMPTY_STRING = ""; //$NON-NLS-1$ field in RegistryUtil
317 return EMPTY_STRING; in getIconURI()
405 …return new RegistryStruct(EMPTY_STRING, "org.eclipse.ui.commands", "command", NAME); //$NON-NLS-1$… in getStruct()
407 return new RegistryStruct(EMPTY_STRING, "org.eclipse.ui.commands", CATEGORY, NAME); //$NON-NLS-1$ in getStruct()
409 …return new RegistryStruct(EMPTY_STRING, "org.eclipse.ui.perspectives", "perspective", NAME); //$NO… in getStruct()
411 …return new RegistryStruct(EMPTY_STRING, "org.eclipse.ui.views", "view", NAME); //$NON-NLS-1$ //$NO… in getStruct()
413 …return new RegistryStruct(EMPTY_STRING, "org.eclipse.ui.handlers", "handler", COMMAND_ID); //$NON-… in getStruct()
415 …return new RegistryStruct(EMPTY_STRING, "org.eclipse.ui.views", "view", NAME); //$NON-NLS-1$ //$NO… in getStruct()
421 return new RegistryStruct(EMPTY_STRING, "org.eclipse.ui.editors", EDITOR, NAME); //$NON-NLS-1$ in getStruct()
425 …return new RegistryStruct(EMPTY_STRING, "org.eclipse.ui.views", "view", NAME); //$NON-NLS-1$ //$NO… in getStruct()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAStreamWriter/src/
H A DCOLLADASWShader.cpp77 case STAGE_UNDEFINED: return CSWC::EMPTY_STRING; in getStageNameByScopeAndStage()
86 case STAGE_UNDEFINED: return CSWC::EMPTY_STRING; in getStageNameByScopeAndStage()
91 return CSWC::EMPTY_STRING; in getStageNameByScopeAndStage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/table/
H A DFinalizer.java90 …GTABLE_TXT_NAME", 97, 35, IFINALSTEP, Short.valueOf(curtabindex++), PropertyNames.EMPTY_STRING, 223 in Finalizer()
99 String sCatalog = PropertyNames.EMPTY_STRING; in Finalizer()
151 String sSchema = PropertyNames.EMPTY_STRING; in Finalizer()
294 if (txtTableName.getText().equals(PropertyNames.EMPTY_STRING)) in setTableName()
304 if (txtTableName.getText().equals(PropertyNames.EMPTY_STRING)) in getTableName()
319 return PropertyNames.EMPTY_STRING; in getSchemaName()
331 return PropertyNames.EMPTY_STRING; in getCatalogName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/table/
H A DFinalizer.java90 …GTABLE_TXT_NAME", 97, 35, IFINALSTEP, Short.valueOf(curtabindex++), PropertyNames.EMPTY_STRING, 223 in Finalizer()
99 String sCatalog = PropertyNames.EMPTY_STRING; in Finalizer()
151 String sSchema = PropertyNames.EMPTY_STRING; in Finalizer()
294 if (txtTableName.getText().equals(PropertyNames.EMPTY_STRING)) in setTableName()
304 if (txtTableName.getText().equals(PropertyNames.EMPTY_STRING)) in getTableName()
319 return PropertyNames.EMPTY_STRING; in getSchemaName()
331 return PropertyNames.EMPTY_STRING; in getCatalogName()
/dports/graphics/darktable/darktable-3.6.1/src/common/pwstorage/
H A Dbackend_libsecret.c34 #define EMPTY_STRING(string) !*(string) macro
89 if(context == NULL || slot == NULL || EMPTY_STRING(slot) || attributes == NULL) in dt_pwstorage_libsecret_set()
135 if(context == NULL || slot == NULL || EMPTY_STRING(slot)) in dt_pwstorage_libsecret_get()
199 if(secret == NULL || EMPTY_STRING(secret)) in secret_to_attributes()
/dports/graphics/darktable38/darktable-3.8.0/src/common/pwstorage/
H A Dbackend_libsecret.c34 #define EMPTY_STRING(string) !*(string) macro
89 if(context == NULL || slot == NULL || EMPTY_STRING(slot) || attributes == NULL) in dt_pwstorage_libsecret_set()
135 if(context == NULL || slot == NULL || EMPTY_STRING(slot)) in dt_pwstorage_libsecret_get()
199 if(secret == NULL || EMPTY_STRING(secret)) in secret_to_attributes()
/dports/devel/p5-Specio/Specio-0.47/t/
H A Dstring-sanity.t57 $EMPTY_STRING,
111 $EMPTY_STRING,
156 $EMPTY_STRING,
178 $EMPTY_STRING,

12345678910>>...51