Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 75 for SIMPLE (0.11 sec)

  1. CHANGELOG/CHANGELOG-1.4.md

    - **Federation**
      - [alpha] Creating a `Federated Ingress` is as simple as submitting
        an `Ingress` creation request to the Federation API Server. The
        Federation control system then creates and maintains a single
        global virtual IP to load balance incoming HTTP(S) traffic across
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  2. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/smallrye-stork/runtime/pom.xml
    	quarkus/core/deployment/pom.xml
    	quarkus/extensions/arc/deployment/pom.xml
    	quarkus/extensions/vertx/deployment/pom.xml
    quarkus/integration-tests/simple with space/pom.xml
    	quarkus/extensions/resteasy-classic/resteasy/runtime/pom.xml
    	quarkus/test-framework/junit5/pom.xml
    quarkus/extensions/resteasy-reactive/rest-client-reactive-jaxb/deployment/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet.go

    	// sourcesReady records the sources seen by the kubelet, it is thread-safe.
    	sourcesReady config.SourcesReady
    
    	// Optional, defaults to /logs/ from /var/log
    	logServer http.Handler
    	// Optional, defaults to simple Docker implementation
    	runner kubecontainer.CommandRunner
    
    	// cAdvisor used for container information.
    	cadvisor cadvisor.Interface
    
    	// Set to true to have the node register itself with the apiserver.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  4. src/net/http/server.go

    }
    
    // NotFound replies to the request with an HTTP 404 not found error.
    func NotFound(w ResponseWriter, r *Request) { Error(w, "404 page not found", StatusNotFound) }
    
    // NotFoundHandler returns a simple request handler
    // that replies to each request with a “404 page not found” reply.
    func NotFoundHandler() Handler { return HandlerFunc(NotFound) }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    					{key: "node", value: "node-a"}: 2,
    					{key: "node", value: "node-b"}: 1,
    					{key: "node", value: "node-y"}: 4,
    				},
    			},
    		},
    		{
    			name: "different labelSelectors - simple version",
    			pod: st.MakePod().Name("p").Label("foo", "").Label("bar", "").
    				SpreadConstraint(1, "zone", v1.DoNotSchedule, fooSelector, nil, nil, nil, nil).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/generic.rules

    				)
    				(Const64 <typ.UInt64> [64-sdivisible64(c).k])
    			)
    			(Const64 <typ.UInt64> [int64(sdivisible64(c).max)])
    		)
    
    // Divisibility check for signed integers for power of two constant are simple mask.
    // However, we must match against the rewritten n%c == 0 -> n - c*(n/c) == 0 -> n == c*(n/c)
    // where n/c contains fixup code to handle signed n.
    ((Eq8|Neq8) n (Lsh8x64
      (Rsh8x64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  8. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	"pinyin":   0x45,
    	"polyton":  0x46,
    	"provenc":  0x47,
    	"puter":    0x48,
    	"rigik":    0x49,
    	"rozaj":    0x4a,
    	"rumgr":    0x4b,
    	"scotland": 0x4c,
    	"scouse":   0x4d,
    	"simple":   0x6f,
    	"solba":    0x66,
    	"sotav":    0x4e,
    	"spanglis": 0x4f,
    	"surmiran": 0x50,
    	"sursilv":  0x51,
    	"sutsilv":  0x52,
    	"synnejyl": 0x53,
    	"tarask":   0x54,
    	"tongyong": 0x55,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/x86/asm6.go

    	case REG_TR + 4:
    		return Ytr4
    	case REG_TR + 5:
    		return Ytr5
    	case REG_TR + 6:
    		return Ytr6
    	case REG_TR + 7:
    		return Ytr7
    	}
    
    	return Yxxx
    }
    
    // AsmBuf is a simple buffer to assemble variable-length x86 instructions into
    // and hold assembly state.
    type AsmBuf struct {
    	buf      [100]byte
    	off      int
    	rexflag  int
    	vexflag  bool // Per inst: true for VEX-encoded
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top