Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 41 for Girard (0.33 sec)

  1. src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard.jsp

                                    <la:message key="labels.wizard_start_title"/>
                                </la:link></li>
                            </ol>
                        </div>
                    </div>
                </div>
            </div>
            <section class="content">
                <la:form action="/admin/wizard/">
                    <div class="row">
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 3.5K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard_start.jsp

                                    <la:message key="labels.wizard_start_title"/>
                                </la:link></li>
                                <li class="breadcrumb-item"><la:message key="labels.wizard_crawling_config_title"/></li>
                                <li class="breadcrumb-item active"><la:message
                                        key="labels.wizard_start_crawling_title"/></li>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 4K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard_config.jsp

                                <li class="breadcrumb-item"><la:link href="/admin/wizard/">
                                    <la:message key="labels.wizard_start_title"/>
                                </la:link></li>
                                <li class="breadcrumb-item active"><la:message
                                        key="labels.wizard_crawling_config_title"/></li>
                            </ol>
                        </div>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 6.6K bytes
    - Viewed (0)
  4. docs/integrations/veeam/README.md

    - Follow through the wizard as above for Veeam Backup and Replication as the steps are the same between both products
    
    - Under Backup Infrastructure -> Backup Repositories, right click and "Add Backup Repository"
    
    - Follow the wizard.  Under the "Object Storage Backup Repository" section, choose the MinIO object storage you created above
    
    Plain Text
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 5.4K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ja.properties

    labels.data_crawling_button_create_job=新しいジョブの作成
    labels.wizard_title_configuration=構成ウィザード
    labels.wizard_start_title=簡易セットアップ
    labels.wizard_start_desc=構成ウィザードを使用して、簡単にクロール設定を作成することができます。
    labels.wizard_start_button=設定の開始
    labels.wizard_button_cancel=キャンセル
    labels.wizard_crawling_config_title=クロールの設定
    labels.wizard_crawling_setting_title=クロールの設定
    labels.wizard_crawling_config_name=名前
    labels.wizard_crawling_config_path=クロールパス
    Properties
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  6. src/main/resources/fess_label_ru.properties

    labels.data_crawling_button_create_job=Create new job
    labels.wizard_title_configuration=Configuration Wizard
    labels.wizard_start_title=Quick Setup
    labels.wizard_start_desc=Using Configuration Wizard, you can create crawling settings easily.
    labels.wizard_start_button=Start Configuration
    labels.wizard_button_cancel=Cancel
    labels.wizard_crawling_config_title=Crawling Configuration
    labels.wizard_crawling_setting_title=Crawling Settings
    Properties
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_label.properties

    labels.data_crawling_button_create_job=Create new job
    labels.wizard_title_configuration=Configuration Wizard
    labels.wizard_start_title=Quick Setup
    labels.wizard_start_desc=Using Configuration Wizard, you can create crawling settings easily.
    labels.wizard_start_button=Start Configuration
    labels.wizard_button_cancel=Cancel
    labels.wizard_crawling_config_title=Crawling Configuration
    labels.wizard_crawling_setting_title=Crawling Settings
    Properties
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  8. src/main/resources/fess_label_en.properties

    labels.data_crawling_button_create_job=Create new job
    labels.wizard_title_configuration=Configuration Wizard
    labels.wizard_start_title=Quick Setup
    labels.wizard_start_desc=Using Configuration Wizard, you can create crawling settings easily.
    labels.wizard_start_button=Start Configuration
    labels.wizard_button_cancel=Cancel
    labels.wizard_crawling_config_title=Crawling Configuration
    labels.wizard_crawling_setting_title=Crawling Settings
    Properties
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

        /** The path of the HTML: /admin/wizard/admin_wizard.jsp */
        HtmlNext path_AdminWizard_AdminWizardJsp = new HtmlNext("/admin/wizard/admin_wizard.jsp");
    
        /** The path of the HTML: /admin/wizard/admin_wizard_config.jsp */
        HtmlNext path_AdminWizard_AdminWizardConfigJsp = new HtmlNext("/admin/wizard/admin_wizard_config.jsp");
    
        /** The path of the HTML: /admin/wizard/admin_wizard_start.jsp */
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 26.4K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/web/admin/wizard/IndexForm.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;
    
    public class IndexForm {
    
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 698 bytes
    - Viewed (0)
Back to top