- Sort Score
- Num 10 results
- Language All
Results 331 - 340 of 837 for Otherwise (0.05 seconds)
-
src/main/java/org/codelibs/fess/app/web/chat/ChatAction.java
} return redirect(getClass()); } /** * Returns the user ID for the current session. If the user is authenticated, returns the username; * otherwise, returns the guest user code. * * @return the user ID */ protected String getUserId() { final String username = systemHelper.getUsername();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Mar 10 14:54:51 GMT 2026 - 4.4K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/SymbolicLinkPreservingTar.java
/* * When Gradle walks the file tree, it will follow symbolic links. This means that if there is a symbolic link to a directory * in the source file tree, we could otherwise end up duplicating the entries below that directory in the resulting tar archive. * To avoid this, we track which symbolic links we have visited, and skip files that are children of symbolic links that we haveCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 8.7K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/OsService.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Feb 10 14:12:18 GMT 2025 - 3.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/chat/ChatSessionManager.java
* * @param sessionId the session ID * @param userId the user ID for ownership verification (can be null) * @return true if the session was found, owned by the user, and cleared; false otherwise */ public boolean clearSession(final String sessionId, final String userId) { final ChatSession session = findSession(sessionId); if (session == null) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 07 13:27:59 GMT 2026 - 13.7K bytes - Click Count (0) -
.teamcity/README.md
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 06 23:02:25 GMT 2024 - 4K bytes - Click Count (0) -
internal/s3select/sql/utils.go
return string(*o.Lit) } return o.ID.String() } // getLastKeypathComponent checks if the given expression is a path // expression, and if so extracts the last dot separated component of // the path. Otherwise it returns false. func getLastKeypathComponent(e *Expression) (string, bool) { if len(e.And) > 1 || len(e.And[0].Condition) > 1 || e.And[0].Condition[0].Not != nil ||
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Nov 10 16:12:50 GMT 2021 - 3.6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 04:44:29 GMT 2026 - 12.5K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbFilenameFilterTest.java
@NullAndEmptySource @ValueSource(strings = { " \t\n" }) void handlesNullAndEmptyNames(String name) throws Exception { // Filter accepts only when name is exactly null, otherwise false SmbFilenameFilter filter = (dir, n) -> n == null; boolean result = filter.accept(mockDir, name); if (name == null) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 7.3K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/SortedMultiset.java
* instead of {@link Object#equals} to determine equivalence of instances. * * <p><b>Warning:</b> The comparison must be <i>consistent with equals</i> as explained by the * {@link Comparable} class specification. Otherwise, the resulting multiset will violate the {@link * Collection} contract, which is specified in terms of {@link Object#equals}. * * <p>See the Guava User Guide article on <a href=Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 5.4K bytes - Click Count (0) -
guava/src/com/google/common/collect/SortedMultiset.java
* instead of {@link Object#equals} to determine equivalence of instances. * * <p><b>Warning:</b> The comparison must be <i>consistent with equals</i> as explained by the * {@link Comparable} class specification. Otherwise, the resulting multiset will violate the {@link * Collection} contract, which is specified in terms of {@link Object#equals}. * * <p>See the Guava User Guide article on <a href=Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 5.4K bytes - Click Count (0)