Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 158 for Concatenates (0.72 sec)

  1. pkg/kubelet/apis/config/types.go

    	// can use to identify a specific node
    	ProviderID string
    	// tlsCertFile is the file containing x509 Certificate for HTTPS.  (CA cert,
    	// if any, concatenated after server cert). If tlsCertFile and
    	// tlsPrivateKeyFile are not provided, a self-signed certificate
    	// and key are generated for the public address and saved to the directory
    	// passed to the Kubelet's --cert-dir flag.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

    #include "gtest/internal/gtest-string.h"
    #include "gtest/internal/gtest-filepath.h"
    #include "gtest/internal/gtest-type-util.h"
    
    // Due to C++ preprocessor weirdness, we need double indirection to
    // concatenate two tokens when one of them is __LINE__.  Writing
    //
    //   foo ## __LINE__
    //
    // will result in the token foo__LINE__, instead of foo followed by
    // the current line number.  For more details, see
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 43.1K bytes
    - Viewed (0)
  3. src/runtime/mgcpacer_test.go

    					gcDuration += int64(actualElapsed)
    					bytesAllocatedBlack += actualAllocated
    				}
    
    				// Put together the results, log them, and concatenate them.
    				result := gcCycleResult{
    					cycle:         i + 1,
    					heapLive:      c.HeapMarked(),
    					heapScannable: int64(float64(int64(c.HeapMarked())-bytesAllocatedBlackLast) * cycle.scannableFrac),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 19 13:53:21 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

    #include "gtest/internal/gtest-string.h"
    #include "gtest/internal/gtest-filepath.h"
    #include "gtest/internal/gtest-type-util.h"
    
    // Due to C++ preprocessor weirdness, we need double indirection to
    // concatenate two tokens when one of them is __LINE__.  Writing
    //
    //   foo ## __LINE__
    //
    // will result in the token foo__LINE__, instead of foo followed by
    // the current line number.  For more details, see
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  5. cmd/kubelet/app/options/options.go

    	fs.StringVar(&c.TLSCertFile, "tls-cert-file", c.TLSCertFile, ""+
    		"File containing x509 Certificate used for serving HTTPS (with intermediate certs, if any, concatenated after server cert). "+
    		"If --tls-cert-file and --tls-private-key-file are not provided, a self-signed certificate and key "+
    		"are generated for the public address and saved to the directory passed to --cert-dir.")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:05 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

                          ArrayRef<int32_t> indices) {
      return llvm::any_of(
          indices, [&](int i) { return !subgraph.tensors.at(i)->name.empty(); });
    }
    
    // Given a list of tensor indices, returns a string of concatenated tensor names
    // wrapped in a NamedAttribute.
    mlir::NamedAttribute BuildTFEntryFunctionAttribute(
        const tflite::SubGraphT& subgraph, Builder* builder,
        const std::string& name, ArrayRef<int32_t> indices) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    int); public static String right(String, int); public static String mid(String, int, int); public static String[] split(String); public static String[] split(String, String); public static String[] split(String, String, int); public static String concatenate(Object[]); public static String join(Object[], String); public static String join(java.util.Iterator, String); public static String replaceOnce(String, char, char); public static String replace(String, char, char); public static String replace(String,...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 164.6K bytes
    - Viewed (0)
  8. src/cmd/internal/testdir/testdir_test.go

    			}
    		}
    		comment = ""
    	}
    
    	return ops
    }
    
    func (t test) asmCheck(outStr string, fn string, env buildEnv, fullops map[string][]wantedAsmOpcode) error {
    	// The assembly output contains the concatenated dump of multiple functions.
    	// the first line of each function begins at column 0, while the rest is
    	// indented by a tabulation. These data structures help us index the
    	// output by function.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  9. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    int); public static String right(String, int); public static String mid(String, int, int); public static String[] split(String); public static String[] split(String, String); public static String[] split(String, String, int); public static String concatenate(Object[]); public static String join(Object[], String); public static String join(java.util.Iterator, String); public static String replaceOnce(String, char, char); public static String replace(String, char, char); public static String replace(String,...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  10. src/net/dnsclient_unix_test.go

    	if err != nil {
    		t.Fatal("exchange failed:", err)
    	}
    }
    
    // Issue 27763: verify that two strings in one TXT record are concatenated.
    func TestTXTRecordTwoStrings(t *testing.T) {
    	fake := fakeDNSServer{
    		rh: func(n, _ string, q dnsmessage.Message, _ time.Time) (dnsmessage.Message, error) {
    			r := dnsmessage.Message{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
Back to top