Search Options

Results per page
Sort
Preferred Languages
Advance

Results 201 - 210 of 4,008 for pbcopy (0.04 sec)

  1. ListToArrayTester.java

    L1:/* L2: * Copyright (C) 2008 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-testlib/s...
    Sat Oct 19 00:05:46 UTC 2024
      2.2K bytes
  2. QueueOfferTester.java

    L1:/* L2: * Copyright (C) 2008 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-testlib/s...
    Thu Oct 17 20:00:30 UTC 2024
      2.2K bytes
  3. TearDown.java

    L1:/* L2: * Copyright (C) 2008 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-testlib/s...
    Fri May 12 19:22:18 UTC 2023
      1.8K bytes
  4. PostMultipart.kt

    L1:/* L2: * Copyright (C) 2014 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...
    Mon Jan 08 01:13:22 UTC 2024
      2.1K bytes
  5. LICENSE

    thereof in any medium, with or without L92: modifications, and in Source or Object form, provided that You L93: meet the following conditions: L94: L95: (a) You must give any other recipients of the Work or L96: Derivative Works a copy of this License; and L97: L98: (b) You must cause any modified files to carry prominent notices L99: stating that You changed the files; and L100: L101: (c) You must retain, in the Source form of any Derivative Works L102: ...
    github.com/kubernetes/kubernetes/LICENSES/third...
    Fri Apr 01 18:49:15 UTC 2022
      11.1K bytes
  6. RealInterceptorChain.kt

    adjusted in a network interceptor" } L75: L76: return copy(connectTimeoutMillis = checkDuration("connectTimeout", timeout.toLong(), unit)) L77: } L78: L79: override fun readTimeoutMillis(): Int = readTimeoutMillis L80: L81: override fun withReadTimeout( L82: timeout: Int, L83: unit: TimeUnit, L84: ): Interceptor.Chain { L85: check(exchange == null) { "Timeouts can't be adjusted in a network interceptor" } L86: L87: return copy(readTimeoutMillis = checkDuration("readTimeout", timeout.toLong(),...
    github.com/square/okhttp/okhttp/src/main/kotlin...
    Mon Jan 08 01:13:22 UTC 2024
      4.2K bytes
  7. ErrorToWarnRewritePolicy.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
      2.4K bytes
  8. EventSourcesHttpTest.kt

    L1:/* L2: * Copyright (C) 2018 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-sse/src/test/ja...
    Sun Jan 14 10:20:09 UTC 2024
      2.6K bytes
  9. LoggingUtil.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/okcurl/src/main/kotlin...
    Fri Apr 05 03:30:42 UTC 2024
      2.7K bytes
  10. DnsRecordCodecTest.kt

    L1:/* L2: * Copyright (C) 2018 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-dnsoverhttps/sr...
    Mon Jan 08 01:13:22 UTC 2024
      3.7K bytes
Back to top