Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 121 - 130 of 293 for 25 (0.02 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. internal/s3select/csv/testdata/testdata.zip

    71701,4071701,I,QN18,Rego Park,4108,1840,331,4,Queens,033100,4033100,I,QN98,Airport,4102^3389305,2,2014-03-17 20:36:39,2014-03-17 20:50:55,N,1,-73.862144470214844,40.730422973632813,-73.953628540039063,40.709220886230469,1,6.65,20.5,0.5,0.5,4.2,0,,,25.7,1,1,196,256,green,0.00,0.0,0.0,35,23,8.05,1287,717.01,4,Queens,071701,4071701,I,QN18,Rego Park,4108,1048,527,3,Brooklyn,052700,3052700,E,BK73,North Side-South Side,4001^3389306,2,2014-03-08 17:22:12,2014-03-08 17:36:16,N,1,-73.86187744140625,40.7...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 111.6K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/base/Ascii.java

       * recorded on a medium. (The position of this character does not necessarily correspond to the
       * physical end of the medium.)
       *
       * @since 8.0
       */
      public static final byte EM = 25;
    
      /**
       * Substitute: A character that may be substituted for a character which is determined to be
       * invalid or in error.
       *
       * @since 8.0
       */
      public static final byte SUB = 26;
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 17 20:26:29 GMT 2025
    - 21.7K bytes
    - Click Count (0)
  3. docs/ko/docs/tutorial/server-sent-events.md

    Sebastián Ramírez <******@****.***> 1773946599 +0100
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:56:39 GMT 2026
    - 5.3K bytes
    - Click Count (0)
  4. docs/zh-hant/docs/tutorial/server-sent-events.md

    Sebastián Ramírez <******@****.***> 1774017184 +0100
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:33:04 GMT 2026
    - 4.6K bytes
    - Click Count (0)
  5. cmd/authtype_string.go

    Klaus Post <******@****.***> 1683341592 -0700
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sat May 06 02:53:12 GMT 2023
    - 1.1K bytes
    - Click Count (0)
  6. src/test/java/jcifs/internal/fscc/FileBasicInfoTest.java

            FileBasicInfo info =
                    new FileBasicInfo(TEST_CREATE_TIME, TEST_LAST_ACCESS_TIME, TEST_LAST_WRITE_TIME, TEST_CHANGE_TIME, TEST_ATTRIBUTES);
    
            byte[] buffer = new byte[100];
            int offset = 25;
    
            // Encode with offset
            int bytesWritten = info.encode(buffer, offset);
    
            // Verify bytes written
            assertEquals(40, bytesWritten);
    
            // Decode to verify encoding
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 11.5K bytes
    - Click Count (0)
  7. docs/ja/docs/tutorial/sql-databases.md

    各リクエストごとに新しい `Session` を提供する、`yield` を使った FastAPI の依存関係を作成します。これにより、1 リクエストにつき 1 つのセッションを使うことが保証されます。🤓
    
    続いて、この依存関係を使うコードを簡潔にするために、`Annotated` による依存関係 `SessionDep` を作成します。
    
    {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[25:30]  hl[25:27,30] *}
    
    ### 起動時にテーブルを作成 { #create-database-tables-on-startup }
    
    アプリケーションの起動時にデータベースのテーブルを作成します。
    
    {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[32:37] hl[35:37] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 18K bytes
    - Click Count (0)
  8. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Huffman.kt

    renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 1742412320 -0400
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Mar 19 19:25:20 GMT 2025
    - 11K bytes
    - Click Count (0)
  9. cmd/bootstrap-peer-server.go

    		}
    		wg.Wait()
    
    		select {
    		case <-ctx.Done():
    			return ctx.Err()
    		default:
    			// Sleep and stagger to avoid blocked CPU and thundering
    			// herd upon start up sequence.
    			time.Sleep(25*time.Millisecond + time.Duration(rand.Int63n(int64(100*time.Millisecond))))
    			retries++
    			// after 20 retries start logging that servers are not reachable yet
    			if retries >= 20 {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Oct 01 22:13:18 GMT 2024
    - 8.4K bytes
    - Click Count (0)
  10. cmd/lceventsrc_string.go

    Harshavardhana <******@****.***> 1701446184 -0800
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Dec 01 15:56:24 GMT 2023
    - 1.1K bytes
    - Click Count (0)
Back to Top