Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/
H A Dfckeditor_php5.php159 function EncodeConfig( $valueToEncode ) argument
166 return strtr( $valueToEncode, $chars ) ;
H A Dfckeditor_php4.php169 function EncodeConfig( $valueToEncode ) argument
176 return strtr( $valueToEncode, $chars ) ;