Search Options

Results per page
Sort
Preferred Languages
Advance

Results 681 - 690 of 4,367 for parche (0.12 sec)

  1. Response.kt

    body of the returned response L94: * should not be read. L95: */ L96: @get:JvmName("networkResponse") val networkResponse: Response?, L97: /** L98: * Returns the raw response received from the cache. Will be null if this response didn't use L99: * the cache. For conditional get requests the cache response and network response may both be L100: * non-null. The body of the returned response should not be read. L101: */ L102: @get:JvmName("cacheResponse") val cacheResponse: Response?, L103:...
    github.com/square/okhttp/okhttp/src/main/kotlin...
    Sat Jul 06 09:38:30 UTC 2024
      15.6K bytes
  2. CHANGELOG-1.27.md

    for multiple releases already: L2632: L2633: - https://github.com/kubernetes-sigs/kustomize/pull/4911: Drop support for a very old, legacy style of patches. patches used to be allowed to be used as an alias for patchesStrategicMerge in kustomize v3. You now have to use patchesStrategicMerge explicitly, or update to the new syntax supported by patches. See examples in the PR description of https://github.com/kubernetes-sigs/kustomize/pull/4911. L2634: - https://github.com/kubernetes-sigs/kustomize/issues/4731:...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Wed Jul 17 07:48:22 UTC 2024
      466.3K bytes
  3. ApiAdminDictStopwordsAction.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
      7.2K bytes
  4. ApiAdminFileconfigAction.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
      7K bytes
  5. FileConfig.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:37:57 UTC 2024
      9.8K bytes
  6. build.gradle.kts

    description.set("Square’s meticulous HTTP client for Java and Kotlin.") L263: url.set("https://square.github.io/okhttp/") L264: licenses { L265: license { L266: name.set("The Apache Software License, Version 2.0") L267: url.set("https://www.apache.org/licenses/LICENSE-2.0.txt") L268: distribution.set("repo") L269: } L270: } L271: scm { L272: connection.set("scm:git:https://github.com/square/okhttp.git") L273: ...
    github.com/square/okhttp/build.gradle.kts
    Sun Jun 23 17:02:02 UTC 2024
      9K bytes
  7. TimeoutManager.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/corelib/src/main/java/org/c...
    Thu Mar 07 01:59:08 UTC 2024
      8K bytes
  8. stopwords.txt

    L1:# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/java/org/apache/lucene/analysis/en/EnglishAnalyzer.java L2:a L3:an L4:and L5:are L6:as L7:at L8:be L9:but L10:by L11:for L12:if L13:in L14:into L15:is L16:it L17:no L18:not L19:of L20:on L21:or L22:such L23:that L24:the L25:their L26:then L27:there L28:these L29:they L30:this L31:to L32:was L33:will L34:with...
    github.com/codelibs/fess/src/main/resources/fes...
    Thu Jul 19 06:31:02 UTC 2018
      265 bytes
  9. baseline-prof.txt

    L1649:Lokhttp3/internal/_UtilJvmKt; L1650:Lokhttp3/internal/cache/CacheInterceptor$Companion; L1651:Lokhttp3/internal/cache/CacheInterceptor$cacheWritingResponse$cacheWritingSource$1; L1652:Lokhttp3/internal/cache/CacheInterceptor; L1653:Lokhttp3/internal/cache/CacheRequest; L1654:Lokhttp3/internal/cache/CacheStrategy; L1655:Lokhttp3/internal/cache/DiskLruCache$Editor; L1656:Lokhttp3/internal/cache/DiskLruCache$Entry; L1657:Lokhttp3/internal/cache/DiskLruCache$Snapshot; L1658:Lokhttp3/internal/cache/D...
    github.com/square/okhttp/okhttp-android/src/mai...
    Mon Mar 21 11:22:00 UTC 2022
      127.9K bytes
  10. README.md

    ./okcurl/build/graal/okcurl https://httpbin.org/get L144:``` L145: L146:License L147:------- L148: L149:``` L150:Copyright 2019 Square, Inc. L151: L152:Licensed under the Apache License, Version 2.0 (the "License"); L153:you may not use this file except in compliance with the License. L154:You may obtain a copy of the License at L155: L156: http://www.apache.org/licenses/LICENSE-2.0 L157: L158:Unless required by applicable law or agreed to in writing, software L159:distributed under the License is distributed on...
    github.com/square/okhttp/README.md
    Wed Dec 20 23:27:07 UTC 2023
      6.2K bytes
Back to top