Home
last modified time | relevance | path

Searched refs:utf8_content (Results 1 – 12 of 12) sorted by relevance

/dports/devel/anjuta/anjuta-3.34.0/libanjuta/
H A Danjuta-convert.c54 gchar *utf8_content = NULL; in anjuta_convert_to_utf8_from_charset() local
120 utf8_content = converted_contents; in anjuta_convert_to_utf8_from_charset()
123 return utf8_content; in anjuta_convert_to_utf8_from_charset()
181 gchar *utf8_content; in anjuta_convert_to_utf8() local
188 utf8_content = anjuta_convert_to_utf8_from_charset (content, in anjuta_convert_to_utf8()
194 if (utf8_content != NULL) in anjuta_convert_to_utf8()
197 ret = utf8_content; in anjuta_convert_to_utf8()
/dports/devel/geany-legacy/geany-1.37.1/src/
H A Dencodings.c628 gchar *utf8_content = NULL; in encodings_convert_to_utf8_from_charset() local
641 utf8_content = converted_contents; in encodings_convert_to_utf8_from_charset()
655 utf8_content = NULL; in encodings_convert_to_utf8_from_charset()
661 utf8_content = converted_contents; in encodings_convert_to_utf8_from_charset()
664 return utf8_content; in encodings_convert_to_utf8_from_charset()
688 gchar *utf8_content; in encodings_convert_to_utf8_with_suggestion() local
751 utf8_content = encodings_convert_to_utf8_from_charset(buffer, size, charset, FALSE); in encodings_convert_to_utf8_with_suggestion()
753 if (G_LIKELY(utf8_content != NULL)) in encodings_convert_to_utf8_with_suggestion()
764 return utf8_content; in encodings_convert_to_utf8_with_suggestion()
/dports/devel/geany/geany-1.38/src/
H A Dencodings.c628 gchar *utf8_content = NULL; in encodings_convert_to_utf8_from_charset() local
641 utf8_content = converted_contents; in encodings_convert_to_utf8_from_charset()
655 utf8_content = NULL; in encodings_convert_to_utf8_from_charset()
661 utf8_content = converted_contents; in encodings_convert_to_utf8_from_charset()
664 return utf8_content; in encodings_convert_to_utf8_from_charset()
688 gchar *utf8_content; in encodings_convert_to_utf8_with_suggestion() local
751 utf8_content = encodings_convert_to_utf8_from_charset(buffer, size, charset, FALSE); in encodings_convert_to_utf8_with_suggestion()
753 if (G_LIKELY(utf8_content != NULL)) in encodings_convert_to_utf8_with_suggestion()
764 return utf8_content; in encodings_convert_to_utf8_with_suggestion()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/indexed_search/Classes/
H A DFileContentParser.php570 $utf8_content = trim(strip_tags(str_replace('<', ' <', $content_xml)));
571 $contentArr = $this->pObj->splitRegularContent($utf8_content);
607 $utf8_content = trim(strip_tags(str_replace('<', ' <', $content_xml)));
608 $contentArr = $this->pObj->splitRegularContent($utf8_content);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/indexed_search/Classes/
H A DFileContentParser.php575 $utf8_content = trim(strip_tags(str_replace('<', ' <', $content_xml)));
576 $contentArr = $this->pObj->splitRegularContent($utf8_content);
612 $utf8_content = trim(strip_tags(str_replace('<', ' <', $content_xml)));
613 $contentArr = $this->pObj->splitRegularContent($utf8_content);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/indexed_search/Classes/
H A DFileContentParser.php577 $utf8_content = trim(strip_tags(str_replace('<', ' <', $content_xml)));
578 $contentArr = $this->pObj->splitRegularContent($utf8_content);
614 $utf8_content = trim(strip_tags(str_replace('<', ' <', $content_xml)));
615 $contentArr = $this->pObj->splitRegularContent($utf8_content);
/dports/www/p5-CSS-Inliner/CSS-Inliner-4003/
H A DMANIFEST59 t/utf8_content.t
/dports/editors/gobby/gobby-0.4.13/src/
H A Dwindow.cpp1452 std::string utf8_content; in open_local_file() local
1457 utf8_content = Encoding::convert_to_utf8( in open_local_file()
1466 utf8_content = Glib::convert( in open_local_file()
1473 convert2unix(utf8_content); in open_local_file()
1477 "UTF-8", utf8_content in open_local_file()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/csp/
H A Dcsp_directive_list.cc41 StringUTF8Adaptor utf8_content(content); in GetSha256String() local
42 bool digest_success = ComputeDigest(kHashAlgorithmSha256, utf8_content.data(), in GetSha256String()
43 utf8_content.size(), digest); in GetSha256String()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/csp/
H A Dcsp_directive_list.cc37 StringUTF8Adaptor utf8_content(content); in GetSha256String() local
38 bool digest_success = ComputeDigest(kHashAlgorithmSha256, utf8_content.data(), in GetSha256String()
39 utf8_content.size(), digest); in GetSha256String()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/base/
H A Dv8_unit_test.cc91 std::string utf8_content; in ExecuteJavascriptLibraries() local
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_config.py1573 utf8_content = unicode_content.encode('utf8')
1575 t.put_bytes('foo.conf', utf8_content)
2508 utf8_content = unicode_content.encode('utf8')
2510 t.put_bytes('foo.conf', utf8_content)
2567 utf8_content = unicode_content.encode('utf8')
2570 f.write(utf8_content)