- Sort Score
- Num 10 results
- Language All
Results 91 - 100 of 191 for toggle (0.07 seconds)
-
build-logic/buildquality/build.gradle.kts
implementation(buildLibs.codenarc) { exclude(group = "org.apache.groovy") exclude(group = "org.codehaus.groovy") } implementation(buildLibs.javaParserSymbolSolver) { exclude(group = "com.google.guava") } implementation(buildLibs.kgp) compileOnly(buildLibs.kotlinCompilerEmbeddable) { because("Required by IncubatingApiReportTask") } implementation(buildLibs.develocityPlugin) {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 09:06:26 GMT 2026 - 1.2K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateAgpVersions.kt
) private fun fetchLatestAgpVersions(): FetchedVersions { val latests = fetchLatests( currentGradleVersion.get(), minimumSupported.orNull, "https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/maven-metadata.xml" ) val nightlyBuildId = fetchNightlyBuildId( "https://androidx.dev/studio/builds" )Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Oct 24 09:10:29 GMT 2025 - 7.6K bytes - Click Count (0) -
MIGRATION.md
- [Pre-Migration Planning](#pre-migration-planning) - [Migration Methods](#migration-methods) - [Google Search Appliance (GSA)](#google-search-appliance-gsa--google-mini) - [Google Site Search (GSS) / Google Custom Search](#google-site-search-gss--google-custom-search-gse) - [Elasticsearch / OpenSearch](#elasticsearch--opensearch) - [Apache Solr](#apache-solr)
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 06 12:40:11 GMT 2025 - 23.2K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.repositories.gradle.kts
includeModule("org.gradle.buildtool.internal", "gradle-ide-starter") includeModule("org.gradle.buildtool.internal", "gradle-ide-starter-scenarios") } } google { content { includeGroup("com.android.databinding") includeGroupByRegex("com\\.android\\.tools(\\.[a-z.\\-]*)?") } } maven { name = "CHAMP libs"
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Sep 05 12:30:31 GMT 2025 - 1.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/storage/StorageType.java
*/ package org.codelibs.fess.storage; /** * Enum for supported storage types. */ public enum StorageType { /** Amazon S3 */ S3, /** Google Cloud Storage */ GCS, /** S3-compatible storage (MinIO, etc.) */ S3_COMPATCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 864 bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/AcceptedApiChanges.groovy
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.binarycompatibility import com.google.gson.Gson import com.google.gson.reflect.TypeToken import org.gradle.util.GradleVersion class AcceptedApiChanges { GradleVersion baseVersion Map<ApiChange, String> acceptedChangesCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jun 04 14:00:46 GMT 2024 - 1.9K bytes - Click Count (0) -
README.md
*[Fess Site Search](https://github.com/codelibs/fess-site-search)* is a free alternative to [Google Site Search](https://enterprise.google.com/search/products/gss.html). For more details, see the [FSS JS Generator documentation](https://fss-generator.codelibs.org/docs/manual). ## Website [fess.codelibs.org](https://fess.codelibs.org/)
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Feb 14 03:19:23 GMT 2026 - 7.8K bytes - Click Count (2) -
pom.xml
</exclusions> </dependency> <dependency> <groupId>com.google.oauth-client</groupId> <artifactId>google-oauth-client</artifactId> <version>${google.oauth.client.version}</version> </dependency> <dependency> <groupId>com.google.http-client</groupId> <artifactId>google-http-client</artifactId> <version>${google.http.client.version}</version> <exclusions> <exclusion>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 07:04:54 GMT 2026 - 49.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exception/GsaConfigException.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.exception; /** * Exception thrown when GSA (Google Search Appliance) configuration errors occur. * This exception extends FessSystemException and is used to handle specific * configuration-related issues when working with GSA integration. * */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfigImpl.java
import java.util.concurrent.ExecutionException; import org.codelibs.fess.Constants; import org.dbflute.helper.jprop.ObjectiveProperties; import org.lastaflute.core.direction.PropertyFilter; import com.google.common.cache.Cache; import com.google.common.cache.CacheBuilder; public class FessConfigImpl extends FessConfig.SimpleImpl { private static final long serialVersionUID = 1L;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 05 09:31:58 GMT 2026 - 2.7K bytes - Click Count (0)