- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 381 for appropriate (0.08 seconds)
-
helm/minio/templates/_helpers.tpl
{{- end -}} {{- end -}} {{/* Return the appropriate apiVersion for deployment. */}} {{- define "minio.deployment.apiVersion" -}} {{- if semverCompare "<1.9-0" .Capabilities.KubeVersion.Version -}} {{- print "apps/v1beta2" -}} {{- else -}} {{- print "apps/v1" -}} {{- end -}} {{- end -}} {{/* Return the appropriate apiVersion for statefulset. */}}Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Aug 06 23:48:24 GMT 2025 - 6.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/FessLoginAction.java
* This action provides logic for redirecting authenticated users to appropriate * admin interfaces based on their roles and permissions. */ public abstract class FessLoginAction extends FessSearchAction { /** * Default constructor. */ public FessLoginAction() { super(); } /** * Returns the appropriate HTML response for login handling.Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.6K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/Smb3KeyDerivation.java
/** * */ private Smb3KeyDerivation() { } /** * Derives the SMB3 signing key from the session key using the appropriate KDF for the dialect. * * @param dialect the SMB dialect version * @param sessionKey the base session key * @param preauthIntegrity the pre-authentication integrity hash (for SMB 3.1.1) or nullCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 6.5K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Supplier.java
* @since 2.0 */ @GwtCompatible public interface Supplier<T extends @Nullable Object> { /** * Retrieves an instance of the appropriate type. The returned object may or may not be a new * instance, depending on the implementation. * * @return an instance of the appropriate type */ @ParametricNullness T get(); /**
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Jun 19 17:20:48 GMT 2025 - 3K bytes - Click Count (0) -
code_of_conduct.md
address, without explicit permission * Other conduct which could reasonably be considered inappropriate in a professional setting ## Our Responsibilities Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior, in compliance with the
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Jan 20 18:38:58 GMT 2020 - 3.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/api/WebApiManagerFactory.java
import jakarta.servlet.http.HttpServletRequest; /** * Factory class for managing and retrieving web API managers. * This factory maintains a collection of web API managers and provides * functionality to find the appropriate manager for incoming requests. */ public class WebApiManagerFactory { /** * Default constructor. */ public WebApiManagerFactory() { // Default constructor } /**Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/filter/WebApiFilter.java
import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpServletResponse; /** * Servlet filter for processing web API requests. * This filter intercepts HTTP requests and delegates processing to appropriate web API managers. */ public class WebApiFilter implements Filter { /** * Default constructor. */ public WebApiFilter() { // Default constructor } /**Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exception/SsoMessageException.java
* and authorization processes. It carries both a message code for internationalization * and localization purposes, as well as detailed error information. The message code * can be used by the UI layer to display appropriate error messages to users. */ public class SsoMessageException extends FessSystemException { private static final long serialVersionUID = 1L; /** The message code for internationalized error messages. */Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.7K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/ConsoleIcon.java
import java.nio.charset.Charset; import org.jline.terminal.Terminal; /** * Console icons for Maven upgrade tool output. * Each icon has a Unicode character and an ASCII fallback. * The appropriate representation is chosen based on the terminal's charset capabilities. */ public enum ConsoleIcon { /** * Success/completion icon. */ SUCCESS('✓', "[OK]"), /**
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Jul 15 09:35:08 GMT 2025 - 3.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessStandardTransformer.java
* the standard Fess file transformation process with support for various content types. * * <p>It extends AbstractFessFileTransformer to provide file-specific transformation * capabilities while using the appropriate extractor for each document type.</p> */ public class FessStandardTransformer extends AbstractFessFileTransformer { /** * Default constructor. */ public FessStandardTransformer() {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 3.8K bytes - Click Count (0)