Lines Matching defs:file

6  *    or more contributor license agreements.  See the NOTICE file
8 * regarding copyright ownership. The ASF licenses this file
10 * "License"); you may not use this file except in compliance
61 /* The current line in the file */
179 /* Skip to the end of the line (or file). Returns the char that ended
247 /* At end of file. The value is complete, there can't be
430 svn_config__parse_file(svn_config_t *cfg, const char *file,
437 err = svn_stream_open_readonly(&stream, file, scratch_pool, scratch_pool);
454 "Error while parsing config file: %s:",
455 svn_dirent_local_style(file, scratch_pool));
518 case EOF: /* End of file or read error */
634 /* Somebody put a file where the config directory should be.
648 /** Ensure that the `README.txt' file exists. **/
668 "should examine a particular file to learn what configuration" NL
669 "directives are valid for that file." NL
674 " The first significant line in a file must be a section header." NL
741 "registry when passed file names of the form:" NL
806 /** Ensure that the `servers' file exists. **/
824 "### This file specifies server-specific parameters," NL
847 "### ssl-client-cert-file PKCS#12 format client certificate file"
855 "### responses or to fetch each file" NL
941 "### demonstrate how to use this file; any resemblance to actual" NL
1029 /** Ensure that the `config' file exists. **/
1047 "### This file configures various client-side behaviors." NL
1050 "### how to use this file." NL
1083 "### Set ssl-client-cert-file-prompt to 'yes' to cause the client" NL
1084 "### to prompt for a path to a client cert file when the server" NL
1085 "### requests a client cert but no client cert file is found in the" NL
1086 "### expected place (see the 'ssl-client-cert-file' option in the" NL
1087 "### 'servers' configuration file). Defaults to 'no'." NL
1088 "# ssl-client-cert-file-prompt = no" NL
1090 "### The rest of the [auth] section in this file has been deprecated."
1093 "### specified in the 'servers' file in your config directory" NL
1095 "### is overridden by settings specified in the 'servers' file." NL
1163 "### put last-committed timestamps on every file touched." NL
1168 "### Set mime-types-file to a MIME type registry file, used to" NL
1171 "# mime-types-file = /path/to/mime.types" NL
1172 "### Set preserved-conflict-file-exts to a whitespace-delimited" NL
1173 "### list of patterns matching file extensions which should be" NL
1174 "### preserved in generated conflict file names. By default," NL
1176 "# preserved-conflict-file-exts = doc ppt xls od?" NL
1186 "### ra_local (the file:// scheme). The value represents the number" NL
1193 "### file-name-pattern = propname[=value][;propname[=value]...]" NL
1194 "### The file-name-pattern can contain wildcards (such as '*' and" NL
1196 "### applied to the file. Note that auto-props functionality" NL