Searched refs:template (Results 1 – 25 of 37) sorted by relevance
12
/PHP-8.0/build/ |
H A D | genif.sh | 22 template=$1 26 if test -z "$template"; then 48 cat $template | \
|
H A D | php_cxx_compile_stdcxx.m4 | 140 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 D | include.xsl | 2 <xsl:template match="cd"> 6 </xsl:template>
|
H A D | collection.xsl | 7 <xsl:template match="collection"> 10 </xsl:template>
|
/PHP-8.0/ext/xsl/tests/ |
H A D | bug70535.phpt | 12 …"http://www.w3.org/1999/XSL/Transform"><xsl:template match="root"><xsl:text>success</xsl:text></xs…
|
H A D | bug33853.phpt | 20 <xsl:template match="/"> 22 </xsl:template>
|
H A D | throw_in_autoload.phpt | 20 <xsl:template match="/"> 22 </xsl:template>
|
H A D | xsltprocessor_transformToDoc.phpt | 22 <xsl:template match="allusers"> 34 </xsl:template>
|
H A D | xsltprocessor_transformToURI.phpt | 25 <xsl:template match="allusers"> 36 </xsl:template>
|
H A D | xsltprocessor_transformToXML.phpt | 25 <xsl:template match="allusers"> 37 </xsl:template>
|
H A D | bug71540.phpt | 23 <xsl:template match="allusers"> 35 </xsl:template>
|
H A D | bug49634.phpt | 25 <xsl:template match="/"> 27 </xsl:template>
|
H A D | bug54446.phpt | 22 <xsl:template match="/"> 26 </xsl:template>
|
H A D | bug54446_with_ini.phpt | 22 <xsl:template match="/"> 26 </xsl:template>
|
H A D | bug70078.phpt | 29 <xsl:template match="root"> 37 </xsl:template>
|
/PHP-8.0/win32/build/ |
H A D | config.w32.phpize.in | 64 * 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 D | config.w32 | 303 * 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 D | template.rc | 1 /* This is a template RC file.
|
/PHP-8.0/ext/pdo_pgsql/tests/ |
H A D | bug62479.phpt | 46 $template = "CREATE USER $user WITH PASSWORD '%s'"; 51 $sql = sprintf($template, 'my password'); 62 $sql = sprintf($template, "my pass''word");
|
H A D | bug69362.phpt | 46 $template = "CREATE USER $user WITH PASSWORD '%s'"; 51 $sql = sprintf($template, "''mypassword");
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | dasm_arm.lua | 829 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 D | dasm_mips.lua | 777 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 D | dasm_arm64.lua | 883 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 D | tester.inc | 79 * 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.yml | 47 template:
|
Completed in 66 milliseconds
12