- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 573 for registers (0.11 seconds)
-
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/AdminFileconfigAction.java
}); } /** * Registers roles and labels for the dropdown lists. * * @param data the render data */ protected void registerRolesAndLabels(final RenderData data) { RenderDataUtil.register(data, "labelSettingEnabled", fessConfig.isFormAdminLabelInConfigEnabled()); RenderDataUtil.register(data, "roleTypeItems", roleTypeService.getRoleTypeList());Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 19.9K bytes - Click Count (0) -
src/main/java/jcifs/smb1/netbios/NbtAddress.java
* --------------------------------------------- * JMORRIS2 <00> UNIQUE Registered * BILLING-NY <00> GROUP Registered * JMORRIS2 <03> UNIQUE Registered * JMORRIS2 <20> UNIQUE Registered * BILLING-NY <1E> GROUP Registered * JMORRIS <03> UNIQUE Registered * * MAC Address = 00-B0-34-21-FA-3B * </pre>
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 31.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/user/AdminUserAction.java
}); } /** * Registers pagination and user list data for rendering the user search results. * * @param data the render data container to populate * @param form the search form containing pagination parameters */ protected void searchPaging(final RenderData data, final SearchForm form) { RenderDataUtil.register(data, "userItems", userService.getUserList(userPager)); // page naviCreated: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 19.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/elevateword/AdminElevatewordAction.java
return entity; }); } /** * Registers label type data for rendering in the view. * * @param data render data to populate with label information */ protected void registerLabels(final RenderData data) { RenderDataUtil.register(data, "labelTypeItems", labelTypeService.getLabelTypeList()); }Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 22.2K bytes - Click Count (0) -
internal/logger/logger.go
// IsJSON - returns true if jsonFlag is true func IsJSON() bool { return jsonFlag } // IsQuiet - returns true if quietFlag is true func IsQuiet() bool { return quietFlag } // RegisterError registers the specified rendering function. This latter // will be called for a pretty rendering of fatal errors. func RegisterError(f func(string, error, bool) string) { errorFmtFunc = f }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 12.4K bytes - Click Count (0) -
guava/src/com/google/common/util/concurrent/Service.java
* * @throws IllegalStateException if this service's state isn't {@linkplain State#FAILED FAILED}. * @since 14.0 */ Throwable failureCause(); /** * Registers a {@link Listener} to be {@linkplain Executor#execute executed} on the given * executor. The listener will have the corresponding transition method called whenever the
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 03:10:51 GMT 2024 - 12.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
/** Flag indicating whether thumbnail generation is enabled. */ protected boolean thumbnailSupport; /** * Hook method called before action execution. Sets up search-related flags and * registers popular words if enabled. * * @param runtime the action runtime context * @return the action response, or null to continue with normal processing */ @OverrideCreated: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 13.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java
RenderDataUtil.register(data, "appendHighlightParams", appendHighlightParams); RenderDataUtil.register(data, "execTime", execTime); RenderDataUtil.register(data, "pageSize", pageSize); RenderDataUtil.register(data, "currentPageNumber", currentPageNumber); RenderDataUtil.register(data, "allRecordCount", allRecordCount);
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 22.7K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
* Initializes the SPNEGO authenticator and registers it with the SSO manager. * This method is called automatically after dependency injection is complete. */ @PostConstruct public void init() { if (logger.isDebugEnabled()) { logger.debug("Initializing {}", this.getClass().getSimpleName()); } ComponentUtil.getSsoManager().register(this); } /**Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 17.8K bytes - Click Count (3) -
src/main/java/org/codelibs/fess/helper/UserInfoHelper.java
*/ protected String getId() { return UUID.randomUUID().toString().replace("-", StringUtil.EMPTY); } /** * Updates the user session with the provided user code. * This method registers the user info with the search log helper and updates the cookie. * * @param userCode the user code to associate with the session */ protected void updateUserSessionId(final String userCode) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 14.9K bytes - Click Count (0)