Home
last modified time | relevance | path

Searched refs:tidy (Results 1 – 25 of 55) sorted by last modified time

123

/PHP-7.4/
H A DNEWS2809 . Support using tidyp instead of tidy. (devnexen)
2811 functions taking tidy). (Gabriel Caruso)
2812 . Fixed arginfo for tidy::__construct(). (Tyson Andre)
H A Dphp.ini-development947 ;extension=tidy
1729 ; The path to a default tidy configuration file to use when using tidy
1730 ; http://php.net/tidy.default-config
1731 ;tidy.default_config = /usr/local/lib/php/default.tcfg
1733 ; Should tidy clean and repair output automatically?
1736 ; http://php.net/tidy.clean-output
1737 tidy.clean_output = Off
H A Dphp.ini-production947 ;extension=tidy
1729 ; The path to a default tidy configuration file to use when using tidy
1730 ; http://php.net/tidy.default-config
1731 ;tidy.default_config = /usr/local/lib/php/default.tcfg
1733 ; Should tidy clean and repair output automatically?
1736 ; http://php.net/tidy.clean-output
1737 tidy.clean_output = Off
H A DEXTENSIONS494 EXTENSION: tidy
/PHP-7.4/azure/macos/
H A Djob.yml42 --with-tidy=/usr/local/opt/tidyp \
/PHP-7.4/azure/i386/
H A Djob.yml41 --with-tidy \
/PHP-7.4/ext/tidy/tests/
H A Dbug77594.phpt7 if (!extension_loaded('tidy')) die('skip tidy extension not available');
H A Duninitialized.phpt2 Operations on uninitialized tidy object
4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
8 $tidy = new tidy;
10 var_dump($tidy->getHtmlVer());
15 var_dump($tidy->isXhtml());
20 var_dump($tidy->isXml());
27 tidy object is not initialized
28 tidy object is not initialized
29 tidy object is not initialized
H A Dbug77040.phpt5 if (!extension_loaded('tidy')) die('skip tidy extension not available');
9 $tidy = new tidy;
10 $tidy->parseString("<p>text</p><p><![CDATA[cdata]]></p>");
11 $p = $tidy->body()->child[0];
17 $cdata = $tidy->body()->child[1]->child[0];
H A D019.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D001.phpt2 Check for tidy presence
4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
7 echo "tidy extension is available";
10 tidy extension is available
H A D002.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D003.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D004.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D005-mb.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D005.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D008.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D012.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
/PHP-7.4/ext/tidy/
H A Dtidy.c240 static PHP_MINIT_FUNCTION(tidy);
242 static PHP_RINIT_FUNCTION(tidy);
244 static PHP_MINFO_FUNCTION(tidy);
412 ZEND_ARG_INFO(0, tidy)
501 PHP_MINIT(tidy),
502 PHP_MSHUTDOWN(tidy),
503 PHP_RINIT(tidy),
504 PHP_RSHUTDOWN(tidy),
505 PHP_MINFO(tidy),
507 PHP_MODULE_GLOBALS(tidy),
[all …]
H A Dphp_tidy.h38 ZEND_BEGIN_MODULE_GLOBALS(tidy)
41 ZEND_END_MODULE_GLOBALS(tidy)
43 #define TG(v) ZEND_MODULE_GLOBALS_ACCESSOR(tidy, v)
H A DCREDITS1 tidy
H A Dconfig.m41 PHP_ARG_WITH([tidy],
3 [AS_HELP_STRING([[--with-tidy[=DIR]]],
15 for j in tidy tidyp; do
34 dnl that we are building against tidy-html5 and not the legacy htmltidy. The
45 AC_DEFINE(HAVE_TIDY_H,1,[defined if tidy.h exists])
69 PHP_NEW_EXTENSION(tidy, tidy.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
H A Dconfig.w323 ARG_WITH("tidy", "TIDY support", "no");
7 if ((CHECK_LIB("libtidy_a.lib;tidy_a.lib", "tidy", PHP_TIDY) && (tidy_static = true) ||
8 CHECK_LIB("libtidy.lib;tidy.lib", "tidy", PHP_TIDY)) &&
10 CHECK_HEADER_ADD_INCLUDE("tidy.h", "CFLAGS_TIDY") ||
11 CHECK_HEADER_ADD_INCLUDE("tidy/tidy.h", "CFLAGS_TIDY", null, null, true) ||
12 CHECK_HEADER_ADD_INCLUDE("libtidy/tidy.h", "CFLAGS_TIDY", null, null, true)
19 EXTENSION("tidy", "tidy.c");
21 AC_DEFINE('HAVE_TIDY_H', 1, "tidy include header")
23 AC_DEFINE('HAVE_TIDYRELEASEDATE', 1, "tidy release date function")
26 ADD_DEF_FILE("ext\\tidy\\php_tidy.def");
[all …]
/PHP-7.4/travis/
H A Dcompile.sh57 --with-tidy \
/PHP-7.4/azure/
H A Dconfigure.yml31 --with-tidy \

Completed in 51 milliseconds

123