Searched refs:scripts (Results 1 – 9 of 9) sorted by relevance
3 EXTRA_DIST=autogen.sh SConstruct CMakeLists.txt meson.build meson_options.txt README.FreeBSD scripts5 ACLOCAL_AMFLAGS = -I m4 -I scripts/m4
8 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/scripts/cmake)
82 * [doc/scripts/cert-staple.sh] short-circuit checks310 * [mod_magnet] expose r->state to lua scripts1045 * [build] update scripts/ci-build.sh1047 * [build] scripts/ci-build.sh --with-nettle1050 * [build] scripts/ci-build.sh adjustments1053 * [build] scripts/ci-build.sh adjustments1467 * move ci-build.sh to scripts1562 * [scripts] cert-staple.sh enhancements2651 * [build] move some build scripts to scripts/3555 extensions in mod_magnet scripts[all …]
1652 doc/scripts/Makefile \
1 SUBDIRS=config scripts systemd outdated subdir
28 Rather than attempting to maintain scripts for an unknown number of distros,
29 …ALL connections in the server. You are warned. For time-consuming or blocking scripts use mod_fast…60 You can define multiple scripts when separated by a semicolon. The scripts are executed in the spec…61 order. If one of them a returning a status-code, the following scripts will not be executed.400 Porting mod_cml scripts
416 If you want to use PATH_INFO and PHP_SELF in you PHP scripts you have to
3320 script * const *scripts; in magnet_attract_array() local3322 case 1: scripts = p->conf.url_raw; break; in magnet_attract_array()3323 case 0: scripts = p->conf.physical_path; break; in magnet_attract_array()3324 case -1: scripts = p->conf.response_start; break; in magnet_attract_array()3325 default: scripts = NULL; break; in magnet_attract_array()3327 if (NULL == scripts) return HANDLER_GO_ON; /* no scripts set */ in magnet_attract_array()3336 script_cache_check_script(*scripts, etag_flags); in magnet_attract_array()3337 if ((*scripts)->req_env_init && !req_env_inited) { in magnet_attract_array()3342 rc = magnet_attract(r, p, *scripts); in magnet_attract_array()3343 } while (rc == HANDLER_GO_ON && *++scripts); in magnet_attract_array()