Home
last modified time | relevance | path

Searched refs:sanitise (Results 1 – 6 of 6) sorted by relevance

/plugin/publist/
H A DTODO1 * (DONE) Externalise sanitise function
3 - sanitise.php: if exists, import "sanitise" function from it. If not,
5 - sample_sanitise.php: include this sample sanitise function. Move to
6 "sanitise.php" to use.
/plugin/publistf/
H A DTODO1 * (DONE) Externalise sanitise function
3 - sanitise.php: if exists, import "sanitise" function from it. If not,
5 - sample_sanitise.php: include this sample sanitise function. Move to
6 "sanitise.php" to use.
/plugin/publistx/
H A DTODO1 * (DONE) Externalise sanitise function
3 - sanitise.php: if exists, import "sanitise" function from it. If not,
5 - sample_sanitise.php: include this sample sanitise function. Move to
6 "sanitise.php" to use.
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php72 private $sanitise; variable in BibtexConverter
93 * @param callback $sanitise Callback to a function that takes a string (taken from a
97 function __construct($options=array(), $sanitise=null) { argument
109 if ( !empty($sanitise) ) {
110 $this->sanitise = $sanitise;
113 $this->sanitise = create_function('$i', 'return $i;');
444 $replacements []= call_user_func($this->sanitise, $value);
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php75 private $sanitise; variable in BibtexConverter
103 * @param callback $sanitise Callback to a function that takes a string (taken from a
107 function __construct($options=array(), $sanitise=null, $authors=null) { argument
120 if ( !empty($sanitise) ) {
121 $this->sanitise = $sanitise;
124 $this->sanitise = create_function('$i', 'return $i;');
469 $replacements []= call_user_func($this->sanitise, $value);
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php72 private $sanitise; variable in BibtexConverter
100 * @param callback $sanitise Callback to a function that takes a string (taken from a
104 function __construct($options=array(), $sanitise=null, $authors=null) { argument
116 if ( !empty($sanitise) ) {
117 $this->sanitise = $sanitise;
120 $this->sanitise = create_function('$i', 'return $i;');
464 $replacements []= call_user_func($this->sanitise, $value);