Search Options

Results per page
Sort
Preferred Languages
Advance

Results 451 - 460 of 4,102 for parche (0.06 sec)

  1. StatusLine.kt

    L1:/* L2: * Copyright (c) 2022 Square, Inc. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,...
    github.com/square/okhttp/okhttp/src/main/kotlin...
    Tue Jan 09 12:33:05 UTC 2024
      3.3K bytes
  2. Progress.java

    L1:/* L2: * Copyright (C) 2015 Square, Inc. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,...
    github.com/square/okhttp/samples/guide/src/main...
    Sat Jan 12 03:31:36 UTC 2019
      3.9K bytes
  3. CharStreamsCopyBenchmark.java

    L1:/* L2: * Copyright (C) 2017 The Guava Authors L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except L5: * in compliance with the License. You may obtain a copy of the License at L6: * L7: * http://www.apache.org/licenses/LICENSE-2.0 L8: * L9: * Unless required by applicable law or agreed to in writing, software distributed under the License L10: * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express...
    github.com/google/guava/guava-tests/benchmark/c...
    Thu Feb 23 18:59:54 UTC 2023
      3.2K bytes
  4. AbstractCache.java

    Exception(); L131: } L132: L133: /** L134: * Accumulates statistics during the operation of a {@link Cache} for presentation by {@link L135: * Cache#stats}. This is solely intended for consumption by {@code Cache} implementors. L136: * L137: * @since 10.0 L138: */ L139: public interface StatsCounter { L140: /** L141: * Records cache hits. This should be called when a cache request returns a cached value. L142: * L143: * @param count the number of hits to record L144: ...
    github.com/google/guava/guava/src/com/google/co...
    Tue Jun 15 18:00:07 UTC 2021
      9.1K bytes
  5. AdminBadwordAction.java

    L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      16.2K bytes
  6. TestingRemovalListeners.java

    L1:/* L2: * Copyright (C) 2011 The Guava Authors L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except L5: * in compliance with the License. You may obtain a copy of the License at L6: * L7: * http://www.apache.org/licenses/LICENSE-2.0 L8: * L9: * Unless required by applicable law or agreed to in writing, software distributed under the License L10: * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express...
    github.com/google/guava/guava-tests/test/com/go...
    Mon Dec 04 17:37:03 UTC 2017
      3K bytes
  7. URLConnectionTest.kt

    "CONNECT android.com:443 HTTP/1.1", L1016: ) L1017: assertThat(connect.headers["Host"]).isEqualTo("android.com:443") L1018: } L1019: L1020: private fun initResponseCache() { L1021: cache = Cache(tempDir, Int.MAX_VALUE.toLong()) L1022: client = L1023: client.newBuilder() L1024: .cache(cache) L1025: .build() L1026: } L1027: L1028: /** Test which headers are sent unencrypted to the HTTP proxy. */ L1029: @Test L1030: fun proxyConnectIncludesProxyHeadersOnly() { L1031:...
    github.com/square/okhttp/okhttp/src/test/java/o...
    Sat Jan 20 10:30:28 UTC 2024
      131.7K bytes
  8. LongAddable.java

    L1:/* L2: * Copyright (C) 2012 The Guava Authors L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except L5: * in compliance with the License. You may obtain a copy of the License at L6: * L7: * http://www.apache.org/licenses/LICENSE-2.0 L8: * L9: * Unless required by applicable law or agreed to in writing, software distributed under the License L10: * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express...
    github.com/google/guava/android/guava/src/com/g...
    Tue Jun 15 18:00:07 UTC 2021
      918 bytes
  9. HostAndPortTest.java

    L1:/* L2: * Copyright (C) 2011 The Guava Authors L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,...
    github.com/google/guava/android/guava-tests/tes...
    Mon Oct 21 15:41:36 UTC 2024
      9.4K bytes
  10. GeoInfo.java

    L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      4.7K bytes
Back to top