Home
last modified time | relevance | path

Searched refs:docType (Results 1 – 25 of 3085) sorted by relevance

12345678910>>...124

/dports/finance/kraft/kraft-0.97/database/mysql/migration/
H A D4_dbmigrate.sql7 docType VARCHAR( 64 ), field
12 INDEX( docType, textType )
15 INSERT INTO DocTexts ( name, text, docType, textType )
18 INSERT INTO DocTexts ( name, text, docType, textType )
21 INSERT INTO DocTexts ( name, text, docType, textType )
24 INSERT INTO DocTexts ( name, text, docType, textType )
27 INSERT INTO DocTexts ( name, text, docType, textType )
30 INSERT INTO DocTexts ( name, text, docType, textType )
33 INSERT INTO DocTexts ( name, text, docType, textType )
36 INSERT INTO DocTexts ( name, text, docType, textType )
[all …]
/dports/finance/kraft/kraft-0.97/database/sqlite3/migration/
H A D4_dbmigrate.sql9 docType VARCHAR( 64 ), field
22 INSERT INTO DocTexts ( name, text, docType, textType )
25 INSERT INTO DocTexts ( name, text, docType, textType )
28 INSERT INTO DocTexts ( name, text, docType, textType )
31 INSERT INTO DocTexts ( name, text, docType, textType )
34 INSERT INTO DocTexts ( name, text, docType, textType )
37 INSERT INTO DocTexts ( name, text, docType, textType )
40 INSERT INTO DocTexts ( name, text, docType, textType )
43 INSERT INTO DocTexts ( name, text, docType, textType )
59 INSERT INTO DocTexts ( name, text, docType, textType )
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Util/
H A DPhpDocTypeHelper.php90 * @param string $docType
98 if (!$docType || 'mixed' === $docType) {
102 if ('[]' === substr($docType, -2)) {
103 if ('mixed[]' === $docType) {
114 $docType = $this->normalizeType($docType);
117 if ('array' === $docType) {
127 * @param string $docType
133 switch ($docType) {
151 return $docType;
158 * @param string $docType
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Util/
H A DPhpDocTypeHelper.php90 * @param string $docType
98 if (!$docType || 'mixed' === $docType) {
102 if ('[]' === substr($docType, -2)) {
103 if ('mixed[]' === $docType) {
114 $docType = $this->normalizeType($docType);
117 if ('array' === $docType) {
127 * @param string $docType
133 switch ($docType) {
151 return $docType;
158 * @param string $docType
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/property-info/Util/
H A DPhpDocTypeHelper.php96 $docType = $docType ?? (string) $type;
119 if (!$docType || 'mixed' === $docType) {
123 if (str_ends_with($docType, '[]')) {
130 …if ((str_starts_with($docType, 'list<') || str_starts_with($docType, 'array<')) && $type instanceo…
146 $docType = $this->normalizeType($docType);
149 if ('array' === $docType) {
158 switch ($docType) {
176 return $docType;
182 if (\in_array($docType, Type::$builtinTypes)) {
183 return [$docType, null];
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/property-info/Util/
H A DPhpDocTypeHelper.php90 $docType = $docType ?? (string) $type;
107 if (!$docType || 'mixed' === $docType) {
111 if ('[]' === substr($docType, -2)) {
112 if ('mixed[]' === $docType) {
123 $docType = $this->normalizeType($docType);
126 if ('array' === $docType) {
135 switch ($docType) {
153 return $docType;
159 if (\in_array($docType, Type::$builtinTypes)) {
160 return [$docType, null];
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml/
H A DXmlDocumentTypeTests.cs22 XmlDocumentType docType; field in MonoTests.System.Xml.XmlDocumentTypeTests
28 docType = document.CreateDocumentType ("book", null, null, "<!ELEMENT book ANY>"); in GetReady()
29 document.AppendChild (docType); in GetReady()
46 Assert.AreEqual ("book", docType.Name, "Getting Name property"); in Name()
52 Assert.AreEqual ("book", docType.LocalName, "Getting LocalName property"); in LocalName()
58 …Assert.AreEqual ("<!ELEMENT book ANY>", docType.InternalSubset, "Getting Internal Subset property"… in InternalSubset()
79 Assert.AreEqual (docType.NodeType.ToString (), "DocumentType", "NodeType property broken"); in NodeType()
85 Assert.AreEqual ("True", docType.IsReadOnly.ToString (), "IsReadOnly property"); in IsReadOnly()
104 XmlNode original = docType; in CloneNode()
106 XmlNode cloned1 = docType.CloneNode (true); in CloneNode()
[all …]
H A DXmlEntityTests.cs20 XmlDocumentType docType; field in MonoTests.System.Xml.XmlEntityTests
26 docType = document.CreateDocumentType ("book", null, null, "<!ELEMENT book ANY>"); in GetReady()
27 document.AppendChild (docType); in GetReady()
36 docType = document.DocumentType; in TestValue()
37 Assert.AreEqual (2, docType.Entities.Count); in TestValue()
38 XmlEntity foo = docType.Entities.Item (0) as XmlEntity; in TestValue()
39 XmlEntity bar = docType.Entities.Item (1) as XmlEntity; in TestValue()
/dports/graphics/qvge/qvge-0.6.3/src/qvgeapp/
H A DqvgeMainWindow.cpp95 bool qvgeMainWindow::createDocument(const QByteArray &docType) in createDocument() argument
98 if (docType == "graph") in createDocument()
110 if (docType == "text") in createDocument()
146 void qvgeMainWindow::onNewDocumentCreated(const QByteArray &docType) in onNewDocumentCreated() argument
149 if (docType == "graph") in onNewDocumentCreated()
161 if (docType == "graph") in openDocument()
165 if (createDocument(docType)) in openDocument()
188 docType = "text"; in openDocument()
190 if (createDocument(docType)) in openDocument()
213 if (docType == "text") in saveDocument()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/
H A DHtmlDocument.java49 private final DocType docType; field in HtmlDocument
59 public HtmlDocument(DocType docType, Content docComment, Content htmlTree) { in HtmlDocument() argument
60 this.docType = docType; in HtmlDocument()
70 public HtmlDocument(DocType docType, Content htmlTree) { in HtmlDocument() argument
71 this.docType = docType; in HtmlDocument()
100 writer.write(docType.text); in write()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/
H A DHtmlDocument.java49 private final DocType docType; field in HtmlDocument
59 public HtmlDocument(DocType docType, Content docComment, Content htmlTree) { in HtmlDocument() argument
60 this.docType = docType; in HtmlDocument()
70 public HtmlDocument(DocType docType, Content htmlTree) { in HtmlDocument() argument
71 this.docType = docType; in HtmlDocument()
100 writer.write(docType.text); in write()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/
H A DHtmlDocument.java49 private final DocType docType; field in HtmlDocument
59 public HtmlDocument(DocType docType, Content docComment, Content htmlTree) { in HtmlDocument() argument
60 this.docType = docType; in HtmlDocument()
70 public HtmlDocument(DocType docType, Content htmlTree) { in HtmlDocument() argument
71 this.docType = docType; in HtmlDocument()
100 writer.write(docType.text); in write()
/dports/textproc/dom4j/dom4j-1.6.1/src/java/org/dom4j/tree/
H A DDefaultDocument.java50 private DocumentType docType; field in DefaultDocument
69 public DefaultDocument(DocumentType docType) { in DefaultDocument() argument
70 this.docType = docType; in DefaultDocument()
73 public DefaultDocument(Element rootElement, DocumentType docType) { in DefaultDocument() argument
75 this.docType = docType; in DefaultDocument()
79 DocumentType docType) { in DefaultDocument() argument
82 this.docType = docType; in DefaultDocument()
98 return docType; in getDocType()
101 public void setDocType(DocumentType docType) { in setDocType() argument
102 this.docType = docType; in setDocType()
/dports/lang/ghc/ghc-8.10.7/libraries/xhtml/Text/XHtml/
H A DStrict.hs12 docType,
27 docType :: String
28 docType = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"" function
35 showHtml = showHtmlInternal docType
40 renderHtml = renderHtmlInternal docType
49 docType ++ "\n" ++ renderHtmlFragment code ++ "\n"
62 prettyHtml = prettyHtmlInternal docType
/dports/java/jdom/jdom/src/java/org/jdom/
H A DDocument.java119 if (docType != null) { in Document()
120 setDocType(docType); in Document()
140 this(rootElement, docType, null); in Document()
286 public Document setDocType(DocType docType) { in setDocType() argument
287 if (docType == null) { in setDocType()
294 if (docType.getParent() != null) { in setDocType()
295 throw new IllegalAddException(docType, in setDocType()
302 content.add(0, docType); in setDocType()
305 content.set(docTypeIndex, docType); in setDocType()
619 DocType docType = getDocType(); in toString() local
[all …]
/dports/finance/kraft/kraft-0.97/src/
H A Ddocumentman.cpp60 DocGuardedPtr DocumentMan::createDocument( const QString& docType, const QString& copyFromId, const… in createDocument() argument
71 doc->setDocType(docType); // sets the defaults for the new doc type in createDocument()
76 DocType sourceDocType( sourceDoc->docType() ); in createDocument()
78 DocType newDocType(docType); in createDocument()
102 QString newText = DefaultProvider::self()->defaultText( docType, KraftDoc::Header ); in createDocument()
108 newText = DefaultProvider::self()->defaultText( docType, KraftDoc::Footer ); in createDocument()
118 doc->setDocType(docType); in createDocument()
119 doc->setPreText(DefaultProvider::self()->defaultText(docType, KraftDoc::Header)); in createDocument()
120 doc->setPostText(DefaultProvider::self()->defaultText(docType, KraftDoc::Footer)); in createDocument()
H A Ddoctypeedit.cpp299 DocType dt = mOrigDocTypes[docType]; in currentDocType()
300 if ( mChangedDocTypes.contains( docType ) ) { in currentDocType()
301 dt = mChangedDocTypes[docType]; in currentDocType()
326 QString docType; in slotTemplateUrlChanged() local
330 if( docType.isEmpty() || ! mOrigDocTypes.contains(docType) ) return; in slotTemplateUrlChanged()
331 DocType dt = mOrigDocTypes[docType]; in slotTemplateUrlChanged()
333 dt = mChangedDocTypes[docType]; in slotTemplateUrlChanged()
338 mChangedDocTypes[docType] = dt; in slotTemplateUrlChanged()
345 DocType dt = mOrigDocTypes[docType]; in slotWatermarkUrlChanged()
347 dt = mChangedDocTypes[docType]; in slotWatermarkUrlChanged()
[all …]
/dports/textproc/dom4j/dom4j-1.6.1/src/java/org/dom4j/dom/
H A DDOMDocumentFactory.java152 String qualifiedName, org.w3c.dom.DocumentType docType) in createDocument() argument
156 if (docType != null) { in createDocument()
157 DOMDocumentType documentType = asDocumentType(docType); in createDocument()
169 protected DOMDocumentType asDocumentType(org.w3c.dom.DocumentType docType) { in asDocumentType() argument
170 if (docType instanceof DOMDocumentType) { in asDocumentType()
171 return (DOMDocumentType) docType; in asDocumentType()
173 return new DOMDocumentType(docType.getName(), in asDocumentType()
174 docType.getPublicId(), docType.getSystemId()); in asDocumentType()
/dports/databases/cego/cego-2.47.11/src/
H A DCegoDbHandler.cc216 Chain docType; in acceptSession() local
225 docType = Chain("ERROR"); in acceptSession()
352 if ( docType == Chain(XML_OK_DOC) ) in reqQueryOp()
808 if ( docType == Chain(XML_OK_DOC) ) in abortQuery()
1323 if ( docType == Chain(XML_ERROR_DOC) ) in putBlob()
1404 if ( docType == Chain(XML_ERROR_DOC) ) in getBlob()
1490 if ( docType == Chain(XML_OK_DOC) ) in delBlob()
1784 if ( docType == Chain(XML_OK_DOC) ) in delClob()
1964 if ( docType == Chain(XML_DATA_DOC) ) in getMoreTableData()
2675 Chain docType; in sendXMLReq() local
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/blaze-html-0.9.1.2/src/Util/
H A DGenerateHtmlCombinators.hs25 , docType :: [String] function
84 , makeDocType $ docType htmlVariant
85 , makeDocTypeHtml $ docType htmlVariant
275 , docType =
317 , docType =
338 , docType =
355 , docType =
370 , docType =
385 , docType =
402 , docType = ["<!DOCTYPE HTML>"] function
[all …]
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/blaze-html-0.9.1.2/src/Util/
H A DGenerateHtmlCombinators.hs25 , docType :: [String] function
84 , makeDocType $ docType htmlVariant
85 , makeDocTypeHtml $ docType htmlVariant
275 , docType =
317 , docType =
338 , docType =
355 , docType =
370 , docType =
385 , docType =
402 , docType = ["<!DOCTYPE HTML>"] function
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/blaze-html-0.9.1.2/src/Util/
H A DGenerateHtmlCombinators.hs25 , docType :: [String] function
84 , makeDocType $ docType htmlVariant
85 , makeDocTypeHtml $ docType htmlVariant
275 , docType =
317 , docType =
338 , docType =
355 , docType =
370 , docType =
385 , docType =
402 , docType = ["<!DOCTYPE HTML>"] function
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/blaze-html-0.9.1.2/src/Util/
H A DGenerateHtmlCombinators.hs25 , docType :: [String] function
84 , makeDocType $ docType htmlVariant
85 , makeDocTypeHtml $ docType htmlVariant
275 , docType =
317 , docType =
338 , docType =
355 , docType =
370 , docType =
385 , docType =
402 , docType = ["<!DOCTYPE HTML>"] function
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/blaze-html-0.9.1.2/src/Util/
H A DGenerateHtmlCombinators.hs25 , docType :: [String] function
84 , makeDocType $ docType htmlVariant
85 , makeDocTypeHtml $ docType htmlVariant
275 , docType =
317 , docType =
338 , docType =
355 , docType =
370 , docType =
385 , docType =
402 , docType = ["<!DOCTYPE HTML>"] function
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/blaze-html-0.9.1.2/src/Util/
H A DGenerateHtmlCombinators.hs25 , docType :: [String] function
84 , makeDocType $ docType htmlVariant
85 , makeDocTypeHtml $ docType htmlVariant
275 , docType =
317 , docType =
338 , docType =
355 , docType =
370 , docType =
385 , docType =
402 , docType = ["<!DOCTYPE HTML>"] function
[all …]

12345678910>>...124