Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for We (0.18 sec)

  1. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    by
    gov.by
    mil.by
    // Official information does not indicate that com.by is a reserved
    // second-level domain, but it's being used as one (see www.google.com.by and
    // www.yahoo.com.by, for example), so we list it here for safety's sake.
    com.by
    
    // http://hoster.by/
    of.by
    
    // bz : https://en.wikipedia.org/wiki/.bz
    // http://www.belizenic.bz/
    bz
    com.bz
    net.bz
    org.bz
    edu.bz
    gov.bz
    
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  2. guava-tests/benchmark/com/google/common/base/CharMatcherBenchmark.java

      private static String checkString(
          int length, int percent, String matchingChars, Random rand, boolean forceSlow, boolean web) {
        // Check whether we should ignore everything else and pull from the web.
        if (web) {
          StringBuilder builder = new StringBuilder(length);
          CharSamples sampler = new CharSamples(rand);
          for (int i = 0; i < length; i++) {
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 194.8K bytes
    - Viewed (0)
  3. android/guava-tests/benchmark/com/google/common/base/CharMatcherBenchmark.java

      private static String checkString(
          int length, int percent, String matchingChars, Random rand, boolean forceSlow, boolean web) {
        // Check whether we should ignore everything else and pull from the web.
        if (web) {
          StringBuilder builder = new StringBuilder(length);
          CharSamples sampler = new CharSamples(rand);
          for (int i = 0; i < length; i++) {
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 194.8K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    org.hamcrest Class Condition<T> java.lang.Object org.hamcrest.Condition<T> public abstract class Condition<T> extends java.lang.Object A Condition implements part of a multi-step match. We sometimes need to write matchers that have a sequence of steps, where each step depends on the result of the previous step and we can stop processing as soon as a step fails. These classes provide infrastructure for writing such a sequence. Based on https://github.com/npryce/maybe-java Author: Steve Freeman 2012...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 236.8K bytes
    - Viewed (0)
  5. fastapi/routing.py

                    """
                ),
            ] = None,
            # the generic to Lifespan[AppType] is the type of the top level application
            # which the router cannot know statically, so we use typing.Any
            lifespan: Annotated[
                Optional[Lifespan[Any]],
                Doc(
                    """
                    A `Lifespan` context manager handler. This replaces `startup` and
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 170.1K bytes
    - Viewed (0)
  6. doc/go1.17_spec.html

    spaces) and may also exclude the characters
    <code>!"#$%&amp;'()*,:;&lt;=&gt;?[\]^`{|}</code>
    and the Unicode replacement character U+FFFD.
    </p>
    
    <p>
    Assume we have compiled a package containing the package clause
    <code>package math</code>, which exports function <code>Sin</code>, and
    installed the compiled package in the file identified by
    <code>"lib/math"</code>.
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
Back to top