Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 96 for Invert (0.22 sec)

  1. cmd/admin-handlers.go

    	err = globalConsoleSys.Subscribe(logCh, ctx.Done(), node, limitLines, logKind, nil)
    	if err != nil {
    		writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL)
    		return
    	}
    	// Convert local entries to JSON
    	go func() {
    		var buf bytes.Buffer
    		enc := json.NewEncoder(&buf)
    		for {
    			select {
    			case <-ctx.Done():
    				return
    			case li := <-logCh:
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

                However, the group ID, artifact ID and version are still required,
                and must match the file in the location given, or it will revert to the repository for the POM.
                This feature is only for enhancing the development in a local checkout of that project.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  3. pkg/scheduler/schedule_one_test.go

    	// Capture the events to wait all pods to be scheduled at least once.
    	allWaitSchedulingPods := sets.New[string]()
    	for i := 0; i < waitSchedulingPodNumber; i++ {
    		allWaitSchedulingPods.Insert(fmt.Sprintf("pod%d", i))
    	}
    	var wg sync.WaitGroup
    	wg.Add(waitSchedulingPodNumber)
    	stopFn, err := broadcaster.StartEventWatcher(func(obj runtime.Object) {
    		e, ok := obj.(*eventsv1.Event)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  4. src/net/http/transport_test.go

    // been closed.
    type testConnSet struct {
    	t      *testing.T
    	mu     sync.Mutex // guards closed and list
    	closed map[net.Conn]bool
    	list   []net.Conn // in order created
    }
    
    func (tcs *testConnSet) insert(c net.Conn) {
    	tcs.mu.Lock()
    	defer tcs.mu.Unlock()
    	tcs.closed[c] = false
    	tcs.list = append(tcs.list, c)
    }
    
    func (tcs *testConnSet) remove(c net.Conn) {
    	tcs.mu.Lock()
    	defer tcs.mu.Unlock()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  5. tests/integration/pilot/common/routing.go

    						}
    					}(),
    				},
    			},
    			workloadAgnostic: true,
    		})
    
    		// allow only when `end-user` header present.
    		t.RunTraffic(TrafficTestCase{
    			name: "without headers regex convert to present_match",
    			config: `
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: vs
    spec:
      hosts:
      - {{ .dstSvc }}
      http:
      - match:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    // This is sufficient for the demangler but is by no means a general C++ AST.
    // This abstract syntax tree is only used for C++ symbols, not Rust symbols.
    type AST interface {
    	// Internal method to convert to demangled string.
    	print(*printState)
    
    	// Traverse each element of an AST.  If the function returns
    	// false, traversal of children of that element is skipped.
    	Traverse(func(AST) bool)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.5.md

    * PetSet has been renamed to StatefulSet.
      If you have existing PetSets, **you must perform extra migration steps** both
      before and after upgrading to convert them to StatefulSets. ([docs](http://kubernetes.io/docs/tasks/manage-stateful-set/upgrade-pet-set-to-stateful-set/)) ([#35663](https://github.com/kubernetes/kubernetes/pull/35663), [@janetkuo](https://github.com/janetkuo))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet.go

    func (kl *Kubelet) getPodsToSync() []*v1.Pod {
    	allPods := kl.podManager.GetPods()
    	podUIDs := kl.workQueue.GetWork()
    	podUIDSet := sets.New[string]()
    	for _, podUID := range podUIDs {
    		podUIDSet.Insert(string(podUID))
    	}
    	var podsToSync []*v1.Pod
    	for _, pod := range allPods {
    		if podUIDSet.Has(string(pod.UID)) {
    			// The work of the pod is ready
    			podsToSync = append(podsToSync, pod)
    			continue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  9. fastapi/applications.py

                    root_path = req.scope.get("root_path", "").rstrip("/")
                    if root_path not in server_urls:
                        if root_path and self.root_path_in_servers:
                            self.servers.insert(0, {"url": root_path})
                            server_urls.add(root_path)
                    return JSONResponse(self.openapi())
    
                self.add_route(self.openapi_url, openapi, include_in_schema=False)
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  10. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Clovyr : https://clovyr.io
    // Submitted by Patrick Nielsen <******@****.***>
    wnext.app
    
    // co.ca : http://registry.co.ca/
    co.ca
    
    // Co & Co : https://co-co.nl/
    // Submitted by Govert Versluis <govert@co-co.nl>
    *.otap.co
    
    // i-registry s.r.o. : http://www.i-registry.cz/
    // Submitted by Martin Semrad <******@****.***>
    co.cz
    
    // CDN77.com : http://www.cdn77.com
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top