Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for isSame (0.07 seconds)

  1. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

                    this.endDate = this.oldEndDate.clone();
                }
    
                //if a new date range was selected, invoke the user callback function
                if (!this.startDate.isSame(this.oldStartDate) || !this.endDate.isSame(this.oldEndDate))
                    this.callback(this.startDate.clone(), this.endDate.clone(), this.chosenLabel);
    
                //if picker is attached to a text input, update it
    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)
  2. 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)
  3. src/main/resources/fess_label_tr.properties

    labels.send_testmail=Test E-postası Gönder
    labels.backup_configuration=Yedekleme
    labels.backup_name=Ad
    labels.backup_bulk_file=Toplu Dosya
    labels.backup_button_upload=Yükle
    labels.process_time_is_exceeded=Arama işleme süresi sınırı aştı. Gösterilen sonuçlar kısmi olabilir.
    labels.user_given_name=Ad
    labels.givenName=Ad
    labels.user_surname=Soyadı
    labels.surame=Soyadı
    labels.user_mail=E-posta
    labels.mail=E-posta
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52.2K bytes
    - Click Count (0)
Back to Top