Search Options

Results per page
Sort
Preferred Languages
Advance

Results 371 - 380 of 4,027 for See (0.01 sec)

  1. ListGetTester.java

    SE-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, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect.testing.testers; L18: L19:import static com.google.common.collect.testing.testers.ReflectionFre...
    github.com/google/guava/guava-testlib/src/com/g...
    Thu Oct 17 20:00:30 UTC 2024
      1.6K bytes
  2. FallbackTestClientSocketFactory.kt

    SE-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, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp3 L17: L18:import javax.net.ssl.SSLSocket L19:import javax.net.ssl.SSLSocketFactory L20:import okhttp3.FallbackTestClien...
    github.com/square/okhttp/okhttp/src/test/java/o...
    Mon Jan 08 01:13:22 UTC 2024
      2K bytes
  3. MultisetSerializationTester.java

    SE-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, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect.testing.google; L18: L19:import static com.google.common.collect.testing.features.CollectionFea...
    github.com/google/guava/android/guava-testlib/s...
    Wed Jul 24 20:12:35 UTC 2024
      1.9K bytes
  4. AndroidIncompatible.java

    SE-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, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.cache; L18: L19:import static java.lang.annotation.ElementType.ANNOTATION_TYPE; L20:import static java....
    github.com/google/guava/android/guava-tests/tes...
    Fri Apr 21 02:27:51 UTC 2017
      1.6K bytes
  5. AndroidIncompatible.java

    SE-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, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.primitives; L18: L19:import static java.lang.annotation.ElementType.ANNOTATION_TYPE; L20:import static ...
    github.com/google/guava/android/guava-tests/tes...
    Fri Apr 21 19:03:30 UTC 2017
      1.6K bytes
  6. gradlew

    In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. L148: # shellcheck disable=SC2039,SC3045 L149: MAX_FD=$( ulimit -H -n ) || L150: warn "Could not query maximum file descriptor limit" L151: esac L152: case $MAX_FD in #( L153: '' | soft) :;; #( L154: *) L155: # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. L156: # shellcheck disable=SC2039,SC3045 L157: ...
    github.com/google/guava/integration-tests/gradl...
    Tue Oct 31 19:07:19 UTC 2023
      8.5K bytes
  7. EncodingFilter.java

    SE-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, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.filter; L17: L18:import java.io.IOException; L19:import java.util.ArrayList; L20:import java.util.Collections;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      6.9K bytes
  8. Handshake.kt

    SE-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, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp3 L17: L18:import java.io.IOException L19:import java.security.Principal L20:import java.security.cert.Certificate L21:import...
    github.com/square/okhttp/okhttp/src/main/kotlin...
    Mon Jan 08 01:13:22 UTC 2024
      6.8K bytes
  9. README.md

    L155: L156: Unless required by applicable law or agreed to in writing, software L157: distributed under the License is distributed on an "AS IS" BASIS, L158: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L159: See the License for the specific language governing permissions and L160: limitations under the License....
    github.com/square/okhttp/mockwebserver/README.md
    Sun Dec 17 15:34:10 UTC 2023
      5K bytes
  10. Main.kt

    SE-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, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp3.curl L17: L18:import com.github.ajalt.clikt.core.CliktCommand L19:import com.github.ajalt.clikt.parameters.arguments.argument...
    github.com/square/okhttp/okcurl/src/main/kotlin...
    Mon Jan 08 01:13:22 UTC 2024
      5.7K bytes
Back to top