- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Persian (0.04 sec)
-
maven.yml
workflow_dispatch: L16: L17:jobs: L18: build: L19: runs-on: macos-14 L20: timeout-minutes: 15 L21: steps: L22: - uses: actions/checkout@v4 L23: - name: Set up JDK 21 L24: uses: actions/setup-java@v4 L25: with: L26: java-version: '21' L27: distribution: 'temurin' L28: - uses: actions/cache@v4 L29: with: L30: path: ~/.m2/repository L31: key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} L32: restore-keys: | L33: ${{ runner.os...github.com/codelibs/fess/.github/workflows/mave...Sat Feb 10 11:19:11 UTC 2024 1.1K bytes -
openapi-user.yaml
L1:openapi: 3.0.3 L2:info: L3: title: Fess - User API L4: description: |- L5: This is a Fess Server based on the OpenAPI 3.0 specification. L6: license: L7: name: Apache 2.0 L8: url: http://www.apache.org/licenses/LICENSE-2.0.html L9: version: 14.8.0 L10:externalDocs: L11: description: API Documentation L12: url: https://fess.codelibs.org/14.8/api/ L13:servers: L14: - url: http://localhost:8080/api/v1 L15:tags: L16: - name: search L17: description: Search operations L18: - name:...github.com/codelibs/fess/src/main/config/openap...Thu May 09 06:31:27 UTC 2024 21.6K bytes