- Sort Score
- Result 10 results
- Languages All
Results 1451 - 1460 of 2,702 for Defaults (0.04 sec)
-
src/main/java/jcifs/ntlmssp/Type3Message.java
parse(material); } /** * Returns the default flags for a generic Type-3 message in the * current environment. * * @param tc * context to use * @return An <code>int</code> containing the default flags. */ public static int getDefaultFlags(final CIFSContext tc) {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 32.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/DataStoreParams.java
return value.toString(); } return null; } /** * Retrieves a parameter value as a String with a default value fallback. * * @param key the parameter key to look up * @param defaultValue the default value to return if key is not found or value is null * @return the parameter value as a String, or defaultValue if not found */
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/FileConfigService.java
* It handles pagination and integrates with the file authentication system. */ public class FileConfigService extends FessAppService { /** * Default constructor for file configuration service. * Creates a new instance with default values. */ public FileConfigService() { super(); } /** * Behavior class for file configuration database operations.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/http/NtlmServlet.java
*/ public abstract class NtlmServlet extends HttpServlet { /** * Default constructor. */ protected NtlmServlet() { super(); } /** The default domain for NTLM authentication */ private String defaultDomain; /** The domain controller for authentication */ private String domainController;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.1K bytes - Viewed (0) -
docs/debugging/inspect/main.go
*keyHex = input.Key case len(flag.Args()) == 1: var err error inputs, err = filepathx.Glob(flag.Args()[0]) fatalErr(err) if len(inputs) == 0 { fmt.Println("Usage: No input found") } default: flag.Usage() fatalIf(true, "Only 1 file can be decrypted") os.Exit(1) } for _, input := range inputs { processFile(input, privateKeys) } }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Mon Feb 17 17:09:42 UTC 2025 - 5.7K bytes - Viewed (0) -
internal/config/policy/plugin/config.go
EnvPolicyPluginURL = "MINIO_POLICY_PLUGIN_URL" EnvPolicyPluginAuthToken = "MINIO_POLICY_PLUGIN_AUTH_TOKEN" EnvPolicyPluginEnableHTTP2 = "MINIO_POLICY_PLUGIN_ENABLE_HTTP2" ) // DefaultKVS - default config for Authz plugin config var ( DefaultKVS = config.KVS{ config.KV{ Key: URL, Value: "", }, config.KV{ Key: AuthToken, Value: "", }, config.KV{
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 5.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/multichannel/ChannelLoadBalancer.java
return selectWeightedRandom(availableChannels); case AFFINITY_BASED: return selectWithAffinity(message, availableChannels); case ADAPTIVE: default: return selectAdaptive(message, availableChannels); } } private ChannelInfo selectRoundRobin(Collection<ChannelInfo> channels) {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 8.2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/PropertiesUtil.java
throw new IORuntimeException(e); } finally { CloseableUtil.close(reader); } } /** * Loads the specified file into the {@link Properties} using the platform default encoding (wraps exception handling). * * @param props * Property set. Must not be {@literal null}. * @param file * File. Must not be {@literal null}. */
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 7.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PermissionHelper.java
/** System helper for user/group/role search operations */ @Resource protected SystemHelper systemHelper; /** * Default constructor for PermissionHelper. * Initializes the permission helper with default configuration. */ public PermissionHelper() { // Default constructor } /** * Encodes a permission string into a search role format.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 15.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride_download.jsp
<div class="btn-group"> <la:link href="/admin/dict" styleClass="btn btn-default btn-xs"> <i class="fa fa-book" aria-hidden="true"></i> <la:message key="labels.dict_list_link"/>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 6.1K bytes - Viewed (0)