Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 6,448 for notC (4.28 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. android/guava/src/com/google/common/collect/Lists.java

      private Lists() {}
    
      // ArrayList
    
      /**
       * Creates a <i>mutable</i>, empty {@code ArrayList} instance (for Java 6 and earlier).
       *
       * <p><b>Note:</b> if mutability is not required, use {@link ImmutableList#of()} instead.
       *
       * <p><b>Note:</b> this method is now unnecessary and should be treated as deprecated. Instead,
       * use the {@code ArrayList} {@linkplain ArrayList#ArrayList() constructor} directly, taking
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 29 16:48:36 UTC 2024
    - 41.5K bytes
    - Viewed (0)
  7. guava/src/com/google/common/collect/Lists.java

      private Lists() {}
    
      // ArrayList
    
      /**
       * Creates a <i>mutable</i>, empty {@code ArrayList} instance (for Java 6 and earlier).
       *
       * <p><b>Note:</b> if mutability is not required, use {@link ImmutableList#of()} instead.
       *
       * <p><b>Note:</b> this method is now unnecessary and should be treated as deprecated. Instead,
       * use the {@code ArrayList} {@linkplain ArrayList#ArrayList() constructor} directly, taking
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 29 16:48:36 UTC 2024
    - 41.9K bytes
    - Viewed (0)
  8. guava/src/com/google/common/collect/Range.java

       *
       * <p>The connectedness relation is both reflexive and symmetric, but does not form an {@linkplain
       * Equivalence equivalence relation} as it is not transitive.
       *
       * <p>Note that certain discrete ranges are not considered connected, even though there are no
       * elements "between them." For example, {@code [3, 5]} is not considered connected to {@code [6,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/Range.java

       *
       * <p>The connectedness relation is both reflexive and symmetric, but does not form an {@linkplain
       * Equivalence equivalence relation} as it is not transitive.
       *
       * <p>Note that certain discrete ranges are not considered connected, even though there are no
       * elements "between them." For example, {@code [3, 5]} is not considered connected to {@code [6,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  10. src/runtime/metrics/description.go

    			"Note that this does not include tiny objects as defined by " +
    			"/gc/heap/tiny/allocs:objects, only tiny blocks.",
    		Kind:       KindUint64,
    		Cumulative: true,
    	},
    	{
    		Name: "/gc/heap/frees-by-size:bytes",
    		Description: "Distribution of freed heap allocations by approximate size. " +
    			"Bucket counts increase monotonically. " +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 06 17:59:12 UTC 2023
    - 19.6K bytes
    - Viewed (0)
Back to top