| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/nsgmls/ |
| H A D | SgmlsEventHandler.cxx | 267 ConstPtr < Notation > notation in attributes() local 268 = semantics->notation(); in attributes() 269 if (!notation.isNull()) { in attributes() 270 defineNotation(notation.pointer()); in attributes() 414 const Notation *notation = entity->notation(); in defineExternalDataEntity() local 415 defineNotation(notation); in defineExternalDataEntity() 433 << space << notation->name() in defineExternalDataEntity() 475 void SgmlsEventHandler::defineNotation(const Notation *notation) in defineNotation() argument 477 if (markNotation(notation)) in defineNotation() 479 externalId(notation->externalId(), outputNotationSysid_); in defineNotation() [all …]
|
| H A D | RastEventHandler.cxx | 485 os() << "#NOTATION=" << entity->notation()->name() << nl; in externalEntityInfo() 486 externalIdInfo(entity->notation()->externalId()); in externalEntityInfo() 757 ConstPtr < Notation > notation in attributeInfo() local 758 = semantics->notation(); in attributeInfo() 759 if (!notation.isNull()) in attributeInfo() 760 externalIdInfo(notation->externalId()); in attributeInfo()
|
| H A D | SgmlsEventHandler.h | 97 void defineNotation(const Notation *notation);
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | GenericEventHandler.cxx | 544 p->notation.name.len = 0; in setAttributes() 550 ConstPtr<Notation> notation = semantics->notation(); in setAttributes() local 551 if (!notation.isNull()) in setAttributes() 552 setNotation(p->notation, *notation); in setAttributes() 697 setNotation(to.notation, *externalData->notation()); in setEntity() 703 to.notation.name.len = 0; in setEntity()
|
| H A D | ArcEngine.cxx | 178 const Notation *notation, in ArcEngineImpl() argument 188 eventHandler_ = director.arcEventHandler(notation, docName, table); in ArcEngineImpl() 653 ConstPtr<Notation> notation; in init() local 654 notation = docDtd_->lookupNotation(name_); in init() 655 if (!notation.isNull()) { in init() 656 ConstPtr<AttributeDefinitionList> notAttDef = notation->attributeDef(); in init() 665 notation.pointer(), in init() 680 ConstPtr<Entity> dtdent = makeDtdEntity(notation.pointer()); in init() 762 entity.notation(), in mungeDataEntity() 769 const Notation *notation = (const Notation *)map.attributed; in mungeDataEntity() local [all …]
|
| H A D | Notation.cxx | 23 : EntityDecl(name, notation, ndata, Location()), defined_(0) in Notation()
|
| H A D | Attribute.cxx | 395 ConstPtr<Notation> notation in makeSemantics() local 398 if (notation.isNull()) { in makeSemantics() 406 return new NotationAttributeSemantics(notation); in makeSemantics() 412 desc.declaredValue = AttributeDefinitionDesc::notation; in buildDesc() 912 ConstPtr<Notation> AttributeSemantics::notation() const in notation() function in SP_NAMESPACE::AttributeSemantics 918 NotationAttributeSemantics::NotationAttributeSemantics(const ConstPtr<Notation> ¬ation) in NotationAttributeSemantics() argument 919 : notation_(notation) in NotationAttributeSemantics() 923 ConstPtr<Notation> NotationAttributeSemantics::notation() const in notation() function in SP_NAMESPACE::NotationAttributeSemantics
|
| H A D | ParserState.cxx | 759 ConstPtr<Notation> notation; in getAttributeNotation() local 761 notation = currentDtd().lookupNotation(name); in getAttributeNotation() 766 notation = resultDtd->lookupNotation(name); in getAttributeNotation() 768 return notation; in getAttributeNotation()
|
| H A D | parseDecl.cxx | 1108 const Notation *entityNotation = external->notation(); in parseAttlistDecl() 1738 Ptr<Notation> notation(lookupCreateNotation(parm.token)); in parseExternalEntity() local 1741 AttributeList attributes(notation->attributeDef()); in parseExternalEntity() 1745 StringMessageArg(notation->name())); in parseExternalEntity() 1752 notation->setAttributeDef(newAttDef); in parseExternalEntity() 1761 entity = new ExternalDataEntity(name, dataType, markupLocation(), id, notation, in parseExternalEntity() 2297 const Notation *notation = external->notation(); in checkDtd() local 2298 if (!notation->defined()) { in checkDtd() 2301 StringMessageArg(notation->name()), in checkDtd() 2308 ConstPtr<Notation> notation(notationIter.next()); in checkDtd() local [all …]
|
| H A D | Entity.cxx | 203 void ExternalDataEntity::setNotation(const ConstPtr<Notation> ¬ation, in setNotation() argument 206 notation_ = notation; in setNotation()
|
| H A D | Event.cxx | 449 NotationDeclEvent:: NotationDeclEvent(const ConstPtr<Notation> ¬ation, in NotationDeclEvent() argument 452 : MarkupEvent(notationDecl, loc, markup), notation_(notation) in NotationDeclEvent()
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/generic/ |
| H A D | SGMLApplication.h | 67 Notation notation; member 103 Notation notation; member
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | EntityDecl.h | 25 notation, sgml }; enumerator
|
| H A D | Entity.h | 223 const Notation *notation() const; 328 const Notation *ExternalDataEntity::notation() const in notation() function
|
| H A D | GenericEventHandler.h | 68 void setNotation(SGMLApplication::Notation &, const Notation ¬ation);
|
| H A D | Attribute.h | 85 notation, enumerator 391 virtual ConstPtr < Notation > notation() const; 408 ConstPtr < Notation > notation() const;
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/ |
| H A D | Index.txt | 296 bag bracket, z notation left 27E6 298 bag subtraction, z notation 2A41 382 bijection, z notation 2917 449 bracket, z notation left bag 27E6 872 concatenation, z notation sequence 2040 1638 finite function, z notation 20E6 1639 finite function, z notation 21FB 1640 finite injection, z notation 2915 1642 finite relation, z notation 21FC 1643 finite surjection, z notation 2901 [all …]
|
| /onnv-gate/usr/src/cmd/cmd-inet/etc/ |
| H A D | netmasks | 37 # "decimal dot" notation, e.g:
|
| /onnv-gate/usr/src/common/openssl/crypto/dsa/ |
| H A D | fips186a.txt | 12 hexadecimal notation. The p and q given here were generated by the prime
|
| /onnv-gate/usr/src/cmd/zic/ |
| H A D | etcetera | 39 # In the draft 5 of POSIX 1003.1-200x, the angle bracket notation
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlnumber.pod | 11 $n = 12.34e-56; # exponential notation 29 Decimal strings may have an exponential notation part, as in C<"12.34e-56">.
|
| H A D | perlobj.pod | 234 the arrow notation: 303 object" notation. This syntax was available in Perl 4 long before 323 For example, a call to a method C<new> in indirect notation -- as C++ 360 notation suffers from neither of these disturbing ambiguities, so we 362 to read code using the indirect object notation, so it's important to be
|
| H A D | perlhist.pod | 386 For example the notation "core: 212 29" in the release 1.000 means that 439 distribution. The glob notation ** means recursively, (.) means
|
| H A D | perlreftut.pod | 221 element, and the B<Use Rule 1> notation is cumbersome. So there is an 270 The notation still looks a little cumbersome, so there's one more 370 program uses the C<[]> notation (B<Make Rule 2>) to manufacture a new, 450 This uses C<[...]> notation to create a new anonymous array, and
|
| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | ASN1_STRING_print_ex.pod | 54 notation. Other characters use the "\XX" using exactly two characters of the hex
|