Home
last modified time | relevance | path

Searched refs:template (Results 1 – 25 of 38) sorted by last modified time

12

/PHP-7.4/azure/macos/
H A Djob.yml10 - template: brew.yml
79 - template: test.yml
82 - template: test.yml
/PHP-7.4/azure/i386/
H A Djob.yml10 - template: apt.yml
88 - template: test.yml
91 - template: test.yml
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc73 * Configuration template
897 throw new \Exception('The config template array has to have main config');
943 throw new \Exception('The config template requires count or names if poolTemplate set');
949 * Process template string.
951 * @param string $template
954 private function processTemplate(string $template)
1002 $template
1073 * @param string|null $template
1076 public function getListen($template = null)
1078 return $template ? $this->processTemplate($template) : $this->getAddr();
/PHP-7.4/azure/
H A Dcommunity_job.yml23 - template: apt.yml
34 - template: configure.yml
H A Dcoverage_job.yml13 - template: apt.yml
17 - template: configure.yml
22 - template: install.yml
23 - template: setup.yml
24 - template: test.yml
28 - template: test.yml
H A Djob.yml13 - template: apt.yml
14 - template: configure.yml
19 - template: install.yml
20 - template: setup.yml
21 - template: test.yml
25 - template: test.yml
H A Dmsan_job.yml13 - template: apt.yml
69 - template: test.yml
73 - template: test.yml
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c2029 static const char template[] = "</head><body>"; in php_cli_server_send_error_page() local
2030 php_cli_server_chunk *chunk = php_cli_server_chunk_immortal_new(template, sizeof(template) - 1); in php_cli_server_send_error_page()
/PHP-7.4/appveyor/
H A Dtest_task.bat59 copy %DEPS_DIR%\template\ssl\openssl.cnf %OPENSSLDIR%
/PHP-7.4/
H A D.travis.yml47 template:
H A Dazure-pipelines.yml23 - template: azure/job.yml
27 - template: azure/job.yml
31 - template: azure/i386/job.yml
35 - template: azure/macos/job.yml
40 - template: azure/job.yml
44 - template: azure/job.yml
48 - template: azure/i386/job.yml
52 - template: azure/i386/job.yml
56 - template: azure/i386/job.yml
72 - template: azure/job.yml
[all …]
/PHP-7.4/build/
H A Dphp.m42710 dnl PACKAGE_* symbols in the generated configuration header template FILE. For
H A Dlibtool.m41171 # template instantiation
H A Dphp_cxx_compile_stdcxx.m4140 template <typename T>
271 template < int N >
354 template <int...>
363 template <>
386 template<typename T>
389 template<typename T>
392 template<typename T>
605 template<template<typename> typename X> struct D;
754 template <bool cond>
821 template <auto n>
[all …]
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitProtExecAllocator.c99 int mkostemp(char *template, int flags);
/PHP-7.4/win32/build/
H A Dconfig.w32304 * files that make up the snapshot template? */
305 ARG_WITH("snapshot-template", "Path to snapshot builder template dir", "no");
309 if (FSO.FolderExists(PHP_PHP_BUILD + "\\template")) {
310 PHP_SNAPSHOT_TEMPLATE = FSO.GetAbsolutePathName(PHP_PHP_BUILD + "\\template");
311 } else if (FSO.FolderExists(PHP_PHP_BUILD + "\\..\\template")) {
312 PHP_SNAPSHOT_TEMPLATE = FSO.GetAbsolutePathName(PHP_PHP_BUILD + "\\..\\template");
H A DMakefile129 $(PHPDLL_RES): win32\build\template.rc
133 win32\build\template.rc
247 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
H A Dconfig.w32.phpize.in64 * files that make up the snapshot template? */
65 ARG_WITH("snapshot-template", "Path to snapshot builder template dir", "no");
116 if (FSO.FolderExists(PHP_PHP_BUILD + "\\template")) {
117 PHP_SNAPSHOT_TEMPLATE = FSO.GetAbsolutePathName(PHP_PHP_BUILD + "\\template");
118 } else if (FSO.FolderExists(PHP_PHP_BUILD + "\\..\\template")) {
119 PHP_SNAPSHOT_TEMPLATE = FSO.GetAbsolutePathName(PHP_PHP_BUILD + "\\..\\template");
H A Dtemplate.rc1 /* This is a template RC file.
/PHP-7.4/docs/
H A Drelease-process.md290 Usually we use the same content as for point 6, but included in php template
/PHP-7.4/ext/xsl/tests/
H A Dbug70078.phpt29 <xsl:template match="root">
37 </xsl:template>
H A Dbug54446_with_ini.phpt22 <xsl:template match="/">
26 </xsl:template>
H A Dbug49634.phpt25 <xsl:template match="/">
27 </xsl:template>
H A Dbug33853.phpt21 <xsl:template match="/">
23 </xsl:template>
/PHP-7.4/ext/xsl/tests/53965/
H A Dcollection.xsl7 <xsl:template match="collection">
10 </xsl:template>

Completed in 82 milliseconds

12