Home
last modified time | relevance | path

Searched refs:rev_props (Results 1 – 25 of 249) sorted by relevance

12345678910

/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dra.rb105 rev_props = log_msg_or_rev_props
107 rev_props = {Svn::Core::PROP_REVISION_LOG => log_msg_or_rev_props}
109 editor, editor_baton = Ra.get_commit_editor3(self, rev_props, callback,
240 revs = file_revs2(*args) do |path, rev, rev_props, prop_diffs|
241 yield(path, rev, rev_props, Util.hash_to_prop_array(prop_diffs))
246 revs.collect do |path, rev, rev_props, prop_diffs|
247 [path, rev, rev_props, Util.hash_to_prop_array(prop_diffs)]
254 handler = Proc.new do |path, rev, rev_props, prop_diffs|
255 revs << [path, rev, rev_props, prop_diffs]
256 yield(path, rev, rev_props, prop_diffs) if block_given?
H A Drepos.rb163 def commit_editor3(repos_url, base_path, txn=nil, rev_props=nil, argument
165 rev_props ||= {}
167 base_path, rev_props,
206 revs = file_revs2(*args) do |path, rev, rev_props, prop_diffs|
207 yield(path, rev, rev_props, Util.hash_to_prop_array(prop_diffs))
212 revs.collect do |path, rev, rev_props, prop_diffs|
213 [path, rev, rev_props, Util.hash_to_prop_array(prop_diffs)]
220 handler = Proc.new do |path, rev, rev_props, prop_diffs|
221 yield(path, rev, rev_props, prop_diffs) if block_given?
222 revs << [path, rev, rev_props, prop_diffs]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dra.rb105 rev_props = log_msg_or_rev_props
107 rev_props = {Svn::Core::PROP_REVISION_LOG => log_msg_or_rev_props}
109 editor, editor_baton = Ra.get_commit_editor3(self, rev_props, callback,
240 revs = file_revs2(*args) do |path, rev, rev_props, prop_diffs|
241 yield(path, rev, rev_props, Util.hash_to_prop_array(prop_diffs))
246 revs.collect do |path, rev, rev_props, prop_diffs|
247 [path, rev, rev_props, Util.hash_to_prop_array(prop_diffs)]
254 handler = Proc.new do |path, rev, rev_props, prop_diffs|
255 revs << [path, rev, rev_props, prop_diffs]
256 yield(path, rev, rev_props, prop_diffs) if block_given?
H A Drepos.rb163 def commit_editor3(repos_url, base_path, txn=nil, rev_props=nil, argument
165 rev_props ||= {}
167 base_path, rev_props,
206 revs = file_revs2(*args) do |path, rev, rev_props, prop_diffs|
207 yield(path, rev, rev_props, Util.hash_to_prop_array(prop_diffs))
212 revs.collect do |path, rev, rev_props, prop_diffs|
213 [path, rev, rev_props, Util.hash_to_prop_array(prop_diffs)]
220 handler = Proc.new do |path, rev, rev_props, prop_diffs|
221 yield(path, rev, rev_props, prop_diffs) if block_given?
222 revs << [path, rev, rev_props, prop_diffs]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dra.rb105 rev_props = log_msg_or_rev_props
107 rev_props = {Svn::Core::PROP_REVISION_LOG => log_msg_or_rev_props}
109 editor, editor_baton = Ra.get_commit_editor3(self, rev_props, callback,
240 revs = file_revs2(*args) do |path, rev, rev_props, prop_diffs|
241 yield(path, rev, rev_props, Util.hash_to_prop_array(prop_diffs))
246 revs.collect do |path, rev, rev_props, prop_diffs|
247 [path, rev, rev_props, Util.hash_to_prop_array(prop_diffs)]
254 handler = Proc.new do |path, rev, rev_props, prop_diffs|
255 revs << [path, rev, rev_props, prop_diffs]
256 yield(path, rev, rev_props, prop_diffs) if block_given?
H A Drepos.rb163 def commit_editor3(repos_url, base_path, txn=nil, rev_props=nil, argument
165 rev_props ||= {}
167 base_path, rev_props,
206 revs = file_revs2(*args) do |path, rev, rev_props, prop_diffs|
207 yield(path, rev, rev_props, Util.hash_to_prop_array(prop_diffs))
212 revs.collect do |path, rev, rev_props, prop_diffs|
213 [path, rev, rev_props, Util.hash_to_prop_array(prop_diffs)]
220 handler = Proc.new do |path, rev, rev_props, prop_diffs|
221 yield(path, rev, rev_props, prop_diffs) if block_given?
222 revs << [path, rev, rev_props, prop_diffs]
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dra.rb105 rev_props = log_msg_or_rev_props
107 rev_props = {Svn::Core::PROP_REVISION_LOG => log_msg_or_rev_props}
109 editor, editor_baton = Ra.get_commit_editor3(self, rev_props, callback,
240 revs = file_revs2(*args) do |path, rev, rev_props, prop_diffs|
241 yield(path, rev, rev_props, Util.hash_to_prop_array(prop_diffs))
246 revs.collect do |path, rev, rev_props, prop_diffs|
247 [path, rev, rev_props, Util.hash_to_prop_array(prop_diffs)]
254 handler = Proc.new do |path, rev, rev_props, prop_diffs|
255 revs << [path, rev, rev_props, prop_diffs]
256 yield(path, rev, rev_props, prop_diffs) if block_given?
H A Drepos.rb163 def commit_editor3(repos_url, base_path, txn=nil, rev_props=nil, argument
165 rev_props ||= {}
167 base_path, rev_props,
206 revs = file_revs2(*args) do |path, rev, rev_props, prop_diffs|
207 yield(path, rev, rev_props, Util.hash_to_prop_array(prop_diffs))
212 revs.collect do |path, rev, rev_props, prop_diffs|
213 [path, rev, rev_props, Util.hash_to_prop_array(prop_diffs)]
220 handler = Proc.new do |path, rev, rev_props, prop_diffs|
221 yield(path, rev, rev_props, prop_diffs) if block_given?
222 revs << [path, rev, rev_props, prop_diffs]
/dports/java/java-subversion/subversion-1.14.1/subversion/svn/
H A Dblame-cmd.c60 apr_hash_t *rev_props, in blame_receiver_xml() argument
83 svn_prop_get_value(rev_props, in blame_receiver_xml()
85 svn_prop_get_value(rev_props, in blame_receiver_xml()
174 apr_hash_t *rev_props, in blame_receiver() argument
229 svn_prop_get_value(rev_props, in blame_receiver()
231 svn_prop_get_value(rev_props, in blame_receiver()
/dports/devel/py-subversion/subversion-1.14.1/subversion/svn/
H A Dblame-cmd.c60 apr_hash_t *rev_props, in blame_receiver_xml() argument
83 svn_prop_get_value(rev_props, in blame_receiver_xml()
85 svn_prop_get_value(rev_props, in blame_receiver_xml()
174 apr_hash_t *rev_props, in blame_receiver() argument
229 svn_prop_get_value(rev_props, in blame_receiver()
231 svn_prop_get_value(rev_props, in blame_receiver()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/svn/
H A Dblame-cmd.c60 apr_hash_t *rev_props, in blame_receiver_xml() argument
83 svn_prop_get_value(rev_props, in blame_receiver_xml()
85 svn_prop_get_value(rev_props, in blame_receiver_xml()
174 apr_hash_t *rev_props, in blame_receiver() argument
229 svn_prop_get_value(rev_props, in blame_receiver()
231 svn_prop_get_value(rev_props, in blame_receiver()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/svn/
H A Dblame-cmd.c60 apr_hash_t *rev_props, in blame_receiver_xml() argument
83 svn_prop_get_value(rev_props, in blame_receiver_xml()
85 svn_prop_get_value(rev_props, in blame_receiver_xml()
174 apr_hash_t *rev_props, in blame_receiver() argument
229 svn_prop_get_value(rev_props, in blame_receiver()
231 svn_prop_get_value(rev_props, in blame_receiver()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_ra_serf/
H A Dblame.c78 apr_hash_t *rev_props; member
131 blame_ctx->rev_props = apr_hash_make(state_pool); in blame_opened()
158 blame_ctx->rev_props, in blame_opened()
201 blame_ctx->rev_props, in blame_closed()
244 svn_hash_sets(blame_ctx->rev_props, name, value); in blame_closed()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_ra_serf/
H A Dblame.c78 apr_hash_t *rev_props; member
131 blame_ctx->rev_props = apr_hash_make(state_pool); in blame_opened()
158 blame_ctx->rev_props, in blame_opened()
201 blame_ctx->rev_props, in blame_closed()
244 svn_hash_sets(blame_ctx->rev_props, name, value); in blame_closed()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_ra_serf/
H A Dblame.c78 apr_hash_t *rev_props; member
131 blame_ctx->rev_props = apr_hash_make(state_pool); in blame_opened()
158 blame_ctx->rev_props, in blame_opened()
201 blame_ctx->rev_props, in blame_closed()
244 svn_hash_sets(blame_ctx->rev_props, name, value); in blame_closed()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_ra_serf/
H A Dblame.c78 apr_hash_t *rev_props; member
131 blame_ctx->rev_props = apr_hash_make(state_pool); in blame_opened()
158 blame_ctx->rev_props, in blame_opened()
201 blame_ctx->rev_props, in blame_closed()
244 svn_hash_sets(blame_ctx->rev_props, name, value); in blame_closed()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_ra/
H A Deditor.c239 apr_hash_t *rev_props, in revstart_func_wrapper() argument
252 rev_props, result_pool)); in revstart_func_wrapper()
293 apr_hash_t *rev_props, in revfinish_func_wrapper() argument
298 SVN_ERR(wrb->revfinish_func(revision, replay_baton, wrb->editor, rev_props, in revfinish_func_wrapper()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_ra/
H A Deditor.c239 apr_hash_t *rev_props, in revstart_func_wrapper() argument
252 rev_props, result_pool)); in revstart_func_wrapper()
293 apr_hash_t *rev_props, in revfinish_func_wrapper() argument
298 SVN_ERR(wrb->revfinish_func(revision, replay_baton, wrb->editor, rev_props, in revfinish_func_wrapper()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_ra/
H A Deditor.c239 apr_hash_t *rev_props, in revstart_func_wrapper() argument
252 rev_props, result_pool)); in revstart_func_wrapper()
293 apr_hash_t *rev_props, in revfinish_func_wrapper() argument
298 SVN_ERR(wrb->revfinish_func(revision, replay_baton, wrb->editor, rev_props, in revfinish_func_wrapper()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_ra/
H A Deditor.c239 apr_hash_t *rev_props, in revstart_func_wrapper() argument
252 rev_props, result_pool)); in revstart_func_wrapper()
293 apr_hash_t *rev_props, in revfinish_func_wrapper() argument
298 SVN_ERR(wrb->revfinish_func(revision, replay_baton, wrb->editor, rev_props, in revfinish_func_wrapper()
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/javahl/native/
H A DBlameCallback.h46 apr_hash_t *rev_props,
61 apr_hash_t *rev_props,
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/javahl/native/
H A DBlameCallback.h46 apr_hash_t *rev_props,
61 apr_hash_t *rev_props,
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/javahl/native/
H A DBlameCallback.h46 apr_hash_t *rev_props,
61 apr_hash_t *rev_props,
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/javahl/native/
H A DBlameCallback.h46 apr_hash_t *rev_props,
61 apr_hash_t *rev_props,
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dblame.c50 apr_hash_t *rev_props; /* the revision properties */ member
428 apr_hash_t *rev_props, in file_rev_handler() argument
477 notify->rev_props = rev_props; in file_rev_handler()
528 delta_baton->rev->rev_props = frb->last_props; in file_rev_handler()
534 frb->last_props = svn_prop_hash_dup(rev_props, frb->mainpool); in file_rev_handler()
546 delta_baton->rev->rev_props = svn_prop_hash_dup(rev_props, frb->mainpool); in file_rev_handler()
926 merged_rev_props = walk_merged->rev->rev_props; in svn_client_blame6()
955 walk->rev->rev_props, merged_rev, in svn_client_blame6()

12345678910