Home
last modified time | relevance | path

Searched refs:isUTF8 (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.net.http/share/classes/jdk/internal/net/http/
H A DAuthenticationFilter.java183 var charset = isUTF8 ? UTF_8 : ISO_8859_1; in addBasicCredentials()
209 final boolean isUTF8; // field in AuthenticationFilter.AuthInfo
218 this.isUTF8 = isUTF8; in AuthInfo()
224 CacheEntry ca, boolean isUTF8) { in AuthInfo() argument
225 this(fromcache, scheme, credentials, isUTF8); in AuthInfo()
274 boolean isUTF8 = false; in response()
315 au = new AuthInfo(false, "Basic", pw, isUTF8); in response()
322 addBasicCredentials(req, proxy, pw, isUTF8); in response()
341 au = au.retryWithCredentials(pw, isUTF8); in response()
438 final boolean isUTF8; field in AuthenticationFilter.CacheEntry
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.net.http/share/classes/jdk/internal/net/http/
H A DAuthenticationFilter.java183 var charset = isUTF8 ? UTF_8 : ISO_8859_1; in addBasicCredentials()
209 final boolean isUTF8; // field in AuthenticationFilter.AuthInfo
218 this.isUTF8 = isUTF8; in AuthInfo()
224 CacheEntry ca, boolean isUTF8) { in AuthInfo() argument
225 this(fromcache, scheme, credentials, isUTF8); in AuthInfo()
274 boolean isUTF8 = false; in response()
315 au = new AuthInfo(false, "Basic", pw, isUTF8); in response()
322 addBasicCredentials(req, proxy, pw, isUTF8); in response()
341 au = au.retryWithCredentials(pw, isUTF8); in response()
438 final boolean isUTF8; field in AuthenticationFilter.CacheEntry
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.net.http/share/classes/jdk/internal/net/http/
H A DAuthenticationFilter.java183 var charset = isUTF8 ? UTF_8 : ISO_8859_1; in addBasicCredentials()
209 final boolean isUTF8; // field in AuthenticationFilter.AuthInfo
218 this.isUTF8 = isUTF8; in AuthInfo()
224 CacheEntry ca, boolean isUTF8) { in AuthInfo() argument
225 this(fromcache, scheme, credentials, isUTF8); in AuthInfo()
274 boolean isUTF8 = false; in response()
315 au = new AuthInfo(false, "Basic", pw, isUTF8); in response()
322 addBasicCredentials(req, proxy, pw, isUTF8); in response()
341 au = au.retryWithCredentials(pw, isUTF8); in response()
438 final boolean isUTF8; field in AuthenticationFilter.CacheEntry
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.net.http/share/classes/jdk/internal/net/http/
H A DAuthenticationFilter.java183 var charset = isUTF8 ? UTF_8 : ISO_8859_1; in addBasicCredentials()
209 final boolean isUTF8; // field in AuthenticationFilter.AuthInfo
218 this.isUTF8 = isUTF8; in AuthInfo()
224 CacheEntry ca, boolean isUTF8) { in AuthInfo() argument
225 this(fromcache, scheme, credentials, isUTF8); in AuthInfo()
271 boolean isUTF8 = false; in response()
312 au = new AuthInfo(false, "Basic", pw, isUTF8); in response()
319 addBasicCredentials(req, proxy, pw, isUTF8); in response()
338 au = au.retryWithCredentials(pw, isUTF8); in response()
435 final boolean isUTF8; field in AuthenticationFilter.CacheEntry
[all …]
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DText.pm63 my ($buff, $enc, $isBOM, $isUTF8);
100 $isUTF8 = Image::ExifTool::XMP::IsUTF8($dataPt, 1);
101 if ($isUTF8 == 0) {
103 } elsif ($isUTF8 > 0) {
124 return 1 if $fast or not defined $isUTF8;
185 if ($isUTF8 >= 0) { # (if ascii or utf8)
186 $isUTF8 = Image::ExifTool::XMP::IsUTF8(\$buff);
187 if ($isUTF8 > 0) {
189 } elsif ($isUTF8 < 0) {
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DText.pm63 my ($buff, $enc, $isBOM, $isUTF8);
100 $isUTF8 = Image::ExifTool::XMP::IsUTF8($dataPt, 1);
101 if ($isUTF8 == 0) {
103 } elsif ($isUTF8 > 0) {
124 return 1 if $fast or not defined $isUTF8;
185 if ($isUTF8 >= 0) { # (if ascii or utf8)
186 $isUTF8 = Image::ExifTool::XMP::IsUTF8(\$buff);
187 if ($isUTF8 > 0) {
189 } elsif ($isUTF8 < 0) {
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/zip/
H A DZipCoder.java55 if (isUTF8 && cd instanceof ArrayDecoder) { in toString()
85 if (isUTF8 && ce instanceof ArrayEncoder) { in getBytes()
107 if (isUTF8) in getBytesUTF8()
116 if (isUTF8) in toStringUTF8()
123 boolean isUTF8() { in isUTF8() method in ZipCoder
124 return isUTF8; in isUTF8()
130 private boolean isUTF8; field in ZipCoder
135 this.isUTF8 = cs.name().equals(StandardCharsets.UTF_8.name()); in ZipCoder()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/zip/
H A DZipCoder.java55 if (isUTF8 && cd instanceof ArrayDecoder) { in toString()
85 if (isUTF8 && ce instanceof ArrayEncoder) { in getBytes()
107 if (isUTF8) in getBytesUTF8()
116 if (isUTF8) in toStringUTF8()
123 boolean isUTF8() { in isUTF8() method in ZipCoder
124 return isUTF8; in isUTF8()
130 private boolean isUTF8; field in ZipCoder
135 this.isUTF8 = cs.name().equals(StandardCharsets.UTF_8.name()); in ZipCoder()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DBasicAuthentication.java66 boolean isUTF8, String authenticatorKey) { in BasicAuthentication() argument
70 this.auth = authValueFrom(pw, isUTF8); in BasicAuthentication()
90 PasswordAuthentication pw, boolean isUTF8, in BasicAuthentication() argument
95 this.auth = authValueFrom(pw, isUTF8); in BasicAuthentication()
99 private static String authValueFrom(PasswordAuthentication pw, boolean isUTF8) { in authValueFrom() argument
104 Charset charset = isUTF8 ? UTF_8.INSTANCE : ISO_8859_1.INSTANCE; in authValueFrom()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DBasicAuthentication.java66 boolean isUTF8, String authenticatorKey) { in BasicAuthentication() argument
70 this.auth = authValueFrom(pw, isUTF8); in BasicAuthentication()
90 PasswordAuthentication pw, boolean isUTF8, in BasicAuthentication() argument
95 this.auth = authValueFrom(pw, isUTF8); in BasicAuthentication()
99 private static String authValueFrom(PasswordAuthentication pw, boolean isUTF8) { in authValueFrom() argument
104 Charset charset = isUTF8 ? UTF_8.INSTANCE : ISO_8859_1.INSTANCE; in authValueFrom()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DBasicAuthentication.java66 boolean isUTF8, String authenticatorKey) { in BasicAuthentication() argument
70 this.auth = authValueFrom(pw, isUTF8); in BasicAuthentication()
90 PasswordAuthentication pw, boolean isUTF8, in BasicAuthentication() argument
95 this.auth = authValueFrom(pw, isUTF8); in BasicAuthentication()
99 private static String authValueFrom(PasswordAuthentication pw, boolean isUTF8) { in authValueFrom() argument
104 Charset charset = isUTF8 ? UTF_8.INSTANCE : ISO_8859_1.INSTANCE; in authValueFrom()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/net/www/protocol/http/
H A DBasicAuthentication.java66 boolean isUTF8, String authenticatorKey) { in BasicAuthentication() argument
70 this.auth = authValueFrom(pw, isUTF8); in BasicAuthentication()
90 PasswordAuthentication pw, boolean isUTF8, in BasicAuthentication() argument
95 this.auth = authValueFrom(pw, isUTF8); in BasicAuthentication()
99 private static String authValueFrom(PasswordAuthentication pw, boolean isUTF8) { in authValueFrom() argument
104 Charset charset = isUTF8 ? UTF_8.INSTANCE : ISO_8859_1.INSTANCE; in authValueFrom()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/
H A Dconverttoutf8.php4 $isUTF8 = getConfig('UTF8converted'); variable
6 if ($isUTF8 && !isset($cline['f'])) {
7 echo s('The DB was already converted to UTF-8 on').' '.$isUTF8;
8 cl_output(s('The DB was already converted to UTF-8 on').' '.$isUTF8);
/dports/games/gtkradiant/GPL/GtkRadiant/libs/
H A Dconvert.h106 bool isUTF8() const in isUTF8() function
166 if(!globalCharacterSet().isUTF8()) in ExtendedASCIICharacterSet()
204 ASSERT_MESSAGE(!globalCharacterSet().isUTF8(), "locale is utf8, no conversion required"); in decode()
213 ASSERT_MESSAGE(!globalCharacterSet().isUTF8(), "locale is utf8, no conversion required"); in encode()
246 if(globalCharacterSet().isUTF8()) in ostream_write()
284 if(globalCharacterSet().isUTF8()) in ostream_write()
/dports/games/netradiant/netradiant-20150621-src/libs/
H A Dconvert.h93 bool isUTF8() const { in isUTF8() function
144 if ( !globalCharacterSet().isUTF8() ) { in ExtendedASCIICharacterSet()
177 ASSERT_MESSAGE( !globalCharacterSet().isUTF8(), "locale is utf8, no conversion required" ); in decode()
185 ASSERT_MESSAGE( !globalCharacterSet().isUTF8(), "locale is utf8, no conversion required" ); in encode()
214 if ( globalCharacterSet().isUTF8() ) { in ostream_write()
247 if ( globalCharacterSet().isUTF8() ) { in ostream_write()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/vobject/tests/VObject/
H A DStringUtilTest.php9 $string = StringUtil::isUTF8(chr(0xbf));
17 $string = StringUtil::isUTF8('I �� SabreDAV');
25 $string = StringUtil::isUTF8(chr(0x00));
/dports/www/baikal/baikal/vendor/sabre/vobject/tests/VObject/
H A DStringUtilTest.php11 $string = StringUtil::isUTF8(chr(0xbf));
18 $string = StringUtil::isUTF8('I �� SabreDAV');
25 $string = StringUtil::isUTF8(chr(0x00));
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/vobject/tests/VObject/
H A DStringUtilTest.php11 $string = StringUtil::isUTF8(chr(0xbf));
18 $string = StringUtil::isUTF8('I �� SabreDAV');
25 $string = StringUtil::isUTF8(chr(0x00));
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/vobject/tests/VObject/
H A DStringUtilTest.php11 $string = StringUtil::isUTF8(chr(0xbf));
19 $string = StringUtil::isUTF8('I �� SabreDAV');
27 $string = StringUtil::isUTF8(chr(0x00));
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/vobject/tests/VObject/
H A DStringUtilTest.php11 $string = StringUtil::isUTF8(chr(0xbf));
18 $string = StringUtil::isUTF8('I �� SabreDAV');
25 $string = StringUtil::isUTF8(chr(0x00));
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.httpserver/share/classes/com/sun/net/httpserver/
H A DBasicAuthenticator.java44 private final boolean isUTF8; field in BasicAuthenticator
79 this.isUTF8 = charset.equals(UTF_8); in BasicAuthenticator()
127 (isUTF8 ? ", charset=\"UTF-8\"" : ""); in setAuthHeader()
/dports/textproc/p5-PDF-Builder/PDF-Builder-3.023/lib/PDF/Builder/Basic/PDF/
H A DUtils.pm164 my $isUTF8 = utf8::is_utf8($text);
172 if ($isUTF8) {
178 if ($isUTF8) {
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.httpserver/share/classes/com/sun/net/httpserver/
H A DBasicAuthenticator.java45 private final boolean isUTF8; field in BasicAuthenticator
80 this.isUTF8 = charset.equals(UTF_8); in BasicAuthenticator()
129 (isUTF8 ? ", charset=\"UTF-8\"" : ""); in setAuthHeader()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.httpserver/share/classes/com/sun/net/httpserver/
H A DBasicAuthenticator.java44 private final boolean isUTF8; field in BasicAuthenticator
79 this.isUTF8 = charset.equals(UTF_8); in BasicAuthenticator()
127 (isUTF8 ? ", charset=\"UTF-8\"" : ""); in setAuthHeader()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.httpserver/share/classes/com/sun/net/httpserver/
H A DBasicAuthenticator.java45 private final boolean isUTF8; field in BasicAuthenticator
80 this.isUTF8 = charset.equals(UTF_8); in BasicAuthenticator()
129 (isUTF8 ? ", charset=\"UTF-8\"" : ""); in setAuthHeader()

12345678910>>...23