Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 134 for love (0.36 sec)

  1. android/guava-tests/test/com/google/common/io/BaseEncodingTest.java

        assertFailsToDecode(base64(), "Wf2!", "Unrecognized character: !");
        // This sentence just isn't base64() encoded.
        assertFailsToDecode(base64(), "let's not talk of love or chains!");
        // A 4n+1 length string is never legal base64().
        assertFailsToDecode(base64(), "12345", "Invalid input length 5");
        // These have a combination of invalid length, unrecognized characters and wrong padding.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 24.7K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/BaseEncodingTest.java

        assertFailsToDecode(base64(), "Wf2!", "Unrecognized character: !");
        // This sentence just isn't base64() encoded.
        assertFailsToDecode(base64(), "let's not talk of love or chains!");
        // A 4n+1 length string is never legal base64().
        assertFailsToDecode(base64(), "12345", "Invalid input length 5");
        // These have a combination of invalid length, unrecognized characters and wrong padding.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 24.7K bytes
    - Viewed (0)
  3. guava/src/com/google/common/hash/AbstractStreamingHasher.java

     * entire "chunk" (of implementation-dependent length) is ready to be hashed.
     *
     * @author Kevin Bourrillion
     * @author Dimitris Andreou
     */
    // TODO(kevinb): this class still needs some design-and-document-for-inheritance love
    abstract class AbstractStreamingHasher extends AbstractHasher {
      /** Buffer via which we pass data to the hash algorithm (the implementor) */
      private final ByteBuffer buffer;
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 03:10:51 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  4. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

        transferKind.setBody(mockResponse, "I love puppies but hate spiders", 1)
        server.enqueue(mockResponse.build())
    
        // Make sure that calling skip() doesn't omit bytes from the cache.
        val request = Request.Builder().url(server.url("/")).build()
        val response1 = client.newCall(request).execute()
        val in1 = response1.body.source()
        assertThat(in1.readUtf8("I love ".length.toLong())).isEqualTo("I love ")
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 113.6K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `The game's going on rather better now,' she said, by way of
    keeping up the conversation a little.
    
      `'Tis so,' said the Duchess:  `and the moral of that is--"Oh,
    'tis love, 'tis love, that makes the world go round!"'
    
      `Somebody said,' Alice whispered, `that it's done by everybody
    minding their own business!'
    
      `Ah, well!  It means much the same thing,' said the Duchess,
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  6. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/lotte.html
    lotte
    
    // lotto : Identity Digital Limited
    // https://www.iana.org/domains/root/db/lotto.html
    lotto
    
    // love : Waterford Limited
    // https://www.iana.org/domains/root/db/love.html
    love
    
    // lpl : LPL Holdings, Inc.
    // https://www.iana.org/domains/root/db/lpl.html
    lpl
    
    // lplfinancial : LPL Holdings, Inc.
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  7. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    lima-city.rocks
    lima.zone
    limanowa.pl
    limited
    limo
    lincoln
    lindas.no
    lindesnes.no
    lindås.no
    link
    linkyard-cloud.ch
    linkyard.cloud
    lipsy
    littlestar.jp
    live
    live-on.net
    live-website.com
    living
    livorno.it
    lk
    lk3.ru
    llc
    llp
    ln.cn
    lo.it
    loabat.no
    loabát.no
    loan
    loans
    localcert.net
    localhostcert.net
    localplayer.dev
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  8. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    lima-city.rocks
    lima.zone
    limanowa.pl
    limited
    limo
    lincoln
    lindas.no
    lindesnes.no
    lindås.no
    link
    linkyard-cloud.ch
    linkyard.cloud
    lipsy
    littlestar.jp
    live
    live-on.net
    live-website.com
    living
    livorno.it
    lk
    lk3.ru
    llc
    llp
    ln.cn
    lo.it
    loabat.no
    loabát.no
    loan
    loans
    localcert.net
    localhostcert.net
    localplayer.dev
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  9. guava/src/com/google/common/graph/Network.java

      Set<N> nodes();
    
      /** Returns all edges in this network, in the order specified by {@link #edgeOrder()}. */
      Set<E> edges();
    
      /**
       * Returns a live view of this network as a {@link Graph}. The resulting {@link Graph} will have
       * an edge connecting node A to node B if this {@link Network} has an edge connecting A to B.
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 22:03:02 UTC 2025
    - 22.5K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/web/search/SearchAction.java

            }
        }
    
        /**
         * Moves to a specific page.
         * @param form The search form.
         * @param move The number of pages to move.
         * @return The HTML response.
         */
        protected HtmlResponse doMove(final SearchForm form, final int move) {
            int start = fessConfig.getPagingSearchPageStartAsInteger();
            if (form.pn != null) {
                int pageNumber = form.pn;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 14K bytes
    - Viewed (0)
Back to top