Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 40 for dot$ (0.04 sec)

  1. src/html/template/exec_test.go

    	{"map .WRONG type", "{{.MII.one}}", "", tVal, false},
    
    	// Dots of all kinds to test basic evaluation.
    	{"dot int", "<{{.}}>", "&lt;13>", 13, true},
    	{"dot uint", "<{{.}}>", "&lt;14>", uint(14), true},
    	{"dot float", "<{{.}}>", "&lt;15.1>", 15.1, true},
    	{"dot bool", "<{{.}}>", "&lt;true>", true, true},
    	{"dot complex", "<{{.}}>", "&lt;(16.2-17i)>", 16.2 - 17i, true},
    	{"dot string", "<{{.}}>", "&lt;hello>", "hello", true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  2. src/text/template/exec_test.go

    	// Dots of all kinds to test basic evaluation.
    	{"dot int", "<{{.}}>", "<13>", 13, true},
    	{"dot uint", "<{{.}}>", "<14>", uint(14), true},
    	{"dot float", "<{{.}}>", "<15.1>", 15.1, true},
    	{"dot bool", "<{{.}}>", "<true>", true, true},
    	{"dot complex", "<{{.}}>", "<(16.2-17i)>", 16.2 - 17i, true},
    	{"dot string", "<{{.}}>", "<hello>", "hello", true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  3. pkg/apis/storage/validation/validation_test.go

    			}},
    		},
    	}, {
    		// driver name: dot, dash
    		ObjectMeta: metav1.ObjectMeta{Name: "foo4"},
    		Spec: storage.CSINodeSpec{
    			Drivers: []storage.CSINodeDriver{{
    				Name:         "io.kubernetes.storage-csi-driver",
    				NodeID:       nodeID,
    				TopologyKeys: []string{"company.com/zone1", "company.com/zone2"},
    			}},
    		},
    	}, {
    		// driver name: dot, dash, and numbers
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
  4. src/net/url/url_test.go

    	{"http://foo.com/bar/baz", "quux/./dotdot/../dotdot/../dot/./tail/..", "http://foo.com/bar/quux/dot/"},
    
    	// Remove any dot-segments prior to forming the target URI.
    	// https://datatracker.ietf.org/doc/html/rfc3986#section-5.2.4
    	{"http://foo.com/dot/./dotdot/../foo/bar", "../baz", "http://foo.com/dot/baz"},
    
    	// Triple dot isn't special
    	{"http://foo.com/bar", "...", "http://foo.com/..."},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  5. src/time/format.go

    	n := digitsLen(std)
    	if trim && (n == 0 || nanosec == 0) {
    		return b
    	}
    	dot := separator(std)
    	b = append(b, dot)
    	b = appendInt(b, nanosec, 9)
    	if n < 9 {
    		b = b[:len(b)-9+n]
    	}
    	if trim {
    		for len(b) > 0 && b[len(b)-1] == '0' {
    			b = b[:len(b)-1]
    		}
    		if len(b) > 0 && b[len(b)-1] == dot {
    			b = b[:len(b)-1]
    		}
    	}
    	return b
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  6. src/os/os_test.go

    }
    
    func TestFileReaddirnames(t *testing.T) {
    	t.Parallel()
    
    	t.Run(".", testReaddirnames(".", dot))
    	t.Run("sysdir", testReaddirnames(sysdir.name, sysdir.files))
    	t.Run("TempDir", testReaddirnames(t.TempDir(), nil))
    }
    
    func TestFileReaddir(t *testing.T) {
    	t.Parallel()
    
    	t.Run(".", testReaddir(".", dot))
    	t.Run("sysdir", testReaddir(sysdir.name, sysdir.files))
    	t.Run("TempDir", testReaddir(t.TempDir(), nil))
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
  7. internal/s3select/select_test.go

    	}{
    		{
    			name:  "Select a column containing dot",
    			query: `select "na.me" from S3Object s`,
    			wantResult: `apple
    mango`,
    		},
    		{
    			name:       "Select column containing dot with table name prefix",
    			query:      `select count(S3Object."na.me") from S3Object`,
    			wantResult: `2`,
    		},
    		{
    			name:  "Select column containing dot with table alias prefix",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Dec 23 07:19:11 UTC 2023
    - 76.2K bytes
    - Viewed (0)
  8. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    		result.AddSyncResult(createSandboxResult)
    
    		// ConvertPodSysctlsVariableToDotsSeparator converts sysctl variable
    		// in the Pod.Spec.SecurityContext.Sysctls slice into a dot as a separator.
    		// runc uses the dot as the separator to verify whether the sysctl variable
    		// is correct in a separate namespace, so when using the slash as the sysctl
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb/SmbTransportImpl.java

    /* jcifs smb client library in Java
     * Copyright (C) 2005  "Michael B. Allen" <jcifs at samba dot org>
     *                  "Eric Glass" <jcifs at samba dot org>
     *
     * This library is free software; you can redistribute it and/or
     * modify it under the terms of the GNU Lesser General Public
     * License as published by the Free Software Foundation; either
     * version 2.1 of the License, or (at your option) any later version.
     *
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Wed Jan 18 23:47:00 UTC 2023
    - 67K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GradleResolveVisitor.java

                        // mean, that name[pname.length()..<-1] is a static inner class.
                        // For this the rest of the name does not need any dots in its name.
                        // It is either completely a inner static class or it is not.
                        // Since we do not want to have useless lookups we create the name
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 67.6K bytes
    - Viewed (0)
Back to top