Home
last modified time | relevance | path

Searched defs:attName (Results 1 – 25 of 273) sorted by relevance

1234567891011

/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/handlers/
H A DMarkDuplicateItemsBase.java34 private String attName; field in MarkDuplicateItemsBase
44 static Collection<EObject> getDuplicateList(String attName, Collection<EObject> all) { in getDuplicateList()
56 static Map<String, List<EObject>> getDuplicateMap(String attName, Collection<EObject> selected) { in getDuplicateMap()
87 public void setAttributeName(String attName) { in setAttributeName()
91 …static protected void applyEmptyOption(Collection<EObject> marked, String attName, EmptyFilterOpti… in applyEmptyOption()
/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/common/component/tabs/
H A DEmfUtil.java36 static public EAttribute getAttribute(EObject eObject, String attName) { in getAttribute()
61 static public Object getAttributeValue(EObject eObject, String attName) { in getAttributeValue()
77 static public Object getAttributeValueThrows(EObject eObject, String attName) throws Exception { in getAttributeValueThrows()
H A DEAttributeTableViewerColumn.java40 private String attName; field in EAttributeTableViewerColumn
43 public EAttributeTableViewerColumn(final TableViewer tvResults, String label, final String attName, in EAttributeTableViewerColumn()
H A DEAttributeEditingSupport.java36 private final String attName; field in EAttributeEditingSupport
45 public EAttributeEditingSupport(TableViewer tableViewer, String attName, IEclipseContext context) { in EAttributeEditingSupport()
71 static public ATT_TYPE getAttributeType(Object element, String attName) { in getAttributeType()
/dports/devel/hadoop2/jetty-6.1.14/modules/jsp-api-2.0/src/main/java/javax/servlet/jsp/tagext/
H A DTagData.java116 public Object getAttribute(String attName) { in getAttribute()
126 public void setAttribute(String attName, in setAttribute()
139 public String getAttributeString(String attName) { in getAttributeString()
/dports/devel/hadoop/jetty-6.1.14/modules/jsp-api-2.0/src/main/java/javax/servlet/jsp/tagext/
H A DTagData.java116 public Object getAttribute(String attName) { in getAttribute()
126 public void setAttribute(String attName, in setAttribute()
139 public String getAttributeString(String attName) { in getAttributeString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DForm.java43 void declare(String attName,Schema schema) { in QUALIFIED()
48 void declare(String attName,Schema schema) { in UNQUALIFIED()
55 void declare(String attName,Schema schema) { in UNSET()
77 abstract void declare(String attName, Schema schema); in declare()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DForm.java43 void declare(String attName,Schema schema) { in QUALIFIED()
48 void declare(String attName,Schema schema) { in UNQUALIFIED()
55 void declare(String attName,Schema schema) { in UNSET()
77 abstract void declare(String attName, Schema schema); in declare()
/dports/biology/jalview/jalview/src/jalview/datamodel/features/
H A DFeatureAttributes.java258 Object value, String... attName) in addAttribute()
305 public String getDescription(String featureType, String... attName) in getDescription()
329 public float[] getMinMax(String featureType, String... attName) in getMinMax()
351 String... attName) in addDescription()
381 public Datatype getDatatype(String featureType, String... attName) in getDatatype()
H A DFeatureMatcher.java98 public static String toAttributeDisplayName(String[] attName) in toAttributeDisplayName()
129 String attName = null; in fromString() local
297 String... attName) in byAttribute()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/DTD/
H A DDTDAttDef.cpp42 DTDAttDef::DTDAttDef(const XMLCh* const attName in DTDAttDef()
53 DTDAttDef::DTDAttDef( const XMLCh* const attName in DTDAttDef()
H A DDTDAttDefList.cpp66 , const XMLCh* const attName) in findAttDef()
83 , const XMLCh* const attName) in findAttDef()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/DTD/
H A DDTDAttDef.cpp42 DTDAttDef::DTDAttDef(const XMLCh* const attName in DTDAttDef()
53 DTDAttDef::DTDAttDef( const XMLCh* const attName in DTDAttDef()
H A DDTDAttDefList.cpp66 , const XMLCh* const attName) in findAttDef()
83 , const XMLCh* const attName) in findAttDef()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCAttributePropertyInfo.java46 private final QName attName; field in CAttributePropertyInfo
56 … Locator locator, QName attName, TypeUse type, @Nullable QName typeName, in CAttributePropertyInfo()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCAttributePropertyInfo.java46 private final QName attName; field in CAttributePropertyInfo
56 … Locator locator, QName attName, TypeUse type, @Nullable QName typeName, in CAttributePropertyInfo()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/schema/
H A DXercesAttGroupInfo.cpp79 QName* attName = fAttributes->elementAt(i)->getAttName(); in containsAttribute() local
107 QName* attName = attDef->getAttName(); in getAttDef() local
H A DGeneralAttributeCheck.cpp199 const XMLCh* attName = attribute->getNodeName(); in checkAttributes() local
296 const XMLCh* const attName, in validate()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/schema/
H A DXercesAttGroupInfo.cpp79 QName* attName = fAttributes->elementAt(i)->getAttName(); in containsAttribute() local
107 QName* attName = attDef->getAttName(); in getAttDef() local
H A DGeneralAttributeCheck.cpp199 const XMLCh* attName = attribute->getNodeName(); in checkAttributes() local
296 const XMLCh* const attName, in validate()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/util/
H A DElementUtil.java73 String attName = null; in getProperty() local
113 String attName = null; in includesProperty() local
327 String attName = lastName.substring(attributeIndex + 1); in setProperty() local
/dports/www/mod_webkit/w4py-1.2.3/WebKit/
H A DXMLRPCServlet.py86 def _getXmlDeclAttr(xml, attName): argument
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/jmx/
H A DJMXJsonServlet.java242 String attName = attr.getName(); in writeAttribute() local
292 private void writeAttribute(JsonGenerator jg, String attName, Object value) throws IOException { in writeAttribute()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/
H A DManifestErrorReporter.java52 protected void reportMissingRequiredAttribute(Element element, String attName, int severity) { in reportMissingRequiredAttribute()
67 protected void reportUnknownAttribute(Element element, String attName, int severity) { in reportUnknownAttribute()
122 protected void validateURL(Element element, String attName) { in validateURL()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/jmx/
H A DJMXJsonServlet.java332 String attName = attr.getName(); in writeAttribute() local
387 private void writeAttribute(JsonGenerator jg, String attName, Object value) throws IOException { in writeAttribute()

1234567891011