From 2a13d8647bd9f0ef47fc0d2efe28590aedc1d75f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 May 2016 10:05:05 +0200 Subject: php-pecl-svn: 1.0.3 (php 5 only, new package) --- REFLECTION | 442 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 442 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..7f33ff0 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,442 @@ +Extension [ extension #165 svn version 1.0.3 ] { + + - Constants [60] { + Constant [ string SVN_AUTH_PARAM_DEFAULT_USERNAME ] { svn:auth:username } + Constant [ string SVN_AUTH_PARAM_DEFAULT_PASSWORD ] { svn:auth:password } + Constant [ string SVN_AUTH_PARAM_NON_INTERACTIVE ] { svn:auth:non-interactive } + Constant [ string SVN_AUTH_PARAM_DONT_STORE_PASSWORDS ] { svn:auth:dont-store-passwords } + Constant [ string SVN_AUTH_PARAM_NO_AUTH_CACHE ] { svn:auth:no-auth-cache } + Constant [ string SVN_AUTH_PARAM_SSL_SERVER_FAILURES ] { svn:auth:ssl:failures } + Constant [ string SVN_AUTH_PARAM_SSL_SERVER_CERT_INFO ] { svn:auth:ssl:cert-info } + Constant [ string SVN_AUTH_PARAM_CONFIG ] { svn:auth:config-category-servers } + Constant [ string SVN_AUTH_PARAM_SERVER_GROUP ] { svn:auth:server-group } + Constant [ string SVN_AUTH_PARAM_CONFIG_DIR ] { svn:auth:config-dir } + Constant [ string PHP_SVN_AUTH_PARAM_IGNORE_SSL_VERIFY_ERRORS ] { php:svn:auth:ignore-ssl-verify-errors } + Constant [ string SVN_FS_CONFIG_FS_TYPE ] { fs-type } + Constant [ string SVN_FS_TYPE_BDB ] { bdb } + Constant [ string SVN_FS_TYPE_FSFS ] { fsfs } + Constant [ string SVN_PROP_REVISION_DATE ] { svn:date } + Constant [ string SVN_PROP_REVISION_ORIG_DATE ] { svn:original-date } + Constant [ string SVN_PROP_REVISION_AUTHOR ] { svn:author } + Constant [ string SVN_PROP_REVISION_LOG ] { svn:log } + Constant [ integer SVN_REVISION_INITIAL ] { 1 } + Constant [ integer SVN_REVISION_HEAD ] { -1 } + Constant [ integer SVN_REVISION_BASE ] { -2 } + Constant [ integer SVN_REVISION_COMMITTED ] { -3 } + Constant [ integer SVN_REVISION_PREV ] { -4 } + Constant [ integer SVN_REVISION_UNSPECIFIED ] { -5 } + Constant [ integer SVN_NON_RECURSIVE ] { 1 } + Constant [ integer SVN_DISCOVER_CHANGED_PATHS ] { 2 } + Constant [ integer SVN_OMIT_MESSAGES ] { 4 } + Constant [ integer SVN_STOP_ON_COPY ] { 8 } + Constant [ integer SVN_ALL ] { 16 } + Constant [ integer SVN_SHOW_UPDATES ] { 32 } + Constant [ integer SVN_NO_IGNORE ] { 64 } + Constant [ integer SVN_IGNORE_EXTERNALS ] { 128 } + Constant [ integer SVN_DEPTH_UNKNOWN ] { -2 } + Constant [ integer SVN_DEPTH_EXCLUDE ] { -1 } + Constant [ integer SVN_DEPTH_EMPTY ] { 0 } + Constant [ integer SVN_DEPTH_FILES ] { 1 } + Constant [ integer SVN_DEPTH_IMMEDIATES ] { 2 } + Constant [ integer SVN_DEPTH_INFINITY ] { 3 } + Constant [ integer SVN_WC_STATUS_NONE ] { 1 } + Constant [ integer SVN_WC_STATUS_UNVERSIONED ] { 2 } + Constant [ integer SVN_WC_STATUS_NORMAL ] { 3 } + Constant [ integer SVN_WC_STATUS_ADDED ] { 4 } + Constant [ integer SVN_WC_STATUS_MISSING ] { 5 } + Constant [ integer SVN_WC_STATUS_DELETED ] { 6 } + Constant [ integer SVN_WC_STATUS_REPLACED ] { 7 } + Constant [ integer SVN_WC_STATUS_MODIFIED ] { 8 } + Constant [ integer SVN_WC_STATUS_MERGED ] { 9 } + Constant [ integer SVN_WC_STATUS_CONFLICTED ] { 10 } + Constant [ integer SVN_WC_STATUS_IGNORED ] { 11 } + Constant [ integer SVN_WC_STATUS_OBSTRUCTED ] { 12 } + Constant [ integer SVN_WC_STATUS_EXTERNAL ] { 13 } + Constant [ integer SVN_WC_STATUS_INCOMPLETE ] { 14 } + Constant [ integer SVN_NODE_NONE ] { 0 } + Constant [ integer SVN_NODE_FILE ] { 1 } + Constant [ integer SVN_NODE_DIR ] { 2 } + Constant [ integer SVN_NODE_UNKNOWN ] { 3 } + Constant [ integer SVN_WC_SCHEDULE_NORMAL ] { 0 } + Constant [ integer SVN_WC_SCHEDULE_ADD ] { 1 } + Constant [ integer SVN_WC_SCHEDULE_DELETE ] { 2 } + Constant [ integer SVN_WC_SCHEDULE_REPLACE ] { 3 } + } + + - Functions { + Function [ function svn_checkout ] { + } + Function [ function svn_cat ] { + } + Function [ function svn_ls ] { + } + Function [ function svn_log ] { + } + Function [ function svn_auth_set_parameter ] { + } + Function [ function svn_auth_get_parameter ] { + } + Function [ function svn_client_version ] { + } + Function [ function svn_config_ensure ] { + } + Function [ function svn_diff ] { + } + Function [ function svn_cleanup ] { + } + Function [ function svn_revert ] { + } + Function [ function svn_resolved ] { + } + Function [ function svn_commit ] { + } + Function [ function svn_lock ] { + } + Function [ function svn_unlock ] { + } + Function [ function svn_add ] { + } + Function [ function svn_status ] { + } + Function [ function svn_update ] { + } + Function [ function svn_update2 ] { + } + Function [ function svn_import ] { + } + Function [ function svn_info ] { + } + Function [ function svn_export ] { + } + Function [ function svn_copy ] { + } + Function [ function svn_switch ] { + } + Function [ function svn_blame ] { + } + Function [ function svn_delete ] { + } + Function [ function svn_mkdir ] { + } + Function [ function svn_move ] { + } + Function [ function svn_proplist ] { + } + Function [ function svn_propget ] { + } + Function [ function svn_propset ] { + } + Function [ function svn_prop_delete ] { + } + Function [ function svn_revprop_get ] { + } + Function [ function svn_revprop_set ] { + } + Function [ function svn_revprop_delete ] { + } + Function [ function svn_repos_create ] { + } + Function [ function svn_repos_recover ] { + } + Function [ function svn_repos_hotcopy ] { + } + Function [ function svn_repos_open ] { + } + Function [ function svn_repos_fs ] { + } + Function [ function svn_repos_fs_begin_txn_for_commit ] { + } + Function [ function svn_repos_fs_commit_txn ] { + } + Function [ function svn_fs_revision_root ] { + } + Function [ function svn_fs_check_path ] { + } + Function [ function svn_fs_revision_prop ] { + } + Function [ function svn_fs_dir_entries ] { + } + Function [ function svn_fs_node_created_rev ] { + } + Function [ function svn_fs_youngest_rev ] { + } + Function [ function svn_fs_file_contents ] { + } + Function [ function svn_fs_file_length ] { + } + Function [ function svn_fs_txn_root ] { + } + Function [ function svn_fs_make_file ] { + } + Function [ function svn_fs_make_dir ] { + } + Function [ function svn_fs_apply_text ] { + } + Function [ function svn_fs_copy ] { + } + Function [ function svn_fs_delete ] { + } + Function [ function svn_fs_begin_txn2 ] { + } + Function [ function svn_fs_is_dir ] { + } + Function [ function svn_fs_is_file ] { + } + Function [ function svn_fs_node_prop ] { + } + Function [ function svn_fs_change_node_prop ] { + } + Function [ function svn_fs_contents_changed ] { + } + Function [ function svn_fs_props_changed ] { + } + Function [ function svn_fs_abort_txn ] { + } + Function [ function svn_fs_open_txn ] { + } + Function [ function svn_fs_txn_prop ] { + } + } + + - Classes [4] { + Class [ class Svn ] { + + - Constants [20] { + Constant [ integer NON_RECURSIVE ] { 1 } + Constant [ integer DISCOVER_CHANGED_PATHS ] { 2 } + Constant [ integer OMIT_MESSAGES ] { 4 } + Constant [ integer STOP_ON_COPY ] { 8 } + Constant [ integer ALL ] { 16 } + Constant [ integer SHOW_UPDATES ] { 32 } + Constant [ integer NO_IGNORE ] { 64 } + Constant [ integer IGNORE_EXTERNALS ] { 128 } + Constant [ integer INITIAL ] { 1 } + Constant [ integer HEAD ] { -1 } + Constant [ integer BASE ] { -2 } + Constant [ integer COMMITTED ] { -3 } + Constant [ integer PREV ] { -4 } + Constant [ integer UNSPECIFIED ] { -5 } + Constant [ integer DEPTH_UNKNOWN ] { -2 } + Constant [ integer DEPTH_EXCLUDE ] { -1 } + Constant [ integer DEPTH_EMPTY ] { 0 } + Constant [ integer DEPTH_FILES ] { 1 } + Constant [ integer DEPTH_IMMEDIATES ] { 2 } + Constant [ integer DEPTH_INFINITY ] { 3 } + } + + - Static properties [0] { + } + + - Static methods [42] { + Method [ static public method checkout ] { + } + + Method [ static public method cat ] { + } + + Method [ static public method ls ] { + } + + Method [ static public method log ] { + } + + Method [ static public method auth_set_parameter ] { + } + + Method [ static public method auth_get_parameter ] { + } + + Method [ static public method client_version ] { + } + + Method [ static public method config_ensure ] { + } + + Method [ static public method diff ] { + } + + Method [ static public method cleanup ] { + } + + Method [ static public method revert ] { + } + + Method [ static public method resolved ] { + } + + Method [ static public method commit ] { + } + + Method [ static public method lock ] { + } + + Method [ static public method unlock ] { + } + + Method [ static public method add ] { + } + + Method [ static public method status ] { + } + + Method [ static public method update ] { + } + + Method [ static public method update2 ] { + } + + Method [ static public method import ] { + } + + Method [ static public method info ] { + } + + Method [ static public method export ] { + } + + Method [ static public method copy ] { + } + + Method [ static public method switch ] { + } + + Method [ static public method blame ] { + } + + Method [ static public method delete ] { + } + + Method [ static public method mkdir ] { + } + + Method [ static public method move ] { + } + + Method [ static public method proplist ] { + } + + Method [ static public method propget ] { + } + + Method [ static public method propset ] { + } + + Method [ static public method prop_delete ] { + } + + Method [ static public method revprop_get ] { + } + + Method [ static public method revprop_set ] { + } + + Method [ static public method revprop_delete ] { + } + + Method [ static public method repos_create ] { + } + + Method [ static public method repos_recover ] { + } + + Method [ static public method repos_hotcopy ] { + } + + Method [ static public method repos_open ] { + } + + Method [ static public method repos_fs ] { + } + + Method [ static public method repos_fs_begin_txn_for_commit ] { + } + + Method [ static public method repos_fs_commit_txn ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class SvnWc ] { + + - Constants [14] { + Constant [ integer NONE ] { 1 } + Constant [ integer UNVERSIONED ] { 2 } + Constant [ integer NORMAL ] { 3 } + Constant [ integer ADDED ] { 4 } + Constant [ integer MISSING ] { 5 } + Constant [ integer DELETED ] { 6 } + Constant [ integer REPLACED ] { 7 } + Constant [ integer MODIFIED ] { 8 } + Constant [ integer MERGED ] { 9 } + Constant [ integer CONFLICTED ] { 10 } + Constant [ integer IGNORED ] { 11 } + Constant [ integer OBSTRUCTED ] { 12 } + Constant [ integer EXTERNAL ] { 13 } + Constant [ integer INCOMPLETE ] { 14 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class SvnWcSchedule ] { + + - Constants [4] { + Constant [ integer NORMAL ] { 0 } + Constant [ integer ADD ] { 1 } + Constant [ integer DELETE ] { 2 } + Constant [ integer REPLACE ] { 3 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class SvnNode ] { + + - Constants [4] { + Constant [ integer NONE ] { 0 } + Constant [ integer FILE ] { 1 } + Constant [ integer DIR ] { 2 } + Constant [ integer UNKNOWN ] { 3 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + } +} + -- cgit