- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 2,436 for authOk (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/CheckSubprojectsInfo.kt
/* * Copyright 2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Jul 07 13:12:26 GMT 2021 - 1.2K bytes - Click Count (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/extension/IntegrationTestExtension.kt
/* * Copyright 2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Jun 27 08:23:32 GMT 2025 - 1.1K bytes - Click Count (0) -
src/test/java/org/codelibs/core/text/JsonUtilTest.java
*/ package org.codelibs.core.text; import static org.hamcrest.core.Is.is; import static org.junit.Assert.assertThat; import org.junit.Test; /** * @author shinsuke * */ public class JsonUtilTest { @Test public void escape() { assertThat(JsonUtil.escape("abc123あア亜"), is("abc123あア亜"));Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 1K bytes - Click Count (0) -
src/test/java/org/codelibs/core/collection/SingleValueIteratorTest.java
package org.codelibs.core.collection; import static org.hamcrest.CoreMatchers.is; import static org.hamcrest.CoreMatchers.not; import static org.junit.Assert.assertThat; import org.junit.Test; /** * @author koichik * */ public class SingleValueIteratorTest { /** * */ @Test public void test() { final SingleValueIterator<String> it = new SingleValueIterator<String>("Foo");Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 1.1K bytes - Click Count (0) -
src/main/java/org/codelibs/core/exception/InvalidKeyRuntimeException.java
import java.security.InvalidKeyException; import java.security.NoSuchAlgorithmException; /** * Exception that wraps {@link NoSuchAlgorithmException}. * * @author shinsuke */ public class InvalidKeyRuntimeException extends ClRuntimeException { private static final long serialVersionUID = -3176447530746274091L; /** * Creates a {@link InvalidKeyRuntimeException}.Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Thu Jun 19 09:12:22 GMT 2025 - 1.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/exbhv/BoostDocumentRuleBhv.java
package org.codelibs.fess.opensearch.config.exbhv; import java.util.regex.Pattern; import org.codelibs.fess.opensearch.config.bsbhv.BsBoostDocumentRuleBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */ public class BoostDocumentRuleBhv extends BsBoostDocumentRuleBhv { private String indexName = null; @Override protected String asEsIndex() { if (indexName == null) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 1.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/exbhv/FileConfigBhv.java
*/ package org.codelibs.fess.opensearch.config.exbhv; import java.util.regex.Pattern; import org.codelibs.fess.opensearch.config.bsbhv.BsFileConfigBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */ public class FileConfigBhv extends BsFileConfigBhv { private String indexName = null; @Override protected String asEsIndex() { if (indexName == null) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 1.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/exbhv/JobLogBhv.java
*/ package org.codelibs.fess.opensearch.config.exbhv; import java.util.regex.Pattern; import org.codelibs.fess.opensearch.config.bsbhv.BsJobLogBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */ public class JobLogBhv extends BsJobLogBhv { private String indexName = null; @Override protected String asEsIndex() { if (indexName == null) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 1.2K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/DerivedComparable.java
import com.google.common.annotations.GwtIncompatible; import com.google.common.annotations.J2ktIncompatible; /** * Simple derived class to verify that we handle generics correctly. * * @author Kevin Bourrillion */ @GwtCompatible public class DerivedComparable extends BaseComparable { public DerivedComparable(String s) { super(s); }Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Feb 13 17:34:21 GMT 2025 - 1.1K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/TestListGenerator.java
import java.util.List; import org.jspecify.annotations.NullMarked; import org.jspecify.annotations.Nullable; /** * Creates sets, containing sample elements, to be tested. * * @author Kevin Bourrillion */ @GwtCompatible @NullMarked public interface TestListGenerator<E extends @Nullable Object> extends TestCollectionGenerator<E> { @Override List<E> create(Object... elements);
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 1.1K bytes - Click Count (0)