Home
last modified time | relevance | path

Searched refs:EncodeConfig (Results 1 – 2 of 2) sorted by last modified time

/plugin/wysiwyg/fckeditor/
H A Dfckeditor_php5.php149 $sParams .= $this->EncodeConfig( $sKey ) . '=true' ;
151 $sParams .= $this->EncodeConfig( $sKey ) . '=false' ;
153 $sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
159 function EncodeConfig( $valueToEncode ) function in FCKeditor
H A Dfckeditor_php4.php159 $sParams .= $this->EncodeConfig( $sKey ) . '=true' ;
161 $sParams .= $this->EncodeConfig( $sKey ) . '=false' ;
163 $sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
169 function EncodeConfig( $valueToEncode ) function in FCKeditor