Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 71 - 80 of 107 for prea (0.03 seconds)

  1. src/main/java/org/codelibs/fess/app/web/admin/webconfig/AdminWebconfigAction.java

        /**
         * Displays the form for duplicating an existing web crawler configuration.
         *
         * @param id the ID of the web config to duplicate
         * @return HTML response for the web config creation form pre-populated with duplicated values
         */
        @Execute
        @Secured({ ROLE })
        public HtmlResponse duplicate(final String id) {
            saveToken();
            return asEditHtml().useForm(CreateForm.class, op -> {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 22.2K bytes
    - Click Count (0)
  2. src/main/webapp/js/admin/jquery-3.7.1.min.js

    this}return(i=C.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(ce):ce.makeArray(e,this)}).prototype=ce.fn,k=ce(C);var E=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}ce.fn.extend({has:function(e){var t=ce(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(ce.contains(this,t[e]))return!0})},closest:function(e,t){var...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:07:52 GMT 2024
    - 85.5K bytes
    - Click Count (1)
  3. src/main/webapp/css/bootstrap.min.css.map

    background-repeat: no-repeat;\n  background-position: 50%;\n  background-size: 100% 100%;\n}\n\n/* rtl:options: {\n  \"autoRename\": true,\n  \"stringMap\":[ {\n    \"name\"    : \"prev-next\",\n    \"search\"  : \"prev\",\n    \"replace\" : \"next\"\n  } ]\n} */\n.carousel-control-prev-icon {\n  background-image: escape-svg($carousel-control-prev-icon-bg);\n}\n.carousel-control-next-icon {\n  background-image: escape-svg($carousel-control-next-icon-bg);\n}\n\n// Optional indicator pips/controls\n//\n// Add a container...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 12 06:14:02 GMT 2025
    - 575.5K bytes
    - Click Count (0)
  4. src/main/webapp/css/admin/bootstrap.min.css

    :opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-cont...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 158.5K bytes
    - Click Count (0)
  5. src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientRebuildTest.java

            boolean useExistingIndicesSet = false;
    
            // Track document count calls to distinguish source vs backup
            private int getDocumentCountCallIndex = 0;
    
            // Track alias count calls to distinguish pre vs post rebuild
            private int getAliasCountCallIndex = 0;
    
            @Override
            public boolean createIndex(final String index, final String indexName) {
                calledMethods.add("createIndex");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 28.6K bytes
    - Click Count (0)
  6. src/main/resources/fess_label_ru.properties

    labels.spnego_login_conf=Login Config
    labels.spnego_login_client_module=Login Client Module
    labels.spnego_login_server_module=Login Server Module
    labels.spnego_preauth_username=Pre-Auth Username
    labels.spnego_preauth_password=Pre-Auth Password
    labels.spnego_allow_basic=Allow Basic Auth
    labels.spnego_allow_unsecure_basic=Allow Unsecure Basic Auth
    labels.spnego_prompt_ntlm=Prompt NTLM
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 66.6K bytes
    - Click Count (0)
  7. src/test/java/org/codelibs/fess/app/web/api/admin/scheduler/ApiAdminSchedulerActionTest.java

            assertNotNull(responseJobLogId);
            assertEquals(32, responseJobLogId.length());
            assertTrue(responseJobLogId.matches("[0-9a-f]{32}"));
    
            // Verify the pre-generated ID was passed to the job via launch params
            assertNotNull(capturedOption.get());
            assertEquals(responseJobLogId, capturedOption.get().getParameterMap().get(Constants.JOB_LOG_ID));
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:55:54 GMT 2026
    - 13K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/app/web/api/ApiResult.java

            }
        }
    
        /**
         * Represents an API response for a start job operation.
         */
        public static class ApiStartJobResponse extends ApiResponse {
            /** The pre-generated job log ID. Null when job logging is disabled. */
            protected String jobLogId;
    
            /**
             * Default constructor for ApiStartJobResponse.
             */
            public ApiStartJobResponse() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:55:54 GMT 2026
    - 25.8K bytes
    - Click Count (0)
  9. src/main/resources/fess_label_fr.properties

    labels.spnego_login_conf=Login Config
    labels.spnego_login_client_module=Login Client Module
    labels.spnego_login_server_module=Login Server Module
    labels.spnego_preauth_username=Pre-Auth Username
    labels.spnego_preauth_password=Pre-Auth Password
    labels.spnego_allow_basic=Allow Basic Auth
    labels.spnego_allow_unsecure_basic=Allow Unsecure Basic Auth
    labels.spnego_prompt_ntlm=Prompt NTLM
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 54.4K bytes
    - Click Count (0)
  10. src/main/resources/fess_label_nl.properties

    labels.spnego_login_conf=Login Config
    labels.spnego_login_client_module=Login Client Module
    labels.spnego_login_server_module=Login Server Module
    labels.spnego_preauth_username=Pre-Auth Username
    labels.spnego_preauth_password=Pre-Auth Password
    labels.spnego_allow_basic=Allow Basic Auth
    labels.spnego_allow_unsecure_basic=Allow Unsecure Basic Auth
    labels.spnego_prompt_ntlm=Prompt NTLM
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 51.3K bytes
    - Click Count (1)
Back to Top