- Sort Score
- Result 10 results
- Languages All
Results 431 - 440 of 580 for leves (5.62 sec)
-
src/main/java/jcifs/smb1/smb1/ACE.java
public static final int FLAGS_OBJECT_INHERIT = 0x01; /** Inheritance flag: child containers inherit this ACE */ public static final int FLAGS_CONTAINER_INHERIT = 0x02; /** Inheritance flag: inheritance stops after one level */ public static final int FLAGS_NO_PROPAGATE = 0x04; /** Inheritance flag: ACE applies only to children, not to the object itself */ public static final int FLAGS_INHERIT_ONLY = 0x08;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.8K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/MsrpcLookupSidsTest.java
countField.setAccessible(true); assertEquals(2, countField.get(lookupSids)); Field levelField = lsarpc.LsarLookupSids.class.getDeclaredField("level"); levelField.setAccessible(true); assertEquals((short) 1, levelField.get(lookupSids)); } @Test void constructor_shouldCreateCorrectLsarSidArrayX() throws Exception {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.6K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/package-info.java
* all the dependencies.</p> * * <p>The <dfn>Dependency graph flattening</dfn> process in Maven reduces a complex, * multi-level dependency graph to a map of ordered lists that can be turned into classpaths. * During this process only the most relevant version of each artifact
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Mar 05 14:29:21 UTC 2025 - 7.7K bytes - Viewed (0) -
docs/bucket/versioning/README.md
Versioning must be explicitly enabled on a bucket, versioning is not enabled by default. Object locking enabled buckets have versioning enabled automatically. Enabling and suspending versioning is done at the bucket level.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 12K bytes - Viewed (0) -
cmd/object-handlers-common.go
// and don't process the If-Modified-Since header. if objInfo.ModTime.IsZero() || objInfo.ModTime.Equal(time.Unix(0, 0)) { return false } // If top level is a delete marker proceed to upload. if objInfo.DeleteMarker { return false } // Headers to be set of object content is not going to be written to the client. writeHeaders := func() {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Jul 23 12:36:06 UTC 2025 - 15.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/annotation/SecuredTest.java
@Override public void securedMethod() { } } public void test_interfaceImplementation() { // Implementation class inherits interface's class-level annotation Secured secured = SecuredInterfaceImpl.class.getAnnotation(Secured.class); assertNull(secured); // Interface annotations are not inherited by implementing classes }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 15.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java
protected ResponseManager responseManager; /** Time manager for handling date and time operations. */ @Resource protected TimeManager timeManager; /** System helper for various system-level operations. */ @Resource protected SystemHelper systemHelper; /** Helper for managing access tokens and API authentication. */ @Resource protected AccessTokenHelper accessTokenHelper;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java
if (isReceived() && next instanceof RequestWithFileId) { ((RequestWithFileId) next).setFileId(this.fileId); } super.prepare(next); } /** * Get the oplock level granted by the server * @return the oplockLevel */ public final byte getOplockLevel() { return this.oplockLevel; } /** * Get the open flags returned by the server
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 15.4K bytes - Viewed (0) -
docs/es/docs/features.md
Esto también significa que, en muchos casos, puedes pasar el mismo objeto que obtienes de un request **directamente a la base de datos**, ya que todo se valida automáticamente. Lo mismo aplica al revés, en muchos casos puedes simplemente pasar el objeto que obtienes de la base de datos **directamente al cliente**.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 17:46:44 UTC 2024 - 10.4K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RealConnection.kt
* by holding a lock on the connection. */ class RealConnection internal constructor( val taskRunner: TaskRunner, val connectionPool: RealConnectionPool, override val route: Route, /** The low-level TCP socket. */ private val rawSocket: JavaNetSocket, /** * The application layer socket. Either an [SSLSocket] layered over [rawSocket], or [rawSocket] * itself if this connection does not use SSL. */
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 14.9K bytes - Viewed (0)