Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for Frameworks (0.05 sec)

  1. FessEnv.java

    L100: L101: /** L102: * Get the value for the key 'framework.debug'. <br> L103: * The value is, e.g. false <br> L104: * comment: Does it enable the Framework internal debug? (true only when emergency) L105: * @return The value of found property. (NotNull: if not found, exception but basically no way) L106: */ L107: String getFrameworkDebug(); L108: L109: /** L110: * Is the property for the key 'framework.debug' true? <br> L111: * The value is, e.g. false <br>...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.9K bytes
  2. FessBaseAction.java

    getUserBean() { // to return as concrete class L161: return fessLoginAssist.getSavedUserBean(); L162: } L163: L164: @Override L165: protected String myAppType() { // for framework L166: return APP_TYPE; L167: } L168: L169: @Override L170: protected OptionalThing<String> myUserType() { // for framework L171: return OptionalThing.of(USER_TYPE); // same reason as getUserBean() L172: } L173: L174: // ===================================================================================...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      9.3K bytes
  3. 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
  4. 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
  5. EsAbstractEntity.java

    ty(propertyName); // synchronize if exists, basically for user's manual call L89: } L90: L91: public void modifiedToSpecified() { L92: if (__modifiedProperties.isEmpty()) { L93: return; // basically no way when called in Framework (because called when SpecifyColumn exists) L94: } L95: __specifiedProperties = newModifiedProperties(); L96: __specifiedProperties.accept(__modifiedProperties); L97: } L98: L99: // =====================================...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.9K bytes
  6. EsAbstractEntity.java

    ty(propertyName); // synchronize if exists, basically for user's manual call L89: } L90: L91: public void modifiedToSpecified() { L92: if (__modifiedProperties.isEmpty()) { L93: return; // basically no way when called in Framework (because called when SpecifyColumn exists) L94: } L95: __specifiedProperties = newModifiedProperties(); L96: __specifiedProperties.accept(__modifiedProperties); L97: } L98: L99: // =====================================...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.9K bytes
  7. fess_message_ru.properties

    L1: L2:# ======================================================================================== L3:# Framework Default L4:# ================= L5:# ---------------------------------------------------------- L6:# Lasta Taglib L7:# ------------ L8:errors.header=<ul class="has-error">...
    github.com/codelibs/fess/src/main/resources/fes...
    Fri May 20 12:12:28 UTC 2022
      10.2K bytes
  8. README.md

    (German)](docs/de/README.md) L161:- [한국어 (Korean)](docs/ko/README.md) L162: L163:## Powered By L164: L165:* [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): DI Container L166:* [LastaFlute](https://github.com/lastaflute/lastaflute "LastaFlute"): Web Framework L167:* [Lasta Job](https://github.com/lastaflute/lasta-job "Lasta Job"): Job Scheduler L168:* [Fess Crawler](https://github.com/codelibs/fess-crawler "Fess Crawler"): Web Crawler L169:* [OpenSearch](https://opensearch.org/ "OpenSearch"): Search Engine...
    github.com/codelibs/fess/README.md
    Sat Oct 12 07:19:47 UTC 2024
      7.3K bytes
  9. fess_message_fr.properties

    L1: L2:# ======================================================================================== L3:# Framework Default L4:# ================= L5:# ---------------------------------------------------------- L6:# Lasta Taglib L7:# ------------ L8:errors.header=<ul class="has-error">...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Feb 06 22:59:17 UTC 2023
      14.2K bytes
  10. README.md

    L151:Wir begrüßen Pull-Requests für Ihre Sprache. L152: L153:## Unterstützt von L154: L155:* [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): DI-Container L156:* [LastaFlute](https://github.com/lastaflute/lastaflute "LastaFlute"): Web-Framework L157:* [Lasta Job](https://github.com/lastaflute/lasta-job "Lasta Job"): Job-Scheduler L158:* [Fess Crawler](https://github.com/codelibs/fess-crawler "Fess Crawler"): Web-Crawler L159:* [OpenSearch](https://opensearch.org/ "OpenSearch"): Suchmaschine...
    github.com/codelibs/fess/docs/de/README.md
    Sat Oct 12 07:19:47 UTC 2024
      7.6K bytes
Back to top