Lines Matching refs:tidy
4 tidy
10 $tidy = new tidy;
11 $tidy->repairString('my epic string', 'my_config_file.ini');
21 $tidy = new tidy(__DIR__.'/open_basedir/test.html', 'my_config_file.ini');
27 $tidy = new tidy;
28 $tidy->parseFile(__DIR__.'/open_basedir/test.html', 'my_config_file.ini');
31 $tidy = new tidy;
32 $tidy->parseString('my epic string', 'my_config_file.ini');
37 Warning: tidy::repairString(): open_basedir restriction in effect. File(my_config_file.ini) is not …
45 tidy::__construct(): open_basedir restriction in effect. File(my_config_file.ini) is not within the…
48 Warning: tidy::parseFile(): open_basedir restriction in effect. File(my_config_file.ini) is not wit…
51 Warning: tidy::parseString(): open_basedir restriction in effect. File(my_config_file.ini) is not w…