Home
last modified time | relevance | path

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

/plugin/vcard/
H A Dvcard.php38 function quoted_printable_encode($input, $line_max = 76) { function
81 $this->properties[$key] = quoted_printable_encode($number);
90 $this->properties["FN"] = quoted_printable_encode($name);
125 $this->properties["LABEL;$type;ENCODING=UTF-8"] = quoted_printable_encode($label);
137 $this->properties["NOTE;ENCODING=UTF-8"] = quoted_printable_encode($note);