Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 35 for wizard (0.06 seconds)

  1. src/main/resources/fess_label_en.properties

    labels.handler_script=Script
    labels.data_crawling_button_create=Create
    labels.data_crawling_button_create_job=Create New Job
    labels.wizard_title_configuration=Configuration Wizard
    labels.wizard_start_title=Easy Setup
    labels.wizard_start_desc=You can create a crawl setting easily by using Configuration Wizard.
    labels.wizard_start_button=Start Setup
    labels.wizard_button_cancel=Cancel
    labels.wizard_crawling_config_title=Crawl Config
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.9K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.java

            assertEquals("/admin/general/admin_general.jsp", FessHtmlPath.path_AdminGeneral_AdminGeneralJsp.getRoutingPath());
            assertEquals("/admin/wizard/admin_wizard.jsp", FessHtmlPath.path_AdminWizard_AdminWizardJsp.getRoutingPath());
            assertEquals("/index.jsp", FessHtmlPath.path_IndexJsp.getRoutingPath());
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 13.1K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/helper/ProtocolHelper.java

                    || url.startsWith("gcs:");
        }
    
        /**
         * Checks if the given path has a known protocol prefix that should not be converted.
         * Used to determine if path conversion is needed in the wizard.
         *
         * @param path the path to check
         * @return true if the path has a known protocol prefix
         */
        public boolean hasKnownProtocol(final String path) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 13:59:25 GMT 2026
    - 12.4K bytes
    - Click Count (1)
  4. src/main/resources/fess_label.properties

    labels.handler_script=Script
    labels.data_crawling_button_create=Create
    labels.data_crawling_button_create_job=Create New Job
    labels.wizard_title_configuration=Configuration Wizard
    labels.wizard_start_title=Easy Setup
    labels.wizard_start_desc=You can create a crawl setting easily by using Configuration Wizard.
    labels.wizard_start_button=Start Setup
    labels.wizard_button_cancel=Cancel
    labels.wizard_crawling_config_title=Crawl Config
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.9K bytes
    - Click Count (0)
  5. src/main/resources/fess_message.properties

    errors.design_file_name_is_invalid = The file name is invalid.
    errors.design_file_is_unsupported_type = This file type is unsupported.
    errors.failed_to_create_crawling_config_at_wizard = Failed to create a crawling config at a wizard.
    errors.design_editor_disabled = This feature is disabled.
    errors.not_found_on_file_system = Not found. Cause: {0}
    errors.could_not_open_on_system = Could not open {0}.<br>Please check if the file is associated with an application.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.4K bytes
    - Click Count (0)
  6. src/main/resources/fess_message_en.properties

    errors.design_file_name_is_invalid = The file name is invalid.
    errors.design_file_is_unsupported_type = This file type is unsupported.
    errors.failed_to_create_crawling_config_at_wizard = Failed to create a crawling config at a wizard.
    errors.design_editor_disabled = This feature is disabled.
    errors.not_found_on_file_system = Not found. Cause: {0}
    errors.could_not_open_on_system = Could not open {0}.<br>Please check if the file is associated with an application.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.4K bytes
    - Click Count (0)
  7. src/main/resources/fess_config.properties

    # Online help key for related query.
    online.help.name.relatedquery=relatedquery
    # Online help key for related content.
    online.help.name.relatedcontent=relatedcontent
    # Online help key for wizard.
    online.help.name.wizard=wizard
    # Online help key for bad word.
    online.help.name.badword=badword
    # Online help key for path mapping.
    online.help.name.pathmap=pathmap
    # Online help key for boost document.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Configuration Wizard */
        public static final String LABELS_wizard_title_configuration = "{labels.wizard_title_configuration}";
    
        /** The key of the message: Easy Setup */
        public static final String LABELS_wizard_start_title = "{labels.wizard_start_title}";
    
        /** The key of the message: You can create a crawl setting easily by using Configuration Wizard. */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 172.6K bytes
    - Click Count (0)
  9. src/main/resources/fess_message_nl.properties

    errors.design_file_name_is_invalid = Bestandsnaam is ongeldig.
    errors.design_file_is_unsupported_type = Dit bestandstype wordt niet ondersteund.
    errors.failed_to_create_crawling_config_at_wizard = Kan de crawlconfiguratie niet maken in de wizard.
    errors.design_editor_disabled = Deze functie is uitgeschakeld.
    errors.not_found_on_file_system = Niet gevonden. Oorzaak: {0}
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.9K bytes
    - Click Count (0)
  10. src/test/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardActionTest.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.wizard;
    
    import org.codelibs.fess.helper.ProtocolHelper;
    import org.codelibs.fess.mylasta.direction.FessConfig;
    import org.codelibs.fess.unit.UnitFessTestCase;
    import org.codelibs.fess.util.ComponentUtil;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 9.9K bytes
    - Click Count (0)
Back to Top