Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 58 for aBCD (0.78 sec)

  1. src/strings/replace_test.go

    	abcMatcher := NewReplacer("abc", "[match]")
    
    	testCases = append(testCases,
    		testCase{abcMatcher, "", ""},
    		testCase{abcMatcher, "ab", "ab"},
    		testCase{abcMatcher, "abc", "[match]"},
    		testCase{abcMatcher, "abcd", "[match]d"},
    		testCase{abcMatcher, "cabcabcdabca", "c[match][match]d[match]a"},
    	)
    
    	// Issue 6659 cases (more single string replacer)
    
    	noHello := NewReplacer("Hello", "")
    	testCases = append(testCases,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 22:53:05 UTC 2017
    - 14.1K bytes
    - Viewed (0)
  2. cmd/kube-proxy/app/server_linux_test.go

    			},
    		},
    		// unknown mode
    		{
    			name: "unknown LocalMode",
    			config: &proxyconfigapi.KubeProxyConfiguration{
    				DetectLocalMode: proxyconfigapi.LocalMode("abcd"),
    				ClusterCIDR:     "10.0.0.0/14",
    			},
    			primaryIPFamily: v1.IPv4Protocol,
    			expected: map[v1.IPFamily]proxyutil.LocalTrafficDetector{
    				v1.IPv4Protocol: proxyutil.NewNoOpLocalDetector(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  3. src/encoding/gob/encoder_test.go

    	err := enc.Encode(m)
    	if err != nil {
    		t.Errorf("encode map: %s", err)
    	}
    }
    
    func TestSliceReusesMemory(t *testing.T) {
    	buf := new(bytes.Buffer)
    	// Bytes
    	{
    		x := []byte("abcd")
    		enc := NewEncoder(buf)
    		err := enc.Encode(x)
    		if err != nil {
    			t.Errorf("bytes: encode: %s", err)
    		}
    		// Decode into y, which is big enough.
    		y := []byte("ABCDE")
    		addr := &y[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/bundling/ArchiveIntegrationTest.groovy

            createDir('test') {
                dir1 {
                    file("1_file1.txt").write("abc")
                    link('2_link', "non-existent")
                    file("3_file2.txt").write("abcd")
                }
            }
            and:
            buildFile << """
                task pack(type: $type) {
                    from 'test'
                    destinationDirectory = buildDir
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  5. src/regexp/syntax/parse_test.go

    	{`(ab)*`, `star{cap{str{ab}}}`},
    	{`ab|cd`, `alt{str{ab}str{cd}}`},
    	{`a(b|c)d`, `cat{lit{a}cap{cc{0x62-0x63}}lit{d}}`},
    
    	// Test flattening.
    	{`(?:a)`, `lit{a}`},
    	{`(?:ab)(?:cd)`, `str{abcd}`},
    	{`(?:a+b+)(?:c+d+)`, `cat{plus{lit{a}}plus{lit{b}}plus{lit{c}}plus{lit{d}}}`},
    	{`(?:a+|b+)|(?:c+|d+)`, `alt{plus{lit{a}}plus{lit{b}}plus{lit{c}}plus{lit{d}}}`},
    	{`(?:a|b)|(?:c|d)`, `cc{0x61-0x64}`},
    	{`a|.`, `dot{}`},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 16:02:30 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/dcerpc/msrpc/lsarpc.java

    package jcifs.smb1.dcerpc.msrpc;
    
    import jcifs.smb1.dcerpc.*;
    import jcifs.smb1.dcerpc.ndr.*;
    
    public class lsarpc {
    
        public static String getSyntax() {
            return "12345778-1234-abcd-ef00-0123456789ab:0.0";
        }
    
        public static class LsarQosInfo extends NdrObject {
    
            public int length;
            public short impersonation_level;
            public byte context_mode;
            public byte effective_only;
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 33K bytes
    - Viewed (0)
  7. src/main/java/jcifs/dcerpc/msrpc/lsarpc.java

    import jcifs.dcerpc.ndr.NdrObject;
    import jcifs.dcerpc.ndr.NdrSmall;
    
    
    @SuppressWarnings ( "all" )
    public class lsarpc {
    
        public static String getSyntax () {
            return "12345778-1234-abcd-ef00-0123456789ab:0.0";
        }
    
        public static class LsarQosInfo extends NdrObject {
    
            public int length;
            public short impersonation_level;
            public byte context_mode;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:40:13 UTC 2019
    - 35.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh

    	# it encounters while processing the input
    	echo "${!indirect} $includes" | $CC -x c - -E -dM $ccflags |
    	awk '
    		$1 != "#define" || $2 ~ /\(/ || $3 == "" {next}
    
    		$2 ~ /^E([ABCD]X|[BIS]P|[SD]I|S|FL)$/ {next}  # 386 registers
    		$2 ~ /^(SIGEV_|SIGSTKSZ|SIGRT(MIN|MAX))/ {next}
    		$2 ~ /^(SCM_SRCRT)$/ {next}
    		$2 ~ /^(MAP_FAILED)$/ {next}
    		$2 ~ /^ELF_.*$/ {next}# <asm/elf.h> contains ELF_ARCH, etc.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  9. platforms/software/publish/src/test/groovy/org/gradle/api/publish/internal/metadata/GradleModuleMetadataWriterTest.groovy

            def publication = publication(component, id)
    
            def file1 = tmpDir.file("artifact-1")
            file1.text = "123"
            def file2 = tmpDir.file("thing.dll")
            file2.text = "abcd"
    
            def a1 = Stub(PublishArtifact)
            a1.file >> file1
            a1.extension >> "zip"
            a1.classifier >> ""
            publication.getPublishedFile(a1) >> new SimplePublishedFile("a1.name", "a1.url")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 07:21:42 UTC 2023
    - 36.9K bytes
    - Viewed (0)
  10. src/regexp/exec_test.go

    	{"Easy0i", "(?i)ABCDEFGHIJklmnopqrstuvwxyz$"},
    	{"Easy1", "A[AB]B[BC]C[CD]D[DE]E[EF]F[FG]G[GH]H[HI]I[IJ]J$"},
    	{"Medium", "[XYZ]ABCDEFGHIJKLMNOPQRSTUVWXYZ$"},
    	{"Hard", "[ -~]*ABCDEFGHIJKLMNOPQRSTUVWXYZ$"},
    	{"Hard1", "ABCD|CDEF|EFGH|GHIJ|IJKL|KLMN|MNOP|OPQR|QRST|STUV|UVWX|WXYZ"},
    }
    
    var benchSizes = []struct {
    	name string
    	n    int
    }{
    	{"16", 16},
    	{"32", 32},
    	{"1K", 1 << 10},
    	{"32K", 32 << 10},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:36:03 UTC 2024
    - 20.7K bytes
    - Viewed (0)
Back to top