Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Kersting (0.05 sec)

  1. maven.yml

    L1:# This workflow will build a Java project with Maven L2:# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven L3: L4:name: Java CI with Maven L5: L6:on: L7: push: L8: branches: L9: - master L10: - "*.x" L11: pull_request: L12: branches: L13: - master L14: - "*.x" L15: L16:jobs: L17: build: L18: runs-on: ${{ matrix.os }} L19: L20: strategy: L21: matrix: L22: os: [ubuntu-latest, windows-latest]...
    github.com/codelibs/curl4j/.github/workflows/ma...
    Sat Feb 19 00:40:24 UTC 2022
      675 bytes
  2. maven.yml

    L1:# This workflow will build a Java project with Maven L2:# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven L3: L4:name: Java CI with Maven L5: L6:on: L7: push: L8: branches: L9: - master L10: - "*.x" L11: pull_request: L12: branches: L13: - master L14: - "*.x" L15: workflow_dispatch: L16: L17:jobs: L18: build: L19: runs-on: macos-14 L20: timeout-minutes: 15 L21: steps: L22: - uses: actions/checkout@v4...
    github.com/codelibs/fess/.github/workflows/mave...
    Sat Feb 10 11:19:11 UTC 2024
      1.1K bytes
  3. QueryResponseList.java

    L54: L55: protected String searchQuery; L56: L57: protected long execTime; L58: L59: protected FacetResponse facetResponse; L60: L61: protected boolean partialResults = false; L62: L63: protected long queryTime; L64: L65: // for testing L66: protected QueryResponseList(final List<Map<String, Object>> documentList, final int start, final int pageSize, final int offset) { L67: parent = documentList; L68: this.offset = offset; L69: this.start = start; L70: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      8.9K bytes
Back to top