Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for commentBefore (0.12 sec)

  1. src/go/printer/printer.go

    	}
    	// no more comments
    	p.commentOffset = infinity
    }
    
    // commentBefore reports whether the current comment group occurs
    // before the next position in the source code and printing it does
    // not introduce implicit semicolons.
    func (p *printer) commentBefore(next token.Position) bool {
    	return p.commentOffset < next.Offset && (!p.impliedSemi || !p.commentNewline)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 41.6K bytes
    - Viewed (0)
  2. pkg/ctrlz/assets/static/css/fontawesome-all-5.0.6.css

    -code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 33.9K bytes
    - Viewed (0)
Back to top