Home
last modified time | relevance | path

Searched refs:shouldIndent (Results 1 – 25 of 88) sorted by relevance

1234

/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_xmlwriter.cpp57 bool shouldIndent(XmlFormatting fmt) { in shouldIndent() function
232 if (shouldIndent(fmt)) { in startElement()
257 if (shouldIndent(fmt)) { in endElement()
283 if (tagWasOpen && shouldIndent(fmt)) { in writeText()
294 if (shouldIndent(fmt)) { in writeComment()
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_xmlwriter.cpp57 bool shouldIndent(XmlFormatting fmt) { in shouldIndent() function
232 if (shouldIndent(fmt)) { in startElement()
257 if (shouldIndent(fmt)) { in endElement()
283 if (tagWasOpen && shouldIndent(fmt)) { in writeText()
294 if (shouldIndent(fmt)) { in writeComment()
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_xmlwriter.cpp59 bool shouldIndent(XmlFormatting fmt) { in shouldIndent() function
234 if (shouldIndent(fmt)) { in startElement()
259 if (shouldIndent(fmt)) { in endElement()
285 if (tagWasOpen && shouldIndent(fmt)) { in writeText()
296 if (shouldIndent(fmt)) { in writeComment()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_xmlwriter.cpp57 bool shouldIndent(XmlFormatting fmt) { in shouldIndent() function
232 if (shouldIndent(fmt)) { in startElement()
257 if (shouldIndent(fmt)) { in endElement()
283 if (tagWasOpen && shouldIndent(fmt)) { in writeText()
294 if (shouldIndent(fmt)) { in writeComment()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_xmlwriter.cpp57 bool shouldIndent(XmlFormatting fmt) { in shouldIndent() function
232 if (shouldIndent(fmt)) { in startElement()
257 if (shouldIndent(fmt)) { in endElement()
283 if (tagWasOpen && shouldIndent(fmt)) { in writeText()
294 if (shouldIndent(fmt)) { in writeComment()
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_xmlwriter.cpp57 bool shouldIndent(XmlFormatting fmt) { in shouldIndent() function
232 if (shouldIndent(fmt)) { in startElement()
257 if (shouldIndent(fmt)) { in endElement()
283 if (tagWasOpen && shouldIndent(fmt)) { in writeText()
294 if (shouldIndent(fmt)) { in writeComment()
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XMLSupport/
H A DXalanIndentWriter.hpp80 if( shouldIndent() ) in indent()
156 shouldIndent() const in shouldIndent() function in XALAN_CPP_NAMESPACE::XalanIndentWriter
H A DFormatterToXML.cpp1131 if (shouldIndent() == true && in startElement()
1168 if (shouldIndent() == true) in endElement()
1225 if (shouldIndent() == true) in processingInstruction()
1577 if (shouldIndent() == true) in entityReference()
1650 if (shouldIndent() == true) in comment()
1695 if (shouldIndent() == true) in cdata()
/dports/editors/jedit/installer/macros/Editing/
H A DMove_Lines_Up.bsh102 boolean shouldIndent = false;
106 shouldIndent = true;
110 if (shouldIndent) {
H A DMove_Lines_Down.bsh103 boolean shouldIndent = false;
107 shouldIndent = true;
111 if (shouldIndent) {
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToXMLStream.java293 if (shouldIndent()) in processingInstruction()
376 if (shouldIndent()) in entityReference()
H A DToStream.java1230 if (!m_cdataTagOpen && shouldIndent()) in cdata()
1799 if (shouldIndent() && m_startNewLine) in startElement()
2062 if (shouldIndent()) in endElement()
2230 if (shouldIndent() && m_isStandalone) in comment()
2238 if (shouldIndent() && !m_isStandalone) in comment()
2528 protected boolean shouldIndent() in shouldIndent() method in ToStream
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToXMLStream.java293 if (shouldIndent()) in processingInstruction()
376 if (shouldIndent()) in entityReference()
H A DToStream.java1230 if (!m_cdataTagOpen && shouldIndent()) in cdata()
1799 if (shouldIndent() && m_startNewLine) in startElement()
2062 if (shouldIndent()) in endElement()
2230 if (shouldIndent() && m_isStandalone) in comment()
2238 if (shouldIndent() && !m_isStandalone) in comment()
2528 protected boolean shouldIndent() in shouldIndent() method in ToStream
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/
H A DToXMLStream.java294 if (shouldIndent()) in processingInstruction()
377 if (shouldIndent()) in entityReference()
H A DToStream.java1238 if (!m_cdataTagOpen && shouldIndent()) in cdata()
1585 return (shouldIndent() && m_childNodeNum > 1); in shouldIndentForText()
1885 if (shouldIndent() && m_startNewLine) in startElement()
2159 if (shouldIndent() && (m_childNodeNum > 1 || !m_isprevtext)) in endElement()
2331 if (shouldIndent() && m_isStandalone) in comment()
2339 if (shouldIndent() && !m_isStandalone) in comment()
2641 protected boolean shouldIndent() in shouldIndent() method in ToStream
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/
H A DToXMLStream.java294 if (shouldIndent()) in processingInstruction()
377 if (shouldIndent()) in entityReference()
H A DToStream.java1235 if (!m_cdataTagOpen && shouldIndent()) in cdata()
1582 return (shouldIndent() && m_childNodeNum > 1); in shouldIndentForText()
1882 if (shouldIndent() && m_startNewLine) in startElement()
2156 if (shouldIndent() && (m_childNodeNum > 1 || !m_isprevtext)) in endElement()
2328 if (shouldIndent() && m_isStandalone) in comment()
2336 if (shouldIndent() && !m_isStandalone) in comment()
2638 protected boolean shouldIndent() in shouldIndent() method in ToStream
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/
H A DToXMLStream.java303 if (shouldIndent()) in processingInstruction()
386 if (shouldIndent()) in entityReference()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/
H A DToXMLStream.java303 if (shouldIndent()) in processingInstruction()
386 if (shouldIndent()) in entityReference()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/
H A DToXMLStream.java303 if (shouldIndent()) in processingInstruction()
386 if (shouldIndent()) in entityReference()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/
H A DToXMLStream.java294 if (shouldIndent()) in processingInstruction()
377 if (shouldIndent()) in entityReference()
H A DToStream.java1238 if (!m_cdataTagOpen && shouldIndent()) in cdata()
1585 return (shouldIndent() && m_childNodeNum > 1); in shouldIndentForText()
1885 if (shouldIndent() && m_startNewLine) in startElement()
2159 if (shouldIndent() && (m_childNodeNum > 1 || !m_isprevtext)) in endElement()
2331 if (shouldIndent() && m_isStandalone) in comment()
2339 if (shouldIndent() && !m_isStandalone) in comment()
2641 protected boolean shouldIndent() in shouldIndent() method in ToStream
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/
H A DToXMLStream.java294 if (shouldIndent()) in processingInstruction()
377 if (shouldIndent()) in entityReference()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/
H A DToXMLStream.java303 if (shouldIndent()) in processingInstruction()
386 if (shouldIndent()) in entityReference()

1234