Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for york (0.01 sec)

  1. src/main/assemblies/files/generate-thumbnail

      if [[ ! -f ${tmp_pdf_file} ]] ; then
        echo "unoconv does not work."
        exit 1
      fi
      tmp_png_prefix=/tmp/thumbnail.png.$$
      pdftoppm -png -singlefile ${tmp_pdf_file} ${tmp_png_prefix}
      tmp_png_file="${tmp_png_prefix}.png"
      rm -f ${tmp_pdf_file}
      if [[ ! -f ${tmp_png_file} ]] ; then
        echo "pdftoppm does not work."
        exit 1
      fi
      ${im_cmd} -thumbnail ${image_size} ${tmp_png_file} "${output_file}"
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 04 08:02:36 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  2. CLAUDE.md

        public void test_method_scenario() throws Exception {
            // Given
            // When
            // Then
        }
    }
    ```
    
    **Coverage Goal**: >80% line coverage
    
    ### Contributing
    
    1. Fork repo
    2. Create feature branch (`feature/amazing-feature`)
    3. Make focused commits
    4. Add tests
    5. Format code (`mvn formatter:format && mvn license:format`)
    6. Run tests (`mvn test`)
    7. Open Pull Request
    
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Fri Nov 28 17:31:34 UTC 2025
    - 10.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_tr.properties

    labels.fileConfigName=Dosya Tarama Yapılandırma Adı
    labels.fileName=Dosya Adı
    labels.handlerName=İşleyici Adı
    labels.handlerParameter=Parametre
    labels.handlerScript=Betik
    labels.popularWord=Popüler Kelime
    labels.ignoreFailureType=Yok Sayılan Hata Türü
    labels.lastAccessTime=Son Erişim Zamanı
    labels.notificationTo=Bildirim Alıcısı
    labels.num=Sayı
    labels.pn=Sayfa Numarası
    labels.protocolScheme=Şema
    labels.purgeByBots=Botları Temizle
    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