Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for alla (0.04 sec)

  1. codeql.yml

    possible analysis time improvements. L30: runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} L31: timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }} L32: permissions: L33: # required for all workflows L34: security-events: write L35: L36: # required to fetch internal or private CodeQL packs L37: packages: read L38: L39: # only required for workflows in private repositories L40: actions: read L41: contents:...
    github.com/codelibs/fess/.github/workflows/code...
    Wed Aug 14 23:51:19 UTC 2024
      4.4K bytes
  2. CrawlingConfig.java

    xapth.<field>=<value> L122: } L123: L124: // config.* L125: public static class Config { L126: public static final String KEEP_ORIGINAL_BODY = "keep.original.body"; L127: public static final String CLEANUP_ALL = "cleanup.all"; L128: public static final String CLEANUP_URL_FILTERS = "cleanup.urlFilters"; L129: public static final String JCIFS_PREFIX = "jcifs."; L130: public static final String HTML_CANONICAL_XPATH = "html.canonical.xpath";...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Oct 24 13:01:38 UTC 2024
      5.5K bytes
Back to top