Home
last modified time | relevance | path

Searched refs:getCharSet (Results 1 – 25 of 65) sorted by relevance

123

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/http/server/
H A DServletServerHttpResponse.java91 this.headers.getContentType().getCharSet() != null) { in writeHeaders()
92 this.servletResponse.setCharacterEncoding(this.headers.getContentType().getCharSet().name()); in writeHeaders()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/http/converter/
H A DStringHttpMessageConverter.java122 if (contentType != null && contentType.getCharSet() != null) { in getContentTypeCharset()
123 return contentType.getCharSet(); in getContentTypeCharset()
H A DFormHttpMessageConverter.java172 Charset charset = contentType.getCharSet() != null ? contentType.getCharSet() : this.charset; in read()
223 charset = contentType.getCharSet() != null ? contentType.getCharSet() : this.charset; in writeForm()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/http/converter/feed/
H A DAbstractWireFeedHttpMessageConverter.java63 if (contentType != null && contentType.getCharSet() != null) { in readInternal()
64 charset = contentType.getCharSet(); in readInternal()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/http/converter/json/
H A DMappingJacksonHttpMessageConverter.java175 if (contentType != null && contentType.getCharSet() != null) { in getJsonEncoding()
176 Charset charset = contentType.getCharSet(); in getJsonEncoding()
H A DMappingJackson2HttpMessageConverter.java176 if (contentType != null && contentType.getCharSet() != null) { in getJsonEncoding()
177 Charset charset = contentType.getCharSet(); in getJsonEncoding()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/http/converter/xml/
H A DJaxb2RootElementHttpMessageConverter.java107 if (contentType != null && contentType.getCharSet() != null) { in setCharset()
108 marshaller.setProperty(Marshaller.JAXB_ENCODING, contentType.getCharSet().name()); in setCharset()
/dports/databases/adodb5/ADOdb-5.21.3/drivers/
H A Dadodb-postgres7.inc.php287 function getCharSet() function in ADODB_postgres7
316 $this->getCharSet();
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/methods/multipart/
H A DPart.java154 public abstract String getCharSet(); in getCharSet() method in Part
236 String charSet = getCharSet(); in sendContentTypeHeader()
H A DPartBase.java93 public String getCharSet() { in getCharSet() method in PartBase
H A DStringPart.java114 content = EncodingUtil.getBytes(value, getCharSet()); in getContent()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dsmtps.class.php884 public function getCharSet() function in SMTPs
1440 $content = 'Content-Type: '.$_msgData['mimeType'].'; charset="'.$this->getCharSet().'"'."\r\n"
1527 $content .= "Content-Type: text/plain; charset=".$this->getCharSet()."\r\n";
1541 $content .= "Content-Type: text/plain; charset=".$this->getCharSet()."\r\n";
1546 $content .= 'Content-Type: '.$_content['mimeType'].'; charset='.$this->getCharSet();
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dsmtps.class.php891 public function getCharSet() function in SMTPs
1456 $content = 'Content-Type: '.$_msgData['mimeType'].'; charset="'.$this->getCharSet().'"'."\r\n"
1535 $content .= "Content-Type: text/plain; charset=".$this->getCharSet()."\r\n";
1549 $content .= "Content-Type: text/plain; charset=".$this->getCharSet()."\r\n";
1554 $content .= 'Content-Type: '.$_content['mimeType'].'; charset='.$this->getCharSet();
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/test/java/org/springframework/http/converter/
H A DFormHttpMessageConverterTests.java173 …return contentType != null && contentType.getCharSet() != null ? contentType.getCharSet().name() :… in getCharacterEncoding()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Filter/
H A DHtmlEntities.php148 public function getCharSet() function in Zend_Filter_HtmlEntities
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/web/client/
H A DDefaultResponseErrorHandler.java86 Charset charset = contentType != null ? contentType.getCharSet() : null; in handleError()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-filter/src/
H A DHtmlEntities.php129 public function getCharSet() function in Zend\\Filter\\HtmlEntities
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-filter/src/
H A DHtmlEntities.php129 public function getCharSet() function in Zend\\Filter\\HtmlEntities
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-filter/src/
H A DHtmlEntities.php129 public function getCharSet() function in Zend\\Filter\\HtmlEntities
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-filter/src/
H A DHtmlEntities.php129 public function getCharSet() function in Zend\\Filter\\HtmlEntities
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-filter/src/
H A DHtmlEntities.php129 public function getCharSet() function in Zend\\Filter\\HtmlEntities
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-filter/src/
H A DHtmlEntities.php129 public function getCharSet() function in Zend\\Filter\\HtmlEntities
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-filter/src/
H A DHtmlEntities.php129 public function getCharSet() function in Zend\\Filter\\HtmlEntities
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-filter/src/
H A DHtmlEntities.php129 public function getCharSet() function in Zend\\Filter\\HtmlEntities
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-filter/src/
H A DHtmlEntities.php129 public function getCharSet() function in Zend\\Filter\\HtmlEntities

123