Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for 123ABC (0.23 sec)

  1. src/cmd/compile/internal/syntax/parser_test.go

    		{"//line foo ::1\n", valid, "foo :", 1, 0},
    		{"//line foo:123abc:1\n", valid, "foo:123abc", 1, 0},
    		{"//line foo :123:1\n", valid, "foo ", 123, 1},
    		{"//line ::123\n", valid, ":", 123, 0},
    
    		// effect of valid //line directives on columns
    		{"//line :x:1:10\n", valid, ":x", 1, 10},
    		{"//line foo ::1:2\n", valid, "foo :", 1, 2},
    		{"//line foo:123abc:1:1000\n", valid, "foo:123abc", 1, 1000},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 16:30:19 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  2. src/encoding/json/fold_test.go

    // license that can be found in the LICENSE file.
    
    package json
    
    import (
    	"bytes"
    	"testing"
    )
    
    func FuzzEqualFold(f *testing.F) {
    	for _, ss := range [][2]string{
    		{"", ""},
    		{"123abc", "123ABC"},
    		{"αβδ", "ΑΒΔ"},
    		{"abc", "xyz"},
    		{"abc", "XYZ"},
    		{"1", "2"},
    		{"hello, world!", "hello, world!"},
    		{"hello, world!", "Hello, World!"},
    		{"hello, world!", "HELLO, WORLD!"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 27 17:37:27 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  3. fess-crawler/src/test/java/org/codelibs/fess/crawler/util/TextUtilTest.java

            assertEquals("123 あいう", normalizeText(" 123 あいう ", 100, -1, 2, false));
            assertEquals("123 abc", normalizeText(" 123\nabc ", 100, -1, 2, false));
            assertEquals("123abc", normalizeText(" 123abc ", 100, -1, 2, false));
    
            assertEquals("!!", normalizeText("!!!", 100, -1, 2, false));
            assertEquals("//", normalizeText("///", 100, -1, 2, false));
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  4. platforms/core-runtime/logging/src/test/groovy/org/gradle/util/GradleVersionTest.groovy

            version.version
            version.nextMajorVersion
            version.baseVersion
        }
    
        def 'can parse commitId from commit version'() {
            expect:
            GradleVersion.version('5.1-commit-123abc').commitId == '123abc'
        }
    
        @Issue("https://issues.gradle.org/browse/GRADLE-1892")
        def "build time should always print in UTC"() {
            expect:
            // Note: buildTime is null when running a local build
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 8K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/helper/DocumentHelperTest.java

            assertEquals("123 abc", documentHelper.getContent(null, responseData, " 123\nabc ", dataMap));
            assertEquals("123abc", documentHelper.getContent(null, responseData, " 123abc ", dataMap));
    
            assertEquals("!!", documentHelper.getContent(null, responseData, "!!!", dataMap));
            assertEquals("//", documentHelper.getContent(null, responseData, "///", dataMap));
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 11K bytes
    - Viewed (0)
  6. platforms/core-runtime/files/src/test/groovy/org/gradle/api/internal/file/pattern/PatternStepFactoryTest.groovy

            step4.matches("abc")
            step4.matches("123abc")
            !step4.matches("bc")
            !step4.matches("ABC")
            !step4.matches("other")
    
            and:
            def step5 = PatternStepFactory.getStep("?*bc", true);
            step5 instanceof RegExpPatternStep
            step5.matches("abc")
            step5.matches("123abc")
            !step5.matches("bc")
            !step5.matches("ABC")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:55:52 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/test/kotlin/org/gradle/internal/cc/impl/DefaultIgnoredConfigurationInputsTest.kt

            assertTrue(instance.isFileSystemCheckIgnoredFor(File("abc")))
            assertFalse(instance.isFileSystemCheckIgnoredFor(File("abcdef")))
            assertFalse(instance.isFileSystemCheckIgnoredFor(File("123abc")))
            assertFalse(instance.isFileSystemCheckIgnoredFor(File("abc/def")))
            assertFalse(instance.isFileSystemCheckIgnoredFor(File("xyz/abc")))
        }
    
        @Test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  8. platforms/core-runtime/base-services/src/test/groovy/org/gradle/util/internal/GUtilTest.groovy

            toConstant("ABC") == "ABC"
            toConstant("ABCThing") == "ABC_THING"
            toConstant("ABC Thing") == "ABC_THING"
            toConstant("123-project") == "123_PROJECT"
            toConstant("123abc-project") == "123ABC_PROJECT"
            toConstant("i18n-admin") == "I18N_ADMIN"
            toConstant(".") == ""
            toConstant("-") == ""
        }
    
        def convertStringToWords() {
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  9. pkg/proxy/winkernel/proxier_test.go

    	ipAddress         = "10.0.0.1"
    	prefixLen         = 24
    	macAddress        = "00-11-22-33-44-55"
    	destinationPrefix = "192.168.2.0/24"
    	providerAddress   = "10.0.0.3"
    	guid              = "123ABC"
    	endpointGuid1     = "EPID-1"
    	loadbalancerGuid1 = "LBID-1"
    	endpointLocal     = "EP-LOCAL"
    	endpointGw        = "EP-GW"
    	epIpAddressGw     = "192.168.2.1"
    	epMacAddressGw    = "00-11-22-33-44-66"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 28 14:30:51 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  10. src/fmt/scan_test.go

    	{"%d, %d", "23, 18", args(&i, &j), args(23, 18), ""},
    	{"%3d22%3d", "33322333", args(&i, &j), args(333, 333), ""},
    	{"%6vX=%3fY", "3+2iX=2.5Y", args(&c, &f), args((3 + 2i), 2.5), ""},
    	{"%d%s", "123abc", args(&i, &s), args(123, "abc"), ""},
    	{"%c%c%c", "2\u50c2X", args(&r1, &r2, &r3), args('2', '\u50c2', 'X'), ""},
    	{"%5s%d", " 1234567 ", args(&s, &i), args("12345", 67), ""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 20:25:13 UTC 2023
    - 39.3K bytes
    - Viewed (0)
Back to top