検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 97 for SVN (0.006 sec.)
SVN 関数 9969
« 定義済み定数 svn_add » PHP Manual SVN SVN 関数 SVN 関数 目次 svn_add — Schedules the addition ... of an item in a working directory svn_auth_get_parameter — 認証パラメータを取得する svn_ ... auth_set_parameter — 認証パラメータを設定する svn_blame — ファイルの SVN blame を取得する svn_cat — ... リポジトリ内のファイルの内容を返す svn_checkout — リポジトリから作業コピーをチェックアウト ... する svn_cleanup — 作業コピーディレクトリを再帰的にクリーン ...
https://man.plustar.jp/php/ref.svn.html - [similar]
Subversion 9693
« SVMModel::save はじめに » PHP Manual その他のサービス Subversion Subversion はじめに インストー ... インストール手順 実行時設定 リソース型 定義済み定数 SVN 関数 svn_add — Schedules the addition of an item i ... n a working directory svn_auth_get_parameter — 認証パラメータを取得する svn_ ... auth_set_parameter — 認証パラメータを設定する svn_blame — ファイルの SVN blame を取得する svn_cat — ... リポジトリ内のファイルの内容を返す svn_checkout — リポジトリから作業コピーをチェックアウト ...
https://man.plustar.jp/php/book.svn.html - [similar]
定義済み定数 9510
« リソース型 SVN 関数 » PHP Manual SVN 定義済み定数 定義済み定数 以下の定数が定義されています。 ... 実行時に動的にロードされている場合のみ使用可能です。 SVN_REVISION_HEAD ( int ) HEAD リビジョンを指すマジック ... ナンバー (-1)。 svn_auth_set_parameter() で使用する定数 SVN_AUTH_PARAM ... 証で使用するデフォルトのユーザー名を表すプロパティ。 SVN_AUTH_PARAM_DEFAULT_PASSWORD ( string ) ベーシック認 ... 証で使用するデフォルトのパスワードを表すプロパティ。 SVN_AUTH_PARAM_NON_INTERACTIVE ( string ) SVN_AUTH_PAR ...
https://man.plustar.jp/php/svn.constants.html - [similar]
ファイルの SVN blame を取得する 8881
« svn_auth_set_parameter svn_cat » PHP Manual SVN 関数 ファイルの SVN blame を取得する svn_blame ... (PECL svn >= 0.3.0) svn_blame — ファイルの SVN blame を取得す ... る 説明 svn_blame ( string $repository_url , int $revision_no ... = SVN_REVISION_HEAD ): array リポジトリの URL を指定して ... 、ファイルの SVN blame を取得します。 パラメータ repository_url リポ ...
https://man.plustar.jp/php/function.svn-blame.html - [similar]
Export the contents of a SVN directory 8593
« svn_diff svn_fs_abort_txn » PHP Manual SVN 関数 Export the contents of a SVN directory svn_exp ... ort (PECL svn >= 0.3.0) svn_export — Export the contents of a SV ... N directory 説明 svn_export ( string $frompath , string $topath , bool ... true を、失敗した場合に false を返します。 例 例1 svn_export() example <?php $working_dir = '../' ; $new ... _working_dir = '/home/user/devel/foo/trunk' ; svn_export ( $working_dir , $new_working_dir ); ?> 参考 ...
https://man.plustar.jp/php/function.svn-export.html - [similar]
Revert changes to the working copy 8475
« svn_repos_recover svn_status » PHP Manual SVN 関数 Revert changes to the working copy svn_reve ... rt (PECL svn >= 0.3.0) svn_revert — Revert changes to the worki ... ng copy 説明 svn_revert ( string $path , bool $recursive = false ): ... 合に true を、失敗した場合に false を返します。 参考 svn_delete() - Delete items from a working copy or rep ... ository svn_export() - Export the contents of a SVN directory ...
https://man.plustar.jp/php/function.svn-revert.html - [similar]
Schedules the addition of an item in a working directory 8423
« SVN 関数 svn_auth_get_parameter » PHP Manual SVN 関数 Schedules the addition of an item in a w ... orking directory svn_add (PECL svn >= 0.1.0) svn_add — Schedules the ad ... dition of an item in a working directory 説明 svn_add ( string $path , bool $recursive = true , bool ... be added to the repository the next time you call svn_commit() on the working copy. パラメータ path Path ... true を、失敗した場合に false を返します。 例 例1 svn_add() example In a working directory where svn sta ...
https://man.plustar.jp/php/function.svn-add.html - [similar]
Returns the status of working copy files and directories 8423
« svn_revert svn_update » PHP Manual SVN 関数 Returns the status of working copy files and direc ... tories svn_status (PECL svn >= 0.1.0) svn_status — Returns th ... status of working copy files and directories 説明 svn_status ( string $path , int $flags = 0 ): array Re ... E__) を使用してください。 flags Any combination of Svn::NON_RECURSIVE , Svn::ALL (regardless of modificat ... ion status), Svn::SHOW_UPDATES (entries will be added for items tha ...
https://man.plustar.jp/php/function.svn-status.html - [similar]
Update working copy 8397
« svn_status TCP » PHP Manual SVN 関数 Update working copy svn_update (PECL svn >= 0.1.0) svn_up ... date — Update working copy 説明 svn_update ( string $path , int $revno = SVN_REVISION_ ... い。 revno Revision number to update to, default is SVN_REVISION_HEAD . recurse Whether or not to recursiv ... onstrates basic usage of this function: <?php echo svn_update ( realpath ( 'working-copy' )); ?> 上の例の ... ります。 この関数は自己責任で使用してください。 参考 svn_checkout() - リポジトリから作業コピーをチェックアウ ...
https://man.plustar.jp/php/function.svn-update.html - [similar]
SVN クライアントライブラリのバージョンを返す 8370
« svn_cleanup svn_commit » PHP Manual SVN 関数 SVN クライアントライブラリのバージョンを返す svn_ ... client_version (PECL svn >= 0.1.0) svn_client_version — SVN クライアントライ ... ブラリのバージョンを返す 説明 svn_client_version (): string SVN クライアントライブラ ... .y.z 形式となります。 例 例1 基本的な例 <?php echo svn_client_version (); ?> 上の例の出力は、 たとえば以下 ... の関数は自己責任で使用してください。 関連キーワード: SVN , バージョン , ライブラリ , 関数 , version , パラメ ...
https://man.plustar.jp/php/function.svn-client-version.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT