Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 259 for nextch (0.09 sec)

  1. android/guava/src/com/google/common/math/LongMath.java

            return (cmpXToRoundArbitrarily <= 0) ? roundArbitrarily : Math.nextUp(roundArbitrarily);
          case DOWN:
            if (x >= 0) {
              return (cmpXToRoundArbitrarily >= 0)
                  ? roundArbitrarily
                  : DoubleUtils.nextDown(roundArbitrarily);
            } else {
              return (cmpXToRoundArbitrarily <= 0) ? roundArbitrarily : Math.nextUp(roundArbitrarily);
            }
          case UP:
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_tls.go

    		}
    		if tls.CredentialName != "" {
    			// If  credential name is specified at Destination Rule config and originating node is egress gateway, create
    			// SDS config for egress gateway to fetch key/cert at gateway agent.
    			sec_model.ApplyCustomSDSToClientCommonTLSContext(tlsContext.CommonTlsContext, tls, cb.credentialSocketExist)
    		} else {
    			// If CredentialName is not set fallback to files specified in DR.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  3. pkg/kubelet/token/token_manager.go

    	if ok && !m.requiresRefresh(ctr) {
    		return ctr, nil
    	}
    
    	tr, err := m.getToken(name, namespace, tr)
    	if err != nil {
    		switch {
    		case !ok:
    			return nil, fmt.Errorf("failed to fetch token: %v", err)
    		case m.expired(ctr):
    			return nil, fmt.Errorf("token %s expired and refresh failed: %v", key, err)
    		default:
    			klog.ErrorS(err, "Couldn't update token", "cacheKey", key)
    			return ctr, nil
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 10 10:20:09 UTC 2021
    - 6.1K bytes
    - Viewed (0)
  4. pkg/istio-agent/xds_proxy_delta_test.go

    		ConfigString: string(ef),
    	})
    	setDialOptions(proxy, f.BufListener)
    	conn := setupDownstreamConnection(t, proxy)
    	downstream := deltaStream(t, conn)
    
    	// Send first request, wasm module async fetch should work fine and
    	// downstream should receive a local file based wasm extension config.
    	err = downstream.Send(&discovery.DeltaDiscoveryRequest{
    		TypeUrl:                v3.ExtensionConfigurationType,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 04:48:02 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  5. src/internal/bytealg/index_ppc64x.s

    index2to16loop:
    
    #ifdef GOPPC64_power10
    	LXVLL  R7, R14, V8          // Load next 16 bytes of string  from Base
    	LXVLL  R10, R14, V9         // Load next 16 bytes of string from Base+1
    	LXVLL  R8, R14, V11         // Load next 16 bytes of string from Base+2
    	LXVLL  R17,R14, V12         // Load next 16 bytes of string  from Base+3
    #else
    	LXVB16X  (R7)(R0), V1       // Load next 16 bytes of string into V1 from R7
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 16:47:45 UTC 2023
    - 31.6K bytes
    - Viewed (0)
  6. pkg/kubelet/images/image_manager_test.go

    				{[]string{"GetImageRef"}, ErrImageInspect, false, false},
    				{[]string{"GetImageRef"}, ErrImageInspect, false, false},
    			}},
    		// missing image, unable to fetch
    		{containerImage: "typo_image",
    			testName:   "image missing, unable to fetch",
    			policy:     v1.PullIfNotPresent,
    			inspectErr: nil,
    			pullerErr:  errors.New("404"),
    			qps:        0.0,
    			burst:      0,
    			expected: []pullerExpects{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 19K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/discovery/file/file.go

    		})
    	if err != nil {
    		return nil, errors.Wrapf(lastError, "Abort reading the %s ConfigMap after timeout of %v",
    			bootstrapapi.ConfigMapClusterInfo, discoveryTimeout)
    	}
    
    	// If we couldn't fetch the cluster-info ConfigMap, just return the cluster-info object the user provided
    	if clusterinfoCM == nil {
    		return config, nil
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:55 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  8. src/main/java/jcifs/SmbResource.java

         */
        @Override
        void close ();
    
    
        /**
         * Fetch all children
         * 
         * @return an iterator over the child resources
         * @throws CIFSException
         */
        CloseableIterator<SmbResource> children () throws CIFSException;
    
    
        /**
         * Fetch children matching pattern, server-side filtering
         * 
         * <p>
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Dec 20 14:09:34 UTC 2020
    - 26K bytes
    - Viewed (0)
  9. build/pause/Makefile

    	# tagToKernelVersionMap maps the container images tags for different Windows Server releases (ex: ltsc2022 for Windows Server 2022)
    	# to the kernel version for that OS release (ex: 20348 for Windows Server 2022). This is needed to fetch the servicing revision from the
    	# pause base image manifest (which containers an entry for each Windows Server version) so we can add the approrite 'os.version'
    	# field to the pause image manifest.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 19:31:40 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  10. tools/bug-report/pkg/bugreport/flags.go

    			"values and flag settings, with lists being replaced per JSON merge semantics.")
    
    	// dry run
    	cmd.PersistentFlags().BoolVarP(&args.DryRun, "dry-run", "", false,
    		"Only log commands that would be run, don't fetch or write.")
    
    	// full secrets
    	cmd.PersistentFlags().BoolVarP(&args.FullSecrets, "full-secrets", "", false,
    		"If set, secret contents are included in output.")
    
    	// istio namespaces
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 12:07:50 UTC 2023
    - 7.3K bytes
    - Viewed (0)
Back to top