- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 228 for s_definition (0.07 seconds)
-
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/PublicApi.kt
package gradlebuild.basics import java.util.regex.Pattern /** * This is the definition of what constitutes the Gradle public API. * * A type is part of the Gradle public API if and only if its FQCN matches {@link #includes} and does not match {@link #excludes}. */ // NOTE: If you update this, please also change .idea/scopes/Gradle_public_API.xml object PublicApi { val includes = listOf( "org/gradle/*",Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Jun 12 23:20:08 GMT 2024 - 2.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsentity/BsFavoriteLog.java
public class BsFavoriteLog extends EsAbstractEntity { // =================================================================================== // Definition // ========== private static final long serialVersionUID = 1L;Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 5.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessUserBean.java
// =================================================================================== // Definition // ========== /** The serial version UID for object serialization. (Default) */ private static final long serialVersionUID = 1L;Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Tue Aug 19 14:09:36 GMT 2025 - 5.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsThumbnailQueue.java
public class BsThumbnailQueue extends EsAbstractEntity { // =================================================================================== // Definition // ========== private static final long serialVersionUID = 1L;Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 6.2K bytes - Click Count (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/Artifact.java
import org.apache.maven.artifact.versioning.OverConstrainedVersionException; import org.apache.maven.artifact.versioning.VersionRange; /** * Maven Artifact interface. Notice that it mixes artifact definition concepts (groupId, artifactId, version) * with dependency information (version range, scope). */ public interface Artifact extends Comparable<Artifact> { @Deprecated(since = "4.0.0")
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 4.1K bytes - Click Count (0) -
guava/src/com/google/common/math/Stats.java
return sumOfSquaresOfDeltas; } /** * Returns the <a href="http://en.wikipedia.org/wiki/Arithmetic_mean">arithmetic mean</a> of the * values. The count must be non-zero. * * <p>The definition of the mean is the same as {@link Stats#mean}. * * @param values a series of values, which will be converted to {@code double} values (this may * cause loss of precision)
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Jul 08 18:32:10 GMT 2025 - 24.8K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/repository/metadata/SnapshotArtifactRepositoryMetadata.java
import org.apache.maven.artifact.repository.ArtifactRepository; /** * Metadata for the artifact version directory of the repository. * * TODO split instantiation (versioning, plugin mappings) from definition */ @Deprecated public class SnapshotArtifactRepositoryMetadata extends AbstractRepositoryMetadata { private Artifact artifact; public SnapshotArtifactRepositoryMetadata(Artifact artifact) {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 2.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsRoleType.java
*/ public class BsRoleType extends EsAbstractEntity { // =================================================================================== // Definition // ========== private static final long serialVersionUID = 1L;Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 6.6K bytes - Click Count (0) -
LICENSES/vendor/github.com/containerd/errdefs/pkg/LICENSE
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of theCreated: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Wed Mar 05 11:36:39 GMT 2025 - 10.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsentity/BsGroup.java
*/ public class BsGroup extends EsAbstractEntity { // =================================================================================== // Definition // ========== private static final long serialVersionUID = 1L;Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 4.3K bytes - Click Count (0)