Home
last modified time | relevance | path

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

/plugin/grensladawritezor/fckeditor/
Dfckeditor_php5.php139 $sParams .= $this->EncodeConfig( $sKey ) . '=true' ;
141 $sParams .= $this->EncodeConfig( $sKey ) . '=false' ;
143 $sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
149 function EncodeConfig( $valueToEncode ) function in FCKeditor
Dfckeditor_php4.php139 $sParams .= $this->EncodeConfig( $sKey ) . '=true' ;
141 $sParams .= $this->EncodeConfig( $sKey ) . '=false' ;
143 $sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
149 function EncodeConfig( $valueToEncode ) function in FCKeditor
/plugin/wysiwyg/fckeditor/
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
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