- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 1,103 for defines (0.15 seconds)
-
build-logic-settings/architecture-docs/src/main/kotlin/gradlebuild/GradleArchitecture.kt
/** * Defines a top-level architecture module. */ fun Settings.module(moduleName: String, moduleConfiguration: ArchitectureModuleBuilder.() -> Unit) { val module = ArchitectureModuleBuilder(moduleName, this) extensions.findByType(ProjectStructure::class.java)!!.architectureElements.add(module) module.moduleConfiguration() } /** * Defines a platform. */
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 15:37:56 GMT 2026 - 1.9K bytes - Click Count (0) -
internal/stmt_store/stmt_store.go
Delete(key string) } // defaultMaxSize defines the default maximum capacity of the cache. // Its value is the maximum value of the int64 type, which means that when the cache size is not specified, // the cache can theoretically store as many elements as possible. // (1 << 63) - 1 is the maximum value that an int64 type can represent. const ( defaultMaxSize = math.MaxInt // defaultTTL defines the default time-to-live (TTL) for each cache entry.
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Mar 21 11:35:55 GMT 2026 - 6.1K bytes - Click Count (0) -
doc/next/6-stdlib/99-minor/hash/maphash/70471.md
The [Hasher] interface type defines the contract between values of a particular type and future hash-based data structures such as hash
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Apr 03 15:21:15 GMT 2026 - 191 bytes - Click Count (0) -
.ci/java-versions.properties
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Jun 30 16:39:44 GMT 2021 - 313 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
/** * LDAP base DN (Distinguished Name) for user searches. * Defines the root of the LDAP directory tree for user lookups. */ @Size(max = 1000) public String ldapBaseDn; /** * LDAP filter for finding user accounts. * Defines the search filter used to locate user accounts in LDAP. */ @Size(max = 1000)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 15.8K bytes - Click Count (0) -
lib/fips140/README.md
This directory holds snapshots of the crypto/internal/fips140 tree that are being validated and certified for FIPS-140 use. The file x.txt (for example, inprocess.txt, certified.txt) defines the meaning of the FIPS version alias x, listing the exact version to use. The zip files are created by cmd/go/internal/fips140/mkzip.go. The fips140.sum file lists checksums for the zip files.
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Nov 20 20:28:34 GMT 2024 - 416 bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbRenewableCredentials.java
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.smb; /** * Interface for renewable SMB credentials. * * This interface defines methods for credentials that can be * automatically renewed during long-running operations. * * @author mbechler */ public interface SmbRenewableCredentials extends CredentialsInternal { /**Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 1.2K bytes - Click Count (0) -
internal/logger/help.go
Description: `sleep between each retries, allowed maximum value is '1m' e.g. '10s'`, Optional: true, Type: "duration", }, config.HelpKV{ Key: httpTimeout, Description: `defines the maximum duration for each http request`, Optional: true, Type: "duration", }, config.HelpKV{ Key: config.Comment, Description: config.DefaultComment, Optional: true,
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Sep 11 22:20:42 GMT 2024 - 7.4K bytes - Click Count (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/mvnsh/ShellOptions.java
* under the License. */ package org.apache.maven.api.cli.mvnsh; import org.apache.maven.api.annotations.Experimental; import org.apache.maven.api.cli.Options; /** * Defines the options specific to the Maven Shell tool. * This interface extends the general {@link Options} interface, adding shell-specific configuration options. * * @since 4.0.0 */ @ExperimentalCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jun 11 13:14:09 GMT 2025 - 1.2K bytes - Click Count (0) -
.ci/java-versions-aarch64.properties
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 08 18:35:17 GMT 2021 - 308 bytes - Click Count (0)