Search Options

Results per page
Sort
Preferred Languages
Advance

Results 741 - 750 of 4,484 for pyversion (0.04 sec)

  1. PrintEvents.java

    L1:/* L2: * Copyright (C) 2017 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...
    Sun Feb 16 23:20:49 UTC 2020
      6.1K bytes
  2. NavigableSetTestSuiteBuilder.java

    L1:/* L2: * Copyright (C) 2010 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...
    Wed Oct 30 16:15:19 UTC 2024
      6.2K bytes
  3. SourceSinkTester.java

    L1:/* L2: * Copyright (C) 2012 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...
    Wed Apr 27 18:57:08 UTC 2022
      4.9K bytes
  4. changelog_3x.md

    <dependency> L659: <groupId>com.squareup.okio</groupId> L660: <artifactId>okio</artifactId> L661: <version>1.13.0</version> L662: </dependency> L663: L664: com.squareup.okio:okio:1.13.0 L665: ``` L666: L667: * Fix: gracefully recover when Android 7.0's sockets throw an unexpected L668: `NullPointerException`. L669: L670:## Version 3.7.0 L671: L672:_2017-04-15_ L673: L674: * **OkHttp no longer recovers from TLS handshake failures by attempting a TLSv1 connection.** L675:...
    github.com/square/okhttp/docs/changelogs/change...
    Sun Feb 06 14:55:54 UTC 2022
      50.8K bytes
  5. CertificateAdapters.kt

    Name, L358: * subjectPublicKeyInfo SubjectPublicKeyInfo, L359: * issuerUniqueID [1] IMPLICIT UniqueIdentifier OPTIONAL, -- If present, version MUST be v2 or v3 L360: * subjectUniqueID [2] IMPLICIT UniqueIdentifier OPTIONAL, -- If present, version MUST be v2 or v3 L361: * extensions [3] EXPLICIT Extensions OPTIONAL -- If present, version MUST be v3 L362: * } L363: * ``` L364: */ L365: internal val tbsCertificate: BasicDerAdapter<TbsCertificate> = L366: Adapters.sequence(...
    github.com/square/okhttp/okhttp-tls/src/main/ko...
    Mon Jan 08 01:13:22 UTC 2024
      13.6K bytes
  6. StatusLineTest.kt

    L28: fun parse() { L29: val message = "Temporary Redirect" L30: val version = 1 L31: val code = 200 L32: val statusLine = parse("HTTP/1.$version $code $message") L33: assertThat(statusLine.message).isEqualTo(message) L34: assertThat(statusLine.protocol).isEqualTo(Protocol.HTTP_1_1) L35: assertThat(statusLine.code).isEqualTo(code) L36: } L37: L38: @Test L39: fun emptyMessage() { L40: val version = 1 L41: val code = 503 L42: val statusLine = parse("HTTP/1.$version...
    github.com/square/okhttp/okhttp/src/test/java/o...
    Mon Jan 08 01:13:22 UTC 2024
      3.5K bytes
  7. CreateForm.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
      1.9K bytes
  8. CreateForm.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
      1.9K bytes
  9. CreateForm.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
      1.9K bytes
  10. AuthenticationManager.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
      1.8K bytes
Back to top