Home
last modified time | relevance | path

Searched refs:template (Results 1 – 25 of 38) sorted by relevance

12

/PHP-7.4/
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/azure/
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 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 Dmsan_job.yml13 - template: apt.yml
69 - template: test.yml
73 - template: test.yml
/PHP-7.4/build/
H A Dgenif.sh22 template=$1
26 if test -z "$template"; then
48 cat $template | \
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/xsl/tests/53965/
H A Dinclude.xsl2 <xsl:template match="cd">
6 </xsl:template>
H A Dcollection.xsl7 <xsl:template match="collection">
10 </xsl:template>
/PHP-7.4/ext/xsl/tests/
H A Dbug70535.phpt12 …"http://www.w3.org/1999/XSL/Transform"><xsl:template match="root"><xsl:text>success</xsl:text></xs…
H A Dbug33853.phpt21 <xsl:template match="/">
23 </xsl:template>
H A Dxsltprocessor_transformToDoc.phpt22 <xsl:template match="allusers">
34 </xsl:template>
H A Dxsltprocessor_transformToURI.phpt25 <xsl:template match="allusers">
36 </xsl:template>
H A Dxsltprocessor_transformToXML.phpt25 <xsl:template match="allusers">
37 </xsl:template>
H A Dbug71540.phpt23 <xsl:template match="allusers">
35 </xsl:template>
H A Dbug54446.phpt22 <xsl:template match="/">
26 </xsl:template>
H A Dbug49634.phpt25 <xsl:template match="/">
27 </xsl:template>
H A Dbug54446_with_ini.phpt22 <xsl:template match="/">
26 </xsl:template>
H A Dbug70078.phpt29 <xsl:template match="root">
37 </xsl:template>
/PHP-7.4/win32/build/
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 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");
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug62479.phpt46 $template = "CREATE USER $user WITH PASSWORD '%s'";
51 $sql = sprintf($template, 'my password');
62 $sql = sprintf($template, "my pass''word");
H A Dbug69362.phpt46 $template = "CREATE USER $user WITH PASSWORD '%s'";
51 $sql = sprintf($template, "''mypassword");
/PHP-7.4/azure/i386/
H A Djob.yml10 - template: apt.yml
88 - template: test.yml
91 - template: test.yml
/PHP-7.4/azure/macos/
H A Djob.yml10 - template: brew.yml
79 - template: test.yml
82 - 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();

Completed in 35 milliseconds

12