Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 133 of 133 for upgrades (0.05 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        String getOnlineHelpNameBackup();
    
        /**
         * Get the value for the key 'online.help.name.upgrade'. <br>
         * The value is, e.g. upgrade <br>
         * comment: Online help key for upgrade.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getOnlineHelpNameUpgrade();
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  2. docs/ja/docs/virtual-environments.md

    /// tip | 豆知識
    
    通常、これは仮想環境を作成した直後に**一度だけ**実行します。
    
    ///
    
    仮想環境が有効であることを(上で説明したコマンドで)確認し、アップグレードを実行しましょう:
    
    <div class="termy">
    
    ```console
    $ python -m pip install --upgrade pip
    
    ---> 100%
    ```
    
    </div>
    
    ## `.gitignore` を追加する
    
    **Git**を使用している場合(使用するべきでしょう)、 `.gitignore` ファイルを追加して、 `.venv` 内のあらゆるファイルをGitの管理対象から除外します。
    
    /// tip | 豆知識
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Mar 19 12:22:33 UTC 2025
    - 27.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Home Directory */
        public static final String LABELS_HOME_DIRECTORY = "{labels.homeDirectory}";
    
        /** The key of the message: Upgrade */
        public static final String LABELS_upgrade_title_configuration = "{labels.upgrade_title_configuration}";
    
        /** The key of the message: Data Migration */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
Back to top