- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 2,832 for Mprotect (0.15 sec)
-
compat/maven-model-builder/src/test/resources/poms/validation/raw-model/profile-activation-property-with-project-expressions.xml
<profiles> <profile> <id>property-name-project-version</id> <activation> <property> <name>${project.version}</name> </property> </activation> </profile> <profile> <id>property-value-project-version</id> <activation> <property> <name>project.version</name> <value>${project.version}</value> </property> </activation>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.6K bytes - Viewed (0) -
compat/maven-model-builder/src/test/resources/poms/validation/raw-model/profile-activation-file-with-project-expressions.xml
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.5K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), func Mlock([]uint8) error pkg syscall (darwin-arm64), func Mlockall(int) error pkg syscall (darwin-arm64), func Mmap(int, int64, int, int, int) ([]uint8, error) pkg syscall (darwin-arm64), func Mprotect([]uint8, int) error pkg syscall (darwin-arm64), func Munlock([]uint8) error pkg syscall (darwin-arm64), func Munlockall() error pkg syscall (darwin-arm64), func Munmap([]uint8) error
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
api/go1.txt
pkg syscall (linux-386), func Mmap(int, int64, int, int, int) ([]uint8, error) pkg syscall (linux-386), func Mount(string, string, string, uintptr, string) error pkg syscall (linux-386), func Mprotect([]uint8, int) error pkg syscall (linux-386), func Munlock([]uint8) error pkg syscall (linux-386), func Munlockall() error pkg syscall (linux-386), func Munmap([]uint8) error
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
docs/erasure/README.md
## Why is Erasure Code useful?
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 4.1K bytes - Viewed (0) -
README.md
4. Serialized forms of ALL objects are subject to change unless noted otherwise. Do not persist these and assume they can be read by a future version of the library. 5. Our classes are not designed to protect against a malicious caller. You should not use them for communication between trusted and untrusted code. 6. For the mainline flavor, we test the libraries using OpenJDK 8, 11, and 17
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Sep 24 18:34:38 UTC 2024 - 5.9K bytes - Viewed (0) -
docs/bucket/versioning/README.md
MinIO versioning is designed to keep multiple versions of an object in one bucket. For example, you could store `spark.csv` (version `ede336f2`) and `spark.csv` (version `fae684da`) in a single bucket. Versioning protects you from unintended overwrites, deletions, protect objects with retention policies.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu May 04 21:43:52 UTC 2023 - 11.9K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/ReactorReader.java
} public File findArtifact(Artifact artifact) { MavenProject project = getProject(artifact); if (project != null) { File file = findArtifact(project, artifact, true); if (file == null && project != project.getExecutionProject()) { file = findArtifact(project.getExecutionProject(), artifact, true); } return file; }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.3K bytes - Viewed (0) -
apache-maven/src/main/appended-resources/META-INF/LICENSE.vm
#* *### add dependency info to output - $directory/${project.artifact.artifactId}-${project.artifact.version}.jar: $project.artifact.toString().replace( ':eclipse-plugin:', ':jar:' ) Project: $project.name #if ( $project.url )Project URL: ${project.url}#end License: $license.name#if ( $spdx ) ($spdx)#end License URL: $license.url ($licFile) #* *##end
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Tue Jun 04 06:45:16 UTC 2024 - 4.1K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/project/ProjectClasspathTestType.java
File f = getFileForClasspathResource(dir + "project-with-scoped-dependencies.xml"); MavenProject project = getProjectWithDependencies(f); Artifact artifact; assertNotNull(project, "Test project can't be null!"); checkArtifactIdScope(project, "provided", "provided"); checkArtifactIdScope(project, "test", "test"); checkArtifactIdScope(project, "compile", "compile");
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6.4K bytes - Viewed (0)