Searched refs:author (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-11-stable/contrib/libxo/doc/
H A Dconf.py51 author = 'Phil Shafer' variable
149 # author, documentclass [howto, manual, or own class]).
162 [author], 1)
169 # (source start file, target name, title, author,
173 author, 'libxo', 'A Library for Generating Text, XML, JSON, and HTML Output',
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcompat.c50 commit_info->author,
98 svn_compat_log_revprops_out_string(const svn_string_t **author, argument
103 *author = *date = *message = NULL;
106 *author = svn_hash_gets(revprops, SVN_PROP_REVISION_AUTHOR);
113 svn_compat_log_revprops_out(const char **author, const char **date, argument
120 *author = author_s ? author_s->data : NULL;
141 const char *author, *date, *message; local
142 svn_compat_log_revprops_out(&author, &date, &message,
147 author, date, message,
H A Dsubst.c138 * %a author of this revision
161 const char *author,
183 case 'a': /* author of this revision */
184 if (author)
185 svn_stringbuf_appendcstr(value, author);
257 repos_root_url, date, author,
265 repos_root_url, date, author,
290 const char *author,
328 date, author, pool);
338 date, author, poo
154 keyword_printf(const char *fmt, const char *rev, const char *url, const char *repos_root_url, apr_time_t date, const char *author, apr_pool_t *pool) argument
281 build_keywords(apr_hash_t **kw, svn_boolean_t expand_custom_keywords, const char *keywords_val, const char *rev, const char *url, const char *repos_root_url, apr_time_t date, const char *author, apr_pool_t *pool) argument
393 svn_subst_build_keywords2(apr_hash_t **kw, const char *keywords_val, const char *rev, const char *url, apr_time_t date, const char *author, apr_pool_t *pool) argument
407 svn_subst_build_keywords3(apr_hash_t **kw, const char *keywords_val, const char *rev, const char *url, const char *repos_root_url, apr_time_t date, const char *author, apr_pool_t *pool) argument
[all...]
H A Dtypes.c231 dst_commit_info->author = src_commit_info->author
232 ? apr_pstrdup(pool, src_commit_info->author) : NULL;
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_compat.h57 /** Clear svn:author, svn:date, and svn:log from @a revprops if not NULL.
67 * retrieve the pre-1.5 set of revprops: svn:author, svn:date, and svn:log.
74 /** Return, in @a **author, @a **date, and @a **message, the values of the
75 * svn:author, svn:date, and svn:log revprops from @a revprops. If @a
82 svn_compat_log_revprops_out_string(const svn_string_t **author,
93 svn_compat_log_revprops_out(const char **author, const char **date,
H A Dsvn_subst.h120 const svn_string_t *author;
131 * the @a date the file was committed on, the @a author of the last
137 * %a - The author.
153 * Any of the inputs @a rev, @a url, @a date, @a author, and @a repos_root_url
174 const char *author,
191 const char *author,
206 const char *author,
119 const svn_string_t *author; member in struct:svn_subst_keywords_t
H A Dsvn_types.h597 /** author of created_rev */
716 /** author of the commit. */
717 const char *author;
962 * information for the log message. Any of @a log_entry->author,
1002 const char *author,
1035 const char *author,
698 const char *author; member in struct:svn_commit_info_t
/freebsd-11-stable/contrib/file/python/
H A Dsetup.py13 author='Reuben Thomas, ��lvaro Justen', variable
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsrev.c274 cantfindbranch(revno, date, author, state)
275 char const *revno, date[datesize], *author, *state;
283 author ? " and author "+(date?0:4) : "",
284 author ? author : "",
285 state ? " and state "+(date||author?0:4) : "",
388 struct hshentry * genrevs(revno,date,author,state,store)
389 char const *revno, *date, *author, *state;
392 * revision given by revno, date, author, an
860 char author[20]; local
[all...]
/freebsd-11-stable/contrib/libucl/python/
H A Dsetup.py28 author = "Eitan Adler, Denis Volpato Martins", variable
/freebsd-11-stable/release/scripts/
H A Dlist-new-changesets.py60 author = logentry.find('author').text
65 print("%s | %s | %s" % (rev, author, date))
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dlog-cmd.c140 const char *author,
150 /* Does the author match the search pattern? */
151 if (author && match(pattern, author, buf))
194 const char *author,
220 match = match_search_pattern(pattern, author, date, message,
318 const char *author;
325 svn_compat_log_revprops_out(&author, &date, &message, log_entry->revprops);
341 if (author == NULL)
342 author
138 match_search_pattern(const char *search_pattern, const char *author, const char *date, const char *log_message, apr_hash_t *changed_paths, svn_membuf_t *buf, apr_pool_t *pool) argument
192 match_search_patterns(apr_array_header_t *search_patterns, const char *author, const char *date, const char *message, apr_hash_t *changed_paths, svn_membuf_t *buf, apr_pool_t *scratch_pool) argument
317 const char *author; local
533 const char *author; local
[all...]
H A Dblame-cmd.c122 const char *author,
156 author ? author : " -",
165 author ? author : " -");
118 print_line_info(svn_stream_t *out, svn_revnum_t revision, const char *author, const char *date, const char *path, svn_boolean_t verbose, int rev_maxlength, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlist.c59 /* Buffer the author info for the current item.
60 * We use the AUTHOR pointer to differentiate between 0-length author
62 const char *author; member in struct:list_context_t
122 list_ctx->author = list_ctx->author_buf->data;
153 if (list_ctx->author)
154 dirent.last_author = list_ctx->author;
161 list_ctx->author = NULL;
/freebsd-11-stable/tools/tools/commitsdb/
H A Dmake_commit_db83 $user = $1 if $sub =~ /author: (.*?);/;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.h257 const char *author,
284 const char *author,
H A Dhooks.c626 const char *author,
658 args[3] = author ? author : "";
689 const char *author,
721 args[3] = author ? author : "";
622 svn_repos__hooks_pre_revprop_change(svn_repos_t *repos, apr_hash_t *hooks_env, svn_revnum_t rev, const char *author, const char *name, const svn_string_t *new_value, char action, apr_pool_t *pool) argument
685 svn_repos__hooks_post_revprop_change(svn_repos_t *repos, apr_hash_t *hooks_env, svn_revnum_t rev, const char *author, const char *name, const svn_string_t *old_value, char action, apr_pool_t *pool) argument
H A Dcommit.c115 /* The author (also according to the repository) of this commit. */
212 /* const */ svn_string_t *author;
223 author = svn_hash_gets(revprops, SVN_PROP_REVISION_AUTHOR);
230 commit_info->author = author ? author->data : NULL;
1407 const svn_string_t *author;
1417 author = svn_hash_gets(revprops, SVN_PROP_REVISION_AUTHOR);
1437 author ? author
211 /* const */ svn_string_t *author; local
1403 const svn_string_t *author; local
[all...]
H A Dfs-wrap.c142 svn_string_t *author = svn_hash_gets(revprop_table, SVN_PROP_REVISION_AUTHOR);
169 author ? author->data : NULL,
185 const char *author,
190 if (author)
192 svn_string_create(author, pool));
383 const char *author,
439 author, name, new_value,
447 author, name, old_value,
483 /* Only svn:author an
140 svn_string_t *author = svn_hash_gets(revprop_table, SVN_PROP_REVISION_AUTHOR); local
180 svn_repos_fs_begin_txn_for_commit(svn_fs_txn_t **txn_p, svn_repos_t *repos, svn_revnum_t rev, const char *author, const char *log_msg, apr_pool_t *pool) argument
378 svn_repos_fs_change_rev_prop4(svn_repos_t *repos, svn_revnum_t rev, const char *author, const char *name, const svn_string_t *const *old_value_p, const svn_string_t *new_value, svn_boolean_t use_pre_revprop_change_hook, svn_boolean_t use_post_revprop_change_hook, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
[all...]
H A Ddeprecated.c417 const char *author,
426 return svn_repos_fs_change_rev_prop4(repos, rev, author, name, NULL,
437 const char *author,
444 return svn_repos_fs_change_rev_prop3(repos, rev, author, name, new_value,
454 const char *author,
459 return svn_repos_fs_change_rev_prop2(repos, rev, author, name, new_value,
1250 const char *author,
1258 /* We pass the author to the filesystem by adding it as a property
1261 /* User (author). */
1262 if (author)
414 svn_repos_fs_change_rev_prop3(svn_repos_t *repos, svn_revnum_t rev, const char *author, const char *name, const svn_string_t *new_value, svn_boolean_t use_pre_revprop_change_hook, svn_boolean_t use_post_revprop_change_hook, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
434 svn_repos_fs_change_rev_prop2(svn_repos_t *repos, svn_revnum_t rev, const char *author, const char *name, const svn_string_t *new_value, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
451 svn_repos_fs_change_rev_prop(svn_repos_t *repos, svn_revnum_t rev, const char *author, const char *name, const svn_string_t *new_value, apr_pool_t *pool) argument
1246 svn_repos_fs_begin_txn_for_update(svn_fs_txn_t **txn_p, svn_repos_t *repos, svn_revnum_t rev, const char *author, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcat.c126 const char *author;
132 SVN_ERR(svn_wc__node_get_changed_info(&changed_rev, &tm, &author, wc_ctx,
145 to the revision number, and set the author to
149 author = _("(local)");
164 repos_root_url, tm, author,
124 const char *author; local
/freebsd-11-stable/gnu/usr.bin/rcs/co/
H A Dco.c200 char const *author, *date, *rev, *state; variable
212 author = date = rev = state = 0;
295 if (author) redefined('w');
297 author = a;
299 author = getcaller();
410 if (!(targetdelta=genrevs(numericrev.string,date,author,state,&gendeltas)))
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnull-log-cmd.c78 const char *author;
96 svn_compat_log_revprops_out(&author, &date, &message, log_entry->revprops);
77 const char *author; local
/freebsd-11-stable/gnu/usr.bin/rcs/ci/
H A Dci.c288 char const *author, *krev, *rev, *state; variable
302 author = rev = state = textfile = 0;
414 if (author) redefined('w');
416 author = a;
418 error("missing author for -w option");
509 if (!*prevauthor.string && !author)
510 workwarn("can't find an author");
534 /* set author */
535 if (author)
536 newdelta.author
[all...]
/freebsd-11-stable/contrib/openpam/misc/
H A Dgendoc.pl20 # 3. The name of the author may not be used to endorse or promote
122 my $author;
141 $author = 'THINKSEC';
143 $author = $1;
343 'author' => $author,
549 $mdoc .= $AUTHORS{$$func{author} // 'THINKSEC_DARPA'} . "\n";

Completed in 242 milliseconds

123