Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for 1a2b (0.14 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/strategy/VersionParserTest.groovy

            expect:
            def version = parse(versionStr)
            version.parts as List == parts
    
            where:
            versionStr       | parts
            'abc123'         | ['abc', '123']
            '1a2b'           | ['1', 'a', '2', 'b']
            '1\u03b12\u03b2' | ['1', '\u03b1', '2', '\u03b2']
        }
    
        def "base version includes the first . separated parts"() {
            expect:
            def version = parse(versionStr)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  2. platforms/core-runtime/files/src/test/groovy/org/gradle/api/internal/file/pattern/PatternStepFactoryTest.groovy

            step8 instanceof RegExpPatternStep
            step8.matches("abc")
            step8.matches("1a2b3c4")
            !step8.matches("")
            !step8.matches("ab")
            !step8.matches("1a2b")
        }
    
        def "creates step for non-wildcard segment"() {
            expect:
            def step = PatternStepFactory.getStep("abc", true);
            step instanceof FixedPatternStep
            step.value == "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)
  3. src/debug/dwarf/testdata/typedef.c

    t_ptr_func_int_of_float_double *a7;
    t_func_ptr_int_of_char_schar_uchar *a8;
    t_func_void_of_char *a9;
    t_func_void_of_void *a10;
    t_func_void_of_ptr_char_dots *a11;
    t_my_struct *a12;
    t_my_struct1 *a12a;
    t_my_union *a12b;
    t_my_enum *a13;
    t_my_list *a14;
    t_my_tree *a15;
    t_ptr_func_int_of_float_complex *a16;
    t_ptr_func_int_of_double_complex *a17;
    t_ptr_func_int_of_long_double_complex *a18;
    
    int main()
    {
    	return 0;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 02 19:56:24 UTC 2021
    - 2.1K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/strategy/ExactVersionSelectorTest.groovy

        }
    
        def "does not accept candidate version that differs in separator"() {
            expect:
            !accept("1.0", "1_0")
            !accept("1_0", "1-0")
            !accept("1-0", "1+0")
            !accept("1.a.2", "1a2")
        }
    
        def "does not accept candidate version that has different number of trailing .0's"() {
            expect:
            !accept("1.0.0", "1.0")
            !accept("1", "1.0.0")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/strategy/DefaultVersionComparatorTest.groovy

        def "versions that differ only in separators are equal"() {
            expect:
            compare("1.0", "1_0") == 0
            compare("1_0", "1-0") == 0
            compare("1-0", "1+0") == 0
            compare("1.a.2", "1a2") == 0 // number-word and word-number boundaries are considered separators
        }
    
        def "leading zeros in numeric parts are ignored"() {
            expect:
            compare("01.0", "1.0") == 0
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  6. src/text/tabwriter/tabwriter_test.go

    		"a\tè\tc\t\n" +
    			"aa\tèèè\tcccc\tddddd\t\n" +
    			"aaa\tèèèè\t\n",
    
    		"       a       è       c\n" +
    			"      aa     èèè    cccc   ddddd\n" +
    			"     aaa    èèèè\n",
    	},
    
    	{
    		"12b",
    		2, 0, 0, ' ', 0,
    		"a\tb\tc\n" +
    			"aa\tbbb\tcccc\n" +
    			"aaa\tbbbb\n",
    
    		"a  b  c\n" +
    			"aa bbbcccc\n" +
    			"aaabbbb\n",
    	},
    
    	{
    		"12c",
    		8, 0, 1, '_', 0,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 16:46:34 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/s390x.s

    	ADDC	R1, R2                // b9ea1022
    	ADDC	$1, R1, R2            // ec21000100db
    	ADDC	$-1, R1, R2           // ec21ffff00db
    	ADDC	R1, R2, R3            // b9ea1032
    	ADDW	R1, R2                // 1a21
    	ADDW	R1, R2, R3            // b9f81032
    	ADDW	$8192, R1             // a71a2000
    	ADDW	$8192, R1, R2         // ec21200000d8
    	ADDE	R1, R2                // b9880021
    	SUB	R3, R4                // b9090043
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 03:55:32 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/base/CharMatcher.java

       */
      @Override
      public String toString() {
        return super.toString();
      }
    
      /**
       * Returns the Java Unicode escape sequence for the given {@code char}, in the form "\u12AB" where
       * "12AB" is the four hexadecimal digits representing the 16-bit code unit.
       */
      private static String showCharacter(char c) {
        String hex = "0123456789ABCDEF";
        char[] tmp = {'\\', 'u', '\0', '\0', '\0', '\0'};
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  9. guava/src/com/google/common/base/CharMatcher.java

       */
      @Override
      public String toString() {
        return super.toString();
      }
    
      /**
       * Returns the Java Unicode escape sequence for the given {@code char}, in the form "\u12AB" where
       * "12AB" is the four hexadecimal digits representing the 16-bit code unit.
       */
      private static String showCharacter(char c) {
        String hex = "0123456789ABCDEF";
        char[] tmp = {'\\', 'u', '\0', '\0', '\0', '\0'};
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  10. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1A00..1A1B    ; valid                                  # 4.1  BUGINESE LETTER KA..BUGINESE VOWEL SIGN AE
    1A1C..1A1D    ; disallowed                             # NA   <reserved-1A1C>..<reserved-1A1D>
    1A1E..1A1F    ; valid                  ;      ; NV8    # 4.1  BUGINESE PALLAWA..BUGINESE END OF SECTION
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top