- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 213 for matchingMG (0.06 sec)
-
src/main/java/org/codelibs/fess/util/PrunedTag.java
*/ public PrunedTag(final String tag) { this.tag = tag; } /** * Checks if this pruned tag configuration matches the given DOM node. * The matching is based on tag name, and optionally ID, CSS class, or custom attributes. * * @param node the DOM node to check against this pruned tag configuration
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/TransCallNamedPipeResponseTest.java
assertEquals(0, result); } @Test void testReadDataWireFormatAtBufferBoundary() throws SMBProtocolDecodingException { // Test with data exactly matching output buffer size byte[] smallOutputBuffer = new byte[5]; TransCallNamedPipeResponse smallResponse = new TransCallNamedPipeResponse(mockConfig, smallOutputBuffer);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.8K bytes - Viewed (0) -
okhttp-testing-support/src/main/kotlin/okhttp3/RecordingEventListener.kt
null -> return // no open event true -> return // found open event false -> return@loop // this is not the open event so continue } } fail<Any>("event $e without matching start event") } } override fun proxySelectStart( call: Call, url: HttpUrl, ) = logEvent(ProxySelectStart(System.nanoTime(), call, url)) override fun proxySelectEnd(
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue May 27 14:58:02 UTC 2025 - 9.5K bytes - Viewed (0) -
.github/workflows/update-rbe.yml
echo -n "Trying to map name $1 to tag $2... " digest=$(curl -s --head "https://gcr.io/v2/tensorflow-sigs/build/manifests/$2" | egrep -o "sha256:[[:alnum:]]*") # Find the line matching the regex "sigbuild-r2.9" (with quotes) and # replace just the digest portion in it sed -i"" "/\"$1\"/ s/sha256:[[:alnum:]]*/$digest/g" tensorflow/tools/toolchains/remote_config/configs.bzl
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Sep 01 15:40:11 UTC 2025 - 7.2K bytes - Viewed (1) -
cmd/erasure-healing-common.go
// // 2. __offline__ - err == errDiskNotFound // // 3. __availableWithParts__ - has the latest copy of xl.meta and has all // parts with checksums matching; returned by disksWithAllParts // // 4. __outdated__ - returned by outDatedDisk, provided []StorageAPI // returned by diskWithAllParts is passed for latestDisks.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Mar 30 00:56:02 UTC 2025 - 12K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/transport/Transport.java
/** * Map of pending requests to their corresponding responses. */ protected HashMap response_map = new HashMap(4); /** * Creates a key for the specified request for response matching. * * @param request the request to create a key for * @throws IOException if an I/O error occurs */ protected abstract void makeKey(Request request) throws IOException; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 11.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/BadWordService.java
// Default constructor } /** * Gets a paginated list of bad words. * @param badWordPager The pager with search criteria and pagination settings. * @return List of bad words matching the criteria. */ public List<BadWord> getBadWordList(final BadWordPager badWordPager) { final PagingResultBean<BadWord> badWordList = badWordBhv.selectPage(cb -> {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.6K bytes - Viewed (0) -
cmd/endpoint.go
if endpoint.IsLocal { gridLocal = u } gridHosts = append(gridHosts, u) } } return gridHosts, gridLocal } // FindGridHostsFromPeerPool will return a matching peerPool from provided peer (as string) func (l EndpointServerPools) FindGridHostsFromPeerPool(peer string) []int { if peer == "" { return nil } var pools []int for _, ep := range l {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Mar 30 00:56:02 UTC 2025 - 34.4K bytes - Viewed (0) -
api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlService.java
* </ul> * * <p>Children combination modes (specified by {@code combine.children} attribute):</p> * <ul> * <li>{@code merge} (default): Merges elements with matching names</li> * <li>{@code append}: Adds elements as siblings</li> * </ul> * * <p>Self combination modes (specified by {@code combine.self} attribute):</p> * <ul>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Apr 03 13:33:59 UTC 2025 - 9.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/thumbnail/ThumbnailManagerTest.java
docMap.put("_id", "docid1"); docMap.put("url", "http://example.com"); boolean result = thumbnailManager.offer(docMap); assertTrue(result); } // Test offer with no matching generator public void test_offer_noMatchingGenerator() { TestThumbnailGenerator generator = new TestThumbnailGenerator(); generator.available = true; generator.target = false;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 18.7K bytes - Viewed (0)