Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 26 of 26 for bisa (2.32 sec)

  1. src/main/java/org/codelibs/fess/helper/SearchHelper.java

         * @throws IORuntimeException if decompression fails
         */
        protected byte[] gzipDecompress(final byte[] compressed) {
            try (final ByteArrayInputStream bis = new ByteArrayInputStream(compressed);
                    final GZIPInputStream gzipIn = new GZIPInputStream(bis);
                    final ByteArrayOutputStream bos = new ByteArrayOutputStream()) {
                final byte[] buffer = new byte[1024];
                int len;
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 20 05:56:45 UTC 2025
    - 36.3K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_tr.properties

    labels.search_options_clear=Temizle
    labels.search_cache_msg=Bu, {0} adresinin önbelleğidir. {1} tarihinde göründüğü şekliyle sayfanın bir anlık görüntüsüdür.
    labels.search_unknown=Bilinmeyen
    labels.footer_back_to_top=Başa Dön
    labels.header_brand_name=Fess
    labels.header_form_option_btn=Seçenekler
    labels.file_crawling_configuration=Dosya Tarama
    labels.file_crawling_title_details=Dosya Tarama Yapılandırması
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 47K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbFile.java

                }
    
                /*
                 * It is invalid for the source path to be a child of the destination
                 * path or visa versa.
                 */
                if (this.fileLocator.overlaps(dest.getLocator())) {
                    throw new SmbException("Source and destination paths overlap.");
                }
    
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb1/smb1/SmbFile.java

             * that.
             */
            resolveDfs(null);
    
            /* It is invalid for the source path to be a child of the destination
             * path or visa versa.
             */
            try {
                if (getAddress().equals(dest.getAddress())
                        && canon.regionMatches(true, 0, dest.canon, 0, Math.min(canon.length(), dest.canon.length()))) {
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <_comment>ISA-Tab Investigation file</_comment>
        <magic priority="50">
          <match value="ONTOLOGY SOURCE REFERENCE" type="string" offset="0"/>
        </magic>
        <glob pattern="i_*.txt"/>
      </mime-type>
    
      <!--<mime-type type="application/x-isatab-study">-->
      <mime-type type="application/x-isatab">
        <_comment>ISA-Tab Study file</_comment>
        <magic priority="50">
    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/webapp/css/admin/adminlte.min.css.map

    AZJ,eACE,iBAAA,8BAGE,sBAAA,yCACE,MAAA,KACA,YAAA,EAAA,IAAA,EAAA,KAIJ,6BACE,iBAAA,qBACA,MAAA,KAZJ,kBACE,iBAAA,6BASA,gCACE,iBAAA,oBACA,MAAA,QAZJ,iBACE,iBAAA,6BAGE,wBAAA,2CACE,MAAA,KACA,YAAA,EAAA,IAAA,EAAA,KAIJ,+BACE,iBAAA,oBACA,MAAA,KAZJ,gBACE,iBAAA,+BASA,8BACE,iBAAA,sBACA,MAAA,QAZJ,eACE,iBAAA,4BAGE,sBAAA,yCACE,MAAA,KACA,YAAA,EAAA,IAAA,EAAA,KAIJ,6BACE,iBAAA,mBACA,MAAA,KAZJ,oBACE,iBAAA,8BAGE,2BAAA,8CACE,MAAA,KACA,YAAA,EAAA,IAAA,EAAA,KAIJ,kCACE,iBAAA,qBACA,MAAA,KAZJ,eACE,iBAAA,2BAGE,sBAAA,yCACE,MAAA,...
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (3)
Back to top