Home
last modified time | relevance | path

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

12

/PHP-8.0/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-8.0/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-8.0/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.phpt20 <xsl:template match="/">
22 </xsl:template>
H A Dthrow_in_autoload.phpt20 <xsl:template match="/">
22 </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 Dbug49634.phpt25 <xsl:template match="/">
27 </xsl:template>
H A Dbug54446.phpt22 <xsl:template match="/">
26 </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-8.0/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.w32303 * files that make up the snapshot template? */
304 ARG_WITH("snapshot-template", "Path to snapshot builder template dir", "no");
308 if (FSO.FolderExists(PHP_PHP_BUILD + "\\template")) {
309 PHP_SNAPSHOT_TEMPLATE = FSO.GetAbsolutePathName(PHP_PHP_BUILD + "\\template");
310 } else if (FSO.FolderExists(PHP_PHP_BUILD + "\\..\\template")) {
311 PHP_SNAPSHOT_TEMPLATE = FSO.GetAbsolutePathName(PHP_PHP_BUILD + "\\..\\template");
H A Dtemplate.rc1 /* This is a template RC file.
/PHP-8.0/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-8.0/ext/opcache/jit/dynasm/
H A Ddasm_arm.lua829 local function parse_template(params, template, nparams, pos)
830 local op = tonumber(sub(template, 1, 8), 16)
835 for p in gmatch(sub(template, 9), ".") do
925 map_op[".template__"] = function(params, template, nparams)
926 if not params then return template:gsub("%x%x%x%x%x%x%x%x", "") end
935 for t in gmatch(template, "[^|]+") do
H A Ddasm_mips.lua777 map_op[".template__"] = function(params, template, nparams)
778 if not params then return sub(template, 9) end
779 local op = tonumber(sub(template, 1, 8), 16)
788 for p in gmatch(sub(template, 9), ".") do
H A Ddasm_arm64.lua883 local function parse_template(params, template, nparams, pos)
884 local op = tonumber(sub(template, 1, 8), 16)
891 for p in gmatch(sub(template, 9), ".") do
976 function op_template(params, template, nparams)
977 if not params then return template:gsub("%x%x%x%x%x%x%x%x", "") end
986 for t in gmatch(template, "[^|]+") do
/PHP-8.0/sapi/fpm/tests/
H A Dtester.inc79 * Configuration template
972 throw new \Exception('The config template array has to have main config');
1020 throw new \Exception('The config template requires count or names if poolTemplate set');
1027 * Process template string.
1029 * @param string $template
1033 private function processTemplate(string $template)
1086 $template
1160 * @param string|null $template
1164 public function getListen($template = null)
1166 return $template ? $this->processTemplate($template) : $this->getAddr();
/PHP-8.0/
H A D.travis.yml47 template:

Completed in 34 milliseconds

12