- Sort Score
- Result 10 results
- Languages All
Results 411 - 420 of 844 for dana (0.03 sec)
-
src/main/java/org/codelibs/fess/util/FacetResponse.java
* Constructs a FacetResponse from OpenSearch aggregations. * Processes both field facets and query facets from the aggregation results. * * @param aggregations the OpenSearch aggregations containing facet data */ public FacetResponse(final Aggregations aggregations) { aggregations.forEach(aggregation -> { if (aggregation.getName().startsWith(Constants.FACET_FIELD_PREFIX)) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/FavoriteLogService.java
* using the provided lambda function to populate the favorite log data. * * @param userCode the unique code identifying the user * @param favoriteLogLambda a lambda function that accepts UserInfo and FavoriteLog to populate the favorite log data * @return true if the URL was successfully added to favorites, false if the user was not found */
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/main/java/org/codelibs/fess/app/web/api/admin/joblog/ApiAdminJoblogAction.java
// Attribute // ========= /** Service for managing job log data */ @Resource private JobLogService jobLogService; // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 5.6K bytes - Viewed (0) -
docs/fr/docs/benchmarks.md
* De ce fait, en utilisant FastAPI on minimise le temps de développement, les bugs, le nombre de lignes de code, et on...
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Thu Jul 27 18:49:56 UTC 2023 - 3.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/WinError.java
int ERROR_PIPE_BUSY = 231; /** The pipe is being closed */ int ERROR_NO_DATA = 232; /** No process is on the other end of the pipe */ int ERROR_PIPE_NOT_CONNECTED = 233; /** More data is available */ int ERROR_MORE_DATA = 234; /** The service is not installed */ int ERROR_SERVICE_NOT_INSTALLED = 2184; /** The list of servers for this workgroup is not currently available */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/persistent/DurableHandleReconnect.java
*/ public byte[] getFileId() { return Arrays.copyOf(fileId, 16); } @Override public int size() { // Context header (16) + name length (4) + padding to 8-byte alignment + data (16) return 16 + 4 + 4 + STRUCTURE_SIZE; } @Override public int encode(byte[] dst, int dstIndex) { int start = dstIndex; // Write context header
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans/nt/FileNotifyInformationImpl.java
} /** * Constructs a file notify information from the given buffer. * * @param buffer the buffer containing the notification data * @param bufferIndex the starting index in the buffer * @param len the length of data to decode * @throws IOException if an I/O error occurs during decoding */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/WinError.java
int ERROR_PIPE_BUSY = 231; /** The pipe is being closed */ int ERROR_NO_DATA = 232; /** No process is on the other end of the pipe */ int ERROR_PIPE_NOT_CONNECTED = 233; /** More data is available */ int ERROR_MORE_DATA = 234; /** The list of servers for this workgroup is not currently available */ int ERROR_NO_BROWSER_SERVERS_FOUND = 6118; /** Array of Windows error codes */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.7K bytes - Viewed (0) -
tensorflow/c/c_api_experimental_test.cc
TF_Status* status = TF_NewStatus(); TF_Buffer* result = TFE_GetServerDef(expected_text_proto.c_str(), status); EXPECT_EQ(TF_GetCode(status), TF_OK); ServerDef actual; ASSERT_TRUE(actual.ParseFromArray(result->data, result->length)); string actual_text_proto; tensorflow::protobuf::TextFormat::PrintToString(actual, &actual_text_proto); EXPECT_EQ(expected_text_proto, actual_text_proto);
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue Jan 17 22:27:52 UTC 2023 - 13.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java
logger.debug("store {} in session", stateData); } stateMap.put(state, stateData); } /** * Processes authentication data from the OAuth2 callback. * @param request The HTTP servlet request containing authentication data. * @return The login credential or null if processing fails. */ protected LoginCredential processAuthenticationData(final HttpServletRequest request) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 28 09:13:08 UTC 2025 - 37.3K bytes - Viewed (0)