Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for dashboard (0.28 sec)

  1. src/main/java/org/codelibs/fess/app/web/base/FessLoginAction.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.base;
    
    import org.codelibs.fess.app.web.admin.AdminAction;
    import org.codelibs.fess.app.web.admin.dashboard.AdminDashboardAction;
    import org.codelibs.fess.mylasta.action.FessUserBean;
    import org.lastaflute.web.response.HtmlResponse;
    
    public abstract class FessLoginAction extends FessSearchAction {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 1.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/dashboard/AdminDashboardAction.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.admin.dashboard;
    
    import javax.annotation.Resource;
    
    import org.codelibs.fess.annotation.Secured;
    import org.codelibs.fess.api.engine.SearchEngineApiManager;
    import org.codelibs.fess.app.web.base.FessAdminAction;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.7K bytes
    - Viewed (0)
  3. samples/slack/src/main/java/okhttp3/slack/SlackApi.java

    import okio.ByteString;
    
    /**
     * API access to the <a href="https://api.slack.com/apps">Slack API</a> as an application. One
     * instance of this class may operate without a user, or on behalf of many users. Use the Slack API
     * dashboard to create a client ID and secret for this application.
     *
     * <p>You must configure your Slack API OAuth and Permissions page with a localhost URL like {@code
    Java
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Fri Jul 06 19:30:55 GMT 2018
    - 4.4K bytes
    - Viewed (1)
  4. src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java

    import org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction;
    import org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction;
    import org.codelibs.fess.app.web.admin.dashboard.AdminDashboardAction;
    import org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction;
    import org.codelibs.fess.app.web.admin.design.AdminDesignAction;
    import org.codelibs.fess.app.web.admin.dict.AdminDictAction;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 18.7K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. design */
        String ONLINE_HELP_NAME_DESIGN = "online.help.name.design";
    
        /** The key of the configuration. e.g. dashboard */
        String ONLINE_HELP_NAME_DASHBOARD = "online.help.name.dashboard";
    
        /** The key of the configuration. e.g. webauth */
        String ONLINE_HELP_NAME_WEBAUTH = "online.help.name.webauth";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  6. src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

        HtmlNext path_AdminCrawlinginfo_AdminCrawlinginfoDetailsJsp = new HtmlNext("/admin/crawlinginfo/admin_crawlinginfo_details.jsp");
    
        /** The path of the HTML: /admin/dashboard/admin_dashboard.jsp */
        HtmlNext path_AdminDashboard_AdminDashboardJsp = new HtmlNext("/admin/dashboard/admin_dashboard.jsp");
    
        /** The path of the HTML: /admin/dataconfig/admin_dataconfig.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 (0)
  7. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

        String QUERY_HIGHLIGHT_BOUNDARY_CHARS = "queryHighlightBoundaryChars";
    
        String QUERY_TRACK_TOTAL_HITS_VALUE = "queryTrackTotalHitsValue";
    
        String CORS_ALLOW_ORIGIN = "CorsAllowOrigin";
    
        String API_DASHBOARD_RESPONSE_HEADER_LIST = "apiDashboardResponseHeaderList";
    
        String API_JSON_RESPONSE_HEADER_LIST = "apiJsonResponseHeaderList";
    
        String API_GSA_RESPONSE_HEADER_LIST = "apiGsaResponseHeaderList";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 85K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Scheduler */
        public static final String LABELS_menu_scheduler_config = "{labels.menu_scheduler_config}";
    
        /** The key of the message: Dashboard */
        public static final String LABELS_menu_dashboard_config = "{labels.menu_dashboard_config}";
    
        /** The key of the message: Page Design */
        public static final String LABELS_menu_design = "{labels.menu_design}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top