Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Carmier (0.16 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/builder/RequestDataBuilderTest.java

            assertEquals(data2.getUrl(), data3.getUrl());
            assertEquals(data2.getWeight(), data3.getWeight(), 0.001f);
        }
    
        public void test_overwritingValues() {
            // Test that later values overwrite earlier ones
            RequestData data = RequestDataBuilder.newRequestData()
                    .get()
                    .post()
                    .url("https://first.com")
                    .url("https://second.com")
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Mon Nov 24 03:59:47 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java

             *
             * @param h1 the first hour
             * @param m1 the first minute
             * @param h2 the second hour
             * @param m2 the second minute
             * @return positive if first time is earlier, 0 if equal, negative if later
             */
            protected int compareTime(final int h1, final int m1, final int h2, final int m2) {
                if (h1 < h2) {
                    return 1;
                }
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sun Nov 23 12:34:02 UTC 2025
    - 10K bytes
    - Viewed (0)
  3. LICENSES/vendor/cyphar.com/go-pathrs/LICENSE

        (a) that the initial Contributor has attached the notice described
            in Exhibit B to the Covered Software; or
    
        (b) that the Covered Software was made available under the terms of
            version 1.1 or earlier of the License, but not also under the
            terms of a Secondary License.
    
    1.6. "Executable Form"
        means any form of the work other than Source Code Form.
    
    1.7. "Larger Work"
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Nov 12 14:46:31 UTC 2025
    - 16.5K bytes
    - Viewed (0)
Back to top