- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 3,500 for eravate (0.04 sec)
-
src/main/java/jcifs/internal/smb1/com/SmbComSeek.java
* @param fid the file identifier */ public SmbComSeek(final Configuration config, final int fid) { super(config, SMB_COM_SEEK); this.fid = fid; } private int fid; private int mode; private long offset; /** * Sets the file identifier. * * @param fid * the fid to set */ public void setFid(final int fid) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.4K bytes - Viewed (0) -
guava-testlib/src/com/google/common/testing/ClassSanityTester.java
public final class FactoryMethodReturnValueTester { private final Set<String> packagesToTest = new HashSet<>(); private final Class<?> declaringClass; private final ImmutableList<Invokable<?, ?>> factories; private final String factoryMethodsDescription; private Class<?> returnTypeToTest = Object.class; private FactoryMethodReturnValueTester( Class<?> declaringClass,
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 32.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbComOpenAndX.java
private static final int SHARING_DENY_NONE = 0x40; private static final int DO_NOT_CACHE = 0x1000; // bit 12 private static final int WRITE_THROUGH = 0x4000; // bit 14 private static final int OPEN_FN_CREATE = 0x10; private static final int OPEN_FN_FAIL_IF_EXISTS = 0x00; private static final int OPEN_FN_OPEN = 0x01; private static final int OPEN_FN_TRUNC = 0x02;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 5.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2QueryPathInformationTest.java
import jcifs.internal.util.SMBUtil; import jcifs.util.Hexdump; class Trans2QueryPathInformationTest { private Trans2QueryPathInformation trans2QueryPathInfo; private Configuration config; @Mock private Configuration mockConfig; private static final String TEST_FILENAME = "test/file.txt"; private static final int TEST_INFO_LEVEL = FileInformation.FILE_BASIC_INFO; @BeforeEach
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/impl/CommandGenerator.java
private final Process p; /** The input stream thread reading process output. */ private final InputStreamThread ist; /** Flag indicating if the destroyer has been executed. */ private final AtomicBoolean executed = new AtomicBoolean(false); /** Timeout for process destruction in milliseconds. */ private final long timeout; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Jul 18 14:34:06 UTC 2025 - 14.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/NotifyResponseTest.java
private List<FileNotifyInformation> notifyInformation; private boolean async = false; private CommonServerMessageBlockResponse nextResponse = null; private SMBSigningDigest digest; private CommonServerMessageBlockResponse response; private long mid; private int command; private int uid; private boolean extendedSecurity; private long sessionId;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 21.2K bytes - Viewed (0) -
guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/LocalCache.java
public class LocalCache<K, V> implements ConcurrentMap<K, V> { private static final int UNSET_INT = CacheBuilder.UNSET_INT; private final LinkedHashMap<K, Timestamped<V>> cachingHashMap; private final CacheLoader<? super K, V> loader; private final RemovalListener<? super K, ? super V> removalListener; private final StatsCounter statsCounter; private final Ticker ticker; private final long expireAfterWrite;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 21.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/SuggestJobTest.java
public class SuggestJobTest extends UnitFessTestCase { private SuggestJob suggestJob; private MockServletContext mockServletContext; private MockProcessHelper mockProcessHelper; private MockFessConfig mockFessConfig; private MockSystemHelper mockSystemHelper; private MockPopularWordHelper mockPopularWordHelper; private File tempDir; @Override public void setUp() throws Exception {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 31.4K bytes - Viewed (0) -
docs/smb3-features/02-persistent-handles-design.md
private static final long serialVersionUID = 1L; private final String path; private final HandleGuid createGuid; private final byte[] fileId; private final HandleType type; private final long timeout; private final long createTime; private volatile long lastAccessTime;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 31.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/indexer/IndexUpdater.java
/** List of document boost matchers for scoring enhancement */ private final List<DocBoostMatcher> docBoostMatcherList = new ArrayList<>(); /** List of active crawler instances */ private List<Crawler> crawlerList; /** Factory for creating document ingesters */ private IngestFactory ingestFactory = null; /** * Default constructor for IndexUpdater.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 32.7K bytes - Viewed (0)