- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 419 for addrs (0.01 sec)
-
src/main/java/org/codelibs/curl/CurlRequest.java
*/ public CurlRequest onConnect(final BiConsumer<CurlRequest, HttpURLConnection> connectionBuilder) { this.connectionBuilder = connectionBuilder; return this; } /** * Adds a request parameter. * * @param key the parameter key * @param value the parameter value * @return this CurlRequest instance */
Registered: Thu Sep 04 15:34:10 UTC 2025 - Last Modified: Sat Jul 05 01:38:18 UTC 2025 - 17.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/PasswordBasedExtractor.java
/** * Creates a new PasswordBasedExtractor instance. */ public PasswordBasedExtractor() { super(); } /** * Adds a password for files matching the given regular expression pattern. * @param regex the regular expression pattern to match against URLs or resource names * @param password the password to use for matching files */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 5.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/FavoriteLogService.java
@Resource protected FavoriteLogBhv favoriteLogBhv; /** Configuration settings for the Fess search system. */ @Resource protected FessConfig fessConfig; /** * Adds a URL to a user's favorite list. * This method looks up the user by their code and creates a new favorite log entry * using the provided lambda function to populate the favorite log data. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.6K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/Trans2GetDfsReferralTest.java
assertEquals(0x12, buffer[1] & 0xFF); // Check that the path is written after the referral level // The path should be written starting at index 2 // writeString adds null terminator assertTrue(len > 2, "Length should include path"); String writtenPath = extractStringFromBuffer(buffer, 2, len - 2); assertTrue(writtenPath.contains("abc"), "Path should be written to buffer");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.6K bytes - Viewed (0) -
android/guava-testlib/test/com/google/common/testing/FakeTickerTest.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 6.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/ResponseData.java
* * @return true if this response should not be followed, false otherwise */ public boolean isNoFollow() { return noFollow; } /** * Adds metadata to this response. * * @param name the name of the metadata * @param value the value of the metadata */ public void addMetaData(final String name, final Object value) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 11.6K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Multiset.java
* negative */ int count(@CompatibleWith("E") @Nullable Object element); // Bulk Operations /** * Adds a number of occurrences of an element to this multiset. Note that if {@code occurrences == * 1}, this method has the identical effect to {@link #add(Object)}. This method is functionally
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 19.5K bytes - Viewed (0) -
docs/smb3-features/03-multi-channel-design.md
long linkSpeed = readInt8(data, offset + 16); // Parse socket address InetAddress addr = parseSockaddr(data, offset + 24); NetworkInterfaceInfo info = new NetworkInterfaceInfo( addr, (int)(linkSpeed / 1000000)); info.setInterfaceIndex(ifIndex); info.setCapability(capability);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 39.6K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/util/CopyOptions.java
/** * Converter not associated with specific properties. */ protected final List<Converter> converters = newArrayList(); /** * Adds property names to include in the operation. * * @param propertyNames * Array of property names. Must not be {@literal null} or an empty array. * @return This instance itself */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 17.5K bytes - Viewed (0) -
callbacks/helper.go
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Thu Apr 14 12:32:57 UTC 2022 - 3.7K bytes - Viewed (0)