- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 816 for setting (0.11 sec)
-
guava-tests/benchmark/com/google/common/util/concurrent/MonitorBasedArrayBlockingQueue.java
* * <p>Suppose {@code x} is a queue known to contain only strings. The following code can be used * to dump the queue into a newly allocated array of {@code String}: * * <pre> * String[] y = x.toArray(new String[0]);</pre> * * <p>Note that {@code toArray(new Object[0])} is identical in function to {@code toArray()}. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 22.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans/SmbComTransaction.java
/** * SMB TRANS2 subcommand for getting DFS referrals */ public static final byte TRANS2_GET_DFS_REFERRAL = (byte) 0x10; /** * SMB TRANS2 subcommand for querying file information */ public static final byte TRANS2_QUERY_FILE_INFORMATION = (byte) 0x07; /** * SMB TRANS2 subcommand for setting file information */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 17.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/UniAddress.java
int count; } static class QueryThread extends Thread { Sem sem; String host, scope; int type; NbtAddress ans = null; InetAddress svr; UnknownHostException uhe; QueryThread(final Sem sem, final String host, final int type, final String scope, final InetAddress svr) { super("JCIFS-QueryThread: " + host); this.sem = sem;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 17K bytes - Viewed (0) -
cmd/server_test.go
Bucket string KeyMarker string UploadIDMarker string `xml:"UploadIdMarker"` NextKeyMarker string NextUploadIDMarker string `xml:"NextUploadIdMarker"` EncodingType string MaxUploads int IsTruncated bool // All the in progress multipart uploads. Uploads []struct { Key string UploadID string `xml:"UploadId"`
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 118.1K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/io/Smb2ReadRequestTest.java
assertDoesNotThrow(() -> request.setFileId(standardFileId)); assertDoesNotThrow(() -> request.setFileId(longFileId)); } } @Nested @DisplayName("Parameter Setting Tests") class ParameterSettingTests { @Test @DisplayName("Should set padding correctly") void testSetPadding() { assertDoesNotThrow(() -> request.setPadding((byte) 0));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.8K bytes - Viewed (0) -
android/pom.xml
<annotation>com.google.common.collect.IgnoreJRERequirement</annotation> <annotation>com.google.common.collect.testing.IgnoreJRERequirement</annotation> <annotation>com.google.common.collect.testing.testers.IgnoreJRERequirement</annotation> <annotation>com.google.common.hash.IgnoreJRERequirement</annotation>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 24.3K bytes - Viewed (0) -
pom.xml
<annotation>com.google.common.collect.IgnoreJRERequirement</annotation> <annotation>com.google.common.collect.testing.IgnoreJRERequirement</annotation> <annotation>com.google.common.collect.testing.testers.IgnoreJRERequirement</annotation> <annotation>com.google.common.hash.IgnoreJRERequirement</annotation>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 23.9K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.wizard_start_title=Easy Setup labels.wizard_start_desc=You can create a crawl setting easily by using Configuration Wizard. labels.wizard_start_button=Start Setup labels.wizard_button_cancel=Cancel labels.wizard_crawling_config_title=Crawl Config labels.wizard_crawling_setting_title=Crawl Setting labels.wizard_crawling_config_name=Name labels.wizard_crawling_config_path=Crawl Path
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/LegacyRepositorySystem.java
import org.apache.maven.settings.Mirror; import org.apache.maven.settings.Server; import org.apache.maven.settings.building.SettingsProblem; import org.apache.maven.settings.crypto.DefaultSettingsDecryptionRequest; import org.apache.maven.settings.crypto.SettingsDecrypter; import org.apache.maven.settings.crypto.SettingsDecryptionRequest; import org.apache.maven.settings.crypto.SettingsDecryptionResult;
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 31.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
/** * Sets the configuration settings for the search engine. * * @param settings map of configuration key-value pairs */ public void setSettings(final Map<String, String> settings) { this.settings = settings; } /** * Gets the current cluster health status. * * @return the cluster health status name */ public String getStatus() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0)