Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 5,634 for notC (2.37 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/GradleExecuter.java

         *
         * This value is persistent across executions by this executer.
         *
         * <p>Note: does not affect the daemon base dir.</p>
         */
        GradleExecuter withGradleUserHomeDir(File userHomeDir);
    
        /**
         * Sets the Gradle version for executing Gradle.
         *
         * This does not actually use a different gradle version,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/mod/sumdb/client.go

    		if latest.N == 0 {
    			return msgNow, nil
    		}
    		return msgPast, nil
    	}
    
    	note, err := note.Open(msg, c.verifiers)
    	if err != nil {
    		return 0, fmt.Errorf("reading tree note: %v\nnote:\n%s", err, msg)
    	}
    	tree, err := tlog.ParseTree([]byte(note.Text))
    	if err != nil {
    		return 0, fmt.Errorf("reading tree: %v\ntree:\n%s", err, note.Text)
    	}
    
    	// Other lookups may be calling mergeLatest with other heads,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 17:50:49 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto

      // Note that the UserAgent is provided by the client, and must not be trusted.
      // +optional
      optional string userAgent = 16;
    
      // Object reference this request is targeted at.
      // Does not apply for List-type requests, or non-resource requests.
      // +optional
      optional ObjectReference objectRef = 9;
    
      // The response status, populated even when the ResponseObject is not a Status type.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  4. src/runtime/os_plan9.go

    		i := indexNoFloat(note, "addr=")
    		if i >= 0 {
    			i += 5
    		} else if i = indexNoFloat(note, "va="); i >= 0 {
    			i += 3
    		} else {
    			panicmem()
    		}
    		addr := note[i:]
    		gp.sigcode1 = uintptr(atolwhex(addr))
    		if gp.sigcode1 < 0x1000 {
    			panicmem()
    		}
    		if gp.paniconfault {
    			panicmemAddr(gp.sigcode1)
    		}
    		if inUserArenaChunk(gp.sigcode1) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 15:41:45 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  5. src/runtime/HACKING.md

    For one-shot notifications, use `note`, which provides `notesleep` and
    `notewakeup`. Unlike traditional UNIX `sleep`/`wakeup`, `note`s are
    race-free, so `notesleep` returns immediately if the `notewakeup` has
    already happened. A `note` can be reset after use with `noteclear`,
    which must not race with a sleep or wakeup. Like `mutex`, blocking on
    a `note` blocks the M. However, there are different ways to sleep on a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/apis/audit/types.go

    	// 2. X-Real-Ip header, if not present in the X-Forwarded-For list
    	// 3. The remote address for the connection, if it doesn't match the last
    	//    IP in the list up to here (X-Forwarded-For or X-Real-Ip).
    	// Note: All but the last IP can be arbitrarily set by the client.
    	// +optional
    	SourceIPs []string
    	// UserAgent records the user agent string reported by the client.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 03 09:18:23 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  7. src/runtime/metrics/doc.go

    		Bucket counts increase monotonically. Note that this does not
    		include tiny objects as defined by /gc/heap/tiny/allocs:objects,
    		only tiny blocks.
    
    	/gc/heap/allocs:bytes
    		Cumulative sum of memory allocated to the heap by the
    		application.
    
    	/gc/heap/allocs:objects
    		Cumulative count of heap allocations triggered by the
    		application. Note that this does not include tiny objects as
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:58:43 UTC 2024
    - 20K bytes
    - Viewed (0)
  8. src/go/doc/reader.go

    			r.notes[marker] = append(r.notes[marker], &Note{
    				Pos:  list[0].Pos(),
    				End:  list[len(list)-1].End(),
    				UID:  text[m[4]:m[5]],
    				Body: body,
    			})
    		}
    	}
    }
    
    // readNotes extracts notes from comments.
    // A note must start at the beginning of a comment with "MARKER(uid):"
    // and is followed by the note body (e.g., "// BUG(gri): fix this").
    // The note ends at the end of the comment group or at the start of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/types.go

    	// UserAgent records the user agent string reported by the client.
    	// Note that the UserAgent is provided by the client, and must not be trusted.
    	// +optional
    	UserAgent string `json:"userAgent,omitempty" protobuf:"bytes,16,opt,name=userAgent"`
    	// Object reference this request is targeted at.
    	// Does not apply for List-type requests, or non-resource requests.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:24:10 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  10. src/go/doc/doc.go

    	Level int    // embedding level; 0 means not embedded
    
    	// Examples is a sorted list of examples associated with this
    	// function or method. Examples are extracted from _test.go files
    	// provided to NewFromFiles.
    	Examples []*Example
    }
    
    // A Note represents a marked comment starting with "MARKER(uid): note body".
    // Any note with a marker of 2 or more upper case [A-Z] letters and a uid of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 11.2K bytes
    - Viewed (0)
Back to top