Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 39 for Aa (0.13 sec)

  1. android/guava-tests/test/com/google/common/io/testdata/simplifypathnoprefixtests.txt

    aaaa.aaa/. aaaa.aaa
    aaaa.aaa// aaaa.aaa
    aaaa.aa.aa aaaa.aa.aa
    aaaa.aa.a. aaaa.aa.a.
    aaaa.aa.a/ aaaa.aa.a
    aaaa.aa..a aaaa.aa..a
    aaaa.aa... aaaa.aa...
    aaaa.aa../ aaaa.aa..
    aaaa.aa./a aaaa.aa./a
    aaaa.aa./. aaaa.aa.
    aaaa.aa.// aaaa.aa.
    aaaa.aa/aa aaaa.aa/aa
    aaaa.aa/a. aaaa.aa/a.
    aaaa.aa/a/ aaaa.aa/a
    aaaa.aa/.a aaaa.aa/.a
    aaaa.aa/.. .
    aaaa.aa/./ aaaa.aa
    aaaa.aa//a aaaa.aa/a
    aaaa.aa//. aaaa.aa
    aaaa.aa/// aaaa.aa
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 1.1M bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/simplifypathwithabsoluteprefixtests.txt

    /b/c/aaaa.aaa// /b/c/aaaa.aaa
    /b/c/aaaa.aa.aa /b/c/aaaa.aa.aa
    /b/c/aaaa.aa.a. /b/c/aaaa.aa.a.
    /b/c/aaaa.aa.a/ /b/c/aaaa.aa.a
    /b/c/aaaa.aa..a /b/c/aaaa.aa..a
    /b/c/aaaa.aa... /b/c/aaaa.aa...
    /b/c/aaaa.aa../ /b/c/aaaa.aa..
    /b/c/aaaa.aa./a /b/c/aaaa.aa./a
    /b/c/aaaa.aa./. /b/c/aaaa.aa.
    /b/c/aaaa.aa.// /b/c/aaaa.aa.
    /b/c/aaaa.aa/aa /b/c/aaaa.aa/aa
    /b/c/aaaa.aa/a. /b/c/aaaa.aa/a.
    /b/c/aaaa.aa/a/ /b/c/aaaa.aa/a
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 1.6M bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/io/testdata/simplifypathwithabsoluteprefixtests.txt

    /b/c/aaaa.aaa// /b/c/aaaa.aaa
    /b/c/aaaa.aa.aa /b/c/aaaa.aa.aa
    /b/c/aaaa.aa.a. /b/c/aaaa.aa.a.
    /b/c/aaaa.aa.a/ /b/c/aaaa.aa.a
    /b/c/aaaa.aa..a /b/c/aaaa.aa..a
    /b/c/aaaa.aa... /b/c/aaaa.aa...
    /b/c/aaaa.aa../ /b/c/aaaa.aa..
    /b/c/aaaa.aa./a /b/c/aaaa.aa./a
    /b/c/aaaa.aa./. /b/c/aaaa.aa.
    /b/c/aaaa.aa.// /b/c/aaaa.aa.
    /b/c/aaaa.aa/aa /b/c/aaaa.aa/aa
    /b/c/aaaa.aa/a. /b/c/aaaa.aa/a.
    /b/c/aaaa.aa/a/ /b/c/aaaa.aa/a
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 1.6M bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/graph/ImmutableNetworkTest.java

            NetworkBuilder.directed().allowsSelfLoops(true).build();
        mutableNetwork.addEdge("A", "A", "AA");
        mutableNetwork.addEdge("A", "B", "AB");
        Network<String, String> network = ImmutableNetwork.copyOf(mutableNetwork);
    
        assertThat(network.edgesConnecting("A", "A")).containsExactly("AA");
        assertThat(network.edgesConnecting("A", "B")).containsExactly("AB");
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Tue Sep 30 17:09:51 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  5. cmd/object-handlers-common_test.go

    		{
    			name:              "If-Match1",
    			ifMatch:           "aa",
    			ifUnmodifiedSince: "Sun, 26 Aug 2024 02:01:00 GMT",
    			objInfo:           objInfo,
    			expectedFlag:      false,
    			expectedCode:      200,
    		},
    		// If-Unmodified-Since(true)
    		{
    			name:              "If-Match2",
    			ifMatch:           "aa",
    			ifUnmodifiedSince: "Sun, 26 Aug 2024 02:01:01 GMT",
    			objInfo:           objInfo,
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Wed Apr 09 14:28:39 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  6. tests/main_test.go

    	}
    
    	var columns []string
    	if DB.Where("sdsd.zaaa = ?", "sd;;;aa").Pluck("aaa", &columns).Error == nil {
    		t.Errorf("Should got error with invalid SQL")
    	}
    
    	if DB.Model(&User{}).Where("sdsd.zaaa = ?", "sd;;;aa").Pluck("aaa", &columns).Error == nil {
    		t.Errorf("Should got error with invalid SQL")
    	}
    
    	if DB.Where("sdsd.zaaa = ?", "sd;;;aa").Find(&User{}).Error == nil {
    		t.Errorf("Should got error with invalid SQL")
    	}
    Registered: Sun Dec 28 09:35:17 UTC 2025
    - Last Modified: Thu Mar 24 01:31:58 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  7. okhttp/src/jvmTest/kotlin/okhttp3/HeadersTest.kt

          Headers
            .Builder()
            .add("A", "aa")
            .add("a", "aa")
            .add("B", "bb")
            .build()
        val headers =
          Headers
            .Builder()
            .add("A", "a")
            .addAll(sourceHeaders)
            .add("C", "c")
            .build()
        assertThat(headers.toString()).isEqualTo("A: a\nA: aa\na: aa\nB: bb\nC: c\n")
      }
    
      @Test fun nameIndexesAreStrict() {
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  8. okhttp/src/jvmTest/kotlin/okhttp3/internal/cache/DiskLruCacheTest.kt

        cache.maxSize = 8
        taskFaker.runNextTask()
        set("a", "aa", "aa")
        set("b", "bb", "bbb")
    
        // Cause the cache trim job to fail.
        filesystem.setFaultyDelete(cacheDir / "a.0", true)
        taskFaker.runNextTask()
    
        // Confirm we still allow snapshot reads after a trim failure.
        assertValue("a", "aa", "aa")
        assertValue("b", "bb", "bbb")
    
        // Allow the test to clean up.
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sat Nov 01 12:18:11 UTC 2025
    - 59.4K bytes
    - Viewed (0)
  9. cmd/httprange_test.go

    				i, o, l, testCase.expOffset, testCase.expLength)
    		}
    	}
    
    	unparsableRangeSpecs := []string{
    		"bytes=-",
    		"bytes==",
    		"bytes==1-10",
    		"bytes=",
    		"bytes=aa",
    		"aa",
    		"",
    		"bytes=1-10-",
    		"bytes=1--10",
    		"bytes=-1-10",
    		"bytes=0-+3",
    		"bytes=+3-+5",
    		"bytes=10-11,12-10", // Unsupported by S3/MinIO (valid in RFC)
    	}
    	for i, urs := range unparsableRangeSpecs {
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun May 05 16:56:21 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  10. okhttp/src/jvmTest/resources/web-platform-test-toascii.json

    [
      {
        "comment": "Label with hyphens in 3rd and 4th position",
        "input": "aa--",
        "output": "aa--"
      },
      {
        "input": "a†--",
        "output": "xn--a---kp0a"
      },
      {
        "input": "ab--c",
        "output": "ab--c"
      },
      {
        "comment": "Label with leading hyphen",
        "input": "-x",
        "output": "-x"
      },
      {
        "input": "-†",
        "output": "xn----xhn"
      },
      {
        "input": "-x.xn--zca",
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 5.2K bytes
    - Viewed (0)
Back to top