- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 146 for Owner (0.16 sec)
-
cmd/globals.go
const ( GlobalMinioDefaultPort = "9000" globalMinioDefaultRegion = "" // This is a sha256 output of ``arn:aws:iam::minio:user/admin``, // this is kept in present form to be compatible with S3 owner ID // requirements - // // ``` // The canonical user ID is the Amazon S3–only concept. // It is 64-character obfuscated version of the account ID. // ```
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Sep 03 18:23:41 UTC 2024 - 16.2K bytes - Viewed (1) -
schema/relationship.go
relationships.Relations = map[string]*Relationship{} } relationships.Relations[relation.Name] = relation } } } // User has many Toys, its `Polymorphic` is `Owner`, Pet has one Toy, its `Polymorphic` is `Owner` // // type User struct { // Toys []Toy `gorm:"polymorphic:Owner;"` // } // type Pet struct { // Toy Toy `gorm:"polymorphic:Owner;"` // } // type Toy struct {
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Mon Aug 18 11:44:52 UTC 2025 - 23.1K bytes - Viewed (1) -
src/main/java/jcifs/smb1/smb1/SmbConstants.java
int DELETE = 0x00010000; // 16 /** Read control access right */ int READ_CONTROL = 0x00020000; // 17 /** Write DAC access right */ int WRITE_DAC = 0x00040000; // 18 /** Write owner access right */ int WRITE_OWNER = 0x00080000; // 19 /** Synchronize access right */ int SYNCHRONIZE = 0x00100000; // 20 /** Generic all access right */ int GENERIC_ALL = 0x10000000; // 28
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 10.3K bytes - Viewed (0) -
src/main/java/jcifs/SmbConstants.java
*/ int READ_CONTROL = 0x00020000; // 17 /** * Permission to write the discretionary access control list. */ int WRITE_DAC = 0x00040000; // 18 /** * Permission to change the owner. */ int WRITE_OWNER = 0x00080000; // 19 /** * Permission to synchronize. */ int SYNCHRONIZE = 0x00100000; // 20 /** * All generic permissions. */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/java/jcifs/ACE.java
*/ int READ_CONTROL = 0x00020000; // 17 /** * Permission to write the discretionary access control list */ int WRITE_DAC = 0x00040000; // 18 /** * Permission to change the owner in the security descriptor */ int WRITE_OWNER = 0x00080000; // 19 /** * Permission to synchronize with the file */ int SYNCHRONIZE = 0x00100000; // 20 /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.1K bytes - Viewed (0) -
cmd/server_test.go
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 118.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/ACE.java
public static final int READ_CONTROL = 0x00020000; // 17 /** Permission to write the discretionary access control list */ public static final int WRITE_DAC = 0x00040000; // 18 /** Permission to change the owner in the security descriptor */ public static final int WRITE_OWNER = 0x00080000; // 19 /** Permission to synchronize with the file */ public static final int SYNCHRONIZE = 0x00100000; // 20
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/main/java/jcifs/dcerpc/msrpc/samr.java
public static final int SE_GROUP_ENABLED_BY_DEFAULT = 2; /** Security group attribute: Group is enabled for use */ public static final int SE_GROUP_ENABLED = 4; /** Security group attribute: Group can be assigned as owner of objects */ public static final int SE_GROUP_OWNER = 8; /** Security group attribute: Group is used for deny-only checks */ public static final int SE_GROUP_USE_FOR_DENY_ONLY = 16;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java
public static final int SE_GROUP_ENABLED_BY_DEFAULT = 2; /** Security group attribute: Group is enabled for use */ public static final int SE_GROUP_ENABLED = 4; /** Security group attribute: Group can be assigned as owner of objects */ public static final int SE_GROUP_OWNER = 8; /** Security group attribute: Group is used for deny-only checks */ public static final int SE_GROUP_USE_FOR_DENY_ONLY = 16;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.1K bytes - Viewed (0) -
android/guava/src/com/google/common/reflect/Invokable.java
* #getParameters} etc. * * <p>In addition to convenience methods, {@link TypeToken#method} and {@link TypeToken#constructor} * will resolve the type parameters of the method or constructor in the context of the owner type, * which may be a subtype of the declaring class. For example: * * {@snippet : * Method getMethod = List.class.getMethod("get", int.class);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 18.4K bytes - Viewed (0)