| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | ArcProcessor.h | 47 const AttributeList *linkAtts; 61 const AttributeList *linkAttributes, 91 const AttributeList &, 92 const AttributeList *linkAtts, 94 void considerSupr(const AttributeList &atts, 95 const AttributeList *linkAtts, 100 void considerIgnD(const AttributeList &atts, 101 const AttributeList *linkAtts, 106 const Attributed *considerForm(const AttributeList &atts, 107 const AttributeList *linkAtts, [all …]
|
| H A D | Attribute.cxx | 1075 AttributeList::AttributeList(const ConstPtr<AttributeDefinitionList> &def) in AttributeList() function in SP_NAMESPACE::AttributeList 1081 AttributeList::AttributeList() in AttributeList() function in SP_NAMESPACE::AttributeList 1086 void AttributeList::init(const ConstPtr<AttributeDefinitionList> &def) in init() 1106 void AttributeList::changeDef(const ConstPtr<AttributeDefinitionList> &def) in changeDef() 1112 void AttributeList::swap(AttributeList &to) in swap() 1138 void AttributeList::finish(AttributeContext &context) in finish() 1165 void AttributeList::setSpec(unsigned i, AttributeContext &context) in setSpec() 1174 void AttributeList::noteInvalidSpec() in noteInvalidSpec() 1182 Boolean AttributeList::setValue(unsigned i, Text &text, in setValue() 1198 void AttributeList::setValueToken(unsigned i, Text &text, in setValueToken() [all …]
|
| H A D | ArcEngine.cxx | 128 const AttributeList *linkAttributes_; 768 AttributeList atts; in mungeDataEntity() 843 void ArcProcessor::supportAttributes(const AttributeList &atts) in supportAttributes() 932 void ArcProcessor::processArcOpts(const AttributeList &atts) in processArcOpts() 1023 const AttributeList *linkAttributes, in processStartElement() 1036 const AttributeList &atts = event.attributes(); in processStartElement() 1168 Boolean ArcProcessor::mapAttributes(const AttributeList &from, in mapAttributes() 1169 const AttributeList *fromLink, in mapAttributes() 1171 AttributeList &to, in mapAttributes() 1179 const AttributeList *fromList = &from; in mapAttributes() [all …]
|
| H A D | LinkProcess.cxx | 31 const AttributeList &attributes, in startElement() 34 const AttributeList *&linkAttributes, in startElement() 143 Boolean LinkProcess::selectLinkRule(const Vector<const AttributeList *> &, in selectLinkRule() argument
|
| H A D | parser_inst.m4 | 144 __instantiate(NCVector < Owner < AttributeList > >\ 146 __instantiate(Vector < AttributeList >\ 196 __instantiate(Owner < AttributeList >\ 252 __instantiate(Vector < const AttributeList * >\
|
| H A D | Parser.h | 45 class AttributeList; variable 226 AttributeList &, 231 AttributeList &, 251 AttributeList &atts, 390 AttributeList &attributes);
|
| H A D | Lpd.cxx | 88 void LinkSet::addImplied(const ElementType *element, AttributeList &attributes) in addImplied() 97 const AttributeList *&attributes) in impliedResultAttributes()
|
| H A D | Event.cxx | 41 AttributeList *attributes, in StartElementEvent() 66 AttributeList *p = new AttributeList; in copyData() 332 Vector<AttributeList> &simpleLinkAttributes, in EndPrologEvent()
|
| H A D | parseAttribute.cxx | 17 AttributeList &atts, in parseAttributeSpec() 98 AttributeList &atts, in handleAttributeNameToken() 127 AttributeList &atts, in parseAttributeValueSpec()
|
| H A D | Entity.cxx | 196 AttributeList &attributes) in ExternalDataEntity() 204 AttributeList &attributes) in setNotation()
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | Attribute.h | 477 class SP_API AttributeList { 479 AttributeList(); 480 AttributeList(const ConstPtr < AttributeDefinitionList > &); 503 void swap(AttributeList &); 779 size_t AttributeList::size() const in size() 785 const AttributeDefinition *AttributeList::def(size_t i) const in def() 791 const ConstPtr < AttributeDefinitionList > &AttributeList::def() const in def() 797 Boolean AttributeList::tokenized(unsigned i) const in tokenized() 803 Boolean AttributeList::tokenIndex(const StringC &name, unsigned &index) const in tokenIndex() 809 Boolean AttributeList::tokenIndexUnique(const StringC &name, in tokenIndexUnique() [all …]
|
| H A D | Lpd.h | 31 AttributeList attributeList; 75 void setLinkAttributes(AttributeList &); 76 void setResult(const ElementType *, AttributeList &); 81 const AttributeList &attributes() const; 90 AttributeList linkAttributes_; 104 void addImplied(const ElementType *, AttributeList &); 112 const AttributeList *&); 241 void SourceLinkRule::setLinkAttributes(AttributeList &attributes) in setLinkAttributes() 247 const AttributeList &SourceLinkRule::attributes() const in attributes() 254 AttributeList &attributes) in setResult()
|
| H A D | LinkProcess.h | 38 const AttributeList &attributes, 41 const AttributeList *&linkAttributes, 47 virtual Boolean selectLinkRule(const Vector<const AttributeList *> &, 63 Vector<const AttributeList *> linkAttributes_;
|
| H A D | Entity.h | 221 AttributeList &); 222 const AttributeList &attributes() const; 228 void setNotation(const ConstPtr<Notation> &, AttributeList &); 231 AttributeList attributes_; 322 const AttributeList &ExternalDataEntity::attributes() const in attributes()
|
| H A D | Event.h | 127 class AttributeList; variable 133 AttributeList *, 144 const AttributeList &attributes() const; 154 AttributeList *attributes_; 459 Vector<AttributeList> &simpleLinkAttributes, 468 const Vector<AttributeList> &simpleLinkAttributes() const; 475 Vector<AttributeList> simpleLinkAttributes_; 925 const AttributeList &StartElementEvent::attributes() const in attributes() 1129 const Vector<AttributeList> &EndPrologEvent::simpleLinkAttributes() const in simpleLinkAttributes()
|
| H A D | GenericEventHandler.h | 64 const AttributeList &attributeList);
|
| /onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
| H A D | AttributeList.java | 48 public class AttributeList implements Cloneable { class 52 public AttributeList() { in AttributeList() method in AttributeList 168 public void merge(AttributeList list) { in merge() 216 AttributeList retval = new AttributeList(); in clone()
|
| H A D | AttributeManager.java | 141 protected AttributeList attributes; 168 attributes = new AttributeList(); in AttributeManager() 354 public AttributeList getAttributeList() { in getAttributeList() 615 AttributeList list = getAttributeList(); in replicate()
|
| H A D | Makefile | 33 CLASSES= AMContainer AMContainerHelper Attribute AttributeList \
|
| H A D | Group.java | 1258 genericAttrList = new AttributeList(); in addForwardedAttributes() 1275 private void mergeForward(AttributeList list, Shadow shadow) { in mergeForward() 1276 AttributeList shadowList = in mergeForward() 1277 (AttributeList)shadow.getAttributeList().clone(); in mergeForward() 1322 private static AttributeList genericAttrList = null;
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/nsgmls/ |
| H A D | RastEventHandler.h | 43 class AttributeList; variable 65 const Vector < const AttributeList * > &linkAttributes, 72 const Vector < const AttributeList * > &linkAttributes, 167 void attributeInfo(const AttributeList &, AttributeType);
|
| H A D | RastEventHandler.cxx | 194 const AttributeList *linkAttributes; in startElement() 676 void RastEventHandler::attributeInfo(const AttributeList &attributes, in attributeInfo() 863 const Vector < const AttributeList * > &linkAttributes, in selectLinkRule() 886 const Vector < const AttributeList * > &linkAttributes, in selectLinkRulePi() 892 const AttributeList &a = *linkAttributes[i]; in selectLinkRulePi()
|
| H A D | SgmlsEventHandler.h | 88 void attributes(const AttributeList &attributes, char code,
|
| /onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
| H A D | AttributeListConverter.java | 76 AttributeList l = (AttributeList) obj; in convertToString() 185 public void convertToCodeBlock(String amName, AttributeList list, in convertToCodeBlock()
|
| /onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/ |
| H A D | MenuBarShadow.java | 253 AttributeList list = getAttributeList(); in replicate() 325 void printAttList(AttributeList list) { in printAttList()
|