- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 8,188 for andx (0.8 sec)
-
src/main/java/jcifs/smb1/smb1/SmbSession.java
logoff(true); } request.digest = null; throw se; } } } void sessionSetup(final ServerMessageBlock andx, final ServerMessageBlock andxResponse) throws SmbException { synchronized (transport()) { NtlmContext nctx = null; SmbException ex = null; SmbComSessionSetupAndX request;
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 20.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFileInputStream.java
throw new IOException("Bad file descriptor"); } // ensure file is open file.open(openFlags, access, SmbFile.ATTR_NORMAL, 0); /* * Read AndX Request / Response */ if (LogStream.level >= 4) { SmbFile.log.println("read: fid=" + file.fid + ",off=" + off + ",len=" + len); }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 9.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
} } /** * @param trans * @param andx * @param andxResponse */ private void sessionSetupSMB1(final SmbTransportImpl trans, final String tdomain, ServerMessageBlock andx, ServerMessageBlock andxResponse) throws CIFSException, GeneralSecurityException { SmbException ex = null;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
*/ boolean isForceUnicode(); /** * * Property {@code jcifs.smb.client.useBatching} (boolean, default false) * * @return whether to enable support for SMB1 AndX command batching */ boolean isUseBatching(); /** * * Property {@code jcifs.smb.client.nativeOs} (string, default {@code os.name}) * * @return OS string to reportRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 25.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbTransport.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
} return exists(); // try opening and catch sharing violation? } /** * Tests to see if the file this <code>SmbFile</code> represents * exists and is not marked read-only. By default, resources are * considered to be read-only and therefore for <code>smb1://</code>, * <code>smb1://workgroup/</code>, and <code>smb1://server/</code> resources * will be read-only.Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/amd64enc.s
ANDL $7, (BX) // 832307 ANDL $7, (R11) // 41832307 ANDL $7, DX // 83e207 ANDL $7, R11 // 4183e307 ANDL DX, (BX) // 2113 ANDL R11, (BX) // 44211b ANDL DX, (R11) // 412113 ANDL R11, (R11) // 45211b
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Oct 08 21:38:44 UTC 2021 - 581.9K bytes - Viewed (1) -
lib/fips140/v1.0.0-c2097c7c.zip
Subtract copies of [x] and [y] as needed in step 6 (both [u] and [v] // are odd) so coefficients stay in bounds. // 4. Replace the [u >= v] check with [u > v]. This changes the end // condition to [v = 0] rather than [u = 0]. This saves an extra // subtraction due to which coefficients were negated. // 5. Rename x and y to a and n, to capture that one is a modulus. // 6. Rearrange steps 4 through 6 slightly. Merge the loops in steps 4 and // 5 into the main loop (step 7's goto), and move step 6 to the...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64enc.s
ADDSW R7->22, R14, R13 // cd59872b ADDS R14>>7, ZR, R4 // e41f4eab AND $-9223372036854775808, R1, R1 // 21004192 ANDW $4026540031, R29, R2 // a2430412 AND $34903429696192636, R12, R19 // 93910e92 ANDW R9@>7, R19, R26 // 7a1ec90a AND R9@>7, R19, R26 // 7a1ec98a TSTW $2863311530, R24 // 1ff30172
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Mon Jul 24 01:11:41 UTC 2023 - 43.9K bytes - Viewed (0) -
internal/bucket/replication/and.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package replication import ( "encoding/xml" ) // And - a tag to combine a prefix and multiple tags for replication configuration rule. type And struct { XMLName xml.Name `xml:"And" json:"And"` Prefix string `xml:"Prefix,omitempty" json:"Prefix,omitempty"` Tags []Tag `xml:"Tag,omitempty" json:"Tag,omitempty"` }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Jun 01 21:59:40 UTC 2021 - 1.8K bytes - Viewed (0)