Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 69 for tots (0.01 sec)

  1. guava/src/com/google/common/net/InetAddresses.java

          char c = ipString.charAt(i);
          if (c == '.') {
            hasDot = true;
          } else if (c == ':') {
            if (hasDot) {
              return null; // Colons must not appear after dots.
            }
            hasColon = true;
          } else if (c == '%') {
            percentIndex = i;
            break;
          } else if (Character.digit(c, 16) == -1) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 19 21:24:11 UTC 2025
    - 47.4K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/base/CharMatcherTest.java

        if (expected.equals(in)) {
          assertSame(in, out);
        } else {
          assertEquals(expected, out);
        }
      }
    
      // Test collapse() a little differently than the rest, as we really want to
      // cover lots of different configurations of input text
      public void testCollapse() {
        // collapsing groups of '-' into '_' or '-'
        doTestCollapse("-", "_");
        doTestCollapse("x-", "x_");
        doTestCollapse("-x", "_x");
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 30.3K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_de.properties

    labels.ignoreFailureType=Ignorierter Fehlertyp
    labels.lastAccessTime=Letzte Zugriffszeit
    labels.notificationTo=Benachrichtigung an
    labels.num=Anzahl
    labels.pn=Seitennummer
    labels.protocolScheme=Schema
    labels.purgeByBots=Bots löschen
    labels.logLevel=Protokollebene
    labels.purgeSearchLogDay=Suchprotokoll löschen
    labels.query=Abfrage
    labels.queryId=Abfrage-ID
    labels.rt=rt
    labels.searchLog=Suchprotokoll
    labels.sort=Sortieren
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  4. src/main/java/org/codelibs/fess/Constants.java

        public static final String PURGE_JOB_LOG_DAY_PROPERTY = "purge.joblog.day";
    
        /** Property key for bot-based purge configuration. */
        public static final String PURGE_BY_BOTS_PROPERTY = "purge.by.bots";
    
        /** Property key for search file proxy configuration. */
        public static final String SEARCH_FILE_PROXY_PROPERTY = "search.file.proxy";
    
        // ============================================================
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 34.6K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/base/CharMatcherTest.java

        if (expected.equals(in)) {
          assertSame(in, out);
        } else {
          assertEquals(expected, out);
        }
      }
    
      // Test collapse() a little differently than the rest, as we really want to
      // cover lots of different configurations of input text
      public void testCollapse() {
        // collapsing groups of '-' into '_' or '-'
        doTestCollapse("-", "_");
        doTestCollapse("x-", "x_");
        doTestCollapse("-x", "_x");
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 30.4K bytes
    - Viewed (0)
  6. guava-testlib/test/com/google/common/testing/NullPointerTesterTest.java

          }
        }
      }
    
      /*
       * This next part consists of several sample classes that provide
       * demonstrations of conditions that cause NullPointerTester
       * to succeed/fail.
       */
    
      /** Lots of well-behaved methods. */
      @SuppressWarnings("unused") // used by reflection
      private static class PassObject extends SomeClassThatDoesNotUseNullable {
        @Keep
        public static void doThrow(Object arg) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Jul 14 14:44:08 UTC 2025
    - 47.7K bytes
    - Viewed (0)
  7. okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HpackTest.kt

        assertThat(hpackReader!!.headerCount).isEqualTo(1)
      }
    
      /** Header table backing array is initially 8 long, let's ensure it grows.  */
      @Test
      fun dynamicallyGrowsBeyond64Entries() {
        // Lots of headers need more room!
        hpackReader = Hpack.Reader(bytesIn, 16384, 4096)
        bytesIn.writeByte(0x3F) // Dynamic table size update (size = 16384).
        bytesIn.writeByte(0xE1)
        bytesIn.writeByte(0x7F)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 38.6K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_es.properties

    labels.ignoreFailureType=Tipos de fallo ignorados
    labels.lastAccessTime=Fecha del último acceso
    labels.notificationTo=Notificar a
    labels.num=Número
    labels.pn=Número de página
    labels.protocolScheme=Esquema
    labels.purgeByBots=Eliminar por Bots
    labels.logLevel=Nivel de registro
    labels.purgeSearchLogDay=Eliminar registros de búsqueda
    labels.query=Consulta
    labels.queryId=ID de consulta
    labels.rt=rt
    labels.searchLog=Registro de búsqueda
    labels.sort=Ordenar
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  9. CHANGELOG.md

     *  New: Enforce label length limits in URLs. `HttpUrl` now rejects URLs whose domains aren't valid.
        This includes overly-long domain names (longer than 253 characters), overly-long labels (more
        than 63 characters between dots), and empty labels.
     *  New: Don't include the `Content-Length` header in multipart bodies. Servers must delimit
        OkHttp's request bodies using the boundary only. (This change makes OkHttp more consistent with
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Jul 07 19:32:33 UTC 2025
    - 31.6K bytes
    - Viewed (1)
  10. src/main/resources/fess_label_nl.properties

    labels.ignoreFailureType=Genegeerde fouttypen
    labels.lastAccessTime=Laatste toegangstijd
    labels.notificationTo=Melding aan
    labels.num=Aantal
    labels.pn=Paginanummer
    labels.protocolScheme=Schema
    labels.purgeByBots=Verwijderen door Bots
    labels.logLevel=Logboekniveau
    labels.purgeSearchLogDay=Zoeklogboeken verwijderen
    labels.query=Query
    labels.queryId=Query-ID
    labels.rt=rt
    labels.searchLog=Zoeklogboek
    labels.sort=Sorteren
    labels.start=Startpositie
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
Back to top