Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for SECBUG (0.08 sec)

  1. src/go/doc/testdata/a.1.golden

    NOTE(bar)	4 of 4
    	- this is the last line of note 4
    
    NOTE(bam)	This note which contains a (parenthesized) subphrase
    	 must appear in its entirety.
    
    NOTE(xxx)	The ':' after the marker and uid is optional.
    
    
    SECBUGS
    SECBUG(uid)	sec hole 0
    	need to fix asap
    
    
    TODOS
    TODO(uid)	todo0
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 688 bytes
    - Viewed (0)
  2. src/go/doc/testdata/a0.go

    // comment 0
    package a
    
    //BUG(uid): bug0
    
    //TODO(uid): todo0
    
    // A note with some spaces after it, should be ignored (watch out for
    // emacs modes that remove trailing whitespace).
    //NOTE(uid):
    
    // SECBUG(uid): sec hole 0
    // need to fix asap
    
    // Multiple notes may be in the same comment group and should be
    // recognized individually. Notes may start in the middle of a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 1.1K bytes
    - Viewed (0)
  3. src/go/doc/testdata/a.0.golden

    NOTE(bar)	4 of 4
    	- this is the last line of note 4
    
    NOTE(bam)	This note which contains a (parenthesized) subphrase
    	 must appear in its entirety.
    
    NOTE(xxx)	The ':' after the marker and uid is optional.
    
    
    SECBUGS
    SECBUG(uid)	sec hole 0
    	need to fix asap
    
    
    TODOS
    TODO(uid)	todo0
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 688 bytes
    - Viewed (0)
  4. src/go/doc/testdata/a.2.golden

    NOTE(bar)	4 of 4
    	- this is the last line of note 4
    
    NOTE(bam)	This note which contains a (parenthesized) subphrase
    	 must appear in its entirety.
    
    NOTE(xxx)	The ':' after the marker and uid is optional.
    
    
    SECBUGS
    SECBUG(uid)	sec hole 0
    	need to fix asap
    
    
    TODOS
    TODO(uid)	todo0
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 688 bytes
    - Viewed (0)
Back to top