Home
last modified time | relevance | path

Searched full:yes (Results 1 – 25 of 38) sorted by relevance

12

/civetweb-2.7.6/
D.travis.yml45 - if [ "${ENABLE_IPV6}" == "YES" -a "${TRAVIS_OS_NAME}" == "linux" ]; then
73 -DCIVETWEB_ENABLE_THIRD_PARTY_OUTPUT=YES
182 ENABLE_SSL_DYNAMIC_LOADING=YES
189 NO_FILES=YES
191 NO_CGI=YES
198 ALLOW_WARNINGS=YES
216 ENABLE_SSL_DYNAMIC_LOADING=YES
224 ENABLE_SSL=YES
233 ALLOW_WARNINGS=YES
251 ENABLE_SSL_DYNAMIC_LOADING=YES
[all …]
Dappveyor.yml18 enable_ssl_dynamic_loading: YES
30 enable_ssl: YES
42 enable_ssl: YES
54 enable_ipv6: YES
55 enable_ssl: YES
56 enable_websockets: YES
59 enable_stats: YES
66 enable_ipv6: YES
67 enable_ssl: YES
68 enable_websockets: YES
[all …]
DCMakeLists.txt19 SET(ZEPHYR YES)
21 SET(DARWIN YES)
23 SET(FREEBSD YES)
25 SET(LINUX YES)
266 SET(CIVETWEB_ALLOW_WARNINGS YES)
Dbuild85 --shared) shared=YES;;
/civetweb-2.7.6/docs/
DUserManual.md195 …e/script.cgi with PATH\_INFO='/handle/this.ext', no matter if this option is set to `yes` or `no`.
199 ### allow\_sendfile\_call `yes`
215 If this option is set to `yes`, the comparison for URIs and Windows file names will be case sensiti…
252 ### decode\_url `yes`
262 ### enable\_auth\_domain\_check `yes`
268 ### enable\_directory\_listing `yes`
269 Enable directory listing, either `yes` or `no`.
272 Enable connection keep alive, either `yes` or `no`.
280 Note: If you set keep\_alive to `yes`, you should set keep\_alive\_timeout\_ms
284 configuration option might be removed and automatically set to `yes` if
[all …]
/civetweb-2.7.6/examples/https/
Dcivetweb.conf21 # "ssl_verify_peer" to "yes" and specifying a client cert (directory)
43 #ssl_verify_peer yes
/civetweb-2.7.6/src/
Dmain.c639 /* boolean value, yes or no */ in set_option()
640 if ((0 != strcmp(value, "yes")) && (0 != strcmp(value, "no"))) { in set_option()
646 /* boolean value, yes or no */ in set_option()
647 if ((0 != strcmp(value, "yes")) && (0 != strcmp(value, "no")) in set_option()
1340 if (mg_strcasecmp(options[i + 1], "yes") == 0) { in start_civetweb()
1538 IsDlgButtonChecked(hDlg, id) ? "yes" : "no"); in save_config()
1641 !strcmp(value, "yes") ? BST_CHECKED in SettingsDlgProc()
1665 !strcmp(value, "yes") ? BST_CHECKED in SettingsDlgProc()
1684 !strcmp(value, "yes") ? BST_CHECKED in SettingsDlgProc()
3065 [item setHighlightMode:YES]; in main()
[all …]
Dcivetweb.c2470 {"allow_sendfile_call", MG_CONFIG_TYPE_BOOLEAN, "yes"},
2485 {"decode_url", MG_CONFIG_TYPE_BOOLEAN, "yes"},
2502 {"enable_auth_domain_check", MG_CONFIG_TYPE_BOOLEAN, "yes"},
2504 {"enable_directory_listing", MG_CONFIG_TYPE_BOOLEAN, "yes"},
2527 {"ssl_default_verify_paths", MG_CONFIG_TYPE_BOOLEAN, "yes"},
3965 conn->dom_ctx->config[ENABLE_AUTH_DOMAIN_CHECK], "yes"));
4288 if (mg_strcasecmp(conn->dom_ctx->config[ENABLE_KEEP_ALIVE], "yes") != 0) {
4322 return (mg_strcasecmp(conn->dom_ctx->config[DECODE_URL], "yes") == 0);
5233 "yes")) {
7390 /* Yes it does, break the loop */
[all …]
/civetweb-2.7.6/examples/multidomain/
Dbase_domain.conf6 enable_directory_listing yes
/civetweb-2.7.6/resources/
Dcivetweb.conf20 # enable_directory_listing yes
/civetweb-2.7.6/test/ajax/
Decho.cgi.old9 -- enable_keep_alive yes
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
Dltable.c142 return i-1; /* yes; that's the index (corrected to C) */ in findindex()
411 /* yes; move colliding node into free position */ in newkey()
Dlvm.c647 else { /* yes: continue its execution */ in luaV_execute()
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dltable.c149 return i-1; /* yes; that's the index (corrected to C) */ in findindex()
422 /* yes; move colliding node into free position */ in luaH_newkey()
/civetweb-2.7.6/unittest/
Dprivate.c229 char yes[] = "yes"; in START_TEST() local
251 ctx.dd.config[ENABLE_KEEP_ALIVE] = yes; in START_TEST()
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dltable.c164 return i; /* yes; that's the index */ in findindex()
486 /* yes; move colliding node into free position */ in luaH_newkey()
Dlbaselib.c73 lua_settop(L, 1); /* yes; return it */ in luaB_tonumber()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_heap_alloc.c700 DUK_D(DUK_DPRINT("DUK_USE_PACKED_TVAL: yes")); in duk__dump_misc_options()
705 DUK_D(DUK_DPRINT("DUK_USE_VARIADIC_MACROS: yes")); in duk__dump_misc_options()
Dduk_heap_refcount.c354 /* yes -> move back to heap allocated */ in duk__refzero_free_pending()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_heap_alloc.c700 DUK_D(DUK_DPRINT("DUK_USE_PACKED_TVAL: yes")); in duk__dump_misc_options()
705 DUK_D(DUK_DPRINT("DUK_USE_VARIADIC_MACROS: yes")); in duk__dump_misc_options()
Dduk_heap_refcount.c354 /* yes -> move back to heap allocated */ in duk__refzero_free_pending()
/civetweb-2.7.6/include/
Dcivetweb.h710 int is_ssl; /* https port: 0 = no, 1 = yes */
711 int is_redirect; /* redirect all requests: 0 = no, 1 = yes */
/civetweb-2.7.6/test/
Dtest.pl174 "-enable_keep_alive yes ".
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/static/
Dwebui.js754 localStorage.setItem('about-shown', 'yes');
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/static/
Dwebui.js754 localStorage.setItem('about-shown', 'yes');

12