Searched refs:author (Results 26 - 45 of 45) sorted by relevance

12

/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c92 if (kwstruct->author)
94 svn_hash_sets(kwhash, SVN_KEYWORD_AUTHOR_LONG, kwstruct->author);
95 svn_hash_sets(kwhash, SVN_KEYWORD_AUTHOR_SHORT, kwstruct->author);
1862 const char *author,
1869 url, date, author, pool));
1886 kw->author = val;
1855 svn_subst_build_keywords(svn_subst_keywords_t *kw, const char *keywords_val, const char *rev, const char *url, apr_time_t date, const char *author, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c85 (commit_info->author
86 ? commit_info->author : "(no author)"),
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dmerge.c190 merge_ctx->commit_info->author =
192 svn_hash_gets(attrs, "author"));
261 name = "author";
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dconflicts.c260 /* The author who committed the revision in which this move was committed. */
385 const char *author,
400 move->rev_author = apr_pstrdup(result_pool, author);
575 const char *author,
606 copy->node_kind, deleted_rev, author,
618 const char *author,
670 copy->node_kind, deleted_rev, author,
689 deleted_rev, author,
722 const svn_string_t *author;
724 author
377 add_new_move(struct repos_move_info **new_move, const char *deleted_repos_relpath, const char *copyto_path, svn_revnum_t copyfrom_rev, svn_node_kind_t node_kind, svn_revnum_t revision, const char *author, apr_hash_t *moved_paths, svn_ra_session_t *ra_session, const char *repos_root_url, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
569 find_related_move(struct repos_move_info **move, struct copy_info *copy, const char *deleted_repos_relpath, svn_revnum_t deleted_rev, const char *author, apr_hash_t *moved_paths, const char *repos_root_url, const char *repos_uuid, svn_client_ctx_t *ctx, svn_ra_session_t *ra_session, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
614 match_copies_to_deletion(const char *deleted_repos_relpath, svn_revnum_t deleted_rev, const char *author, apr_hash_t *copies, apr_hash_t *moves_table, apr_hash_t *moved_paths, const char *repos_root_url, const char *repos_uuid, svn_ra_session_t *ra_session, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
720 const svn_string_t *author; local
832 find_nested_moves(apr_array_header_t *moves, apr_hash_t *copies, apr_array_header_t *deleted_paths, apr_hash_t *moved_paths, svn_revnum_t revision, const char *author, const char *repos_root_url, const char *repos_uuid, svn_ra_session_t *ra_session, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1092 svn_string_t *author; local
1688 const svn_string_t *author; local
5842 const char *author; member in struct:conflict_tree_incoming_edit_details
5877 svn_string_t *author; local
[all...]
H A Ddeprecated.c247 const char *author = NULL;
254 author = svn_prop_get_value(rev_props, SVN_PROP_REVISION_AUTHOR);
266 return brwb->receiver(brwb->baton, line_no, revision, author, date,
308 const char *author,
321 line_no, revision, author, date, line, pool);
386 const char *author,
396 return b->orig_receiver(b->orig_baton, line_no, revision, author,
245 const char *author = NULL; local
303 blame_wrapper_receiver(void *baton, apr_int64_t line_no, svn_revnum_t revision, const char *author, const char *date, svn_revnum_t merged_revision, const char *merged_author, const char *merged_date, const char *merged_path, const char *line, apr_pool_t *pool) argument
381 wrapped_receiver(void *baton, apr_int64_t line_no, svn_revnum_t revision, const char *author, const char *date, const char *line, apr_pool_t *pool) argument
H A Dpatch.c392 const char *author;
399 &author, wc_ctx,
415 author, result_pool));
391 const char *author; local
H A Dcommit.c1032 commit_info->author,
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dutil.c776 const char *author,
785 /* "<author>xx</author>" */
786 if (author)
787 svn_cl__xml_tagged_cdata(sb, pool, "author", author);
772 svn_cl__print_xml_commit(svn_stringbuf_t **sb, svn_revnum_t revision, const char *author, const char *date, apr_pool_t *pool) argument
H A Dcl.h574 the last-committed-revision and last-committed-author.
625 const char *author,
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c71 const char **author;
1106 /* Hardcode the values for the committed revision, date, and author. */
1347 *ccb->author = commit_info->author
1348 ? apr_pstrdup(ccb->pool, commit_info->author) : NULL;
1480 *author = NULL,
1537 /* Get author from the baton, making sure clients can't circumvent
1547 ccb.author = &author;
1578 new_rev, date, author, post_commit_er
70 const char **author; member in struct:commit_callback_baton_t
1479 *author = NULL, local
2355 const svn_string_t *author, *date, *message; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c203 const svn_string_t *author;
594 /* Remember any datestamp/ author that passes through (see comment
599 rb->author = svn_string_dup(value, rb->pool);
850 /* svn_fs_commit_txn() rewrites the datestamp and author properties;
875 NULL, rb->author, rb->pool));
202 const svn_string_t *author; member in struct:revision_baton
/freebsd-12-stable/stand/i386/pmbr/
H A Dpmbr.s14 # 3. Neither the name of the author nor the names of any co-contributors
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_ra_svn_private.h998 * @a author, @a date and @a message have been extracted and removed from
1009 const svn_string_t *author,
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h623 #define MODULE_AUTHOR(author)
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1255 &(commit_info->author),
1922 svn_string_t *author, *date, *message;
1941 &cplist, &rev, &author, &date,
2033 if (author && want_author)
2035 SVN_PROP_REVISION_AUTHOR, author);
1921 svn_string_t *author, *date, *message; local
H A Dmarshal.c2927 const svn_string_t *author,
2935 SVN_ERR(write_tuple_string_opt_list(conn, pool, author));
2923 svn_ra_svn__write_data_log_entry(svn_ra_svn_conn_t *conn, apr_pool_t *pool, svn_revnum_t revision, const svn_string_t *author, const svn_string_t *date, const svn_string_t *message, svn_boolean_t has_children, svn_boolean_t invalid_revnum, unsigned revprop_count) argument
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_client.h425 /** author of the commit. */ member in struct:svn_client_commit_info_t
426 const char *author;
817 * Similar to #svn_client_blame_receiver3_t, but with separate author and
829 const char *author,
853 const char *author,
2434 /** Last commit author of this item */
2496 * svn:author property has the same behavior as an out-of-date
2852 * svn:author, svn:date, and svn:log.
2911 * empty strings for the author and date. This is because that
6146 * If @a force is TRUE, allow newlines in the author propert
[all...]
/freebsd-12-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex16 \author{David Gibson \texttt{<{dwg}{@}{au1.ibm.com}>}\\
582 This work represents the view of the author and does not necessarily
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2243 % @author should come last, but may come many times.
2246 \parseargdef\author{%
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex3305 % @author should come last, but may come many times.
3308 \parseargdef\author{%

Completed in 584 milliseconds

12