Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 992 for ahead (0.04 sec)

  1. src/go/printer/testdata/parser.go

    	comments    []*ast.CommentGroup
    	leadComment *ast.CommentGroup // last lead comment
    	lineComment *ast.CommentGroup // last line comment
    
    	// Next token
    	pos token.Pos   // token position
    	tok token.Token // one token look-ahead
    	lit string      // token literal
    
    	// Non-syntactic parser control
    	exprLev int // < 0: in control clause, >= 0: in expression
    
    	// Ordinary identifier scopes
    	pkgScope   *ast.Scope        // pkgScope.Outer == nil
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 20:19:51 UTC 2023
    - 50.5K bytes
    - Viewed (0)
  2. pkg/model/proxy.go

    	// Metadata discovery service enablement
    	MetadataDiscovery StringBool `json:"METADATA_DISCOVERY,omitempty"`
    
    	// Contains a copy of the raw metadata. This is needed to lookup arbitrary values.
    	// If a value is known ahead of time it should be added to the struct rather than reading from here,
    	Raw map[string]any `json:"-"`
    }
    
    // ProxyConfigOrDefault is a helper function to get the ProxyConfig from metadata, or fallback to a default
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 17:18:17 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/LinkedListMultimap.java

        Node<K, V> head;
        Node<K, V> tail;
        int count;
    
        KeyList(Node<K, V> firstNode) {
          this.head = firstNode;
          this.tail = firstNode;
          firstNode.previousSibling = null;
          firstNode.nextSibling = null;
          this.count = 1;
        }
      }
    
      @CheckForNull private transient Node<K, V> head; // the head for all keys
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Oct 13 14:11:58 UTC 2023
    - 27.2K bytes
    - Viewed (0)
  4. guava/src/com/google/common/collect/LinkedListMultimap.java

        Node<K, V> head;
        Node<K, V> tail;
        int count;
    
        KeyList(Node<K, V> firstNode) {
          this.head = firstNode;
          this.tail = firstNode;
          firstNode.previousSibling = null;
          firstNode.nextSibling = null;
          this.count = 1;
        }
      }
    
      @CheckForNull private transient Node<K, V> head; // the head for all keys
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Oct 13 14:11:58 UTC 2023
    - 27.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/reference/gradle_wrapper.adoc

    `gradlew`, `gradlew.bat`::
    A shell script and a Windows batch script for executing the build with the Wrapper.
    
    You can go ahead and <<#sec:using_wrapper,execute the build with the Wrapper>> without installing the Gradle runtime.
    If the project you are working on does not contain those Wrapper files, you will need to <<#sec:adding_wrapper,generate them>>.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 16:15:50 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  6. src/internal/coverage/cfile/emit.go

    		}
    		return ctrs
    	}
    
    	dpkg := uint32(0)
    	for _, c := range s.counterlist {
    		sd := unsafe.Slice((*atomic.Uint32)(unsafe.Pointer(c.Counters)), int(c.Len))
    		for i := 0; i < len(sd); i++ {
    			// Skip ahead until the next non-zero value.
    			sdi := sd[i].Load()
    			if sdi == 0 {
    				continue
    			}
    
    			// We found a function that was executed.
    			nCtrs := sd[i+coverage.NumCtrsOffset].Load()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:57:47 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  7. src/runtime/profbuf.go

    // be returned by read. By definition, r ≤ rNext ≤ w (before wraparound),
    // and rNext is only used by the reader, so it can be accessed without atomics.
    //
    // If the writer gets ahead of the reader, so that the buffer fills,
    // future writes are discarded and replaced in the output stream by an
    // overflow entry, which has size 2+hdrsize+1, time set to the time of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  8. src/text/template/parse/parse.go

    	pipe = t.newPipeline(token.pos, token.line, nil)
    	// Are there declarations or assignments?
    decls:
    	if v := t.peekNonSpace(); v.typ == itemVariable {
    		t.next()
    		// Since space is a token, we need 3-token look-ahead here in the worst case:
    		// in "$x foo" we need to read "foo" (as opposed to ":=") to know that $x is an
    		// argument variable rather than a declaration. So remember the token
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:57:51 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  9. src/time/example_test.go

    	timeInUTC := time.Date(2009, 1, 1, 12, 0, 0, 0, time.UTC)
    	sameTimeInBeijing := time.Date(2009, 1, 1, 20, 0, 0, 0, beijing)
    
    	// Although the UTC clock time is 1200 and the Beijing clock time is 2000, Beijing is
    	// 8 hours ahead so the two dates actually represent the same instant.
    	timesAreEqual := timeInUTC.Equal(sameTimeInBeijing)
    	fmt.Println(timesAreEqual)
    
    	// Output:
    	// true
    }
    
    func ExampleTime_Add() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 13 01:05:00 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  10. src/syscall/fs_wasip1.go

    		// wasmtime and wasmedge will error if attempting to open a directory
    		// because we are asking for too many rights. However, we cannot
    		// determine ahead of time if the path we are about to open is a
    		// directory, so instead we fallback to a second call to path_open with
    		// a more limited set of rights.
    		//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 24.1K bytes
    - Viewed (0)
Back to top