Lines Matching defs:patterns

851    patterns from the value of the SVN_PROP_IGNORE property set on
854 IGNORES is a list of patterns to include; typically this will
864 collect_ignore_patterns(apr_array_header_t **patterns,
878 *patterns = apr_array_make(result_pool, 1, sizeof(const char *));
884 APR_ARRAY_PUSH(*patterns, const char *) = apr_pstrdup(result_pool,
908 svn_cstring_split_append(*patterns, value->data, "\n\r", FALSE,
913 svn_cstring_split_append(*patterns, value->data, "\n\r", FALSE,
926 svn_cstring_split_append(*patterns, value->data,
973 PATTERNS points to a list of filename patterns which are marked as ignored.
978 does not match any of the patterns in PATTERN or INHERITED_IGNORES.
987 const apr_array_header_t *patterns,
998 is_ignored = svn_wc_match_ignore_list(base_name, patterns, scratch_pool);
1065 * If *COLLECTED_IGNORE_PATTERNS is NULL and ignore patterns are needed in this
1067 * containing all ignore patterns, as returned by collect_ignore_patterns() on
1168 /* Why pass ignore patterns on a tree conflicted node, even if it should
2522 /* Use the caller-provided ignore patterns if provided; the build-time
2649 /* Use the caller-provided ignore patterns if provided; the build-time
2785 svn_wc_get_default_ignores(apr_array_header_t **patterns,
2799 *patterns = apr_array_make(pool, 16, sizeof(const char *));
2801 /* Split the patterns on whitespace, and stuff them into *PATTERNS. */
2802 svn_cstring_split_append(*patterns, val, "\n\r\t\v ", FALSE, pool);
2978 svn_wc_get_ignores2(apr_array_header_t **patterns,
2988 return svn_error_trace(collect_ignore_patterns(patterns, wc_ctx->db,