Home
last modified time | relevance | path

Searched refs:tmpl (Results 1 – 9 of 9) sorted by relevance

/PHP-5.6/win32/build/
H A Dprojectgen.js25 tmpl = tmpl.replace("SOURCEFILES", sources);
30 tmpl = tmpl.replace("HEADERFILES", headers);
218 tmpl = tmpl.replace(/LOCALLIBS/, libs);
229 tmpl = tmpl.replace(/SOURCEFILES/, sources);
233 tmpl = tmpl.replace(/DEFS/, defs);
546 tmpl = tmpl.replace(/extname/g, ext);
556 tmpl = tmpl.replace(/0x0102/, "0x0103");
561 tmpl = tmpl.replace(/0x0102/, "0x0104");
562 tmpl = tmpl.replace(/LINK32/g, "LIB32");
606 tmpl = tmpl.replace(/OUTPATH/, out);
[all …]
/PHP-5.6/sapi/apache/
H A DapMakefile.tmpl3 ## [src/modules/php5/Makefile.tmpl]
57 # gcc, and rebuilds Makefile.tmpl. You have to re-run Configure after
60 cp Makefile.tmpl Makefile.tmpl.bak \
61 && sed -ne '1,/^# DO NOT REMOVE/p' Makefile.tmpl > Makefile.new \
64 > Makefile.tmpl \
H A DapMakefile.libdir4 copy the Makefile.tmpl onto the end.
H A Dconfig.m4167 …ALL_FILES $APACHE_TARGET; cp $srcdir/sapi/apache/apMakefile.tmpl $APACHE_TARGET/Makefile.tmpl; cp …
192 …ALL_FILES $APACHE_TARGET; cp $srcdir/sapi/apache/apMakefile.tmpl $APACHE_TARGET/Makefile.tmpl; cp …
/PHP-5.6/sapi/apache_hooks/
H A DapMakefile.tmpl3 ## [src/modules/php5/Makefile.tmpl]
57 # gcc, and rebuilds Makefile.tmpl. You have to re-run Configure after
60 cp Makefile.tmpl Makefile.tmpl.bak \
61 && sed -ne '1,/^# DO NOT REMOVE/p' Makefile.tmpl > Makefile.new \
64 > Makefile.tmpl \
H A DapMakefile.libdir4 copy the Makefile.tmpl onto the end.
H A Dconfig.m4169 …LES $APACHE_TARGET; cp $srcdir/sapi/apache_hooks/apMakefile.tmpl $APACHE_TARGET/Makefile.tmpl; cp …
194 …LES $APACHE_TARGET; cp $srcdir/sapi/apache_hooks/apMakefile.tmpl $APACHE_TARGET/Makefile.tmpl; cp …
/PHP-5.6/ext/pdo/
H A Dpdo_sql_parser.c622 const char *tmpl = stmt->named_rewrite_template ? stmt->named_rewrite_template : ":pdo%d"; in pdo_parse_params() local
639 spprintf(&idxbuf, 0, tmpl, bind_no++); in pdo_parse_params()
H A Dpdo_sql_parser.re308 const char *tmpl = stmt->named_rewrite_template ? stmt->named_rewrite_template : ":pdo%d";
325 spprintf(&idxbuf, 0, tmpl, bind_no++);

Completed in 24 milliseconds