Home
last modified time | relevance | path

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

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