- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 173 for Structured (0.08 sec)
-
src/main/java/jcifs/audit/SecurityAuditLogger.java
import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.slf4j.MDC; /** * Security audit logger for SMB operations. * Provides structured logging of security-relevant events with sensitive data masking. * * Features: * - Structured JSON logging * - Sensitive data masking * - Event categorization * - Performance metrics * - Compliance-ready audit trail
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 26.6K bytes - Viewed (0) -
docs/en/docs/tutorial/sql-databases.md
Don't worry, with the way the code is structured, we'll make sure we use **a single SQLModel *session* per request** later, this is actually what the `check_same_thread` is trying to achieve. ### Create the Tables { #create-the-tables }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 15.4K bytes - Viewed (0) -
guava/src/com/google/common/graph/Network.java
import java.util.Optional; import java.util.Set; import org.jspecify.annotations.Nullable; /** * An interface for <a * href="https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)">graph</a>-structured data, * whose edges are <a * href="https://github.com/google/guava/wiki/GraphsExplained#uniqueness">unique</a> objects. * * <p>A graph is composed of a set of nodes and a set of edges connecting pairs of nodes. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 22:03:02 UTC 2025 - 22.5K bytes - Viewed (0) -
cmd/common-main.go
} return envKV{ Key: key, Value: val, }, nil } // Similar to os.Environ returns a copy of strings representing // the environment values from a file, in the form "key, value". // in a structured form. func minioEnvironFromFile(envConfigFile string) ([]envKV, error) { f, err := Open(envConfigFile) if err != nil { return nil, err } defer f.Close() var ekvs []envKV
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 32.5K bytes - Viewed (0) -
docs/en/docs/async.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 24K bytes - Viewed (0) -
src/bufio/bufio.go
// of bytes in the combined first two elements, error). // The complete result is equal to // `bytes.Join(append(fullBuffers, finalFragment), nil)`, which has a // length of `totalLen`. The result is structured in this way to allow callers // to minimize allocations and copies. func (b *Reader) collectFragments(delim byte) (fullBuffers [][]byte, finalFragment []byte, totalLen int, err error) { var frag []byte
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Sep 03 14:04:47 UTC 2025 - 22K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/netdfs.java
import jcifs.dcerpc.ndr.NdrBuffer; import jcifs.dcerpc.ndr.NdrException; import jcifs.dcerpc.ndr.NdrLong; import jcifs.dcerpc.ndr.NdrObject; /** * DCE/RPC interface for Distributed File System (DFS) operations. * Provides structures and methods for DFS management and enumeration. */ @SuppressWarnings("all") public class netdfs { /** * Default constructor for netdfs */ public netdfs() { // Default constructor
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 21.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/netdfs.java
import jcifs.smb1.dcerpc.ndr.NdrException; import jcifs.smb1.dcerpc.ndr.NdrLong; import jcifs.smb1.dcerpc.ndr.NdrObject; /** * DCE/RPC interface for Distributed File System (DFS) operations. * Provides structures and methods for DFS management and enumeration. */ public class netdfs { /** * Default constructor for netdfs */ public netdfs() { // Default constructor } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 21.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/srvsvc.java
if (_netnamep != 0) { _src = _src.deferred; netname = _src.dec_ndr_string(); } } } /** * Container for ShareInfo0 structures. */ public static class ShareInfoCtr0 extends NdrObject { /** * Default constructor for ShareInfoCtr0. */ public ShareInfoCtr0() { } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 26.3K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/srvsvc.java
if (_netnamep != 0) { _src = _src.deferred; this.netname = _src.dec_ndr_string(); } } } /** * Container for ShareInfo0 structures. */ public static class ShareInfoCtr0 extends NdrObject { /** * Default constructor for ShareInfoCtr0. */ public ShareInfoCtr0() { } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 27K bytes - Viewed (0)