- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 520 for _attributes (0.07 sec)
-
chainable_api.go
if tx.Statement.Preloads == nil { tx.Statement.Preloads = map[string][]interface{}{} } tx.Statement.Preloads[query] = args return } // Attrs provide attributes used in [FirstOrCreate] or [FirstOrInit] // // Attrs only adds attributes if the record is not found. // // // assign an email if the record is not found // db.Where(User{Name: "non_existing"}).Attrs(User{Email: "******@****.***"}).FirstOrInit(&user)
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Sun May 25 07:40:40 UTC 2025 - 14.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/create/Smb2CreateRequestTest.java
assertEquals(access, readAccess); } @Test @DisplayName("Test file attributes setter") void testSetFileAttributes() { request = new Smb2CreateRequest(mockConfig, "test.txt"); int attributes = 0x00000020; // FILE_ATTRIBUTE_ARCHIVE request.setFileAttributes(attributes); byte[] buffer = new byte[1024]; request.writeBytesWireFormat(buffer, 0);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 18.6K bytes - Viewed (0) -
src/main/webapp/js/popper.min.js
les.arrow,re(Object.assign({},c,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:f})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}};var ie={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var n=t.styles[e]||{},o=t.attributes[e]||{},i=t.elements[e];r(i)&&l(i)&&(Object.assign(i.style,n),Object.keys(o).forEach((function(e){var t=o[e];!1===t?i...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 19.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryCacheScope.java
*/ IMMEDIATE_CHILDREN, /** * Cache entire subtree recursively (if supported by server) */ RECURSIVE_TREE, /** * Cache only file attributes but not content */ METADATA_ONLY, /** * Cache complete directory listing including all metadata */ FULL_ENUMERATION
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 01:47:47 UTC 2025 - 1.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/DirFileEntryEnumIteratorBase.java
* * @return the treeHandle */ public final SmbTreeHandleImpl getTreeHandle() { return this.treeHandle; } /** * Gets the search attributes for this iterator. * * @return the search attributes used for filtering directory entries */ public final int getSearchAttributes() { return this.searchAttributes; } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.7K bytes - Viewed (0) -
src/main/java/jcifs/pac/kerberos/KerberosPacAuthData.java
import java.util.Map; import javax.security.auth.kerberos.KerberosKey; import jcifs.pac.PACDecodingException; import jcifs.pac.Pac; /** * Kerberos authorization data containing PAC (Privilege Attribute Certificate) information. */ public class KerberosPacAuthData extends KerberosAuthData { private Pac pac; /** * Constructs KerberosPacAuthData from token bytes. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.6K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/av/AvFlags.java
*/ package jcifs.ntlmssp.av; import jcifs.internal.util.SMBUtil; /** * NTLMSSP AV (Attribute-Value) pair representing flags information. * Contains flag values used in NTLM authentication attribute-value pairs. * * @author mbechler */ public class AvFlags extends AvPair { /** * Constructs an AV flags pair from raw bytes
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CloseResponse.java
* and provides final file attributes. * * @author mbechler * */ public class Smb2CloseResponse extends ServerMessageBlock2Response implements SmbBasicFileInfo { private static final Logger log = LoggerFactory.getLogger(Smb2CloseResponse.class); /** * Flag to query attributes after close */ public static final int SMB2_CLOSE_FLAG_POSTQUERY_ATTIB = 0x1;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/av/AvPair.java
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.ntlmssp.av; /** * Base class for NTLMSSP AV (Attribute-Value) pairs used in NTLM authentication. * Provides common functionality for encoding and decoding attribute-value pairs. * * @author mbechler */ public class AvPair { /** * EOL type */ public static final int MsvAvEOL = 0x0;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.1K bytes - Viewed (0) -
docs/de/docs/tutorial/body-updates.md
/// /// note | Hinweis Beachten Sie, dass das hereinkommende Modell immer noch validiert wird. Wenn Sie also Teil-Aktualisierungen empfangen wollen, die alle Attribute auslassen können, müssen Sie ein Modell haben, dessen Attribute alle als optional gekennzeichnet sind (mit Defaultwerten oder `None`).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.3K bytes - Viewed (0)