- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 653 for setOs (0.02 sec)
-
src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java
* * @return The total record count */ public int getAllRecordCount() { return allRecordCount; } /** * Sets the total number of records matching the search criteria. * * @param allRecordCount The total record count */ public void setAllRecordCount(final int allRecordCount) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessHeartbeatMessage.java
this.sequenceNumber = sequenceNumber; this.responseSequenceNumber = 0; this.heartbeatInterval = 0; } /** * Sets the context handle for the heartbeat. * * @param contextHandle the context handle from registration */ public void setContextHandle(byte[] contextHandle) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 5.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/io/Smb2ReadRequest.java
this.fileId = fileId; } /** * Sets the padding for the read request * * @param padding * the padding to set */ public void setPadding(final byte padding) { this.padding = padding; } /** * Sets the read flags for the read operation * * @param readFlags
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 7.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/ExecJob.java
* This method sets the job executor and then calls the abstract execute method. * * @param jobExecutor the job executor to use for execution * @return the execution result message or summary */ public String execute(final JobExecutor jobExecutor) { jobExecutor(jobExecutor); return execute(); } /** * Sets the job executor for this job. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/CommonServerMessageBlock.java
*/ int getCommand(); /** * Sets the SMB command. * * @param command the command to set */ void setCommand(int command); /** * Sets the user ID. * * @param uid the user ID to set */ void setUid(int uid); /** * Sets whether extended security is enabled. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.4K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/util/CopyOptions.java
public CopyOptions prefix(final CharSequence prefix) { assertArgumentNotEmpty("propertyNames", prefix); this.prefix = prefix.toString(); return this; } /** * Sets the delimiter for JavaBeans. * <p> * When copying between JavaBeans and {@link Map}, you can change the delimiter used in property names.
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 17.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2SetInfoRequest.java
this.fileId = fileId; } /** * Sets the information type for the set info operation * * @param infoType * the infoType to set */ public void setInfoType(final byte infoType) { this.infoType = infoType; } /** * Sets the file information class for the set info operation * * @param fileInfoClass
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2QueryInfoRequest.java
this.fileId = fileId; } /** * Sets the information type for the query * * @param infoType * the infoType to set */ public final void setInfoType(final byte infoType) { this.infoType = infoType; } /** * Sets the file information class for the query * * @param fileInfoClass
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.4K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java
assertTrue(set.containsAll(Sets.newTreeSet())); assertTrue(set.containsAll(Sets.newTreeSet(asList("b")))); assertTrue(set.containsAll(Sets.newTreeSet(asList("a", "f")))); assertTrue(set.containsAll(Sets.newTreeSet(asList("a", "b", "f")))); assertFalse(set.containsAll(Sets.newTreeSet(asList("d")))); assertFalse(set.containsAll(Sets.newTreeSet(asList("z"))));
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 46.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/score/ScoreBooster.java
*/ public int getPriority() { return priority; } /** * Sets the priority of this score booster. * @param priority The priority. */ public void setPriority(final int priority) { this.priority = priority; } /** * Sets the request timeout. * @param bulkRequestTimeout The request timeout. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 6.6K bytes - Viewed (0)