Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for samme (0.01 seconds)

  1. src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java

        }
    
        @Test
        public void test_getAnchorList_allDuplicates() throws Exception {
            final String data = "<html><body>" + "<a href=\"http://example.com/same\">link1</a>"
                    + "<a href=\"http://example.com/same\">link2</a>" + "<a href=\"http://example.com/same\">link3</a>" + "</body></html>";
            final Document document = getDocument(data);
    
            final FessXpathTransformer transformer = createAnchorListTransformer();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 62.9K bytes
    - Click Count (0)
  2. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

                    }
                    this.endDate = null;
                    this.setStartDate(date.clone());
                } else if (!this.endDate && date.isBefore(this.startDate)) {
                    //special case: clicking the same date for start/end,
                    //but the time of the end date is before the start date
                    this.setEndDate(this.startDate.clone());
                } else { // picking end
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 64.8K bytes
    - Click Count (0)
Back to Top