Home
last modified time | relevance | path

Searched full:opt (Results 1 – 25 of 30) sorted by relevance

12

/civetweb-2.7.6/docs/
DBuilding.md117 $ make -n install PREFIX=/opt/civetweb
122 $ make -n install PREFIX=/opt/civetweb
123 install -d -m 755 "/opt/civetweb/share/doc/civetweb"
124 install -m 644 resources/itworks.html /opt/civetweb/share/doc/civetweb/index.html
125 install -m 644 resources/civetweb_64x64.png /opt/civetweb/share/doc/civetweb/
126 install -d -m 755 "/opt/civetweb/etc"
127 install -m 644 resources/civetweb.conf "/opt/civetweb/etc/"
128 sed -i 's#^document_root.*$#document_root /opt/civetweb/share/doc/civetweb#' "/opt/civetweb/etc/civ…
129 sed -i 's#^listening_ports.*$#listening_ports 8080#' "/opt/civetweb/etc/civetweb.conf"
130 install -d -m 755 "/opt/civetweb/share/doc/civetweb"
[all …]
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dlstrlib.c1222 int opt = *((*fmt)++); in getoption() local
1224 switch (opt) { in getoption()
1253 default: luaL_error(h->L, "invalid format option '%c'", opt); in getoption()
1270 KOption opt = getoption(h, fmt, psize); in getdetails() local
1272 if (opt == Kpaddalign) { /* 'X' gets alignment from following option */ in getdetails()
1276 if (align <= 1 || opt == Kchar) /* need no alignment? */ in getdetails()
1285 return opt; in getdetails()
1341 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack() local
1346 switch (opt) { in str_pack()
1424 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_packsize() local
[all …]
/civetweb-2.7.6/unittest/
Dpublic_server.c1186 const char *opt; in START_TEST() local
1260 opt = mg_get_option(ctx, "listening_ports"); in START_TEST()
1261 ck_assert_str_eq(opt, HTTP_PORT); in START_TEST()
1263 opt = mg_get_option(ctx, "cgi_environment"); in START_TEST()
1264 ck_assert_ptr_ne(opt, cgi_env_opt); in START_TEST()
1265 ck_assert_int_eq((int)opt[0], (int)cgi_env_opt[0]); in START_TEST()
1266 ck_assert_int_eq((int)opt[1], (int)cgi_env_opt[1]); in START_TEST()
1267 ck_assert_int_eq((int)opt[2], (int)cgi_env_opt[2]); in START_TEST()
1268 ck_assert_int_eq((int)opt[3], (int)cgi_env_opt[3]); in START_TEST()
1272 size_t len_check_1 = strlen(opt); in START_TEST()
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_hobject.h731 …* a_size * sizeof(duk_tval) bytes of (opt) array values (plain only) (all gc rea…
732 * h_size * sizeof(duk_uint32_t) bytes of (opt) hash indexes to entries (e_size),
740 …* a_size * sizeof(duk_tval) bytes of (opt) array values (plain only) (all gc rea…
741 * h_size * sizeof(duk_uint32_t) bytes of (opt) hash indexes to entries (e_size),
747 …* a_size * sizeof(duk_tval) bytes of (opt) array values (plain only) (all gc rea…
749 * h_size * sizeof(duk_uint32_t) bytes of (opt) hash indexes to entries (e_size),
Dduk_config.h504 /* See: /opt/qnx650/target/qnx6/usr/include/sys/platform.h */
2400 …* $ /opt/qnx650/host/linux/x86/usr/bin/i486-pc-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -ni en…
2402 …* $ /opt/qnx650/host/linux/x86/usr/bin/mips-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -…
2404 …* $ /opt/qnx650/host/linux/x86/usr/bin/arm-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -n…
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_hobject.h731 …* a_size * sizeof(duk_tval) bytes of (opt) array values (plain only) (all gc rea…
732 * h_size * sizeof(duk_uint32_t) bytes of (opt) hash indexes to entries (e_size),
740 …* a_size * sizeof(duk_tval) bytes of (opt) array values (plain only) (all gc rea…
741 * h_size * sizeof(duk_uint32_t) bytes of (opt) hash indexes to entries (e_size),
747 …* a_size * sizeof(duk_tval) bytes of (opt) array values (plain only) (all gc rea…
749 * h_size * sizeof(duk_uint32_t) bytes of (opt) hash indexes to entries (e_size),
Dduk_config.h504 /* See: /opt/qnx650/target/qnx6/usr/include/sys/platform.h */
2400 …* $ /opt/qnx650/host/linux/x86/usr/bin/i486-pc-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -ni en…
2402 …* $ /opt/qnx650/host/linux/x86/usr/bin/mips-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -…
2404 …* $ /opt/qnx650/host/linux/x86/usr/bin/arm-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -n…
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/static/
Dwebui.js697 … var opt = $('<option></option>').attr({ 'value': '__none__' }).text('No source file selected');
698 elem.append(opt);
700 var opt = $('<option></option>').attr({ 'value': ent }).text(ent);
701 elem.append(opt);
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/static/
Dwebui.js697 … var opt = $('<option></option>').attr({ 'value': '__none__' }).text('No source file selected');
698 elem.append(opt);
700 var opt = $('<option></option>').attr({ 'value': ent }).text(ent);
701 elem.append(opt);
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/
Dgenconfig.py1406 def add_force_option_yaml(option, opt, value, parser): argument
1409 def add_force_option_file(option, opt, value, parser): argument
1413 def add_force_option_define(option, opt, value, parser): argument
1422 def add_force_option_undefine(option, opt, value, parser): argument
1431 def add_fixup_header_line(option, opt, value, parser): argument
1433 def add_fixup_header_file(option, opt, value, parser): argument
Dduk_config.h-modular-dll504 /* See: /opt/qnx650/target/qnx6/usr/include/sys/platform.h */
2400 …* $ /opt/qnx650/host/linux/x86/usr/bin/i486-pc-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -ni en…
2402 …* $ /opt/qnx650/host/linux/x86/usr/bin/mips-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -…
2404 …* $ /opt/qnx650/host/linux/x86/usr/bin/arm-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -n…
Dduk_config.h-modular-static504 /* See: /opt/qnx650/target/qnx6/usr/include/sys/platform.h */
2400 …* $ /opt/qnx650/host/linux/x86/usr/bin/i486-pc-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -ni en…
2402 …* $ /opt/qnx650/host/linux/x86/usr/bin/mips-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -…
2404 …* $ /opt/qnx650/host/linux/x86/usr/bin/arm-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -n…
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/
Dgenconfig.py1406 def add_force_option_yaml(option, opt, value, parser): argument
1409 def add_force_option_file(option, opt, value, parser): argument
1413 def add_force_option_define(option, opt, value, parser): argument
1422 def add_force_option_undefine(option, opt, value, parser): argument
1431 def add_fixup_header_line(option, opt, value, parser): argument
1433 def add_fixup_header_file(option, opt, value, parser): argument
Dduk_config.h-modular-dll504 /* See: /opt/qnx650/target/qnx6/usr/include/sys/platform.h */
2400 …* $ /opt/qnx650/host/linux/x86/usr/bin/i486-pc-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -ni en…
2402 …* $ /opt/qnx650/host/linux/x86/usr/bin/mips-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -…
2404 …* $ /opt/qnx650/host/linux/x86/usr/bin/arm-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -n…
Dduk_config.h-modular-static504 /* See: /opt/qnx650/target/qnx6/usr/include/sys/platform.h */
2400 …* $ /opt/qnx650/host/linux/x86/usr/bin/i486-pc-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -ni en…
2402 …* $ /opt/qnx650/host/linux/x86/usr/bin/mips-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -…
2404 …* $ /opt/qnx650/host/linux/x86/usr/bin/arm-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -n…
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
Dlbaselib.c117 static void getfunc (lua_State *L, int opt) { in getfunc() argument
121 int level = opt ? luaL_optint(L, 1, 1) : luaL_checkint(L, 1); in getfunc()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduk_config.h504 /* See: /opt/qnx650/target/qnx6/usr/include/sys/platform.h */
2400 …* $ /opt/qnx650/host/linux/x86/usr/bin/i486-pc-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -ni en…
2402 …* $ /opt/qnx650/host/linux/x86/usr/bin/mips-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -…
2404 …* $ /opt/qnx650/host/linux/x86/usr/bin/arm-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -n…
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduk_config.h504 /* See: /opt/qnx650/target/qnx6/usr/include/sys/platform.h */
2400 …* $ /opt/qnx650/host/linux/x86/usr/bin/i486-pc-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -ni en…
2402 …* $ /opt/qnx650/host/linux/x86/usr/bin/mips-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -…
2404 …* $ /opt/qnx650/host/linux/x86/usr/bin/arm-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -n…
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduk_config.h504 /* See: /opt/qnx650/target/qnx6/usr/include/sys/platform.h */
2400 …* $ /opt/qnx650/host/linux/x86/usr/bin/i486-pc-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -ni en…
2402 …* $ /opt/qnx650/host/linux/x86/usr/bin/mips-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -…
2404 …* $ /opt/qnx650/host/linux/x86/usr/bin/arm-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -n…
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduk_config.h504 /* See: /opt/qnx650/target/qnx6/usr/include/sys/platform.h */
2400 …* $ /opt/qnx650/host/linux/x86/usr/bin/i486-pc-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -ni en…
2402 …* $ /opt/qnx650/host/linux/x86/usr/bin/mips-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -…
2404 …* $ /opt/qnx650/host/linux/x86/usr/bin/arm-unknown-nto-qnx6.5.0-gcc -dM -E - </dev/null | grep -n…
Dduktape.c5345 …* a_size * sizeof(duk_tval) bytes of (opt) array values (plain only) (all gc rea…
5346 * h_size * sizeof(duk_uint32_t) bytes of (opt) hash indexes to entries (e_size),
5354 …* a_size * sizeof(duk_tval) bytes of (opt) array values (plain only) (all gc rea…
5355 * h_size * sizeof(duk_uint32_t) bytes of (opt) hash indexes to entries (e_size),
5361 …* a_size * sizeof(duk_tval) bytes of (opt) array values (plain only) (all gc rea…
5363 * h_size * sizeof(duk_uint32_t) bytes of (opt) hash indexes to entries (e_size),
/civetweb-2.7.6/
D.travis.yml412 OPENSSL_ROOT_DIR="/usr/local/opt/openssl@1.1"
/civetweb-2.7.6/src/third_party/lua-5.1.5/doc/
Dmanual.html5714 <hr><h3><a name="pdf-collectgarbage"><code>collectgarbage ([opt [, arg]])</code></a></h3>
5719 It performs different functions according to its first argument, <code>opt</code>:
/civetweb-2.7.6/src/third_party/lua-5.2.4/doc/
Dmanual.html6865 <hr><h3><a name="pdf-collectgarbage"><code>collectgarbage ([opt [, arg]])</code></a></h3>
6870 It performs different functions according to its first argument, <code>opt</code>:
/civetweb-2.7.6/src/third_party/lua-5.3.5/doc/
Dmanual.html7230 <hr><h3><a name="pdf-collectgarbage"><code>collectgarbage ([opt [, arg]])</code></a></h3>
7235 It performs different functions according to its first argument, <code>opt</code>:

12