Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 906 for brother (0.05 sec)

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

    // broadway : Celebrate Broadway, Inc.
    // https://www.iana.org/domains/root/db/broadway.html
    broadway
    
    // broker : Dog Beach, LLC
    // https://www.iana.org/domains/root/db/broker.html
    broker
    
    // brother : Brother Industries, Ltd.
    // https://www.iana.org/domains/root/db/brother.html
    brother
    
    // brussels : DNS.be vzw
    // https://www.iana.org/domains/root/db/brussels.html
    brussels
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  2. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    bplaced.net
    br
    br.com
    br.it
    bradesco
    brand.se
    brasilia.me
    bremanger.no
    brescia.it
    bridgestone
    brindisi.it
    broadway
    broke-it.net
    broker
    broker.aero
    bronnoy.no
    bronnoysund.no
    brother
    browsersafetymark.io
    brumunddal.no
    brussels
    bryansk.su
    bryne.no
    brønnøy.no
    brønnøysund.no
    bs
    bs.it
    bsb.br
    bss.design
    bt
    bt.it
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  3. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    bplaced.net
    br
    br.com
    br.it
    bradesco
    brand.se
    brasilia.me
    bremanger.no
    brescia.it
    bridgestone
    brindisi.it
    broadway
    broke-it.net
    broker
    broker.aero
    bronnoy.no
    bronnoysund.no
    brother
    browsersafetymark.io
    brumunddal.no
    brussels
    bryansk.su
    bryne.no
    brønnøy.no
    brønnøysund.no
    bs
    bs.it
    bsb.br
    bss.design
    bt
    bt.it
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    not.  So she went in search of her hedgehog.
    
      The hedgehog was engaged in a fight with another hedgehog,
    which seemed to Alice an excellent opportunity for croqueting one
    of them with the other:  the only difficulty was, that her
    flamingo was gone across to the other side of the garden, where
    Alice could see it trying in a helpless sort of way to fly up
    into a tree.
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  5. mockwebserver/src/main/kotlin/mockwebserver3/QueueDispatcher.kt

          // Fail fast if there's no response queued up.
          return failFastResponse!!
        }
    
        val result = responseQueue.take()
    
        // If take() returned because we're shutting down, then enqueue another dead letter so that any
        // other threads waiting on take() will also return.
        if (result == DEAD_LETTER) responseQueue.add(DEAD_LETTER)
    
        return result
      }
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jun 14 16:09:26 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/reflect/TypeResolver.java

       *
       * @param formal The type whose type variables or itself is mapped to other type(s). It's almost
       *     always a bug if {@code formal} isn't a type variable and contains no type variable. Make
       *     sure you are passing the two parameters in the right order.
       * @param actual The type that the formal type variable(s) are mapped to. It can be or contain yet
       *     other type variables, in which case these type variables will be further resolved if
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 03 14:03:14 UTC 2025
    - 24.2K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/util/concurrent/ExecutionError.java

       * and https://github.com/jspecify/jspecify/issues/490.
       *
       * (That would also have ensured that its cause was always an Error, rather than possibly another
       * kind of Throwable that was later passed to initCause. Then we could have declared the override
       * `public final Error getCause()`.)
       */
    
      /**
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Feb 13 17:34:21 UTC 2025
    - 4K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/helper/UserAgentHelper.java

            /** Internet Explorer and Trident-based browsers */
            IE,
            /** Mozilla Firefox browser */
            FIREFOX,
            /** Google Chrome browser */
            CHROME,
            /** Apple Safari browser */
            SAFARI,
            /** Opera browser */
            OPERA,
            /** Other or unrecognized browser types */
            OTHER;
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/util/concurrent/ExecutionSequencer.java

           */
          // Unconditionally set; there is no risk of throwing away a queued task from another thread,
          // because in order for the current task to run on this executor the previous task must have
          // already started execution. Because each task on a TaskNonReentrantExecutor can only produce
          // one execute() call to another instance from the same ExecutionSequencer, we know by
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 23 15:26:56 UTC 2025
    - 22.1K bytes
    - Viewed (0)
  10. guava/src/com/google/common/reflect/TypeResolver.java

       *
       * @param formal The type whose type variables or itself is mapped to other type(s). It's almost
       *     always a bug if {@code formal} isn't a type variable and contains no type variable. Make
       *     sure you are passing the two parameters in the right order.
       * @param actual The type that the formal type variable(s) are mapped to. It can be or contain yet
       *     other type variables, in which case these type variables will be further resolved if
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 03 14:03:14 UTC 2025
    - 24.2K bytes
    - Viewed (0)
Back to top