Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 47 for enterprise (0.19 sec)

  1. .teamcity/.mvn/gradle-enterprise.xml

      ~ limitations under the License.
      -->
    
    <gradleEnterprise
            xmlns="https://www.gradle.com/gradle-enterprise-maven" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="https://www.gradle.com/gradle-enterprise-maven https://www.gradle.com/schema/gradle-enterprise-maven.xsd">
        <server>
            <url>https://e.grdev.net</url>
        </server>
    
        <buildScan>
    XML
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Jul 26 20:17:40 GMT 2022
    - 1.1K bytes
    - Viewed (0)
  2. src/packaging/deb/scripts/control

    Package: fess
    Version: [[version]]
    Architecture: all
    Maintainer: Fess Team
    Depends: libc6, adduser
    Section: web
    Priority: optional
    Homepage: https://github.com/codelibs/fess
    Description: Enterprise Search Server: Fess
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Dec 10 01:24:02 GMT 2015
    - 420 bytes
    - Viewed (0)
  3. architecture/readme.md

    extensibility --> core
    extensibility --> jvm
    
    subgraph native["native platform"]
    end
    style native fill:#c2e0f4,stroke:#3498db,stroke-width:2px;
    native --> core
    native --> software
    
    enterprise["enterprise module"]
    style enterprise stroke:#1abc9c,fill:#b1f4e7,stroke-width:2px;
    
    build_infrastructure["build-infrastructure module"]
    style build_infrastructure stroke:#1abc9c,fill:#b1f4e7,stroke-width:2px;
    Plain Text
    - Registered: Wed Feb 21 11:36:11 GMT 2024
    - Last Modified: Wed Feb 14 20:23:24 GMT 2024
    - 1.5K bytes
    - Viewed (0)
  4. build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts

     * limitations under the License.
     */
    
    import com.gradle.enterprise.gradleplugin.testdistribution.TestDistributionExtension
    import com.gradle.enterprise.gradleplugin.testdistribution.internal.TestDistributionExtensionInternal
    import com.gradle.enterprise.gradleplugin.testretry.retry
    import com.gradle.enterprise.gradleplugin.testselection.PredictiveTestSelectionExtension
    Plain Text
    - Registered: Wed Mar 27 11:36:08 GMT 2024
    - Last Modified: Wed Jan 17 13:36:27 GMT 2024
    - 15.7K bytes
    - Viewed (0)
  5. build-logic/jvm/build.gradle.kts

        implementation("com.google.guava:guava")
        implementation("org.ow2.asm:asm")
        implementation("org.ow2.asm:asm-commons")
        implementation("com.google.code.gson:gson")
        implementation("com.gradle:gradle-enterprise-gradle-plugin")
    
        implementation("com.thoughtworks.qdox:qdox") {
            because("ParameterNamesIndex")
        }
    Plain Text
    - Registered: Wed Mar 27 11:36:08 GMT 2024
    - Last Modified: Sat Sep 30 16:17:28 GMT 2023
    - 782 bytes
    - Viewed (0)
  6. .github/CODEOWNERS

    # Develocity integration
    platforms/enterprise/                                   @gradle/bt-build-scan @gradle/ge-build-insights
    platforms/enterprise/enterprise/                        @gradle/bt-build-scan @gradle/ge-testing @gradle/ge-build-insights @ldaley
    platforms/enterprise/enterprise-logging/                @gradle/bt-build-scan @gradle/ge-build-insights @gradle/ge-testing
    platforms/enterprise/enterprise-operations/             @gradle/bt-build-scan
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Wed Apr 24 15:52:09 GMT 2024
    - 9.8K bytes
    - Viewed (0)
  7. architecture/README.md

        subgraph native["native platform"]
        end
        style native fill:#c2e0f4,stroke:#3498db,stroke-width:2px,color:#000;
        native --> core
        native --> software
    
        enterprise["enterprise module"]
        style enterprise stroke:#1abc9c,fill:#b1f4e7,stroke-width:2px,color:#000;
    
        build_infrastructure["build-infrastructure module"]
        style build_infrastructure stroke:#1abc9c,fill:#b1f4e7,stroke-width:2px,color:#000;
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Thu Feb 22 01:31:52 GMT 2024
    - 2K bytes
    - Viewed (0)
  8. .teamcity/subprojects.json

        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "enterprise",
        "path": "platforms/enterprise/enterprise",
        "unitTests": true,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "enterprise-logging",
        "path": "platforms/enterprise/enterprise-logging",
        "unitTests": false,
        "functionalTests": false,
        "crossVersionTests": false
    Json
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Apr 16 15:50:57 GMT 2024
    - 26.8K bytes
    - Viewed (0)
  9. MIGRATION.md

    ## Migration From Other Enterprise Search Systems
    
    ### Google Search Appliance (GSA) / Google Mini
    
    Fess provides a [Google Search Appliance](https://enterprise.google.com/search/products/gsa.html) (GSA) compatible API. To enable this API, set `web.api.gsa=true` to system.properties. This will enable an enpoint at `<Fess Server Name>:8080/gsa`. When a search query is sent to `<Fess Server Name>:8080/gsa/?q=QUERY`, a GSA compatible response will be returned
    
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Mar 05 06:12:02 GMT 2019
    - 1.6K bytes
    - Viewed (0)
  10. src/main/config/openapi/openapi-user.yaml

                              example: "Open Source Enterprise Search Server: Fess — Fess 11.0 documentation"
                            content_title:
                              type: string
                              example: "Open Source Enterprise Search Server: Fess — Fe..."
                            digest:
                              type: string
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Jun 19 13:30:00 GMT 2023
    - 21.6K bytes
    - Viewed (1)
Back to top