Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 40 for attacher (0.16 sec)

  1. src/runtime/map.go

    				} else {
    					i--
    				}
    				if b.tophash[i] != emptyOne {
    					break
    				}
    			}
    		notLast:
    			h.count--
    			// Reset the hash seed to make it more difficult for attackers to
    			// repeatedly trigger hash collisions. See issue 25237.
    			if h.count == 0 {
    				h.hash0 = uint32(rand())
    			}
    			break search
    		}
    	}
    
    	if h.flags&hashWriting == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            'resolvable'            | { it.setCanBeResolved(!it.isCanBeResolved()) }
            'declarable'            | { it.setCanBeDeclared(!it.isCanBeDeclared()) }
        }
    
        def 'locking constraints are attached to a configuration and not its children'() {
            given:
            def constraint = DefaultModuleComponentIdentifier.newId(DefaultModuleIdentifier.newId('org', 'foo'), '1.1')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/MapPropertySpec.groovy

            value.getChangingValue().get() == [a: '1', b: '2', c: '3']
            value.getChangingValue().get() == [a: '1b', c: '3']
        }
    
        def "has union of producer task from providers unless producer task attached"() {
            given:
            def task1 = Stub(Task)
            def task2 = Stub(Task)
            def task3 = Stub(Task)
            def producer = Stub(Task)
            property.set(supplierWithProducer(task1))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 58.7K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/route/route.go

    			break
    		}
    		statefulConfig = perSvcStatefulConfig
    	}
    	// Build stateful set config if the svc has appropriate labels attached.
    	if statefulConfig != nil {
    		if out.TypedPerFilterConfig == nil {
    			out.TypedPerFilterConfig = make(map[string]*anypb.Any)
    		}
    		perRouteStatefulSession := &statefulsession.StatefulSessionPerRoute{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  5. src/runtime/mgc.go

    	// This takes the pointers as unsafe.Pointers in order to keep
    	// them live long enough for us to attach specials. After
    	// that, we drop our references to them.
    
    	if len(ptrs) > 64 {
    		panic("too many pointers for uint64 mask")
    	}
    
    	// Block GC while we attach specials and drop our references
    	// to ptrs. Otherwise, if a GC is in progress, it could mark
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/listener.go

    	http3Only bool
    
    	class istionetworking.ListenerClass
    	port  int
    	hbone bool
    
    	// Waypoint-specific modifications in HCM
    	isWaypoint bool
    
    	// allow service attached policy for to-service chains
    	// currently only used for waypoints
    	policySvc *model.Service
    }
    
    // filterChainOpts describes a filter chain: a set of filters with the same TLS context
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

    // empty, then the imported mlir function will only return nodes in
    // ordered_output_arrays in the same order. If signature is not null, then the
    // inputs/outputs in signature will be attached to the FuncOp.
    StatusOr<FuncOp> ConvertSubgraph(
        const tflite::SubGraphT& subgraph, llvm::StringRef name,
        const std::vector<std::unique_ptr<tflite::OperatorCodeT>>& op_codes,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  8. cmd/kubelet/app/server.go

    		if err != nil {
    			return fmt.Errorf("failed to initialize kubelet event client: %w", err)
    		}
    
    		// make a separate client for heartbeat with throttling disabled and a timeout attached
    		heartbeatClientConfig := *clientConfig
    		heartbeatClientConfig.Timeout = s.KubeletConfiguration.NodeStatusUpdateFrequency.Duration
    		// The timeout is the minimum of the lease duration and status update frequency
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  9. pkg/controller/podautoscaler/horizontal.go

    		utilruntime.HandleError(fmt.Errorf("couldn't get key for object %+v: %v", obj, err))
    		return
    	}
    
    	// TODO: could we leak if we fail to get the key?
    	a.queue.Forget(key)
    
    	// Remove HPA and attached selector.
    	a.hpaSelectorsMux.Lock()
    	defer a.hpaSelectorsMux.Unlock()
    	a.hpaSelectors.DeleteSelector(selectors.Parse(key))
    }
    
    func (a *HorizontalController) worker(ctx context.Context) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  10. cluster/gce/windows/k8s-node-setup.psm1

            -Name ${endpoint_name} `
            -IPAddress ${pod_endpoint_gateway} `
            -Gateway "0.0.0.0" `
            -Verbose
        # TODO(pjh): find out: why is this always CompartmentId 1?
        Attach-HnsHostEndpoint `
            -EndpointID ${hns_endpoint}.Id `
            -CompartmentID 1 `
            -Verbose
        netsh interface ipv4 set interface "${vnic_name}" forwarding=enabled
      }
    
      Try {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
Back to top