Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 227 for noteFn (0.11 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness.go

    			// soon as the request is processed from the APF point of view.
    			//
    			// Note that we explicitly do NOT call the actuall handler using that context
    			// to avoid cancelling request too early.
    			handleCtx, handleCtxCancel := h.newReqWaitCtxFn(ctx)
    			defer handleCtxCancel()
    
    			// Note that Handle will return irrespective of whether the request
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    // limitation.  The startWaitingTime is when the request started
    // waiting in its queue, or `Time{}` if this did not happen.
    func (cfgCtlr *configController) startRequest(ctx context.Context, rd RequestDigest,
    	noteFn func(fs *flowcontrol.FlowSchema, pl *flowcontrol.PriorityLevelConfiguration, flowDistinguisher string),
    	workEstimator func() fcrequest.WorkEstimate,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/mod/sumdb/note/note.go

    //		"then you don't know what your problem is.\n"
    //
    //	signer, err := note.NewSigner(skey)
    //	if err != nil {
    //		log.Fatal(err)
    //	}
    //
    //	msg, err := note.Sign(&note.Note{Text: text}, signer)
    //	if err != nil {
    //		log.Fatal(err)
    //	}
    //	os.Stdout.Write(msg)
    //
    // The note's text is two lines, including the final newline,
    // and the text is purportedly signed by a server named
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/stylesheets/dslHtml.xsl

    index 0 1 1 0 0 0 0 chapter toc,title Version - © Gradle Inc. 2021 All rights reserved. .cls-1 { fill: #02303a; } gradle Careers | Privacy | Terms of Service | Contact User Manual Home DSL Reference Home Release Notes User Manual Home DSL Reference Home Release Notes signature : :...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/google/pprof/internal/elfexec/elfexec.go

    			}
    		}
    	}
    	return notes, nil
    }
    
    // GetBuildID returns the GNU build-ID for an ELF binary.
    //
    // If no build-ID was found but the binary was read without error, it returns
    // (nil, nil).
    func GetBuildID(f *elf.File) ([]byte, error) {
    	findBuildID := func(notes []elfNote) ([]byte, error) {
    		var buildID []byte
    		for _, note := range notes {
    			if note.Name == "GNU" && note.Type == noteTypeGNUBuildID {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  6. src/fmt/scan.go

    func (s *ss) scanNumber(digits string, haveDigits bool) string {
    	if !haveDigits {
    		s.notEOF()
    		if !s.accept(digits) {
    			s.errorString("expected integer")
    		}
    	}
    	for s.accept(digits) {
    	}
    	return string(s.buf)
    }
    
    // scanRune returns the next rune value in the input.
    func (s *ss) scanRune(bitSize int) int64 {
    	s.notEOF()
    	r := s.getRune()
    	n := uint(bitSize)
    	x := (int64(r) << (64 - n)) >> (64 - n)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 21:56:20 UTC 2024
    - 31.9K bytes
    - Viewed (0)
  7. src/go/doc/doc.go

    	// 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
    // at least one character is recognized. The ":" following the uid is optional.
    // Notes are collected in the Package.Notes map indexed by the notes marker.
    type Note struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/README.md

    [javadoc](http://gradle.org/docs/current/javadoc/) and [release notes](http://gradle.org/docs/current/release-notes)
    (as well as some other minor bits).
    
    The following is some help for working with the docs, all file paths are relative to this directory unless specified otherwise.
    
    ## Release Notes
    
    The release notes are generated from `src/docs/release/notes.md`.
    
    ### Schema
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 21:49:03 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  9. pkg/scheduler/eventhandlers_test.go

    	cpu16 := map[v1.ResourceName]string{v1.ResourceCPU: "16"}
    	tests := []struct {
    		name               string
    		nodeFn             func() *v1.Node
    		existingPods, pods []*v1.Pod
    		want               []bool
    	}{
    		{
    			name: "regular node, pods with a single constraint",
    			nodeFn: func() *v1.Node {
    				return st.MakeNode().Name("fake-node").Label("hostname", "fake-node").Capacity(cpu8).Obj()
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 10 14:38:54 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/stylesheets/userGuideHtmlCommon.xsl

    equation before table before procedure before 0 .cls-1 { fill: #02303a; } Gradle DSL Reference Community Community Home Community Forums Community Plugins Training News Newsletter Blog Twitter Develocity github Docs User Manual DSL Reference Release Notes Javadoc News Blog Newsletter Twitter Products Build Scan™ Build Cache Develocity Docs Get Help Forums GitHub Training Services Stay UP-TO-DATE on new features and news By entering your email, you agree to our Terms and Privacy Policy, including receipt...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 13 16:51:07 UTC 2023
    - 24.2K bytes
    - Viewed (0)
Back to top