Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for Size (0.14 sec)

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

        path: String,
        vararg headers: String?,
      ): RecordedResponse {
        val builder = Request.Builder()
        builder.url(server.url(path))
        var i = 0
        val size = headers.size
        while (i < size) {
          builder.addHeader(headers[i]!!, headers[i + 1]!!)
          i += 2
        }
        return executeSynchronously(builder.build())
      }
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 142.5K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `It is wrong from beginning to end,' said the Caterpillar
    decidedly, and there was silence for some minutes.
    
      The Caterpillar was the first to speak.
    
      `What size do you want to be?' it asked.
    
      `Oh, I'm not particular as to size,' Alice hastily replied;
    `only one doesn't like changing so often, you know.'
    
      `I DON'T know,' said the Caterpillar.
    
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

                Arrays.fill(buf, 'x'.code.toByte())
                var i = 0
                while (i < n) {
                  sink.write(buf, 0, Math.min(buf.size, n - i))
                  i += buf.size
                }
              }
            }
          }
        val response =
          getResponse(
            Request(
              url = server.url("/"),
              body = requestBody,
            ),
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 131.7K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/popper.min.js.map

    else if (unit === 'vh' || unit === 'vw') {\n    // if is a vh or vw, we calculate the size based on the viewport\n    let size;\n    if (unit === 'vh') {\n      size = Math.max(\n        document.documentElement.clientHeight,\n        window.innerHeight || 0\n      );\n    } else {\n      size = Math.max(\n        document.documentElement.clientWidth,\n        window.innerWidth || 0\n      );\n    }\n    return size / 100 * value;\n  } else {\n    // if is an explicit pixel unit, we get rid of the unit...
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 121K bytes
    - Viewed (2)
  5. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `It is wrong from beginning to end,' said the Caterpillar
    decidedly, and there was silence for some minutes.
    
      The Caterpillar was the first to speak.
    
      `What size do you want to be?' it asked.
    
      `Oh, I'm not particular as to size,' Alice hastily replied;
    `only one doesn't like changing so often, you know.'
    
      `I DON'T know,' said the Caterpillar.
    
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  6. api/go1.3.txt

    pkg debug/macho, type FatArchHeader struct, Size uint32
    pkg debug/macho, type FatArchHeader struct, SubCpu uint32
    pkg debug/macho, type FatFile struct
    pkg debug/macho, type FatFile struct, Arches []FatArch
    pkg debug/macho, type FatFile struct, Magic uint32
    pkg debug/macho, var ErrNotFat *FormatError
    pkg debug/pe, type DataDirectory struct
    pkg debug/pe, type DataDirectory struct, Size uint32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/CacheTest.kt

            .body("B")
            .build(),
        )
        val url = server.url("/")
        assertThat(get(url).body.string()).isEqualTo("A")
        client.cache!!.evictAll()
        assertThat(client.cache!!.size()).isEqualTo(0)
        assertThat(get(url).body.string()).isEqualTo("B")
      }
    
      @Test
      fun networkInterceptorInvokedForConditionalGet() {
        server.enqueue(
          MockResponse.Builder()
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  8. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDataClassConverters.kt

            AbsenceOfPrimaryConstructorForValueClassImpl(
                firDiagnostic as KtPsiDiagnostic,
                token,
            )
        }
        add(FirErrors.INLINE_CLASS_CONSTRUCTOR_WRONG_PARAMETERS_SIZE) { firDiagnostic ->
            InlineClassConstructorWrongParametersSizeImpl(
                firDiagnostic as KtPsiDiagnostic,
                token,
            )
        }
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Apr 24 09:49:26 GMT 2024
    - 208.3K bytes
    - Viewed (0)
  9. okhttp-android/src/main/baseline-prof.txt

    HSPLokhttp3/Headers;->get(Ljava/lang/String;)Ljava/lang/String;
    HSPLokhttp3/Headers;->name(I)Ljava/lang/String;
    HSPLokhttp3/Headers;->newBuilder()Lokhttp3/Headers$Builder;
    HSPLokhttp3/Headers;->size()I
    HSPLokhttp3/Headers;->value(I)Ljava/lang/String;
    HSPLokhttp3/HttpUrl$Builder;-><init>()V
    HSPLokhttp3/HttpUrl$Builder;->build()Lokhttp3/HttpUrl;
    HSPLokhttp3/HttpUrl$Builder;->effectivePort()I
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Mar 21 11:22:00 GMT 2022
    - 127.9K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.5.md

    * Improves how 'kubectl' uses the terminal size when printing help and usage. ([#34502](https://github.com/kubernetes/kubernetes/pull/34502), [@fabianofranz](https://github.com/fabianofranz))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Viewed (1)
Back to top