Home
last modified time | relevance | path

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

/dports/www/serendipity/Serendipity-2.3.5/plugins/serendipity_event_textile/lib2/
H A DclassTextile.php2056 function encode_quot($text) function in Textile
2082 return $this->encode_quot($str);
/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp18500 xml_encoded(string_piece str, bool encode_quot = false) : str(str), encode_quot(encode_quot) {} in xml_encoded() argument
18505 bool encode_quot; member in ufal::udpipe::utils::xml_encoded
18519 …while (str.len && *str.str != '<' && *str.str != '>' && *str.str != '&' && (!data.encode_quot || *… in operator <<()