Home
last modified time | relevance | path

Searched refs:documentType (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/tests/DebugInfo/
H A DSymbolDocumentInfoTests.cs14 … Guid documentType = new Guid(0x5a869d0b, 0x6611, 0x11d3, 0xbd, 0x2a, 0, 0, 0xf8, 8, 0x49, 0xbd); in TestData()
15 yield return new object[] { "", Guid.Empty, Guid.Empty, documentType }; in TestData()
16 yield return new object[] { " \t \r ", Guid.Empty, Guid.NewGuid(), documentType }; in TestData()
17 yield return new object[] { "abc", Guid.NewGuid(), Guid.NewGuid(), documentType }; in TestData()
23 … static void SymbolDocument(string fileName, Guid language, Guid languageVendor, Guid documentType) in SymbolDocument() argument
25 … if (documentType == new Guid(0x5a869d0b, 0x6611, 0x11d3, 0xbd, 0x2a, 0, 0, 0xf8, 8, 0x49, 0xbd)) in SymbolDocument()
33 … VerifySymbolDocumentInfo(symbolDocument1, fileName, language, languageVendor, documentType); in SymbolDocument()
37 … VerifySymbolDocumentInfo(symbolDocument2, fileName, language, languageVendor, documentType); in SymbolDocument()
41 … VerifySymbolDocumentInfo(symbolDocument3, fileName, language, languageVendor, documentType); in SymbolDocument()
45 … VerifySymbolDocumentInfo(symbolDocument4, fileName, language, languageVendor, documentType); in SymbolDocument()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DDocumentTypeTest.java50 DocumentType documentType = createDOM("DocumentType01.xml").getDoctype(); in testGetEntities() local
51 NamedNodeMap namedNodeMap = documentType.getEntities(); in testGetEntities()
65 DocumentType documentType = createDOM("DocumentType03.xml").getDoctype(); in testGetNotations() local
66 NamedNodeMap nm = documentType.getNotations(); in testGetNotations()
80 DocumentType documentType = createDOM("DocumentType03.xml").getDoctype(); in testGetName() local
81 assertEquals(documentType.getName(), "note"); in testGetName()
89 DocumentType documentType = createDOM("DocumentType05.xml").getDoctype(); in testGetSystemId() local
90 assertEquals(documentType.getSystemId(), "DocumentBuilderImpl02.dtd"); in testGetSystemId()
91 Assert.assertNull(documentType.getPublicId()); in testGetSystemId()
H A DDomImplementationTest.java70 DocumentType documentType = domImpl.createDocumentType(name, publicId, systemId); in testCreateDocumentType01() local
71 verifyDocumentType(documentType, name, publicId, systemId); in testCreateDocumentType01()
86 DocumentType documentType = domImpl.createDocumentType(name, publicId, systemId); in testCreateDocumentType02() local
87 …t document = domImpl.createDocument("http://www.document.com", "document:localName", documentType); in testCreateDocumentType02()
126 …private void verifyDocumentType(DocumentType documentType, String name, String publicId, String sy… in verifyDocumentType() argument
127 assertEquals(documentType.getPublicId(), publicId); in verifyDocumentType()
128 assertEquals(documentType.getSystemId(), systemId); in verifyDocumentType()
129 assertEquals(documentType.getName(), name); in verifyDocumentType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DDocumentTypeTest.java50 DocumentType documentType = createDOM("DocumentType01.xml").getDoctype(); in testGetEntities() local
51 NamedNodeMap namedNodeMap = documentType.getEntities(); in testGetEntities()
65 DocumentType documentType = createDOM("DocumentType03.xml").getDoctype(); in testGetNotations() local
66 NamedNodeMap nm = documentType.getNotations(); in testGetNotations()
80 DocumentType documentType = createDOM("DocumentType03.xml").getDoctype(); in testGetName() local
81 assertEquals(documentType.getName(), "note"); in testGetName()
89 DocumentType documentType = createDOM("DocumentType05.xml").getDoctype(); in testGetSystemId() local
90 assertEquals(documentType.getSystemId(), "DocumentBuilderImpl02.dtd"); in testGetSystemId()
91 Assert.assertNull(documentType.getPublicId()); in testGetSystemId()
H A DDomImplementationTest.java70 DocumentType documentType = domImpl.createDocumentType(name, publicId, systemId); in testCreateDocumentType01() local
71 verifyDocumentType(documentType, name, publicId, systemId); in testCreateDocumentType01()
86 DocumentType documentType = domImpl.createDocumentType(name, publicId, systemId); in testCreateDocumentType02() local
87 …t document = domImpl.createDocument("http://www.document.com", "document:localName", documentType); in testCreateDocumentType02()
126 …private void verifyDocumentType(DocumentType documentType, String name, String publicId, String sy… in verifyDocumentType() argument
127 assertEquals(documentType.getPublicId(), publicId); in verifyDocumentType()
128 assertEquals(documentType.getSystemId(), systemId); in verifyDocumentType()
129 assertEquals(documentType.getName(), name); in verifyDocumentType()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DDocumentTypeTest.java50 DocumentType documentType = createDOM("DocumentType01.xml").getDoctype(); in testGetEntities() local
51 NamedNodeMap namedNodeMap = documentType.getEntities(); in testGetEntities()
65 DocumentType documentType = createDOM("DocumentType03.xml").getDoctype(); in testGetNotations() local
66 NamedNodeMap nm = documentType.getNotations(); in testGetNotations()
80 DocumentType documentType = createDOM("DocumentType03.xml").getDoctype(); in testGetName() local
81 assertEquals(documentType.getName(), "note"); in testGetName()
89 DocumentType documentType = createDOM("DocumentType05.xml").getDoctype(); in testGetSystemId() local
90 assertEquals(documentType.getSystemId(), "DocumentBuilderImpl02.dtd"); in testGetSystemId()
91 Assert.assertNull(documentType.getPublicId()); in testGetSystemId()
H A DDomImplementationTest.java70 DocumentType documentType = domImpl.createDocumentType(name, publicId, systemId); in testCreateDocumentType01() local
71 verifyDocumentType(documentType, name, publicId, systemId); in testCreateDocumentType01()
86 DocumentType documentType = domImpl.createDocumentType(name, publicId, systemId); in testCreateDocumentType02() local
87 …t document = domImpl.createDocument("http://www.document.com", "document:localName", documentType); in testCreateDocumentType02()
126 …private void verifyDocumentType(DocumentType documentType, String name, String publicId, String sy… in verifyDocumentType() argument
127 assertEquals(documentType.getPublicId(), publicId); in verifyDocumentType()
128 assertEquals(documentType.getSystemId(), systemId); in verifyDocumentType()
129 assertEquals(documentType.getName(), name); in verifyDocumentType()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DDocumentTypeTest.java50 DocumentType documentType = createDOM("DocumentType01.xml").getDoctype(); in testGetEntities() local
51 NamedNodeMap namedNodeMap = documentType.getEntities(); in testGetEntities()
65 DocumentType documentType = createDOM("DocumentType03.xml").getDoctype(); in testGetNotations() local
66 NamedNodeMap nm = documentType.getNotations(); in testGetNotations()
80 DocumentType documentType = createDOM("DocumentType03.xml").getDoctype(); in testGetName() local
81 assertEquals(documentType.getName(), "note"); in testGetName()
89 DocumentType documentType = createDOM("DocumentType05.xml").getDoctype(); in testGetSystemId() local
90 assertEquals(documentType.getSystemId(), "DocumentBuilderImpl02.dtd"); in testGetSystemId()
91 Assert.assertNull(documentType.getPublicId()); in testGetSystemId()
H A DDomImplementationTest.java70 DocumentType documentType = domImpl.createDocumentType(name, publicId, systemId); in testCreateDocumentType01() local
71 verifyDocumentType(documentType, name, publicId, systemId); in testCreateDocumentType01()
86 DocumentType documentType = domImpl.createDocumentType(name, publicId, systemId); in testCreateDocumentType02() local
87 …t document = domImpl.createDocument("http://www.document.com", "document:localName", documentType); in testCreateDocumentType02()
126 …private void verifyDocumentType(DocumentType documentType, String name, String publicId, String sy… in verifyDocumentType() argument
127 assertEquals(documentType.getPublicId(), publicId); in verifyDocumentType()
128 assertEquals(documentType.getSystemId(), systemId); in verifyDocumentType()
129 assertEquals(documentType.getName(), name); in verifyDocumentType()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DDocumentTypeTest.java50 DocumentType documentType = createDOM("DocumentType01.xml").getDoctype(); in testGetEntities() local
51 NamedNodeMap namedNodeMap = documentType.getEntities(); in testGetEntities()
65 DocumentType documentType = createDOM("DocumentType03.xml").getDoctype(); in testGetNotations() local
66 NamedNodeMap nm = documentType.getNotations(); in testGetNotations()
80 DocumentType documentType = createDOM("DocumentType03.xml").getDoctype(); in testGetName() local
81 assertEquals(documentType.getName(), "note"); in testGetName()
89 DocumentType documentType = createDOM("DocumentType05.xml").getDoctype(); in testGetSystemId() local
90 assertEquals(documentType.getSystemId(), "DocumentBuilderImpl02.dtd"); in testGetSystemId()
91 Assert.assertNull(documentType.getPublicId()); in testGetSystemId()
H A DDomImplementationTest.java70 DocumentType documentType = domImpl.createDocumentType(name, publicId, systemId); in testCreateDocumentType01() local
71 verifyDocumentType(documentType, name, publicId, systemId); in testCreateDocumentType01()
86 DocumentType documentType = domImpl.createDocumentType(name, publicId, systemId); in testCreateDocumentType02() local
87 …t document = domImpl.createDocument("http://www.document.com", "document:localName", documentType); in testCreateDocumentType02()
126 …private void verifyDocumentType(DocumentType documentType, String name, String publicId, String sy… in verifyDocumentType() argument
127 assertEquals(documentType.getPublicId(), publicId); in verifyDocumentType()
128 assertEquals(documentType.getSystemId(), systemId); in verifyDocumentType()
129 assertEquals(documentType.getName(), name); in verifyDocumentType()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DDocumentTypeTest.java50 DocumentType documentType = createDOM("DocumentType01.xml").getDoctype(); in testGetEntities() local
51 NamedNodeMap namedNodeMap = documentType.getEntities(); in testGetEntities()
65 DocumentType documentType = createDOM("DocumentType03.xml").getDoctype(); in testGetNotations() local
66 NamedNodeMap nm = documentType.getNotations(); in testGetNotations()
80 DocumentType documentType = createDOM("DocumentType03.xml").getDoctype(); in testGetName() local
81 assertEquals(documentType.getName(), "note"); in testGetName()
89 DocumentType documentType = createDOM("DocumentType05.xml").getDoctype(); in testGetSystemId() local
90 assertEquals(documentType.getSystemId(), "DocumentBuilderImpl02.dtd"); in testGetSystemId()
91 Assert.assertNull(documentType.getPublicId()); in testGetSystemId()
H A DDomImplementationTest.java70 DocumentType documentType = domImpl.createDocumentType(name, publicId, systemId); in testCreateDocumentType01() local
71 verifyDocumentType(documentType, name, publicId, systemId); in testCreateDocumentType01()
86 DocumentType documentType = domImpl.createDocumentType(name, publicId, systemId); in testCreateDocumentType02() local
87 …t document = domImpl.createDocument("http://www.document.com", "document:localName", documentType); in testCreateDocumentType02()
126 …private void verifyDocumentType(DocumentType documentType, String name, String publicId, String sy… in verifyDocumentType() argument
127 assertEquals(documentType.getPublicId(), publicId); in verifyDocumentType()
128 assertEquals(documentType.getSystemId(), systemId); in verifyDocumentType()
129 assertEquals(documentType.getName(), name); in verifyDocumentType()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DDocumentTypeTest.java50 DocumentType documentType = createDOM("DocumentType01.xml").getDoctype(); in testGetEntities() local
51 NamedNodeMap namedNodeMap = documentType.getEntities(); in testGetEntities()
65 DocumentType documentType = createDOM("DocumentType03.xml").getDoctype(); in testGetNotations() local
66 NamedNodeMap nm = documentType.getNotations(); in testGetNotations()
80 DocumentType documentType = createDOM("DocumentType03.xml").getDoctype(); in testGetName() local
81 assertEquals(documentType.getName(), "note"); in testGetName()
89 DocumentType documentType = createDOM("DocumentType05.xml").getDoctype(); in testGetSystemId() local
90 assertEquals(documentType.getSystemId(), "DocumentBuilderImpl02.dtd"); in testGetSystemId()
91 Assert.assertNull(documentType.getPublicId()); in testGetSystemId()
H A DDomImplementationTest.java70 DocumentType documentType = domImpl.createDocumentType(name, publicId, systemId); in testCreateDocumentType01() local
71 verifyDocumentType(documentType, name, publicId, systemId); in testCreateDocumentType01()
86 DocumentType documentType = domImpl.createDocumentType(name, publicId, systemId); in testCreateDocumentType02() local
87 …t document = domImpl.createDocument("http://www.document.com", "document:localName", documentType); in testCreateDocumentType02()
126 …private void verifyDocumentType(DocumentType documentType, String name, String publicId, String sy… in verifyDocumentType() argument
127 assertEquals(documentType.getPublicId(), publicId); in verifyDocumentType()
128 assertEquals(documentType.getSystemId(), systemId); in verifyDocumentType()
129 assertEquals(documentType.getName(), name); in verifyDocumentType()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DDocumentTypeTest.java50 DocumentType documentType = createDOM("DocumentType01.xml").getDoctype(); in testGetEntities() local
51 NamedNodeMap namedNodeMap = documentType.getEntities(); in testGetEntities()
65 DocumentType documentType = createDOM("DocumentType03.xml").getDoctype(); in testGetNotations() local
66 NamedNodeMap nm = documentType.getNotations(); in testGetNotations()
80 DocumentType documentType = createDOM("DocumentType03.xml").getDoctype(); in testGetName() local
81 assertEquals(documentType.getName(), "note"); in testGetName()
89 DocumentType documentType = createDOM("DocumentType05.xml").getDoctype(); in testGetSystemId() local
90 assertEquals(documentType.getSystemId(), "DocumentBuilderImpl02.dtd"); in testGetSystemId()
91 Assert.assertNull(documentType.getPublicId()); in testGetSystemId()
H A DDomImplementationTest.java70 DocumentType documentType = domImpl.createDocumentType(name, publicId, systemId); in testCreateDocumentType01() local
71 verifyDocumentType(documentType, name, publicId, systemId); in testCreateDocumentType01()
86 DocumentType documentType = domImpl.createDocumentType(name, publicId, systemId); in testCreateDocumentType02() local
87 …t document = domImpl.createDocument("http://www.document.com", "document:localName", documentType); in testCreateDocumentType02()
126 …private void verifyDocumentType(DocumentType documentType, String name, String publicId, String sy… in verifyDocumentType() argument
127 assertEquals(documentType.getPublicId(), publicId); in verifyDocumentType()
128 assertEquals(documentType.getSystemId(), systemId); in verifyDocumentType()
129 assertEquals(documentType.getName(), name); in verifyDocumentType()
/dports/graphics/krita/krita-4.4.8/libs/odf/
H A DKoOdf.cpp45 const char * mimeType(DocumentType documentType) in mimeType() argument
47 return s_documentData[documentType].mimeType; in mimeType()
50 const char * templateMimeType(DocumentType documentType) in templateMimeType() argument
52 return s_documentData[documentType].templateMimeType; in templateMimeType()
55 const char * bodyContentElement(DocumentType documentType, bool withNamespace) in bodyContentElement() argument
57 …return withNamespace ? s_documentData[documentType].bodyContentElement : s_documentData[documentTy… in bodyContentElement()
/dports/editors/calligra/calligra-3.2.1/libs/odf/
H A DKoOdf.cpp45 const char * mimeType(DocumentType documentType) in mimeType() argument
47 return s_documentData[documentType].mimeType; in mimeType()
50 const char * templateMimeType(DocumentType documentType) in templateMimeType() argument
52 return s_documentData[documentType].templateMimeType; in templateMimeType()
55 const char * bodyContentElement(DocumentType documentType, bool withNamespace) in bodyContentElement() argument
57 …return withNamespace ? s_documentData[documentType].bodyContentElement : s_documentData[documentTy… in bodyContentElement()
H A DKoOdfPaste.cpp42 bool KoOdfPaste::paste(KoOdf::DocumentType documentType, const QMimeData *data) in paste() argument
44 QByteArray arr = data->data(KoOdf::mimeType(documentType)); in paste()
45 return paste(documentType, arr); in paste()
48 bool KoOdfPaste::paste(KoOdf::DocumentType documentType, const QByteArray &bytes) in paste() argument
77 …dy = KoXml::namedItemNS(realBody, KoXmlNS::office, KoOdf::bodyContentElement(documentType, false)); in paste()
80 warnOdf << "No" << KoOdf::bodyContentElement(documentType, true) << "tag found"; in paste()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/odf/
H A DKoOdf.cpp46 const char * mimeType(DocumentType documentType) in mimeType() argument
48 return s_documentData[documentType].mimeType; in mimeType()
51 const char * templateMimeType(DocumentType documentType) in templateMimeType() argument
53 return s_documentData[documentType].templateMimeType; in templateMimeType()
56 const char * bodyContentElement(DocumentType documentType, bool withNamespace) in bodyContentElement() argument
58 …return withNamespace ? s_documentData[documentType].bodyContentElement : s_documentData[documentTy… in bodyContentElement()
H A DKoOdfPaste.cpp43 bool KoOdfPaste::paste(KoOdf::DocumentType documentType, const QMimeData *data) in paste() argument
45 QByteArray arr = data->data(KoOdf::mimeType(documentType)); in paste()
46 return paste(documentType, arr); in paste()
49 bool KoOdfPaste::paste(KoOdf::DocumentType documentType, const QByteArray &bytes) in paste() argument
78 …dy = KoXml::namedItemNS(realBody, KoXmlNS::office, KoOdf::bodyContentElement(documentType, false)); in paste()
81 warnOdf << "No" << KoOdf::bodyContentElement(documentType, true) << "tag found"; in paste()
/dports/net-mgmt/icingaweb2-module-elasticsearch/icingaweb2-module-elasticsearch-0.9.0/library/Elasticsearch/RestApi/
H A DRestApiClient.php313 $request = new GetApiRequest($index, $documentType, $id);
359 list($index, $documentType, $id) = $target;
362 list($index, $documentType) = $target;
369 $request = new IndexApiRequest($index, $documentType, $id, $data);
426 list($index, $documentType, $id) = $target;
433 list($index, $documentType) = $target;
446 ->setTypes(array($documentType))
515 list($index, $documentType, $id) = $target;
522 list($index, $documentType) = $target;
530 $request = new DeleteApiRequest($index, $documentType, $id);
[all …]
H A DDocumentApiRequest.php20 protected $documentType; variable in Icinga\\Module\\Elasticsearch\\RestApi\\DocumentApiRequest
33 * @param string $documentType The type to store the document as
37 public function __construct($index, $documentType, $id = null, array $data = null) argument
41 $this->documentType = $documentType;
/dports/graphics/qgis/qgis-3.22.3/tests/src/gui/
H A Dtestqgsexternalresourcewidgetwrapper.cpp349 QFETCH( int, documentType ); in testLoadExternalDocument()
372 if ( documentType == QgsExternalResourceWidget::Image ) in testLoadExternalDocument()
414 if ( documentType == QgsExternalResourceWidget::Image ) in testLoadExternalDocument()
455 if ( documentType == QgsExternalResourceWidget::Image ) in testLoadExternalDocument()
535 QFETCH( int, documentType ); in testLoadNullExternalDocument()
623 QFETCH( int, documentType ); in testStoreExternalDocument()
717 QFETCH( int, documentType ); in testStoreExternalDocumentError()
828 QFETCH( int, documentType ); in testStoreExternalDocumentCancel()
943 QFETCH( int, documentType ); in testStoreExternalDocumentNoExpression()
1033 QFETCH( int, documentType ); in testChangeValueBeforeLoaded()
[all …]

12345678910>>...17