Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for naar (0.03 sec)

  1. src/main/resources/fess_message_nl.properties

    constraints.NotEmpty.message = {item} mag niet leeg zijn.
    constraints.ParametersScriptAssert.message = De scriptuitdrukking "{script}" is niet waar.
    constraints.Range.message = {item} moet tussen {min} en {max} liggen.
    constraints.SafeHtml.message = {item} bevat gevaarlijke HTML-inhoud.
    constraints.ScriptAssert.message = De scriptuitdrukking "{script}" is niet waar.
    constraints.URL.message = {item} is geen geldige URL.
    constraints.Required.message = {item} is vereist.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_nl.properties

    labels.user_configuration=Gebruiker
    labels.user_list_name=Naam
    labels.user_password=Wachtwoord
    labels.user_confirm_password=Wachtwoord (bevestigen)
    labels.user_title_details=Gebruiker
    labels.role_configuration=Rol
    labels.role_list_name=Naam
    labels.role_name=Naam
    labels.role_title_details=Rol
    labels.group_configuration=Groep
    labels.group_list_name=Naam
    labels.group_name=Naam
    labels.group_title_details=Groep
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  3. src/main/resources/fess_indices/_aws/fess.json

    "stopwords": ["de", "en", "van", "ik", "te", "dat", "die", "in", "een", "hij", "het", "niet", "zijn", "is", "was", "op", "aan", "met", "als", "voor", "had", "er", "maar", "om", "hem", "dan", "zou", "of", "wat", "mijn", "men", "dit", "zo", "door", "over", "ze", "zich", "bij", "ook", "tot", "je", "mij", "uit", "der", "daar", "haar", "naar", "heb", "hoe", "heeft", "hebben", "deze", "u", "want", "nog", "zal", "me", "zij", "nu", "ge", "geen", "omdat", "iets", "worden", "toch", "al", "waren", "veel", "meer",...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 14 00:36:40 UTC 2025
    - 117.3K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/math/MathTesting.java

              return x.negate();
            }
          };
    
      /*
       * This list contains values that attempt to provoke overflow in integer operations. It contains
       * positive values on or near 2^N for N near multiples of 8 (near byte boundaries).
       */
      static final ImmutableSet<Integer> POSITIVE_INTEGER_CANDIDATES;
    
      static final Iterable<Integer> NEGATIVE_INTEGER_CANDIDATES;
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Aug 10 19:54:19 UTC 2025
    - 11.3K bytes
    - Viewed (0)
  5. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    nanjo.okinawa.jp
    nankoku.kochi.jp
    nanmoku.gunma.jp
    nannestad.no
    nanporo.hokkaido.jp
    nantan.kyoto.jp
    nanto.toyama.jp
    nanyo.yamagata.jp
    naoshima.kagawa.jp
    naples.it
    napoli.it
    nara.jp
    nara.nara.jp
    narashino.chiba.jp
    narita.chiba.jp
    naroy.no
    narusawa.yamanashi.jp
    naruto.tokushima.jp
    narviika.no
    narvik.no
    nasu.tochigi.jp
    nasushiobara.tochigi.jp
    nat.cu
    nat.tn
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  6. guava/src/com/google/common/math/BigDecimalMath.java

       *
       * <p>For the case of {@link RoundingMode#HALF_EVEN}, this implementation uses the IEEE 754
       * default rounding mode: if the two nearest representable values are equally near, the one with
       * the least significant bit zero is chosen. (In such cases, both of the nearest representable
       * values are even integers; this method returns the one that is a multiple of a greater power of
       * two.)
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Jul 17 15:26:41 UTC 2025
    - 3K bytes
    - Viewed (0)
  7. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    nanjo.okinawa.jp
    nankoku.kochi.jp
    nanmoku.gunma.jp
    nannestad.no
    nanporo.hokkaido.jp
    nantan.kyoto.jp
    nanto.toyama.jp
    nanyo.yamagata.jp
    naoshima.kagawa.jp
    naples.it
    napoli.it
    nara.jp
    nara.nara.jp
    narashino.chiba.jp
    narita.chiba.jp
    naroy.no
    narusawa.yamanashi.jp
    naruto.tokushima.jp
    narviika.no
    narvik.no
    nasu.tochigi.jp
    nasushiobara.tochigi.jp
    nat.cu
    nat.tn
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  8. android/guava-tests/test/com/google/common/io/CharSinkTest.java

        sink.writeFrom(in);
        assertFalse(in.closed());
      }
    
      public void testWriteLines_withSpecificSeparator() throws IOException {
        sink.writeLines(ImmutableList.of("foo", "bar", "baz"), "\n");
        assertEquals("foo\nbar\nbaz\n", sink.getString());
      }
    
      public void testWriteLines_withDefaultSeparator() throws IOException {
        sink.writeLines(ImmutableList.of("foo", "bar", "baz"));
        String separator = System.getProperty("line.separator");
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/CompactLinkedHashSet.java

        this.predecessor = null;
        this.successor = null;
        return result;
      }
    
      /*
       * For discussion of the safety of the following methods for operating on predecessors and
       * successors, see the comments near the end of CompactHashMap, noting that the methods here call
       * requirePredecessors() and requireSuccessors(), which are defined at the end of this file.
       */
    
      private int getPredecessor(int entry) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Aug 06 14:59:07 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/math/BigDecimalMath.java

       *
       * <p>For the case of {@link RoundingMode#HALF_EVEN}, this implementation uses the IEEE 754
       * default rounding mode: if the two nearest representable values are equally near, the one with
       * the least significant bit zero is chosen. (In such cases, both of the nearest representable
       * values are even integers; this method returns the one that is a multiple of a greater power of
       * two.)
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Jul 17 15:26:41 UTC 2025
    - 3K bytes
    - Viewed (0)
Back to top