Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for haveList (0.32 sec)

  1. pkg/controller/job/job_controller_test.go

    	testCases := []struct {
    		name         string
    		haveList     []batch.JobCondition
    		wantType     batch.JobConditionType
    		wantStatus   v1.ConditionStatus
    		wantReason   string
    		expectList   []batch.JobCondition
    		expectUpdate bool
    	}{
    		{
    			name:         "append true condition",
    			haveList:     []batch.JobCondition{},
    			wantType:     batch.JobSuspended,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  2. src/compress/zlib/reader.go

    	}
    	h := binary.BigEndian.Uint16(z.scratch[:2])
    	if (z.scratch[0]&0x0f != zlibDeflate) || (z.scratch[0]>>4 > zlibMaxWindow) || (h%31 != 0) {
    		z.err = ErrHeader
    		return z.err
    	}
    	haveDict := z.scratch[1]&0x20 != 0
    	if haveDict {
    		_, z.err = io.ReadFull(z.r, z.scratch[0:4])
    		if z.err != nil {
    			if z.err == io.EOF {
    				z.err = io.ErrUnexpectedEOF
    			}
    			return z.err
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 23:20:03 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  3. maven-core/src/test/java/org/apache/maven/internal/aether/ReverseTreeRepositoryListenerTest.java

            RequestTrace haveIt = RequestTrace.newChild(null, "foo")
                    .newChild("bar")
                    .newChild(data)
                    .newChild("baz");
            assertThat(ReverseTreeRepositoryListener.lookupCollectStepData(haveIt), sameInstance(data));
        }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Apr 15 17:24:20 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  4. src/cmd/internal/objabi/flag.go

    			}
    			os.Exit(0)
    		}
    
    		val, valstring, haveInt := 1, "", true
    		if i := strings.IndexAny(name, "=:"); i >= 0 {
    			var err error
    			name, valstring = name[:i], name[i+1:]
    			val, err = strconv.Atoi(valstring)
    			if err != nil {
    				val, haveInt = 1, false
    			}
    		}
    
    		if t, ok := f.tab[name]; ok {
    			switch vp := t.val.(type) {
    			case nil:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 10 23:08:09 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  5. src/net/http/server.go

    	}
    
    	c.lastMethod = req.Method
    	c.r.setInfiniteReadLimit()
    
    	hosts, haveHost := req.Header["Host"]
    	isH2Upgrade := req.isH2Upgrade()
    	if req.ProtoAtLeast(1, 1) && (!haveHost || len(hosts) == 0) && !isH2Upgrade && req.Method != "CONNECT" {
    		return nil, badRequestError("missing required Host header")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  6. src/internal/trace/traceviewer/static/trace_viewer_full.html

    il_in=i<n?n-i+5:5-(i-n),t.avail_out=r<o?o-r+257:257-(r-o),a.hold=u,a.bits=c}},{}],11:[function(t,e,a){"use strict";function i(t){return(t>>>24&255)+(t>>>8&65280)+((65280&t)<<8)+((255&t)<<24)}function n(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this....
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top