Lines Matching refs:tidy
4 tidy
10 $tidy = new tidy;
11 $tidy->repairString('my epic string', 'my_config_file.ini');
20 $tidy = new tidy(__DIR__.'/open_basedir/test.html', 'my_config_file.ini');
23 $tidy = new tidy;
24 $tidy->parseFile(__DIR__.'/open_basedir/test.html', 'my_config_file.ini');
27 $tidy = new tidy;
28 $tidy->parseString('my epic string', 'my_config_file.ini');
33 Warning: tidy::repairString(): open_basedir restriction in effect. File(my_config_file.ini) is not …
42 Warning: tidy::__construct(): open_basedir restriction in effect. File(my_config_file.ini) is not w…
45 Warning: tidy::parseFile(): open_basedir restriction in effect. File(my_config_file.ini) is not wit…
48 Warning: tidy::parseString(): open_basedir restriction in effect. File(my_config_file.ini) is not w…