Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for olet (0.05 sec)

  1. src/main/resources/fess_message_id.properties

    # - - - - - - - - - -/
    errors.login.failure = Login gagal.
    errors.app.illegal.transition = Transisi tidak valid. Silakan coba lagi.
    errors.app.db.already.deleted = Mungkin telah dihapus oleh proses lain. Silakan coba lagi.
    errors.app.db.already.updated = Mungkin telah diperbarui oleh proses lain. Silakan coba lagi.
    errors.app.db.already.exists = Data sudah ada. Silakan coba lagi.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 07 14:12:58 UTC 2025
    - 11.8K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_id.properties

    labels.authRealm=Realm
    labels.available=Status
    labels.createdBy=Dibuat Oleh
    labels.createdTime=Waktu Dibuat
    labels.depth=Kedalaman
    labels.excludedPaths=Jalur yang Dikecualikan untuk Perayapan
    labels.excludedUrls=URL yang Dikecualikan untuk Perayapan
    labels.excludedDocPaths=Jalur yang Dikecualikan untuk Pencarian
    labels.excludedDocUrls=URL yang Dikecualikan untuk Pencarian
    labels.hostname=Nama Host
    labels.id=ID
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 45.2K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/dict/synonym/SynonymFile.java

                }
    
                char ch = s.charAt(pos);
                pos++;
                if (ch == '\\') {
                    sb.append(ch);
                    if (pos >= end) {
                        break; // ERROR, or let it go?
                    }
                    ch = s.charAt(pos);
                    pos++;
                }
    
                sb.append(ch);
            }
    
            if (sb.length() > 0) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 20 07:09:00 UTC 2025
    - 15.9K bytes
    - Viewed (0)
  4. MIGRATION.md

    curl -X PUT "http://localhost:8080/api/admin/documents/bulk" \
      -H "Content-Type: application/x-ndjson" \
      -u admin:admin \
      --data-binary @documents.ndjson
    ```
    
    #### Crawl-Based Migration
    
    Alternatively, let Fess recrawl your content:
    
    1. **Web Content**: Configure Web Crawler with starting URLs
    2. **File Shares**: Configure File Crawler with SMB/FTP paths
    3. **Databases**: Configure Data Store crawling with JDBC connections
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 06 12:40:11 UTC 2025
    - 23.2K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/msword2">
        <!-- Pre-OLE2, not a subtype of application/x-tika-msoffice -->
        <_comment>Microsoft Word 2 Document</_comment>
        <magic priority="50">
          <match value="0x9ba5" type="string" />
          <match value="0xdba5" type="string" />
        </magic>
      </mime-type>
      <mime-type type="application/msword5">
        <!-- Pre-OLE2, not a subtype of application/x-tika-msoffice -->
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Oct 16 07:46:32 UTC 2025
    - 320.2K bytes
    - Viewed (2)
  6. src/main/resources/fess_label_tr.properties

    labels.webauth_username=Kullanıcı Adı
    labels.webauth_password=Şifre
    labels.webauth_parameters=Parametreler
    labels.webauth_web_crawling_config=Web Yapılandırması
    labels.webauth_scheme_basic=Temel
    labels.webauth_scheme_digest=Özet
    labels.webauth_scheme_ntlm=NTLM
    labels.webauth_scheme_form=Form
    labels.log_configuration=Günlük Dosyaları
    labels.log_file_name=Dosya Adı
    labels.log_file_date=Zaman Damgası
    labels.labeltype_configuration=Etiket
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 47K bytes
    - Viewed (0)
Back to top