Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 54 for week (0.17 sec)

  1. .teamcity/src/main/kotlin/model/CIBuildModel.kt

                    PerformanceTestCoverage(5, PerformanceTestType.per_week, Os.LINUX, numberOfBuckets = 20, oldUuid = "PerformanceTestExperimentLinux"),
                    PerformanceTestCoverage(8, PerformanceTestType.per_week, Os.WINDOWS, numberOfBuckets = 5),
                    PerformanceTestCoverage(9, PerformanceTestType.per_week, Os.MACOS, numberOfBuckets = 5)
                )
            ),
            Stage(
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Fri Feb 23 01:54:48 GMT 2024
    - 20.9K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/security/oauth2-jwt.md

    That way, you can create a token with an expiration of, let's say, 1 week. And then when the user comes back the next day with the token, you know that user is still logged in to your system.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 13K bytes
    - Viewed (0)
  3. RELEASE_BRANCHES.md

    weeks prior to a new release. The `istio/istio.io` repository does not get branched until the release is ready
    for publication.
    
    This document outlines getting in new features after a new branch has been cut and the process for getting a PR
    merged in before and after the first public release.
    
    # Feature Freeze
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Fri Nov 12 23:27:43 GMT 2021
    - 3.9K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `Well, there was Mystery,' the Mock Turtle replied, counting
    off the subjects on his flappers, `--Mystery, ancient and modern,
    with Seaography:  then Drawling--the Drawling-master was an old
    conger-eel, that used to come once a week:  HE taught us
    Drawling, Stretching, and Fainting in Coils.'
    
      `What was THAT like?' said Alice.
    
      `Well, I can't show it you myself,' the Mock Turtle said:  `I'm
    too stiff.  And the Gryphon never learnt it.'
    Plain Text
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  5. mockwebserver/src/main/kotlin/mockwebserver3/MockWebServer.kt

            ) {
              chunked = true
            }
          }
    
          val peek = dispatcher.peek()
          for (response in peek.informationalResponses) {
            writeHttpResponse(socket, sink, response)
          }
    
          var hasBody = false
          val policy = dispatcher.peek()
          val requestBodySink =
            requestBody.withThrottlingAndSocketPolicy(
              policy = policy,
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sun Mar 31 17:16:15 GMT 2024
    - 37.4K bytes
    - Viewed (0)
  6. docs/em/docs/tutorial/request-files.md

    `UploadFile` βœ”οΈ πŸ“„ `async` πŸ‘©β€πŸ”¬. πŸ‘« 🌐 πŸ€™ πŸ”— πŸ“ πŸ‘©β€πŸ”¬ πŸ”˜ (βš™οΈ πŸ”— `SpooledTemporaryFile`).
    
    * `write(data)`: ✍ `data` (`str` βš–οΈ `bytes`) πŸ“.
    * `read(size)`: ✍ `size` (`int`) πŸ”’/🦹 πŸ“.
    * `seek(offset)`: 🚢 πŸ”’ 🧘 `offset` (`int`) πŸ“.
        * 🀢 β“‚., `await myfile.seek(0)` πŸ”œ 🚢 ▢️ πŸ“.
        * πŸ‘‰ ✴️ ⚠ πŸš₯ πŸ‘† πŸƒ `await myfile.read()` πŸ• & ‴️ πŸ’ͺ ✍ 🎚 πŸ”„.
    * `close()`: πŸ” πŸ“.
    
    🌐 πŸ‘« πŸ‘©β€πŸ”¬ `async` πŸ‘©β€πŸ”¬, πŸ‘† πŸ’ͺ "βŒ›" πŸ‘«.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Wed Mar 13 19:02:19 GMT 2024
    - 6.6K bytes
    - Viewed (0)
  7. docs/ko/docs/tutorial/request-files.md

    * `write(data)`: `data`(`str` λ˜λŠ” `bytes`)λ₯Ό νŒŒμΌμ— μž‘μ„±ν•©λ‹ˆλ‹€.
    * `read(size)`: 파일의 λ°”μ΄νŠΈ 및 κΈ€μžμ˜ `size`(`int`)λ₯Ό μ½μŠ΅λ‹ˆλ‹€.
    * `seek(offset)`: 파일 λ‚΄ `offset`(`int`) μœ„μΉ˜μ˜ λ°”μ΄νŠΈλ‘œ μ΄λ™ν•©λ‹ˆλ‹€.
        * 예) `await myfile.seek(0)` λ₯Ό μ‚¬μš©ν•˜λ©΄ 파일의 μ‹œμž‘λΆ€λΆ„μœΌλ‘œ μ΄λ™ν•©λ‹ˆλ‹€.
        * `await myfile.read()` λ₯Ό μ‚¬μš©ν•œ ν›„ λ‚΄μš©μ„ λ‹€μ‹œ 읽을 λ•Œ μœ μš©ν•©λ‹ˆλ‹€.
    * `close()`: νŒŒμΌμ„ λ‹«μŠ΅λ‹ˆλ‹€.
    
    상기 λͺ¨λ“  λ©”μ†Œλ“œλ“€μ΄ `async` λ©”μ†Œλ“œμ΄κΈ° λ•Œλ¬Έμ— β€œawait”을 μ‚¬μš©ν•˜μ—¬μ•Ό ν•©λ‹ˆλ‹€.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Wed Mar 13 19:02:19 GMT 2024
    - 8.1K bytes
    - Viewed (0)
  8. docs/en/docs/reference/uploadfile.md

        options:
            members:
                - file
                - filename
                - size
                - headers
                - content_type
                - read
                - write
                - seek
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 472 bytes
    - Viewed (0)
  9. mockwebserver/src/main/kotlin/mockwebserver3/Dispatcher.kt

       * can return other values to test HTTP edge cases, such as unhappy socket policies or throttled
       * request bodies.
       */
      open fun peek(): MockResponse {
        return MockResponse(socketPolicy = KeepOpen)
      }
    
      /**
       * Release any resources held by this dispatcher. Any requests that are currently being dispatched
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Tue Jan 23 14:31:42 GMT 2024
    - 1.7K bytes
    - Viewed (0)
  10. okhttp/src/main/kotlin/okhttp3/internal/ws/WebSocketReader.kt

        if (frameLength > 0L) {
          source.readFully(controlFrameBuffer, frameLength)
    
          if (!isClient) {
            controlFrameBuffer.readAndWriteUnsafe(maskCursor!!)
            maskCursor.seek(0)
            toggleMask(maskCursor, maskKey!!)
            maskCursor.close()
          }
        }
    
        when (opcode) {
          OPCODE_CONTROL_PING -> {
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 9.8K bytes
    - Viewed (0)
Back to top