- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 178 for Negated (0.04 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/relatedquery/CreateBody.java
*/ package org.codelibs.fess.app.web.api.admin.relatedquery; import org.codelibs.fess.app.web.admin.relatedquery.CreateForm; /** * Request body for creating related query via REST API. * Extends CreateForm to inherit validation and field definitions. */ public class CreateBody extends CreateForm { /** * Creates a new CreateBody instance. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1015 bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/concurrent/Lockable.kt
import kotlin.contracts.InvocationKind import kotlin.contracts.contract import okhttp3.internal.assertionsEnabled /** * Marker interface for objects that use the JVM's `synchronized` mechanism and the related * `wait()` and `notify()` functions. * * The Lockable interface is particularly handy because it ensures we lock the right `this` when * there are multiple `this` objects in scope. */ interface Lockable
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed May 28 23:28:25 UTC 2025 - 2.1K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/google/MapGenerators.java
import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import org.jspecify.annotations.NullMarked; /** * Generators of different types of map and related collections, such as keys, entries and values. * * @author Hayward Chan */ @GwtCompatible @NullMarked public class MapGenerators { public static class ImmutableMapGenerator extends TestStringMapGenerator {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 10 19:54:19 UTC 2025 - 8.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/design/UploadForm.java
import jakarta.validation.constraints.Pattern; /** * Form for uploading design files to customize the appearance of the Fess search interface. * This form is used in the admin interface to upload CSS, JSP, and other design-related files * that customize the look and feel of the search application. */ public class UploadForm { /** * The multipart file containing design resources to be uploaded.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.8K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.group_list_name=Name labels.group_name=Name labels.group_title_details=Group labels.related_content_configuration=Related Content labels.related_content_content=Content labels.related_content_list_term=Term labels.related_content_term=Term labels.related_content_title_details=Related Content labels.related_query_configuration=Related Query labels.related_query_list_term=Term labels.related_query_queries=Queries labels.related_query_term=Term
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
guava/src/com/google/common/base/Supplier.java
* this could be a factory, generator, builder, closure, or something else entirely. No guarantees * are implied by this interface. * * <p>The {@link Suppliers} class provides common suppliers and related utilities. * * <p>As this interface extends {@code java.util.function.Supplier}, an instance of this type can be * used as a {@code java.util.function.Supplier} directly. To use a {@code
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jun 19 17:20:48 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/java/org/codelibs/core/convert/IntegerConversionUtil.java
*/ package org.codelibs.core.convert; import java.text.SimpleDateFormat; import org.codelibs.core.lang.StringUtil; import org.codelibs.core.text.DecimalFormatUtil; /** * Utility class for conversions related to {@link Integer}. * * @author higa */ public abstract class IntegerConversionUtil { /** * Do not instantiate. */ protected IntegerConversionUtil() { } /**
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 3.2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/convert/BooleanConversionUtil.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.core.convert; /** * Utility class for conversions related to {@link Boolean}. * * @author higa */ public abstract class BooleanConversionUtil { /** * Do not instantiate. */ protected BooleanConversionUtil() { } /**
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 1.8K bytes - Viewed (0) -
src/main/java/org/codelibs/core/convert/BigDecimalConversionUtil.java
*/ package org.codelibs.core.convert; import java.math.BigDecimal; import java.text.SimpleDateFormat; import org.codelibs.core.lang.StringUtil; /** * Utility class for conversions related to {@link BigDecimal}. * * @author higa */ public abstract class BigDecimalConversionUtil { /** * Do not instantiate. */ protected BigDecimalConversionUtil() { } /**
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 2.8K bytes - Viewed (0) -
guava/src/com/google/common/base/Function.java
import org.jspecify.annotations.Nullable; /** * Legacy version of {@link java.util.function.Function java.util.function.Function}. * * <p>The {@link Functions} class provides common functions and related utilities. * * <p>As this interface extends {@code java.util.function.Function}, an instance of this type can be * used as a {@code java.util.function.Function} directly. To use a {@code
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Apr 15 22:14:00 UTC 2025 - 2.6K bytes - Viewed (0)