Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 323 for xremove (0.2 sec)

  1. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/collections/DefaultConfigurableFileCollectionSpec.groovy

            !add3
    
            and:
            from as List == ['a', 'b']
            collection.from as List == ['a', 'b']
    
            when:
            def remove1 = from.remove('unknown')
            def remove2 = from.remove('a')
    
            then:
            !remove1
            remove2
    
            and:
            from as List == ['b']
            collection.from as List == ['b']
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 17:09:50 UTC 2024
    - 53K bytes
    - Viewed (0)
  2. pkg/scheduler/internal/queue/scheduling_queue.go

    		return
    	}
    	delete(p.inFlightPods, pod)
    
    	// Remove the pod from the list.
    	p.inFlightEvents.Remove(inFlightPod)
    
    	// Remove events which are only referred to by this Pod
    	// so that the inFlightEvents list doesn't grow infinitely.
    	// If the pod was at the head of the list, then all
    	// events between it and the next pod are no longer needed
    	// and can be removed.
    	for {
    		e := p.inFlightEvents.Front()
    		if e == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  3. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    		}
    	case v1.ConditionTrue:
    		removed, err := nc.markNodeAsReachable(ctx, node)
    		if err != nil {
    			logger.Error(nil, "Failed to remove taints from node. Will retry in next iteration", "node", klog.KObj(node))
    		}
    		if removed {
    			logger.V(2).Info("Node is healthy again, removing all taints", "node", klog.KObj(node))
    		}
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  4. cmd/iam-store.go

    	if err == errNoSuchGroup {
    		// group does not exist - so remove from memory.
    		cache.removeGroupFromMembershipsMap(group)
    		delete(cache.iamGroupsMap, group)
    		cache.iamGroupPolicyMap.Delete(group)
    
    		cache.updatedAt = time.Now()
    		return nil
    	}
    
    	gi := cache.iamGroupsMap[group]
    
    	// Updating the group memberships cache happens in two steps:
    	//
    	// 1. Remove the group from each user's list of memberships.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 75.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

        return %arg0
      }
      ...
      call @x_1(x)
    
    Note that, in the above example, both args would be removed if there
    wasn't the "SomeOpThatUsesArg0(%arg0)" line.
    ### `-tf-remove-unused-while-results`
    
    _Removes unused results from tf.WhileRegion ops_
    
    Removes unused results from `tf.WhileRegion` ops along with the defining
    ops in the body, if it is safe to do so.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/route/route_test.go

    								Remove: []string{"x-route-req-remove"},
    							},
    							Response: &networking.Headers_HeaderOperations{
    								Set:    map[string]string{"x-route-resp-set": "v1"},
    								Add:    map[string]string{"x-route-resp-add": "v2"},
    								Remove: []string{"x-route-resp-remove"},
    							},
    						},
    						Weight: 100,
    					},
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  7. cmd/erasure-healing_test.go

    		t.Fatal(err)
    	}
    
    	// Remove the object - to simulate the case where the disk was down when the object
    	// was created.
    	err = removeAll(pathJoin(disk.String(), bucket, object))
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	// Checking abandoned parts should do nothing
    	err = er.checkAbandonedParts(ctx, bucket, object, madmin.HealOpts{ScanMode: madmin.HealNormalScan, Remove: true})
    	if err != nil {
    		t.Fatal(err)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 49K bytes
    - Viewed (0)
  8. cluster/gce/windows/k8s-node-setup.psm1

        # removed when the HNS network is created:
        # https://github.com/Microsoft/hcsshim/issues/299#issuecomment-425491610.
        # The behavior here is very unpredictable: the route may only be removed
        # after some delay, or it may appear to be removed then you'll add it back
        # but then it will be removed once again. So, we first wait a long
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  9. cmd/xl-storage.go

    	}
    
    	// ENOSPC is a valid error from rename(); remove instead of rename in that case
    	if errors.Is(err, errDiskFull) || isSysErrNoSpace(err) {
    		if recursive {
    			err = removeAll(filePath)
    		} else {
    			err = Remove(filePath)
    		}
    		return err // Avoid the immediate purge since not needed
    	}
    
    	if err != nil {
    		return err
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/adminlte.min.js.map

    ngs.collapseIcon)\n        .removeClass(this._settings.expandIcon)\n\n      const expanded = $.Event(Event.EXPANDED)\n\n      this._element.trigger(expanded, this._parent)\n    }\n\n    remove() {\n      this._parent.slideUp()\n\n      const removed = $.Event(Event.REMOVED)\n\n      this._element.trigger(removed, this._parent)\n    }\n\n    toggle() {\n      if (this._parent.hasClass(ClassName.COLLAPSED)) {\n        this.expand()\n        return\n      }\n\n      this.collapse()\n    }\n    \n  ...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 07:55:41 UTC 2020
    - 77K bytes
    - Viewed (0)
Back to top