Home
last modified time | relevance | path

Searched refs:DocType (Results 1 – 25 of 931) sorted by relevance

12345678910>>...38

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/Xslt/XslTransformApi/
H A DCXslTArgumentList.cs624 …[InlineData(InputType.URI, ReaderType.XmlValidatingReader, TransformType.Reader, DocType.XPathDocu…
625 …[InlineData(InputType.URI, ReaderType.XmlValidatingReader, TransformType.Writer, DocType.XPathDocu…
626 …[InlineData(InputType.URI, ReaderType.XmlValidatingReader, TransformType.Stream, DocType.XPathDocu…
703 …[InlineData(InputType.URI, ReaderType.XmlValidatingReader, TransformType.Reader, DocType.XPathDocu…
704 …[InlineData(InputType.URI, ReaderType.XmlValidatingReader, TransformType.Writer, DocType.XPathDocu…
705 …[InlineData(InputType.URI, ReaderType.XmlValidatingReader, TransformType.Stream, DocType.XPathDocu…
777 …[InlineData(InputType.URI, ReaderType.XmlValidatingReader, TransformType.Reader, DocType.XPathDocu…
778 …[InlineData(InputType.URI, ReaderType.XmlValidatingReader, TransformType.Writer, DocType.XPathDocu…
779 …[InlineData(InputType.URI, ReaderType.XmlValidatingReader, TransformType.Stream, DocType.XPathDocu…
819 …[InlineData(InputType.URI, ReaderType.XmlValidatingReader, TransformType.Reader, DocType.XPathDocu…
[all …]
H A DCXslTransform.cs1442 [InlineData(TransformType.Stream, DocType.XPathDocument)]
1478 [InlineData(TransformType.Stream, DocType.XPathDocument)]
1510 [InlineData(TransformType.Stream, DocType.XPathDocument)]
1565 [InlineData(TransformType.Stream, DocType.XPathDocument)]
1770 [InlineData(TransformType.Stream, DocType.XPathDocument)]
1925 [InlineData(TransformType.Reader, DocType.XPathDocument)]
1926 [InlineData(TransformType.Stream, DocType.XPathDocument)]
1927 [InlineData(TransformType.Writer, DocType.XPathDocument)]
1929 [InlineData(TransformType.Reader, DocType.XPathDocument)]
1930 [InlineData(TransformType.Writer, DocType.XPathDocument)]
[all …]
/dports/textproc/xom/XOM/src/nu/xom/tests/
H A DDocTypeTest.java211 DocType doctype = new DocType(name); in testConstructor1Arg()
279 DocType doctype = new DocType("root"); in testSetRootElementName()
297 DocType doctype = new DocType("root"); in testAllowEmptyInternalDTDSubset()
306 DocType doctype = new DocType("root"); in testAllowNullInternalDTDSubset()
315 DocType doctype = new DocType("root"); in testSetInternalDTDSubset()
327 DocType doctype = new DocType("root"); in testSetInternalDTDSubsetWithEntityThatPointsToNonExistentURL()
366 DocType doctype = new DocType("root"); in testSetMalformedInternalDTDSubset()
412 DocType doctype = new DocType(name, systemID); in testConstructor2Arg()
616 DocType doctype = new DocType("root", systemID); in testSystemIDWithDollarSignAndComma()
699 DocType other = (DocType) doctype.copy(); in testClone()
[all …]
H A DDocumentTest.java29 import nu.xom.DocType;
72 DocType type1 = new DocType("root"); in testDocTypeInsertion()
85 DocType type2 = new DocType("test"); in testDocTypeInsertion()
107 DocType type1 = new DocType("root"); in testSetDocType()
113 DocType type2 = new DocType("root", "http://www.example.com/"); in testSetDocType()
253 DocType newDocType = new DocType("new"); in testReplaceDocTypeWithDifferentDocTypeUsingReplaceChild()
254 DocType oldDocType = new DocType("old"); in testReplaceDocTypeWithDifferentDocTypeUsingReplaceChild()
266 DocType newDocType = new DocType("new"); in testReplaceDocTypeWithParentedDocTypeUsingReplaceChild()
267 DocType oldDocType = new DocType("old"); in testReplaceDocTypeWithParentedDocTypeUsingReplaceChild()
338 DocType newDocType = new DocType("new"); in testReplaceNonDocTypeWithDocTypeUsingReplaceChild()
[all …]
/dports/finance/kraft/kraft-0.97/src/
H A Ddoctype.cpp34 DocType::DocType() in DocType() function in DocType
41 DocType::DocType( const QString& name, bool dirty ) in DocType() function in DocType
57 void DocType::init() in init()
75 void DocType::clearMap() in clearMap()
80 QStringList DocType::all() in all()
117 bool DocType::allowDemand() in allowDemand()
137 bool DocType::pricesVisible() in pricesVisible()
155 bool DocType::partialInvoice() in partialInvoice()
354 QString DocType::mergeIdent() in mergeIdent()
578 QString DocType::name() const in name()
[all …]
H A Ddoctypeedit.cpp61 DocType dt( *it ); in DocTypeEdit()
98 DocType dt( dtype ); in DocTypeEdit()
141 DocType newDt( newName, true ); in slotAddDocType()
186 DocType dt( currName ); in slotEditDocType()
234 DocType dt( newValue ); in slotDocTypeSelected()
285 DocType dt = currentDocType(); in slotEditNumberCycles()
296 DocType DocTypeEdit::currentDocType() in currentDocType()
308 DocType dt = currentDocType(); in slotWatermarkModeChanged()
360 DocType dt = currentDocType(); in slotNumberCycleChanged()
437 DocType dt = mapit.value(); in saveDocTypes()
[all …]
/dports/biology/ncbi-toolkit/ncbi/cdromlib/
H A Daccutils.h144 NLM_EXTERN CharPtr LIBCALL EntrezFieldToString PROTO((DocType db, DocField fld));
145 NLM_EXTERN DocField LIBCALL EntrezStringToField PROTO((DocType db, CharPtr str));
156 NLM_EXTERN LinkSetPtr LIBCALL EntrezPMTLEvalString PROTO((CharPtr str, DocType db, DocField fld, In…
157 NLM_EXTERN ByteStorePtr LIBCALL EntrezPMTLEvalXString PROTO((CharPtr str, DocType db, DocField fld,…
158 NLM_EXTERN Int4 LIBCALL EntrezPMTLEvalCountString PROTO((CharPtr str, DocType db, DocField fld, Int…
159 NLM_EXTERN Boolean LIBCALL EntrezPMTLParseString PROTO((CharPtr str, DocType db, DocField fld, Int2…
161 NLM_EXTERN LinkSetPtr LIBCALL EntrezTLEvalString PROTO((CharPtr str, DocType db, DocField fld, Int2…
162 NLM_EXTERN ByteStorePtr LIBCALL EntrezTLEvalXString PROTO((CharPtr str, DocType db, DocField fld, I…
163 NLM_EXTERN Int4 LIBCALL EntrezTLEvalCountString PROTO((CharPtr str, DocType db, DocField fld, Int2P…
164 NLM_EXTERN Boolean LIBCALL EntrezTLParseString PROTO((CharPtr str, DocType db, DocField fld, Int2Pt…
[all …]
H A Dcdentrez.h137 NLM_EXTERN LinkSetPtr CdUidLinks PROTO((DocType type, DocUid uid, DocType link_to_type));
138 NLM_EXTERN Int2 CdLinkUidList PROTO((LinkSetPtr PNTR result, DocType type,
139 DocType link_to_type, Int2 numuid, Int4Ptr uids, Boolean mark_missing));
143 NLM_EXTERN DocSumPtr CdDocSum PROTO((DocType type, DocUid uid));
145 NLM_EXTERN Int2 CdEntSeqSumListGet PROTO((DocSumPtr PNTR result, Int2 numuid, DocType db, Int4Ptr …
147 NLM_EXTERN int CdDocSumListGet PROTO((DocSum **result, int numuid, DocType type, const DocUid *uid…
152 NLM_EXTERN Int2 CdTermListByPage PROTO((DocType type, DocField field,
154 NLM_EXTERN Int2 CdTermListByTerm PROTO((DocType type, DocField field,
157 NLM_EXTERN Boolean CdEntrezFindTerm PROTO((DocType type, DocField field, CharPtr term, Int4Ptr spc…
161 NLM_EXTERN void CdEntrezCreateNamedUidListX PROTO((CharPtr term, DocType type, DocField field, Byt…
[all …]
H A Dcdnewlib.h124 NLM_EXTERN int cd3_CdTrmPageCt (DocType type, DocField field);
125 NLM_EXTERN int cd3_CdTrmLookup (DocType type, DocField field, const char *term);
126 NLM_EXTERN int cd3_CdLinkUidGet (LinkSetPtr *result, DocType type,
127 DocType link_to_type, int numuid, DocUid *uids,
129 NLM_EXTERN long cd3_CdTrmUidsFil (DocType type, DocField field, long offset,
131 NLM_EXTERN long cd3_CdTrmUidsMem (DocType type, DocField field, long offset,
133 NLM_EXTERN CdTerm* cd3_CdTrmFind (DocType type, DocField field, const char *term);
134 NLM_EXTERN AsnIo* cd3_CdDocAsnOpen (DocType type, DocUid uid);
136 NLM_EXTERN int cd3_CdTermScan (DocType type, DocField field, int page, int numpage,
138 NLM_EXTERN DocSum* cd3_CdGetDocSum (DocType type, DocUid uid);
[all …]
H A Dcdromlib.h166 Int2 CdTrmPageCt PROTO((DocType type, DocField field));
167 Int2 CdTrmLookup PROTO((DocType type, DocField field, CharPtr term));
168 Int2 CdTrmPages PROTO((DocType type, DocField field, Int2 pg));
169 Int2 CdLinkUidGet PROTO((LinkSetPtr PNTR result, DocType type,
170 DocType link_to_type, Int2 numuid, Int4Ptr uids, Boolean mark_missing,
173 Int4 CdTrmUidsFil PROTO((DocType type, DocField field, Int4 offset,
175 Int4 CdTrmUidsMem PROTO((DocType type, DocField field, Int4 offset,
177 CdTermPtr CdTrmFind PROTO((DocType type, DocField field, CharPtr term));
179 AsnIoPtr CdDocAsnOpen PROTO((DocType type, DocUid uid));
182 Int2 CdTermScan PROTO((DocType type, DocField field, Int2 page, Int2 numpage, CdTermProc proc));
H A Daccentr.h179 typedef Int2 DocType; typedef
183 DocType type; /* class of term */
267 DocType db;
316 NLM_EXTERN void LIBCALL EntrezCreateNamedUidListX(CharPtr term, DocType type, DocField field, ByteS…
327 NLM_EXTERN LinkSetPtr LIBCALL EntrezUidLinks(DocType type, DocUid uid, DocType link_to_type);
328 NLM_EXTERN Int2 LIBCALL EntrezLinkUidList(LinkSetPtr PNTR result, DocType type, DocType link_to_typ…
332 NLM_EXTERN DocSumPtr LIBCALL EntrezDocSum(DocType type, DocUid uid);
336 NLM_EXTERN Int2 LIBCALL EntrezSeqSumListGet(DocSumPtr PNTR result, Int2 numuid, DocType type, Int4P…
345 NLM_EXTERN Boolean LIBCALL EntrezFindTerm(DocType type, DocField field, CharPtr term, Int4Ptr spcl,…
349 NLM_EXTERN ValNodePtr LIBCALL EntrezTLNew(DocType type);
[all …]
/dports/www/xist/ll-xist-5.34/test/
H A Dtest_xist_comparisons.py60 assert xsc.DocType() == xsc.DocType()
61 assert xsc.DocType(1) == xsc.DocType(1)
62 assert xsc.DocType("1") == xsc.DocType(1)
63 assert xsc.DocType("1") == xsc.DocType(1)
64 assert xsc.DocType("") != xsc.DocType(1)
91 assert xsc.DocType(1) != xsc.Text(1)
/dports/biology/ncbi-toolkit/ncbi/network/entrez/client/
H A Dnetentr.h122 DocType type;
145 NLM_EXTERN LinkSetPtr CDECL NetUidLinks PROTO((DocType type, DocUid uid, DocType link_to_type));
146 NLM_EXTERN Int2 CDECL NetLinkUidList PROTO((LinkSetPtr PNTR result, DocType type,
147 DocType link_to_type, Int2 numuid, DocUidPtr uids, Boolean mark_missing));
152 NLM_EXTERN DocSumPtr CDECL NetDocSum PROTO((DocType type, DocUid uid));
156 NLM_EXTERN Int2 CDECL NetTermListByPage PROTO((DocType type, DocField field, Int2 page, Int2 numpag…
159 NLM_EXTERN Boolean CDECL NetEntrezFindTerm PROTO((DocType type, DocField field, CharPtr term, Int4P…
162 NLM_EXTERN void CDECL NetEntrezCreateNamedUidList PROTO((CharPtr term, DocType type, DocField field…
163 NLM_EXTERN void CDECL NetEntrezCreateNamedUidListX PROTO((CharPtr term, DocType type, DocField fiel…
168 NLM_EXTERN ValNodePtr CDECL NetEntTLNew PROTO((DocType type));
[all …]
/dports/java/jdom/jdom/src/java/org/jdom/
H A DDocType.java67 public class DocType extends Content { class
87 protected DocType() {} in DocType() method in DocType
110 public DocType(String elementName, String publicID, String systemID) { in DocType() method in DocType
130 public DocType(String elementName, String systemID) { in DocType() method in DocType
143 public DocType(String elementName) { in DocType() method in DocType
166 public DocType setElementName(String elementName) { in setElementName()
197 public DocType setPublicID(String publicID) { in setPublicID()
228 public DocType setSystemID(String systemID) { in setSystemID()
H A DDefaultJDOMFactory.java108 public DocType docType(String elementName, in docType()
110 return new DocType(elementName, publicID, systemID); in docType()
113 public DocType docType(String elementName, String systemID) { in docType()
114 return new DocType(elementName, systemID); in docType()
117 public DocType docType(String elementName) { in docType()
118 return new DocType(elementName); in docType()
121 public Document document(Element rootElement, DocType docType) { in document()
125 public Document document(Element rootElement, DocType docType, String baseURI) { in document()
H A DDocument.java115 public Document(Element rootElement, DocType docType, String baseURI) { in Document()
139 public Document(Element rootElement, DocType docType) { in Document()
263 public DocType getDocType() { in getDocType()
269 return (DocType) content.get(index); in getDocType()
286 public Document setDocType(DocType docType) { in setDocType()
619 DocType docType = getDocType(); in toString()
696 else if (obj instanceof DocType) { in clone()
697 DocType dt = (DocType) ((DocType)obj).clone(); in clone()
/dports/textproc/xom/XOM/src/nu/xom/
H A DDocType.java59 public class DocType extends Node { class
88 public DocType( in DocType() method in DocType
112 public DocType(String rootElementName, String systemID) { in DocType() method in DocType
129 public DocType(String rootElementName) { in DocType() method in DocType
142 public DocType(DocType doctype) { in DocType() method in DocType
150 private DocType() {} in DocType() method in DocType
152 static DocType build( in build()
154 DocType result = new DocType(); in build()
459 return new DocType(this); in copy()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DDocType.java44 public class DocType extends Content { class
48 public static final DocType TRANSITIONAL =
49 new DocType("Transitional", "http://www.w3.org/TR/html4/loose.dtd");
51 public static final DocType FRAMESET =
52 new DocType("Frameset", "http://www.w3.org/TR/html4/frameset.dtd");
59 private DocType(String type, String dtd) { in DocType() method in DocType
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DDocType.java44 public class DocType extends Content { class
48 public static final DocType TRANSITIONAL =
49 new DocType("Transitional", "http://www.w3.org/TR/html4/loose.dtd");
51 public static final DocType FRAMESET =
52 new DocType("Frameset", "http://www.w3.org/TR/html4/frameset.dtd");
59 private DocType(String type, String dtd) { in DocType() method in DocType
/dports/devel/p5-libxml-enno/libxml-enno-1.02/lib/XML/Handler/
H A DBuildDOM.pm25 || (defined $self->{DocType} ? $self->{DocType}->getOwnerDocument : undef)
30 unless (defined $self->{DocType})
32 $self->{DocType} = $self->{Document}->getDoctype
38 $self->{DocType} = new XML::DOM::DocumentType ($self->{Document});
39 $self->{Document}->setDoctype ($self->{DocType});
194 $self->{DocType}->setParams ($hash->{Name}, $hash->{SystemId},
205 $self->{DocType}->addAttDef ($hash->{ElementName},
237 $self->{DocType}->addEntity ($parameter, $hash->{Name}, $hash->{Value},
263 $self->{DocType}->addElementDecl ($hash->{Name}, $hash->{Model});
273 $self->{DocType}->addNotation ($hash->{Name}, $hash->{Base},
/dports/textproc/p5-XML-DOM/XML-DOM-1.46/lib/XML/Handler/
H A DBuildDOM.pm25 || (defined $self->{DocType} ? $self->{DocType}->getOwnerDocument : undef)
30 unless (defined $self->{DocType})
32 $self->{DocType} = $self->{Document}->getDoctype
38 $self->{DocType} = new XML::DOM::DocumentType ($self->{Document});
39 $self->{Document}->setDoctype ($self->{DocType});
194 $self->{DocType}->setParams ($hash->{Name}, $hash->{SystemId},
205 $self->{DocType}->addAttDef ($hash->{ElementName},
237 $self->{DocType}->addEntity ($parameter, $hash->{Name}, $hash->{Value},
263 $self->{DocType}->addElementDecl ($hash->{Name}, $hash->{Model});
273 $self->{DocType}->addNotation ($hash->{Name}, $hash->{Base},
/dports/finance/kraft/kraft-0.97/tests/
H A Dt_doctype.cpp53 QStringList allDts = DocType::allLocalised(); in checkAll()
65 DocType dt(_docTypeName); in loadADt()
75 DocType dt(_docTypeName); in checkFollowers()
86 DocType dt( "Test" ); in createNewDoctype()
95 DocType dt("Test"); in readNewDoctype()
108 DocType dt("Test"); in addAFollower()
121 DocType dt("Test"); in checkVariableReplacement()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_FileTypeSigModule/file-5.08/magic/Magdir/
H A Dmatroska11 # DocType id:
13 # DocType contents:
19 # DocType id:
21 # DocType contents:
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-dirmgr/src/
H A Ddocid.rs40 pub(crate) enum DocType { enum
54 pub(crate) fn doctype(&self) -> DocType { in doctype() argument
56 use DocType as T; in doctype()
209 pub(crate) fn partition_by_type<T>(collection: T) -> HashMap<DocType, DocQuery> in partition_by_type() argument
238 DocType::Consensus(ConsensusFlavor::Microdesc) in doctype()
245 assert_eq!(DocId::AuthCert(auth_id).doctype(), DocType::AuthCert); in doctype()
247 assert_eq!(DocId::Microdesc([22; 32]).doctype(), DocType::Microdesc); in doctype()
277 .get(&DocType::Consensus(ConsensusFlavor::Microdesc)) in partition_ids()
281 let q = split.get(&DocType::Microdesc).unwrap(); in partition_ids()
286 let q = split.get(&DocType::RouterDesc).unwrap(); in partition_ids()
[all …]
/dports/devel/taskctl/taskctl-1.4.2/vendor/mvdan.cc/sh/v3/_js/
H A Dapi_dump.go28 Funcs map[string]DocType `json:"funcs"`
38 Methods map[string]DocType `json:"methods"`
41 type DocType struct { struct
62 Funcs: map[string]DocType{},
127 dump.Funcs[fn.Name()] = DocType{
147 Methods: map[string]DocType{},
171 dumpNamed.Methods[fn.Name()] = DocType{
190 methods := map[string]DocType{}
196 methods[fn.Name()] = DocType{

12345678910>>...38