Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 75 for Contact (0.21 sec)

  1. src/test/java/org/codelibs/fess/helper/OsddHelperTest.java

                              <Description>Full Text Search for Your Documents.</Description>
                              <Tags>Full Text Search</Tags>
                              <Contact>******@****.***</Contact>
                              <SearchForm>http://localhost:8080/fess/</SearchForm>
                              <Url type="text/html" template="http://localhost:8080/fess/search?q={searchTerms}"/>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 23.9K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_en.properties

    labels.searchoptions_num={0} results
    labels.searchoptions_menu_lang=Language
    labels.searchoptions_menu_labels=Labels
    labels.error_title=Error
    labels.system_error_title=System Error
    labels.contact_site_admin=Please contact your site administrator.
    labels.request_error_title=Invalid Request Format.
    labels.bad_request=Your request to the URL is invalid.
    labels.page_not_found_title=Page Not Found.
    labels.check_url=Please check the URL.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_nl.properties

    labels.searchoptions_num={0} resultaten
    labels.searchoptions_menu_lang=Taal
    labels.searchoptions_menu_labels=Labels
    labels.error_title=Fout
    labels.system_error_title=Systeemfout
    labels.contact_site_admin=Neem contact op met de sitebeheerder.
    labels.request_error_title=Verzoekformaat is onjuist.
    labels.bad_request=Het verzoek aan de URL is onjuist.
    labels.page_not_found_title=Pagina niet gevonden.
    labels.check_url=Controleer de URL.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  4. src/main/resources/fess_label.properties

    labels.searchoptions_num={0} results
    labels.searchoptions_menu_lang=Language
    labels.searchoptions_menu_labels=Labels
    labels.error_title=Error
    labels.system_error_title=System Error
    labels.contact_site_admin=Please contact your site administrator.
    labels.request_error_title=Invalid Request Format.
    labels.bad_request=Your request to the URL is invalid.
    labels.page_not_found_title=Page Not Found.
    labels.check_url=Please check the URL.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/math/QuantilesTest.java

            .isWithin(ALLOWED_ERROR)
            .of(45.6);
      }
    
      public void testScale_indexes_varargs_compute_doubleCollection() {
        // Note that we specify index 1 twice, which by the method contract should be ignored.
        assertThat(Quantiles.scale(10).indexes(0, 10, 5, 1, 8, 1).compute(SIXTEEN_SQUARES_DOUBLES))
            .comparingValuesUsing(QUANTILE_CORRESPONDENCE)
            .containsExactly(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/math/QuantilesTest.java

            .isWithin(ALLOWED_ERROR)
            .of(45.6);
      }
    
      public void testScale_indexes_varargs_compute_doubleCollection() {
        // Note that we specify index 1 twice, which by the method contract should be ignored.
        assertThat(Quantiles.scale(10).indexes(0, 10, 5, 1, 8, 1).compute(SIXTEEN_SQUARES_DOUBLES))
            .comparingValuesUsing(QUANTILE_CORRESPONDENCE)
            .containsExactly(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/collect/MinMaxPriorityQueueTest.java

        mmHeap.addAll(Lists.newArrayList(1, 2, 3, 4, 47, 1, 5, 3, 0));
        assertTrue("Heap is not intact initially", mmHeap.isIntact());
        assertEquals(9, mmHeap.size());
        mmHeap.remove(5);
        assertEquals(8, mmHeap.size());
        assertTrue("Heap is not intact after remove()", mmHeap.isIntact());
        assertEquals(47, (int) mmHeap.pollLast());
        assertEquals(4, (int) mmHeap.pollLast());
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 36K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/hash/HashCode.java

       * byte-based hashcode. Otherwise it returns {@link HashCode#asBytes}. Do <i>not</i> mutate this
       * array or else you will break the immutability contract of {@code HashCode}.
       */
      byte[] getBytesInternal() {
        return asBytes();
      }
    
      /**
       * Returns whether this {@code HashCode} and that {@code HashCode} have the same value, given that
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java

            defaultSettings.put("onelogin.saml2.contacts.technical.given_name", "Technical Guy");
            defaultSettings.put("onelogin.saml2.contacts.technical.email_address", "******@****.***");
            defaultSettings.put("onelogin.saml2.contacts.support.given_name", "Support Guy");
            defaultSettings.put("onelogin.saml2.contacts.support.email_address", "support@@example.com");
        }
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 16.4K bytes
    - Viewed (1)
  10. src/test/java/org/codelibs/fess/entity/SearchLogEventTest.java

            assertEquals("nested_value", ((Map<String, Object>) result.get("nested")).get("nested_key"));
        }
    
        // Test interface contract consistency
        public void test_interfaceContract() {
            TestSearchLogEvent event = new TestSearchLogEvent("contract-id", 5L, "contract-type");
    
            // Test consistency of returned values
            String id1 = event.getId();
            String id2 = event.getId();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 11.6K bytes
    - Viewed (0)
Back to top