Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 141 for 101 (0.03 sec)

  1. src/test/java/org/codelibs/fess/suggest/SuggesterTest.java

            String[] roles = new String[] { SuggestConstants.DEFAULT_ROLE, "role1", "role2", "role3" };
            queryItems[0] = new SuggestItem(new String[] { "検索", "エンジン" }, readings, new String[] { "content" }, 1, 0, -1, tags, roles, null,
                    SuggestItem.Kind.DOCUMENT);
    
            String[][] readings2 = new String[2][];
            readings2[0] = new String[] { "zenbun", "fuga" };
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 37K bytes
    - Viewed (0)
  2. src/archive/tar/strconv_test.go

    		{"-0.1", time.Unix(-0, -1e8), true},
    		{"-0.01", time.Unix(-0, -1e7), true},
    		{"-0.99", time.Unix(-0, -99e7), true},
    		{"-0.98", time.Unix(-0, -98e7), true},
    		{"-1.1", time.Unix(-1, -1e8), true},
    		{"-1.01", time.Unix(-1, -1e7), true},
    		{"-2.99", time.Unix(-2, -99e7), true},
    		{"-5.98", time.Unix(-5, -98e7), true},
    		{"-", time.Time{}, false},
    		{"+", time.Time{}, false},
    		{"-1.-1", time.Time{}, false},
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Feb 09 05:28:50 UTC 2021
    - 14K bytes
    - Viewed (0)
  3. docs/changelogs/changelog_2x.md

        SSL_RSA_WITH_RC4_128_MD5                 2.3  (Deprecated in 5.0)
        ```
    
     *  **Okio updated to 1.0.1.**
    
        ```xml
        <dependency>
          <groupId>com.squareup.okio</groupId>
          <artifactId>okio</artifactId>
          <version>1.0.1</version>
        </dependency>
        ```
    
     *  **New APIs to permit easy certificate pinning.** Be warned, certificate
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 26.6K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.29.md

    - cloud.google.com/go/iap: v1.7.1 → v1.8.1
    - cloud.google.com/go/ids: v1.3.0 → v1.4.1
    - cloud.google.com/go/iot: v1.6.0 → v1.7.1
    - cloud.google.com/go/kms: v1.10.1 → v1.15.0
    - cloud.google.com/go/language: v1.9.0 → v1.10.1
    - cloud.google.com/go/lifesciences: v0.8.0 → v0.9.1
    - cloud.google.com/go/longrunning: v0.4.1 → v0.5.1
    - cloud.google.com/go/managedidentities: v1.5.0 → v1.6.1
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:37:31 UTC 2024
    - 375.1K bytes
    - Viewed (1)
  5. cmd/erasure-metadata_test.go

    	}{
    		{0, 0, 0, nil},
    		{1 * humanize.MiByte, 0, 1 * humanize.MiByte, nil},
    		{1 + humanize.MiByte, 1, 0, nil},
    		{2 + humanize.MiByte, 1, 1, nil},
    		// Its valid for zero sized object.
    		{-1, 0, -1, nil},
    		// Max fffset is always (size - 1).
    		{(1 + 2 + 4 + 5 + 7) + (5 * humanize.MiByte) - 1, 4, 1048582, nil},
    		// Error if offset is size.
    		{(1 + 2 + 4 + 5 + 7) + (5 * humanize.MiByte), 0, 0, InvalidRange{}},
    	}
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jul 25 21:02:50 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  6. internal/grid/grid_test.go

    	handler := NewStream[*testRequest, *testRequest, *testResponse](handlerTest, newTestRequest, newTestRequest, newTestResponse)
    	handler.InCapacity = 1
    	handler.OutCapacity = 1
    	const payloads = 10
    
    	// 1: Echo
    	register := func(manager *Manager) {
    		errFatal(handler.Register(manager, func(ctx context.Context, pp *testRequest, in <-chan *testRequest, out chan<- *testResponse) *RemoteErr {
    			n := 0
    			for i := range in {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jul 29 18:10:04 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/internal/ws/RealWebSocketTest.kt

          webSocketCloseTimeout: Long = RealWebSocket.CANCEL_AFTER_CLOSE_MILLIS,
        ) {
          val url = "http://example.com/websocket"
          val response =
            Response.Builder()
              .code(101)
              .message("OK")
              .request(Request.Builder().url(url).build())
              .headers(responseHeaders!!)
              .protocol(Protocol.HTTP_1_1)
              .build()
          webSocket =
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Thu Apr 11 01:59:58 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  8. docs/pt/docs/tutorial/sql-databases.md

    ### Deletar um Hero Novamente
    
    **Deletar** um hero permanece praticamente o mesmo.
    
    Não vamos satisfazer o desejo de refatorar tudo neste aqui. 😅
    
    {* ../../docs_src/sql_databases/tutorial002_an_py310.py ln[96:103] hl[101] *}
    
    ### Executar o App Novamente
    
    Você pode executar o app novamente:
    
    <div class="termy">
    
    ```console
    $ fastapi dev main.py
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 27 15:25:29 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  9. licenses/github.com/hashicorp/errwrap/LICENSE

       contract shall be construed against the drafter shall not be used to construe
       this License against a Contributor.
    
    
    10. Versions of the License
    
    10.1. New Versions
    
          Mozilla Foundation is the license steward. Except as provided in Section
          10.3, no one other than the license steward has the right to modify or
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/collect/OrderingTest.java

                null)
            .inOrder();
      }
    
      public void testNatural() {
        Ordering<Integer> comparator = Ordering.natural();
        testComparator(comparator, Integer.MIN_VALUE, -1, 0, 1, Integer.MAX_VALUE);
        assertThrows(NullPointerException.class, () -> comparator.compare(1, null));
        assertThrows(NullPointerException.class, () -> comparator.compare(null, 2));
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top