Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 89 for Cole (0.13 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

        /** The path of the HTML: /admin/role/admin_role.jsp */
        HtmlNext path_AdminRole_AdminRoleJsp = new HtmlNext("/admin/role/admin_role.jsp");
    
        /** The path of the HTML: /admin/role/admin_role_details.jsp */
        HtmlNext path_AdminRole_AdminRoleDetailsJsp = new HtmlNext("/admin/role/admin_role_details.jsp");
    
        /** The path of the HTML: /admin/role/admin_role_edit.jsp */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 26.4K bytes
    - Viewed (2)
  2. internal/config/identity/plugin/config.go

    const (
    	URL        = "url"
    	AuthToken  = "auth_token"
    	RolePolicy = "role_policy"
    	RoleID     = "role_id"
    
    	EnvIdentityPluginURL        = "MINIO_IDENTITY_PLUGIN_URL"
    	EnvIdentityPluginAuthToken  = "MINIO_IDENTITY_PLUGIN_AUTH_TOKEN"
    	EnvIdentityPluginRolePolicy = "MINIO_IDENTITY_PLUGIN_ROLE_POLICY"
    	EnvIdentityPluginRoleID     = "MINIO_IDENTITY_PLUGIN_ROLE_ID"
    )
    
    var (
    	// DefaultKVS - default config for AuthN plugin config
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 13.3K bytes
    - Viewed (3)
  3. src/main/java/org/codelibs/fess/taglib/FessFunctions.java

        }
    
        public static boolean hasActionRole(final String role) {
            final String[] roles;
            if (role.endsWith(FessAdminAction.VIEW)) {
                roles = new String[] { role, role.substring(0, role.length() - FessAdminAction.VIEW.length()) };
            } else {
                roles = new String[] { role };
            }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.9K bytes
    - Viewed (0)
  4. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/AbstractGradleViolationRule.groovy

                    <br>
                    <p>
                    If you did this intentionally, please accept the change and provide an explanation:
                    <a class="btn btn-info" role="button" data-toggle="collapse" href="#accept-${changeId}" aria-expanded="false" aria-controls="collapseExample">Accept this change</a>
                    <div class="collapse" id="accept-${changeId}">
                      <div class="well">
    Groovy
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Apr 23 08:40:36 GMT 2024
    - 10.4K bytes
    - Viewed (0)
  5. src/main/resources/fess_label.properties

    labels.user_configuration=User
    labels.user_list_name=Name
    labels.user_password=Password
    labels.user_confirm_password=Confirm
    labels.user_title_details=User
    labels.role_configuration=Role
    labels.role_list_name=Name
    labels.role_name=Name
    labels.role_title_details=Role
    labels.group_configuration=Group
    labels.group_list_name=Name
    labels.group_name=Name
    labels.group_title_details=Group
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  6. src/main/resources/fess_label_en.properties

    labels.user_configuration=User
    labels.user_list_name=Name
    labels.user_password=Password
    labels.user_confirm_password=Confirm
    labels.user_title_details=User
    labels.role_configuration=Role
    labels.role_list_name=Name
    labels.role_name=Name
    labels.role_title_details=Role
    labels.group_configuration=Group
    labels.group_list_name=Name
    labels.group_name=Name
    labels.group_title_details=Group
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ko.properties

    labels.user_configuration = 사용자
    labels.user_list_name = 이름
    labels.user_password = 비밀번호
    labels.user_confirm_password = 비밀번호 (확인)
    labels.user_title_details = 사용자
    labels.role_configuration = 역할(Role)
    labels.role_list_name = 이름
    labels.role_name = 이름
    labels.role_title_details = 역할(Role)
    labels.group_configuration = 그룹
    labels.group_list_name = 이름
    labels.group_name = 이름
    labels.group_title_details = 그룹
    labels.crud_button_create = 작성
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  8. maven-core/src/main/java/org/apache/maven/DefaultMaven.java

            }
        }
    
        private <T> Collection<T> getExtensionComponents(Collection<MavenProject> projects, Class<T> role) {
            Collection<T> foundComponents = new LinkedHashSet<>();
            foundComponents.addAll(lookup.lookupList(role));
            foundComponents.addAll(getProjectScopedExtensionComponents(projects, role));
            return foundComponents;
        }
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 27.5K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/app/web/admin/upgrade/AdminUpgradeAction.java

        protected String getActionRole() {
            return ROLE;
        }
    
        // ===================================================================================
        //                                                                      Search Execute
        //                                                                      ==============
    
        @Execute
        @Secured({ ROLE, ROLE + VIEW })
        public HtmlResponse index() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Apr 13 11:43:03 GMT 2024
    - 46.9K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_ru.properties

    labels.user_configuration=User
    labels.user_list_name=Name
    labels.user_password=Password
    labels.user_confirm_password=Confirm
    labels.user_title_details=User
    labels.role_configuration=Role
    labels.role_list_name=Name
    labels.role_name=Name
    labels.role_title_details=Role
    labels.group_configuration=group
    labels.group_list_name=Name
    labels.group_name=Name
    labels.group_title_details=Group
    labels.crud_button_create=Create
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
Back to top