Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for userInfo (0.44 sec)

  1. cmd/site-replication.go

    	)
    	for dID, ss := range us {
    		if lastUpdate.IsZero() {
    			lastUpdate = ss.userInfo.UserInfo.UpdatedAt
    			latestID = dID
    			latestUserStat = ss
    		}
    		if !ss.userInfo.UserInfo.UpdatedAt.IsZero() && ss.userInfo.UserInfo.UpdatedAt.After(lastUpdate) {
    			lastUpdate = ss.userInfo.UserInfo.UpdatedAt
    			latestID = dID
    			latestUserStat = ss
    		}
    	}
    	if latestID != globalDeploymentID() {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_USER_FAVORITE = "{labels.userFavorite}";
    
        /** The key of the message: User Info */
        public static final String LABELS_USER_INFO = "{labels.userInfo}";
    
        /** The key of the message: JSON Response */
        public static final String LABELS_WEB_API_JSON = "{labels.webApiJson}";
    
        /** The key of the message: Web Config Name */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
Back to top