- Sort Score
- Result 10 results
- Languages All
Results 501 - 510 of 2,435 for False (0.02 sec)
-
.github/workflows/maven.yml
java-version: 17 distribution: 'temurin' - name: Checkout maven uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4 with: persist-credentials: false - name: Prepare Mimir shell: bash run: | mkdir -p ~/.mimir cp .github/ci-extensions.xml ~/.m2/extensions.xml
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Mon Aug 25 07:07:00 UTC 2025 - 8.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/app/pager/DataConfigPagerTest.java
dataconfigpager.clear(); assertEquals(0, dataconfigpager.getAllRecordCount()); assertEquals(0, dataconfigpager.getAllPageCount()); assertEquals(false, dataconfigpager.isExistPrePage()); assertEquals(false, dataconfigpager.isExistNextPage()); assertEquals(25, dataconfigpager.getPageSize()); assertEquals(1, dataconfigpager.getCurrentPageNumber()); assertNull(dataconfigpager.id);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 2.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
if (log.isDebugEnabled()) { log.debug("Closing session after timeout " + ssn); } ssn.logoff(false, false); } } } final SmbSessionImpl ssn = new SmbSessionImpl(tf, targetHost, targetDomain, this); if (log.isDebugEnabled()) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/Smb2SigningDigest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 9.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/impl/HtmlTagBasedGenerator.java
} updateThumbnailField(thumbnailId, StringUtil.EMPTY); return false; } boolean created = false; try (ImageInputStream input = ImageIO.createImageInputStream(responseData.getResponseBody())) { switch (saveImage(input, outputFile)) { case OK: created = true;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10.4K bytes - Viewed (0) -
android/guava/src/com/google/common/graph/IncidentEdgeSet.java
} } @Override public boolean contains(@Nullable Object obj) { if (!(obj instanceof EndpointPair)) { return false; } EndpointPair<?> endpointPair = (EndpointPair<?>) obj; if (graph.isDirected()) { if (!endpointPair.isOrdered()) { return false; } Object source = endpointPair.source(); Object target = endpointPair.target();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 2.3K bytes - Viewed (0) -
callbacks/delete.go
if i, ok := value.(BeforeDeleteInterface); ok { db.AddError(i.BeforeDelete(tx)) return true } return false }) } } func DeleteBeforeAssociations(db *gorm.DB) { if db.Error == nil && db.Statement.Schema != nil { selectColumns, restricted := db.Statement.SelectAndOmitColumns(true, false) if !restricted { return } for column, v := range selectColumns { if !v { continue }
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Sun May 25 07:40:40 UTC 2025 - 5.8K bytes - Viewed (0) -
src/main/java/jcifs/util/transport/Transport.java
* @param request the request being processed * @param response the intermediate response * @return true if more responses are expected, false otherwise */ protected <T extends Response> boolean handleIntermediate(final Request request, final T response) { return false; } /** * Gets the response timeout for a specific request. * * @param request the request to get timeout for
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 27.8K bytes - Viewed (0) -
cmd/policy_test.go
expectedResult bool }{ {anonGetBucketLocationArgs, true}, {anonPutObjectActionArgs, true}, {anonGetObjectActionArgs, false}, {getBucketLocationArgs, true}, {putObjectActionArgs, true}, {getObjectActionArgs, true}, {yourbucketAnonGetObjectActionArgs, false}, {yourbucketGetObjectActionArgs, true}, } for i, testCase := range testCases { result := p.IsAllowed(testCase.args)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 8.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/protwords/ProtwordsItem.java
return input; } /** * Checks if this item has been updated. * @return true if updated, false otherwise */ public boolean isUpdated() { return newInput != null; } /** * Checks if this item has been deleted. * @return true if deleted, false otherwise */ public boolean isDeleted() { return isUpdated() && newInput.length() == 0; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.5K bytes - Viewed (0)