Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for bouton (0.03 sec)

  1. src/main/resources/fess_label_fr.properties

    labels.wizard_start_crawling_title=Démarrer l'exploration
    labels.wizard_start_crawler_title=Robot d'exploration
    labels.wizard_start_crawling_desc=Vous pouvez démarrer l'exploration maintenant en cliquant sur le bouton "Démarrer l'exploration".
    labels.wizard_button_start_crawling=Démarrer l'exploration
    labels.wizard_button_finish=Ignorer
    labels.search_list_configuration=Rechercher
    labels.search_list_button_delete=Supprimer
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                                    <button type="submit" class="btn btn-default ${f:h(editableClass)}"
                                                            name="sendmail" value="test">
                                                        <la:message key="labels.send_testmail"/>
                                                    </button>
                                                </div>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 14 00:36:40 UTC 2025
    - 39.6K bytes
    - Viewed (0)
  3. guava/src/com/google/common/primitives/UnsignedLong.java

        // The top bit is set, which means that the double value is going to come from the top 53 bits.
        // So we can ignore the bottom 11, except for rounding. We can unsigned-shift right 1, aka
        // unsigned-divide by 2, and convert that. Then we'll get exactly half of the desired double
        // value. But in the specific case where the bottom two bits of the original number are 01, we
        // want to replace that with 1 in the shifted value for correct rounding.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jun 04 13:03:16 UTC 2025
    - 8.8K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_nl.properties

    labels.urlExpr=Conditie
    labels.boostExpr=Boost-expressie
    labels.confirmPassword=Bevestigen
    labels.crawler=Crawler
    labels.crudMode=Modus
    labels.errorCountMax=Maximaal aantal fouten
    labels.errorCountMin=Minimaal aantal fouten
    labels.facet=Facet
    labels.geo=Geo
    labels.groups=Groepen
    labels.hash=Hash
    labels.kuromojiFile=Kuromoji-bestand
    labels.maxSize=Maximale grootte
    labels.order=Volgorde
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  5. guava/src/com/google/common/collect/CompactHashMap.java

      // is masked in order to correspond to the current table size. For example, if the table size
      // is 128 then the mask is 127 == 0x7f, keeping the bottom 7 bits of the hash value.
      // If a key hashes to 0x89abcdef the mask reduces it to 0x89abcdef & 0x7f == 0x6f. We'll call this
      // the "short hash".
      //
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Jul 08 18:32:10 UTC 2025
    - 39.6K bytes
    - Viewed (0)
  6. src/test/java/org/codelibs/fess/util/PrunedTagTest.java

            tag.setCss("my-class");
            assertTrue(tag.toString().contains("css=my-class"));
    
            // Test setAttr
            tag.setAttr("data-role", "button");
            assertTrue(tag.toString().contains("attrName=data-role"));
            assertTrue(tag.toString().contains("attrValue=button"));
    
            // Test overwriting values
            tag.setId("new-id");
            tag.setCss("new-class");
            tag.setAttr("role", "link");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 21K bytes
    - Viewed (0)
  7. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    bolzano-altoadige.it
    bolzano.it
    bom
    bomlo.no
    bona.jp
    bond
    bones.replit.dev
    boo
    boo.jp
    book
    booking
    bookonline.app
    boomla.net
    bosch
    bostik
    boston
    bot
    bounceme.net
    boutique
    boutir.com
    box
    box.ca
    boxfuse.io
    boy.jp
    boyfriend.jp
    bozen-sudtirol.it
    bozen-suedtirol.it
    bozen-südtirol.it
    bozen.it
    bplaced.com
    bplaced.de
    bplaced.net
    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. android/guava/src/com/google/common/util/concurrent/AbstractFutureState.java

          throws InterruptedException, TimeoutException, ExecutionException {
        // NOTE: if timeout < 0, remainingNanos will be < 0 and we will fall into the while(true) loop
        // at the bottom and throw a timeoutexception.
        long timeoutNanos = unit.toNanos(timeout); // we rely on the implicit null check on unit.
        long remainingNanos = timeoutNanos;
        if (Thread.interrupted()) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 33.2K bytes
    - Viewed (0)
  9. guava/src/com/google/common/util/concurrent/AbstractFutureState.java

          throws InterruptedException, TimeoutException, ExecutionException {
        // NOTE: if timeout < 0, remainingNanos will be < 0 and we will fall into the while(true) loop
        // at the bottom and throw a timeoutexception.
        long timeoutNanos = unit.toNanos(timeout); // we rely on the implicit null check on unit.
        long remainingNanos = timeoutNanos;
        if (Thread.interrupted()) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 34.8K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/CompactHashMap.java

      // is masked in order to correspond to the current table size. For example, if the table size
      // is 128 then the mask is 127 == 0x7f, keeping the bottom 7 bits of the hash value.
      // If a key hashes to 0x89abcdef the mask reduces it to 0x89abcdef & 0x7f == 0x6f. We'll call this
      // the "short hash".
      //
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 35.7K bytes
    - Viewed (0)
Back to top