Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for writeIndent (0.16 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/catalog/AbstractSourceGenerator.java

        }
    
        protected void writeLn() throws IOException {
            writer.write(ln);
        }
    
        public void writeLn(String source) throws IOException {
            writeIndent();
            writer.write(source + ln);
        }
    
        protected void writeIndent() throws IOException {
            for (int i = 0; i < indent; i++) {
                writer.write("    ");
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  2. src/go/printer/printer.go

    		p.output = append(p.output, tabwriter.Escape)
    		// p.out must match the //line directive
    		p.out.Filename = pos.Filename
    		p.out.Line = pos.Line
    	}
    }
    
    // writeIndent writes indentation.
    func (p *printer) writeIndent() {
    	// use "hard" htabs - indentation columns
    	// must not be discarded by the tabwriter
    	n := p.Config.Indent + p.indent // include base indentation
    	for i := 0; i < n; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 41.6K bytes
    - Viewed (0)
  3. src/encoding/xml/marshal.go

    func (p *printer) writeStart(start *StartElement) error {
    	if start.Name.Local == "" {
    		return fmt.Errorf("xml: start tag with no name")
    	}
    
    	p.tags = append(p.tags, start.Name)
    	p.markPrefix()
    
    	p.writeIndent(1)
    	p.WriteByte('<')
    	p.WriteString(start.Name.Local)
    
    	if start.Name.Space != "" {
    		p.WriteString(` xmlns="`)
    		p.EscapeString(start.Name.Space)
    		p.WriteByte('"')
    	}
    
    	// Attributes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 31.2K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    protected void ensureNamespacesCapa(); public void setFeature(String, boolean) throws IllegalArgumentExcep, IllegalStateExceptio; public boolean getFeature(String) throws IllegalArgumentExcep; protected void rebuildIndentationBu(); protected void writeIndent() throws java.io.IOException; public void setProperty(String, Object) throws IllegalArgumentExcep, IllegalStateExceptio; public Object getProperty(String) throws IllegalArgumentExcep; private String getLocation(); public java.io.Writer getWriter();...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 164.6K bytes
    - Viewed (0)
  5. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    protected void ensureNamespacesCapa(); public void setFeature(String, boolean) throws IllegalArgumentExcep, IllegalStateExceptio; public boolean getFeature(String) throws IllegalArgumentExcep; protected void rebuildIndentationBu(); protected void writeIndent() throws java.io.IOException; public void setProperty(String, Object) throws IllegalArgumentExcep, IllegalStateExceptio; public Object getProperty(String) throws IllegalArgumentExcep; private String getLocation(); public java.io.Writer getWriter();...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    protected void ensureNamespacesCapa(); public void setFeature(String, boolean) throws IllegalArgumentExcep, IllegalStateExceptio; public boolean getFeature(String) throws IllegalArgumentExcep; protected void rebuildIndentationBu(); protected void writeIndent() throws java.io.IOException; public void setProperty(String, Object) throws IllegalArgumentExcep, IllegalStateExceptio; public Object getProperty(String) throws IllegalArgumentExcep; private String getLocation(); public java.io.Writer getWriter();...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 164.6K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    protected void ensureNamespacesCapa(); public void setFeature(String, boolean) throws IllegalArgumentExcep, IllegalStateExceptio; public boolean getFeature(String) throws IllegalArgumentExcep; protected void rebuildIndentationBu(); protected void writeIndent() throws java.io.IOException; public void setProperty(String, Object) throws IllegalArgumentExcep, IllegalStateExceptio; public Object getProperty(String) throws IllegalArgumentExcep; private String getLocation(); public java.io.Writer getWriter();...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 164.6K bytes
    - Viewed (0)
  8. maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    protected void ensureNamespacesCapa(); public void setFeature(String, boolean) throws IllegalArgumentExcep, IllegalStateExceptio; public boolean getFeature(String) throws IllegalArgumentExcep; protected void rebuildIndentationBu(); protected void writeIndent() throws java.io.IOException; public void setProperty(String, Object) throws IllegalArgumentExcep, IllegalStateExceptio; public Object getProperty(String) throws IllegalArgumentExcep; private String getLocation(); public java.io.Writer getWriter();...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Oct 23 23:48:02 UTC 2009
    - 164.6K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar

    protected void ensureNamespacesCapa(); public void setFeature(String, boolean) throws IllegalArgumentExcep, IllegalStateExceptio; public boolean getFeature(String) throws IllegalArgumentExcep; protected void rebuildIndentationBu(); protected void writeIndent() throws java.io.IOException; public void setProperty(String, Object) throws IllegalArgumentExcep, IllegalStateExceptio; public Object getProperty(String) throws IllegalArgumentExcep; private String getLocation(); public java.io.Writer getWriter();...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    protected void ensureNamespacesCapa(); public void setFeature(String, boolean) throws IllegalArgumentExcep, IllegalStateExceptio; public boolean getFeature(String) throws IllegalArgumentExcep; protected void rebuildIndentationBu(); protected void writeIndent() throws java.io.IOException; public void setProperty(String, Object) throws IllegalArgumentExcep, IllegalStateExceptio; public Object getProperty(String) throws IllegalArgumentExcep; private String getLocation(); public java.io.Writer getWriter();...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 200.2K bytes
    - Viewed (0)
Back to top