Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for longlong (0.1 sec)

  1. okhttp/src/test/java/okhttp3/CallTest.kt

      }
    
      @Test
      fun httpWithExcessiveHeaders() {
        val longLine = "HTTP/1.1 200 " + stringFill('O', 256 * 1024) + "K"
        server.protocols = listOf(Protocol.HTTP_1_1)
        server.enqueue(
          MockResponse.Builder()
            .status(longLine)
            .body("I'm not even supposed to be here today.")
            .build(),
        )
        executeSynchronously("/")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  2. pkg/apis/batch/validation/validation_test.go

    		`Europe/Warsaw`,
    		`Europe/Zagreb`,
    		`Europe/Zaporozhye`,
    		`Europe/Zurich`,
    		`Factory`,
    		`GB`,
    		`GB-Eire`,
    		`GMT`,
    		`GMT+0`,
    		`GMT-0`,
    		`GMT0`,
    		`Greenwich`,
    		`Hongkong`,
    		`HST`,
    		`Iceland`,
    		`Indian/Antananarivo`,
    		`Indian/Chagos`,
    		`Indian/Christmas`,
    		`Indian/Cocos`,
    		`Indian/Comoro`,
    		`Indian/Kerguelen`,
    		`Indian/Mahe`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	"simple":   0x6f,
    	"solba":    0x66,
    	"sotav":    0x4e,
    	"spanglis": 0x4f,
    	"surmiran": 0x50,
    	"sursilv":  0x51,
    	"sutsilv":  0x52,
    	"synnejyl": 0x53,
    	"tarask":   0x54,
    	"tongyong": 0x55,
    	"tunumiit": 0x56,
    	"uccor":    0x57,
    	"ucrcor":   0x58,
    	"ulster":   0x59,
    	"unifon":   0x5a,
    	"vaidika":  0x5b,
    	"valencia": 0x5c,
    	"vallader": 0x5d,
    	"vecdruka": 0x5e,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
Back to top