Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 96 for kindid (0.15 sec)

  1. cni/pkg/install/install.go

    	// we shouldn't fire events for binaries that are not ours.
    	var binPaths []string
    	for _, bindir := range in.cfg.CNIBinTargetDirs {
    		for _, binary := range installedBinFiles.UnsortedList() {
    			binPaths = append(binPaths, filepath.Join(bindir, binary))
    		}
    	}
    	targets := append(
    		binPaths,
    		in.cfg.MountedCNINetDir,
    		in.cfg.K8sServiceAccountPath,
    	)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 21:45:18 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-tuple.h.pump

    // A helper for implementing get<k>().
    template <int k> class Get;
    
    // A helper for implementing tuple_element<k, T>.  kIndexValid is true
    // iff k < the number of fields in tuple type T.
    template <bool kIndexValid, int kIndex, class Tuple>
    struct TupleElement;
    
    
    $for i [[
    template <GTEST_$(n)_TYPENAMES_(T)>
    struct TupleElement<true, $i, GTEST_$(n)_TUPLE_(T) > {
      typedef T$i type;
    };
    
    
    ]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9K bytes
    - Viewed (0)
  3. cmd/kube-proxy/app/server.go

    		}
    	}
    
    	// If a bindAddress is passed, override the primary IP
    	bindIP := netutils.ParseIPSloppy(bindAddress)
    	if bindIP != nil && !bindIP.IsUnspecified() {
    		if netutils.IsIPv4(bindIP) {
    			primaryFamily = v1.IPv4Protocol
    		} else {
    			primaryFamily = v1.IPv6Protocol
    		}
    		nodeIPs[primaryFamily] = bindIP
    	}
    
    	if nodeIPs[primaryFamily].IsLoopback() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:27:41 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  4. docs/tr/docs/async.md

    Aşkınla beraber 😍 dışarı hamburger yemeye çıktınız 🍔, kasiyer 💁 öndeki insanlardan sipariş alırken siz sıraya girdiniz.
    
    Sıra sizde ve sen aşkın 😍 ve kendin için 2 çılgın hamburger 🍔 söylüyorsun.
    
    Ödemeyi yaptın 💸.
    
    Kasiyer 💁 mutfakdaki aşçıya 👨‍🍳 hamburgerleri 🍔 hazırlaması gerektiğini söyler ve aşçı bunu bilir (o an önceki müşterilerin siparişlerini hazırlıyor olsa bile).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-tuple.h.pump

    // A helper for implementing get<k>().
    template <int k> class Get;
    
    // A helper for implementing tuple_element<k, T>.  kIndexValid is true
    // iff k < the number of fields in tuple type T.
    template <bool kIndexValid, int kIndex, class Tuple>
    struct TupleElement;
    
    
    $for i [[
    template <GTEST_$(n)_TYPENAMES_(T)>
    struct TupleElement<true, $i, GTEST_$(n)_TUPLE_(T) > {
      typedef T$i type;
    };
    
    
    ]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 9K bytes
    - Viewed (0)
  6. ci/official/containers/linux_arm64/builder.devtoolset/gcc9-fixups.patch

       __asm__ (".symver " #internal ", " vername);
    diff --git a/locale/weightwc.h b/locale/weightwc.h
    index e966c03..22ab790 100644
    --- a/locale/weightwc.h
    +++ b/locale/weightwc.h
    @@ -79,19 +79,19 @@ findidx (const wint_t **cpp, size_t len)
     	    if (cp[cnt] != usrc[cnt])
     	      break;
     
    -	  if (cnt < nhere - 1)
    +	  if (cnt < nhere - 1 || cnt == len)
     	    {
     	      cp += 2 * nhere;
     	      continue;
     	    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Sep 18 14:52:45 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  7. src/cmd/go/internal/load/pkg.go

    			// Install cross-compiled binaries to subdirectories of bin.
    			elem = full
    		}
    		if p.Internal.Build.BinDir == "" && cfg.ModulesEnabled {
    			p.Internal.Build.BinDir = modload.BinDir()
    		}
    		if p.Internal.Build.BinDir != "" {
    			// Install to GOBIN or bin of GOPATH entry.
    			p.Target = filepath.Join(p.Internal.Build.BinDir, elem)
    			if !p.Goroot && strings.Contains(elem, string(filepath.Separator)) && cfg.GOBIN != "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  8. cni/test/install_cni.go

    			CNIEventAddress:       cniEventAddr,
    			ZtunnelUDSAddress:     ztunnelAddr,
    			MountedCNINetDir:      tempCNIConfDir,
    			CNIBinSourceDir:       filepath.Join(env.IstioSrc, "cni/test/testdata/bindir"),
    			CNIBinTargetDirs:      []string{tempCNIBinDir},
    			K8sServicePort:        "443",
    			K8sServiceHost:        "10.110.0.1",
    			MonitoringPort:        0,
    			LogUDSAddress:         "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  9. src/cmd/go/script_test.go

    			env = append(env, key+"="+val)
    		}
    	}
    
    	return env, nil
    }
    
    var extraEnvKeys = []string{
    	"SYSTEMROOT",         // must be preserved on Windows to find DLLs; golang.org/issue/25210
    	"WINDIR",             // must be preserved on Windows to be able to run PowerShell command; golang.org/issue/30711
    	"LD_LIBRARY_PATH",    // must be preserved on Unix systems to find shared libraries
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 18:15:22 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  10. src/cmd/go/internal/work/buildid.go

    				// other than a.buildID, b.linkActionID is only accessing
    				// build IDs of completed actions.
    				oldBuildID := a.buildID
    				a.buildID = id[1] + buildIDSeparator + id[2]
    				linkID := buildid.HashToString(b.linkActionID(a.triggers[0]))
    				if id[0] == linkID {
    					// Best effort attempt to display output from the compile and link steps.
    					// If it doesn't work, it doesn't work: reusing the cached binary is more
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:31:25 UTC 2024
    - 26.2K bytes
    - Viewed (0)
Back to top