Searched refs:EncodeConfig (Results 1 – 2 of 2) sorted by relevance
149 $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
159 $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