Lines Matching defs:not

5  * (the "License"); you may not use this file except in compliance with
77 /* valid in core-conf, but not in runtime r->used_path_info */
522 /* no action for virt->accf_map, not allowed per-vhost */
682 /* We're not checking this condition to be fast... we're checking
863 /* alas, duplication required as we return not-const */
1184 /* EXEC_ON_READ must be NOT_IN_DIR_LOC_FILE, if not, it will
1281 "Config variable ${%s} is not defined",
1336 /* Use apr_array_copy instead of apr_array_copy_hdr because it does not
1346 return apr_pstrcat(cmd->pool, cmd->cmd->name, " is not valid in ", cmd->parent->directive, " context", NULL);
1350 return "Variable name must not contain ':'";
1373 return apr_pstrcat(cmd->pool, cmd->cmd->name, " is not valid in ", cmd->parent->directive, " context", NULL);
1377 return "Variable name must not contain ':'";
1508 "Warning: DocumentRoot [%s] does not exist",
1514 "DocumentRoot '%s' is not a directory, or is not readable",
1784 return "'None' not allowed with other directives in "
1803 APLOGNO(02304) "Discarding directive `%s' not "
1873 else if (merge) { /* Only works since None may not follow any other option. */
1874 return "You may not use 'Options +None' or 'Options -None'.";
1883 else if (merge) { /* Only works since All may not follow any other option. */
1884 return "You may not use 'Options +All' or 'Options -All'.";
1894 return apr_pstrcat(cmd->pool, "Option ", w, " not allowed here", NULL);
2149 /* method has not been registered yet, but resorce restriction
2230 return "Regex could not be compiled";
2236 return "Regex could not be compiled";
2288 "> arguments not (yet) supported.", NULL);
2328 return "Regex could not be compiled";
2335 return "Regex could not be compiled";
2360 "> arguments not (yet) supported.", NULL);
2397 /* Only if not an .htaccess file */
2405 return "Regex could not be compiled";
2412 return "Regex could not be compiled";
2447 "> arguments not (yet) supported.", NULL);
2488 /* Only if not an .htaccess file */
2508 return "<Else> does not take an argument";
2534 "> arguments not supported.", NULL);
2578 * Therefore we use s if it is not virtual and ap_server_conf if
2592 int not = (arg[0] == '!');
2601 if (not) {
2611 if ((!not && found) || (not && !found)) {
2646 int not = 0;
2656 not = 1;
2665 if ((!not && defined) || (not && !defined)) {
3366 * Lock the server_banner string if we're not displaying
3478 return "LimitRequestBody argument is not parsable.";
3593 "%s not supported on this platform", cmd->cmd->name);
4287 "whether or not to send a Content-MD5 header with each request"),
4294 /* TODO: RlimitFoo should all be part of mod_cgi, not in the core */
4299 "not match at least one file"),
4303 "does not exist or the pattern does not match any files"),
4398 * XXX These are not for all platforms, and even some Unix MPMs might not want
4421 "merge request trailers into request headers or not"),
4468 * Make sure that we do not mess up the translation by adding two
4582 "File does not exist: %s",
4601 "File does not exist: %s",
4606 /* We understood the (non-GET) method, but it might not be legal for
4621 "This resource does not accept the %s method.",
4681 else { /* unusual method (not GET or POST) */
4967 * this; we are not telnet. There are bad interactions between
4969 * performance penalties. (Failing to disable Nagle is not much of a
4983 * is not initialized correctly, Linux - for example - will
5059 /* The MPMs use plain fork() and not apr_proc_fork(), so we have to call
5102 "Could not initialize random number generator");