- Sort Score
- Result 10 results
- Languages All
Results 401 - 410 of 695 for flag (0.05 sec)
-
src/main/java/jcifs/dcerpc/DcerpcBind.java
buf.enc_ndr_long(2); /* syntax version */ } @Override public void decode_out(final NdrBuffer buf) throws NdrException { buf.dec_ndr_short(); /* max transmit frag size */ buf.dec_ndr_short(); /* max receive frag size */ buf.dec_ndr_long(); /* assoc. group */ final int n = buf.dec_ndr_short(); /* secondary addr len */ buf.advance(n); /* secondary addr */ buf.align(4);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/DcerpcBind.java
buf.enc_ndr_long(2); /* syntax version */ } @Override public void decode_out(final NdrBuffer buf) throws NdrException { buf.dec_ndr_short(); /* max transmit frag size */ buf.dec_ndr_short(); /* max receive frag size */ buf.dec_ndr_long(); /* assoc. group */ final int n = buf.dec_ndr_short(); /* secondary addr len */ buf.advance(n); /* secondary addr */ buf.align(4);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.5K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<version>4.1.0+</version> <description> <![CDATA[ Whether the directory described by this source element should be included in the build. This flag provides an easy way to include or exclude some sources depending, for example, o property values defined in profiles. A use case is including optional resources only
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:32:16 UTC 2025 - 132.7K bytes - Viewed (0) -
src/main/webapp/js/admin/jquery-3.7.1.min.map
ck","parents","parentsUntil","nextAll","nextUntil","prevUntil","contentDocument","content","reverse","rnothtmlwhite","Identity","v","Thrower","ex","adoptValue","resolve","reject","noValue","method","promise","fail","then","Callbacks","object","_","flag","firing","memory","fired","locked","list","queue","firingIndex","fire","once","stopOnFalse","remove","disable","lock","fireWith","Deferred","func","tuples","state","always","deferred","catch","pipe","fns","newDefer","tuple","returned","progress",...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 131.6K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), type Termios struct, Cflag uint64 pkg syscall (darwin-arm64), type Termios struct, Iflag uint64 pkg syscall (darwin-arm64), type Termios struct, Ispeed uint64 pkg syscall (darwin-arm64), type Termios struct, Lflag uint64 pkg syscall (darwin-arm64), type Termios struct, Oflag uint64 pkg syscall (darwin-arm64), type Termios struct, Ospeed uint64
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
api/go1.2.txt
pkg encoding/xml, type UnmarshalerAttr interface, UnmarshalXMLAttr(Attr) error pkg flag, type Getter interface { Get, Set, String } pkg flag, type Getter interface, Get() interface{} pkg flag, type Getter interface, Set(string) error pkg flag, type Getter interface, String() string pkg flag, var CommandLine *FlagSet pkg go/ast, type SliceExpr struct, Max Expr pkg go/ast, type SliceExpr struct, Slice3 bool
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (1) -
api/go1.3.txt
pkg syscall (freebsd-386), type Termios struct, Cc [20]uint8 pkg syscall (freebsd-386), type Termios struct, Cflag uint32 pkg syscall (freebsd-386), type Termios struct, Iflag uint32 pkg syscall (freebsd-386), type Termios struct, Ispeed uint32 pkg syscall (freebsd-386), type Termios struct, Lflag uint32 pkg syscall (freebsd-386), type Termios struct, Oflag uint32 pkg syscall (freebsd-386), type Termios struct, Ospeed uint32
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jun 02 02:45:00 UTC 2014 - 117K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/Smb2TransformHeader.java
} /** * Gets the flags field which contains flags in SMB 3.1.1 or encryption algorithm ID in SMB 3.0/3.0.2 * * @return the flags (SMB 3.1.1) or encryption algorithm (SMB 3.0/3.0.2) */ public int getFlags() { return this.flags; } /** * Sets the flags field which contains flags in SMB 3.1.1 or encryption algorithm ID in SMB 3.0/3.0.2 *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 9.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lock/Smb2LeaseBreakAcknowledgment.java
} /** * Gets the lease flags for this acknowledgment * @return the lease flags */ public int getLeaseFlags() { return flags; } /** * Sets the lease flags for this acknowledgment * @param flags the lease flags to set */ public void setLeaseFlags(int flags) { this.flags = flags; } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 4.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/ntlmssp/Type1Message.java
* * @param flags The flags to apply to this message. * @param suppliedDomain The supplied authentication domain. * @param suppliedWorkstation The supplied workstation name. */ public Type1Message(final int flags, final String suppliedDomain, String suppliedWorkstation) { setFlags(getDefaultFlags() | flags); setSuppliedDomain(suppliedDomain);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 7.9K bytes - Viewed (0)