Searched refs:settings (Results 1 – 10 of 10) sorted by relevance
/civetweb-2.7.6/conan/ |
D | build.py | 73 settings = BuilderSettings() variable 75 reference=settings.reference, 76 username=settings.username, 77 upload=settings.upload, 78 upload_only_when_stable=settings.upload_only_when_stable, 79 stable_branch_pattern=settings.stable_branch_pattern,
|
/civetweb-2.7.6/ |
D | conanfile.py | 16 settings = "os", "compiler", "build_type", "arch" variable in civetwebConan 35 if self.settings.os == 'Windows': 40 del self.settings.compiler.libcxx 74 if self.settings.os == "Linux": 78 elif self.settings.os == "Macos": 82 elif self.settings.os == "Windows":
|
D | .gitignore | 40 .settings/
|
D | CMakeLists.txt | 628 # Finalize CPack settings
|
/civetweb-2.7.6/examples/https/ |
D | README.md | 4 … one port (e.g., `443s`) in `listening_ports` is required. The default settings will work, but no… 12 … configuration directly with the standalone server, or you can take the settings and add it into y…
|
/civetweb-2.7.6/conan/test_package/ |
D | conanfile.py | 8 settings = "os", "compiler", "build_type", "arch" variable in TestPackageConan
|
/civetweb-2.7.6/docs/api/ |
D | mg_get_request_link.md | 27 depending on the auth check settings.
|
D | mg_start.md | 32 … contains settings for for example the ports to listen on, the maximum number of threads created t…
|
/civetweb-2.7.6/docs/ |
D | UserManual.md | 53 override the configuration file settings.
|
/civetweb-2.7.6/src/ |
D | civetweb.c | 1877 const OPENSSL_INIT_SETTINGS *settings))ssl_sw[10] \
|