Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 4,353 for unser (0.01 sec)

  1. src/main/java/org/codelibs/fess/app/service/FavoriteLogService.java

         * This method filters the input URL list to return only those URLs that the specified user
         * has marked as favorites.
         *
         * @param userCode the unique code identifying the user
         * @param urlList the list of URLs to check against the user's favorites
         * @return a list of URLs from the input list that are in the user's favorites, or an empty list if the user is not found or has no matching favorites
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/user/cbean/RoleCB.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.user.cbean;
    
    import org.codelibs.fess.opensearch.user.cbean.bs.BsRoleCB;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class RoleCB extends BsRoleCB {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 816 bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/opensearch/user/cbean/ca/UserCA.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.user.cbean.ca;
    
    import org.codelibs.fess.opensearch.user.cbean.ca.bs.BsUserCA;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class UserCA extends BsUserCA {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 822 bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/user/cbean/cq/RoleCQ.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.user.cbean.cq;
    
    import org.codelibs.fess.opensearch.user.cbean.cq.bs.BsRoleCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class RoleCQ extends BsRoleCQ {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 822 bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/opensearch/user/cbean/cq/UserCQ.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.user.cbean.cq;
    
    import org.codelibs.fess.opensearch.user.cbean.cq.bs.BsUserCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class UserCQ extends BsUserCQ {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 822 bytes
    - Viewed (0)
  6. src/test/java/org/codelibs/fess/entity/FessUserTest.java

            FessUser user = new TestFessUser(name, roles, groups, permissions);
    
            assertEquals(name, user.getName());
            assertArrayEquals(roles, user.getRoleNames());
            assertArrayEquals(groups, user.getGroupNames());
            assertArrayEquals(permissions, user.getPermissions());
            assertFalse(user.isEditable());
            assertFalse(user.refresh());
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/opensearch/user/bsentity/BsRole.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.user.bsentity;
    
    import java.time.LocalDateTime;
    import java.util.HashMap;
    import java.util.Map;
    
    import org.codelibs.fess.opensearch.user.allcommon.EsAbstractEntity;
    import org.codelibs.fess.opensearch.user.bsentity.dbmeta.RoleDbm;
    
    /**
     * ${table.comment}
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  8. guava/src/com/google/common/cache/RemovalCause.java

    /*
     * Copyright (C) 2011 The Guava Authors
     *
     * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
     * in compliance with the License. You may obtain a copy of the License at
     *
     * http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software distributed under the License
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 03:10:51 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/app/web/admin/role/AdminRoleAction.java

    /*
     * Copyright 2012-2025 CodeLibs Project and the Others.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *     http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 13.2K bytes
    - Viewed (0)
  10. src/test/java/org/codelibs/fess/helper/PermissionHelperTest.java

            assertEquals("******@****.***", permissionHelper.encode("{user}user@domain.com"));
            assertEquals("2group/subgroup", permissionHelper.encode("{group}group/subgroup"));
            assertEquals("RAdministrators", permissionHelper.encode("{role}Administrators"));
            assertEquals("D1user with spaces", permissionHelper.encode("(deny){user}user with spaces"));
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 13:41:04 UTC 2025
    - 13.7K bytes
    - Viewed (0)
Back to top