Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for saniye (0.13 seconds)

  1. src/main/resources/fess_label_tr.properties

    labels.search_result_status=<b>{0}</b> için <b>{2}</b> - <b>{3}</b> arası sonuçlar (toplam <b>{1}</b>)
    labels.search_result_status_over=<b>{0}</b> için <b>{2}</b> - <b>{3}</b> arası sonuçlar (<b>{1}</b> üzerinde)
    labels.search_result_time=({0} saniye)
    labels.prev_page=Önceki
    labels.next_page=Sonraki
    labels.did_not_match=Aramanız - <b>{0}</b> - herhangi bir belgeyle eşleşmedi.
    labels.did_not_match_suggestion=Farklı anahtar kelimeler deneyin veya yazımınızı kontrol edin.
    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)
  2. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

            if (typeof options.maxDate === 'object')
                this.maxDate = moment(options.maxDate);
    
            // sanity check for bad options
            if (this.minDate && this.startDate.isBefore(this.minDate))
                this.startDate = this.minDate.clone();
    
            // sanity check for bad options
            if (this.maxDate && this.endDate.isAfter(this.maxDate))
                this.endDate = this.maxDate.clone();
    
    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