Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 81 for kindid (0.17 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. tensorflow/cc/saved_model/fingerprinting_utils.cc

            if (a.at(i).has_field() && a.at(i).field() == b.at(i).field()) {
              matches += 1;
            }
            break;
          case ::tensorflow::proto_splitter::FieldIndex::KindCase::kIndex:
            if (a.at(i).has_index() && a.at(i).index() == b.at(i).index()) {
              matches += 1;
            }
            break;
          case ::tensorflow::proto_splitter::FieldIndex::KindCase::kMapKey:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 20 22:19:55 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/x86/anames.go

    	"JHI",
    	"JLE",
    	"JLS",
    	"JLT",
    	"JMI",
    	"JNE",
    	"JOC",
    	"JOS",
    	"JPC",
    	"JPL",
    	"JPS",
    	"KADDB",
    	"KADDD",
    	"KADDQ",
    	"KADDW",
    	"KANDB",
    	"KANDD",
    	"KANDNB",
    	"KANDND",
    	"KANDNQ",
    	"KANDNW",
    	"KANDQ",
    	"KANDW",
    	"KMOVB",
    	"KMOVD",
    	"KMOVQ",
    	"KMOVW",
    	"KNOTB",
    	"KNOTD",
    	"KNOTQ",
    	"KNOTW",
    	"KORB",
    	"KORD",
    	"KORQ",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  10. src/cmd/go/internal/modindex/read.go

    			if modprefix != "" {
    				p.ImportPath = filepath.Join(modprefix, p.ImportPath)
    			}
    
    			// Set GOROOT-specific fields (sometimes for modules in a GOPATH directory).
    			// The fields set below (SrcRoot, PkgRoot, BinDir, PkgTargetRoot, and PkgObj)
    			// are only set in build.Import if p.Root != "".
    			var pkgtargetroot string
    			suffix := ""
    			if ctxt.InstallSuffix != "" {
    				suffix = "_" + ctxt.InstallSuffix
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 29.7K bytes
    - Viewed (0)
Back to top