Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 71 for extentions (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/resources/fess_config.properties

    # Interval (seconds) for monitoring OpenSearch CPU load.
    load.control.monitor.interval=1
    # Supported JavaScript file extensions for upload.
    supported.uploaded.js.extentions=js
    # Supported CSS file extensions for upload.
    supported.uploaded.css.extentions=css
    # Supported media file extensions for upload.
    supported.uploaded.media.extentions=jpg,jpeg,gif,png,swf
    # Supported files for upload.
    supported.uploaded.files=license.properties
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
  2. .teamcity/.mvn/extensions.xml

      ~ See the License for the specific language governing permissions and
      ~ limitations under the License.
      -->
    
    <extensions>
      <extension>
        <groupId>com.gradle</groupId>
        <artifactId>develocity-maven-extension</artifactId>
        <version>2.3.4</version>
      </extension>
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Feb 18 22:03:35 GMT 2026
    - 810 bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/helper/MarkdownRenderer.java

         */
        @PostConstruct
        public void init() {
            // Configure commonmark with table extension
            final Iterable<Extension> extensions = Arrays.asList(TablesExtension.create());
    
            markdownParser = Parser.builder().extensions(extensions).build();
    
            htmlRenderer = HtmlRenderer.builder().extensions(extensions).softbreak("<br/>").build();
    
            // Configure OWASP HTML Sanitizer with allowed tags
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Jan 12 10:32:40 GMT 2026
    - 5.3K bytes
    - Click Count (0)
  4. architecture/standards/0006-use-of-provider-apis-in-gradle.md

    practices when developing a Gradle plugin are to use lazy types (ConfigurableFileCollection, Provider API, domain object containers) when defining configurable parts of a plugin (tasks, extensions, domain objects).  The Provider API provides a consistent way to set conventions, wire related configuration together (extension <- domain object <- task) and avoid evaluation ordering problems.
    
    The Gradle codebase has evolved over time and has a mixture of simple getter/setter methods, Provider API...
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 05 12:39:41 GMT 2026
    - 10K bytes
    - Click Count (0)
  5. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/repositories-extensions.kt

    Christoph Obexer <******@****.***> 1769007102 +0100
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Jan 22 16:47:41 GMT 2026
    - 1.1K bytes
    - Click Count (0)
  6. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.code-quality.gradle.kts

            }
        }
    }
    
    project.plugins.withType<JavaBasePlugin> {
        project.extensions.getByName<SourceSetContainer>("sourceSets").configureEach {
            val isMainSourceSet = (name == "main")
    
            val extension = this.extensions.create<ErrorProneSourceSetExtension>(
                "errorprone",
                project.objects.property<Boolean>()
            ).apply {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Mar 11 22:47:14 GMT 2026
    - 8.7K bytes
    - Click Count (0)
  7. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.ci-reporting.gradle.kts

     *
     * Reducing the number of reports also makes it easier to find the important ones when analysing a failed build in
     * TeamCity.
     */
    val testFilesCleanup = project.extensions.create<TestFileCleanUpExtension>("testFilesCleanup").apply {
        reportOnly.convention(false)
    }
    
    // TODO:isolated:incremental the service won't track up-to-date projects (project configuration skipped) that still run tests
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Feb 11 09:36:42 GMT 2026
    - 3.1K bytes
    - Click Count (0)
  8. build-logic-commons/publishing/src/main/kotlin/gradlebuild.kotlin-dsl-plugin-bundle.gradle.kts

     */
    
    import gradlebuild.basics.capitalize
    import gradlebuild.pluginpublish.extension.PluginPublishExtension
    import org.gradle.plugin.compatibility.compatibility
    import java.time.Year
    
    plugins {
        id("gradlebuild.module-identity")
        `maven-publish`
        signing
        `java-gradle-plugin`
        id("com.gradle.plugin-publish")
    }
    
    extensions.create<PluginPublishExtension>("pluginPublish", gradlePlugin)
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 13 11:01:20 GMT 2026
    - 6.2K bytes
    - Click Count (0)
  9. src/main/java/org/codelibs/fess/thumbnail/impl/CommandGenerator.java

            this.commandDestroyTimeout = commandDestroyTimeout;
        }
    
        /**
         * Gets file extension from MIME type for creating temp files with proper extensions.
         * This helps ImageMagick correctly identify file formats.
         * @param mimeType The MIME type of the content.
         * @return The file extension including the dot (e.g., ".gif"), or empty string if unknown.
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jan 01 12:47:47 GMT 2026
    - 16.6K bytes
    - Click Count (0)
  10. src/main/webapp/js/marked.min.js

    kTokens(i.items,t));break}default:{let i=r;this.defaults.extensions?.childTokens?.[i.type]?this.defaults.extensions.childTokens[i.type].forEach(s=>{let a=i[s].flat(1/0);n=n.concat(this.walkTokens(a,t))}):i.tokens&&(n=n.concat(this.walkTokens(i.tokens,t)))}}return n}use(...e){let t=this.defaults.extensions||{renderers:{},childTokens:{}};return e.forEach(n=>{let r={...n};if(r.async=this.defaults.async||r.async||!1,n.extensions&&(n.extensions.forEach(i=>{if(!i.name)throw new Error("extension name r...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 41.5K bytes
    - Click Count (0)
Back to Top