- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 40 for getFlag (0.1 sec)
-
src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java
int start = dstIndex; if ( log.isDebugEnabled() ) { log.debug("Opening " + this.name); log.debug("Flags are " + Hexdump.toHexString(getFlags(), 4)); } SMBUtil.writeInt2(57, dst, dstIndex); dst[ dstIndex + 2 ] = this.securityFlags; dst[ dstIndex + 3 ] = this.requestedOplockLevel; dstIndex += 4;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Jun 01 09:52:11 UTC 2019 - 14.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/dfs/DfsReferralDataImpl.java
return this.share; } @Override public String getPath () { return this.path; } /** * @return the rflags */ public int getFlags () { return this.rflags; } /** * {@inheritDoc} * * @see jcifs.internal.dfs.DfsReferralDataInternal#setCacheMap(java.util.Map) */ @Override
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Nov 13 15:13:49 UTC 2021 - 11K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/ServerMessageBlock.java
* @return the forceUnicode */ public boolean isForceUnicode () { return this.forceUnicode; } /** * @return the flags */ public final byte getFlags () { return this.flags; } /** * @param flags * the flags to set */ public final void setFlags ( byte flags ) { this.flags = flags;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Aug 05 09:45:59 UTC 2018 - 32.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/AndXServerMessageBlock.java
this.andx.headerStart = this.headerStart; this.andx.setCommand(this.andxCommand); this.andx.setErrorCode(getErrorCode()); this.andx.setFlags(getFlags()); this.andx.setFlags2(getFlags2()); this.andx.setTid(getTid()); this.andx.setPid(getPid()); this.andx.setUid(getUid()); this.andx.setMid(getMid());
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Nov 28 10:56:27 UTC 2022 - 14.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Sep 30 10:47:31 UTC 2018 - 19.9K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmHttpURLConnection.java
if ( message == null ) { message = new Type1Message(this.transportContext); if ( this.transportContext.getConfig().getLanManCompatibility() > 2 ) { message.setFlag(NtlmFlags.NTLMSSP_REQUEST_TARGET, true); } } else if ( this.transportContext.getCredentials() instanceof NtlmPasswordAuthentication ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 25.5K bytes - Viewed (0) -
guava/src/com/google/common/net/InetAddresses.java
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 47.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 18 23:47:00 UTC 2023 - 67K bytes - Viewed (0) -
android/guava/src/com/google/common/net/InetAddresses.java
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 47.1K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
getDependencyDescrip(); static void <clinit>(); } org/apache/ivy/core/LogOptions.class package org.apache.ivy.core; public synchronized class LogOptions { private String log; public void LogOptions(); public void LogOptions(LogOptions); public final String getLog(); public final LogOptions setLog(String); public static void checkCachePattern(String); public static org.apache.ivy.osgi.core.BundleInfo parseManifest(java.util.jar.Manifest); private static void parseRequirement(org.apache.ivy.osgi.core.BundleInfo,...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0)