- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 149 for ohne (0.02 seconds)
-
architecture/standards/0007-java-pre-requisite.md
However, this would limit the ability of the Gradle ecosystem plugin authors to take advantage of new Java features and improvements. One example is when one of the most popular plugins started requiring Java 17 because the underlying framework behind the plugin began requiring 17, and code from the framework was used in the plugin itself.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 3.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/RelatedQueryHelperTest.java
mockBhv.setTestData(testData); int count = relatedQueryHelper.load(); assertEquals(1, count); // One virtual host key (empty) String[] results = relatedQueryHelper.getRelatedQueries("java"); assertEquals(3, results.length); assertEquals("programming", results[0]);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 16.7K bytes - Click Count (0) -
.teamcity/mvnw.cmd
@REM ---------------------------------------------------------------------------- @REM Licensed to the Apache Software Foundation (ASF) under one @REM or more contributor license agreements. See the NOTICE file @REM distributed with this work for additional information @REM regarding copyright ownership. The ASF licenses this file @REM to you under the Apache License, Version 2.0 (the @REM "License"); you may not use this file except in compliance
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 26 01:48:39 GMT 2020 - 6.5K bytes - Click Count (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/util/ConfigurationExtensions.kt
import java.io.File fun Configuration.getSingleFileProvider(): Provider<File> { val name = this.name return incoming.files.elements.map { require(it.size <= 1) { "Expected at most one file in configuration '$name' but found: $it" } it.firstOrNull()?.asFile } } fun NamedDomainObjectProvider<Configuration>.getSingleFileProvider(): Provider<File> {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Aug 18 18:02:41 GMT 2025 - 1.2K bytes - Click Count (0) -
dbflute_fess/dfprop/replaceSchemaMap.dfprop
# - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # o objectTypeTargetList: (NotRequired - Default databaseInfoMap's) # This property overrides databaseInfoMap's one for ReplaceSchema. # e.g. Synonym of Oracle --> list:{TABLE ; VIEW ; SYNONYM} # #; objectTypeTargetList = list:{TABLE ; VIEW} # - - - - - - - - - -/Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 31 23:35:14 GMT 2015 - 9.3K bytes - Click Count (0) -
.teamcity/src/main/kotlin/util/UpdateWrapper.kt
display = ParameterDisplay.PROMPT, allowEmpty = false, description = "The version of Gradle to update to. " + "Can be a specific version or one of 'latest', 'release-candidate', 'release-milestone'", ) param("env.JAVA_HOME", javaHome(BuildToolBuildJvm, Os.LINUX)) param("env.GITHUB_TOKEN", "%github.bot-gradle.token%")Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jul 24 03:08:48 GMT 2025 - 2.7K bytes - Click Count (0) -
architecture/standards/0005-introduce-core-ui-architecture-module.md
# ADR-0005 - Introduce a UI architecture module to the core platform ## Status - ACCEPTED on 2024-02-07 ## Context The Gradle core platform provides many services to the Gradle platforms and builds logic. One such group of services allows logic to interact with the build user, to provide diagnostics, progress information, prompt for questions, and so on. Currently, these services are part of the core platform runtime architecture module.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 1.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/saml/SamlAuthenticatorTest.java
String supportEmail = (String) defaultSettings.get("onelogin.saml2.contacts.support.email_address"); // Both should have exactly one @ character assertEquals("Email should have exactly one @ character", 1, techEmail.split("@", -1).length - 1); assertEquals("Email should have exactly one @ character", 1, supportEmail.split("@", -1).length - 1); // Specific value check
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 18.4K bytes - Click Count (0) -
src/main/resources/fess_message.properties
errors.password_no_uppercase = Password must contain at least one uppercase letter. errors.password_no_lowercase = Password must contain at least one lowercase letter. errors.password_no_digit = Password must contain at least one digit. errors.password_no_special_char = Password must contain at least one special character. errors.password_is_blacklisted = Password is not allowed. Please choose a different password.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.4K bytes - Click Count (0) -
src/main/resources/fess_message_en.properties
errors.password_no_uppercase = Password must contain at least one uppercase letter. errors.password_no_lowercase = Password must contain at least one lowercase letter. errors.password_no_digit = Password must contain at least one digit. errors.password_no_special_char = Password must contain at least one special character. errors.password_is_blacklisted = Password is not allowed. Please choose a different password.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.4K bytes - Click Count (0)