- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 7,175 for See (0.02 sec)
-
src/main/java/jcifs/internal/smb2/ServerMessageBlock2Response.java
} /** * {@inheritDoc} * * @see jcifs.internal.CommonServerMessageBlockResponse#getNextResponse() */ @Override public CommonServerMessageBlockResponse getNextResponse () { return (CommonServerMessageBlockResponse) getNext(); } /** * {@inheritDoc} *
Registered: 2024-11-03 00:10 - Last Modified: 2018-08-05 09:45 - 7.4K bytes - Viewed (0) -
src/main/java/jcifs/context/BaseContext.java
Registered: 2024-11-03 00:10 - Last Modified: 2022-11-27 18:25 - 5.3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Artifact.java
+ getVersion(); } /** * {@return the group identifier of the artifact} * * @see ArtifactCoordinates#getGroupId() */ @Nonnull String getGroupId(); /** * {@return the identifier of the artifact} * * @see ArtifactCoordinates#getArtifactId() */ @Nonnull String getArtifactId(); /**
Registered: 2024-11-03 03:35 - Last Modified: 2024-09-28 09:03 - 4.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/ServerMessageBlock.java
Registered: 2024-11-03 00:10 - Last Modified: 2018-08-05 09:45 - 32.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbResourceLocatorImpl.java
} } } /** * {@inheritDoc} * * @see jcifs.SmbResourceLocator#getDfsReferral() */ @Override public DfsReferralData getDfsReferral () { return this.dfsReferral; } /** * {@inheritDoc} * * @see jcifs.SmbResourceLocator#getName() */ @Override public String getName () {
Registered: 2024-11-03 00:10 - Last Modified: 2019-07-20 08:24 - 23.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateResponse.java
} /** * {@inheritDoc} * * @see jcifs.internal.SmbNegotiationResponse#haveCapabilitiy(int) */ @Override public boolean haveCapabilitiy ( int cap ) { return ( this.commonCapabilities & cap ) == cap; } /** * {@inheritDoc} * * @see jcifs.internal.SmbNegotiationResponse#isDFSSupported() */ @Override
Registered: 2024-11-03 00:10 - Last Modified: 2020-03-22 10:09 - 17.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SecurityBlob.java
return this.b.length; } /* * (non-Javadoc) * * @see java.lang.Object#clone() */ @Override protected Object clone () throws CloneNotSupportedException { return new SecurityBlob(this.b.clone()); } /* * (non-Javadoc) * * @see java.lang.Object#equals(java.lang.Object) */ @Override
Registered: 2024-11-03 00:10 - Last Modified: 2018-07-01 13:12 - 2.5K bytes - Viewed (0) -
src/main/java/jcifs/smb/JAASAuthenticator.java
* This can be a problem if using DFS in it's default configuration as that still returns referrals in short form. * See <a href="https://support.microsoft.com/en-us/kb/244380">KB-244380</a> for compatible server configuration. * See {@link jcifs.Configuration#isDfsConvertToFQDN()} for a workaround. * * @author mbechler */
Registered: 2024-11-03 00:10 - Last Modified: 2018-07-01 13:12 - 8.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComSeek.java
} /** * {@inheritDoc} * * @see jcifs.internal.smb1.ServerMessageBlock#writeBytesWireFormat(byte[], int) */ @Override protected int writeBytesWireFormat ( byte[] dst, int dstIndex ) { return 0; } /** * {@inheritDoc} * * @see jcifs.internal.smb1.ServerMessageBlock#readParameterWordsWireFormat(byte[], int) */
Registered: 2024-11-03 00:10 - Last Modified: 2018-07-01 13:12 - 3K bytes - Viewed (0) -
compat/maven-embedder/src/site/apt/index.apt.vm
~~ Licensed to the Apache Software Foundation (ASF) under one ~~ or more contributor license agreements. See the NOTICE file ~~ distributed with this work for additional information ~~ regarding copyright ownership. The ASF licenses this file ~~ to you under the Apache License, Version 2.0 (the ~~ "License"); you may not use this file except in compliance ~~ with the License. You may obtain a copy of the License at ~~ ~~ http://www.apache.org/licenses/LICENSE-2.0
Registered: 2024-11-03 03:35 - Last Modified: 2024-10-25 12:31 - 1.8K bytes - Viewed (0)