Searched refs:sanitiser (Results 1 – 13 of 13) sorted by relevance
/plugin/publist/ |
H A D | syntax.php | 106 if ( empty($sanitiser) ) { 107 $sanitiser = create_function('$i', 'return $i;'); 109 $parser = new BibtexConverter($data['options'],$sanitiser);
|
H A D | sanitiser.php | 14 $sanitiser = function ($inputstr) { function
|
H A D | changelog | 6 * Included simple (optional) TeX to utf8 sanitiser in syntax.php.
|
H A D | TODO | 37 - sanitiser function/file selection
|
/plugin/publistx/ |
H A D | syntax.php | 123 if ( empty($sanitiser) ) { 124 $sanitiser = create_function('$i', 'return $i;'); 126 $parser = new BibtexConverter($data['options'],$sanitiser,$authors);
|
H A D | sanitiser.php | 14 $sanitiser = function ($inputstr) { function
|
H A D | changelog | 16 * Included simple (optional) TeX to utf8 sanitiser in syntax.php.
|
H A D | TODO | 37 - sanitiser function/file selection
|
/plugin/publistf/ |
H A D | syntax.php | 124 if ( empty($sanitiser) ) { 125 $sanitiser = create_function('$i', 'return $i;'); 127 $parser = new BibtexConverter($data['options'],$sanitiser,$authors);
|
H A D | sanitiser.php | 15 $sanitiser = function ($inputstr) { function
|
H A D | TODO | 37 - sanitiser function/file selection
|
H A D | CHANGELOG.md | 51 * Included simple (optional) TeX to utf8 sanitiser in syntax.php.
|
/plugin/aichat/vendor/erusev/parsedown/ |
H A D | README.md | 49 If instead, you wish to allow HTML within untrusted user-input, but still want output to be free from XSS it is recommended that you make use of a HTML sanitiser that allows HTML tags to be whitelisted, like [HTML Purifier](http://htmlpurifier.org/).
|