Home
last modified time | relevance | path

Searched +defs:content +defs:encoding (Results 1 – 25 of 25) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-write-file-sync.js47 const content = fs.readFileSync(file, { encoding: 'utf8' }); property
57 const content = fs.readFileSync(file, { encoding: 'utf8' }); property
85 const content = fs.readFileSync(file, { encoding: 'utf8' }); property
99 fs.writeFileSync(file, 'hello ', { encoding: 'utf8', flag: 'a' }); property
100 fs.writeFileSync(file, 'world!', { encoding: 'utf8', flag: 'a' }); property
101 const content = fs.readFileSync(file, { encoding: 'utf8' }); property
Dtest-fs-write-file-invalid-path.js35 let content = ''; variable
37 encoding: 'utf8' property
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Deasy_xml.py11 def XmlToString(content, encoding='utf-8', pretty=False): argument
107 def WriteXmlIfChanged(content, path, encoding='utf-8', pretty=False, argument
/third_party/node/tools/gyp/pylib/gyp/
Deasy_xml.py11 def XmlToString(content, encoding='utf-8', pretty=False): argument
107 def WriteXmlIfChanged(content, path, encoding='utf-8', pretty=False, argument
/third_party/libxml2/
DHTMLtree.c52 const xmlChar *content; in htmlGetMetaEncoding() local
53 const xmlChar *encoding; in htmlGetMetaEncoding() local
164 htmlSetMetaEncoding(htmlDocPtr doc, const xmlChar *encoding) { in htmlSetMetaEncoding()
166 const xmlChar *content = NULL; in htmlSetMetaEncoding() local
489 xmlNodePtr cur, const char *encoding, int format) { in htmlNodeDumpFileFormat()
555 const char *encoding; in htmlDocDumpMemoryFormat() local
745 htmlAttrListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding)… in htmlAttrListDumpOutput()
769 xmlNodePtr cur, const char *encoding, int format) { in htmlNodeListDumpOutput()
791 xmlNodePtr cur, const char *encoding, int format) { in htmlNodeDumpFormatOutput()
980 xmlNodePtr cur, const char *encoding) { in htmlNodeDumpOutput()
[all …]
DHTMLparser.c3579 htmlCheckEncodingDirect(htmlParserCtxtPtr ctxt, const xmlChar *encoding) { in htmlCheckEncodingDirect()
3667 const xmlChar *encoding; in htmlCheckEncoding() local
3699 const xmlChar *content = NULL; in htmlCheckMeta() local
5062 htmlCreateDocParserCtxt(const xmlChar *cur, const char *encoding) { in htmlCreateDocParserCtxt()
6288 htmlSAXParseDoc(const xmlChar *cur, const char *encoding, in htmlSAXParseDoc()
6328 htmlParseDoc(const xmlChar *cur, const char *encoding) { in htmlParseDoc()
6345 htmlCreateFileParserCtxt(const char *filename, const char *encoding) in htmlCreateFileParserCtxt()
6351 xmlChar *content, *content_line = (xmlChar *) "charset="; in htmlCreateFileParserCtxt() local
6415 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, in htmlSAXParseFile()
6455 htmlParseFile(const char *filename, const char *encoding) { in htmlParseFile()
[all …]
Dxmlwriter.c520 const char *encoding, const char *standalone) in xmlTextWriterStartDocument()
924 xmlTextWriterWriteComment(xmlTextWriterPtr writer, const xmlChar * content) in xmlTextWriterWriteComment()
1351 xmlTextWriterWriteRawLen(xmlTextWriterPtr writer, const xmlChar * content, in xmlTextWriterWriteRawLen()
1405 xmlTextWriterWriteRaw(xmlTextWriterPtr writer, const xmlChar * content) in xmlTextWriterWriteRaw()
1478 xmlTextWriterWriteString(xmlTextWriterPtr writer, const xmlChar * content) in xmlTextWriterWriteString()
2026 const xmlChar * content) in xmlTextWriterWriteAttribute()
2133 const xmlChar * content) in xmlTextWriterWriteAttributeNS()
2229 const xmlChar * content) in xmlTextWriterWriteElement()
2338 const xmlChar * content) in xmlTextWriterWriteElementNS()
2582 const xmlChar * content) in xmlTextWriterWritePI()
[all …]
Dxinclude.c975 const xmlChar *content = cur->content; in xmlXIncludeCopyRange() local
1036 const xmlChar *content = cur->content; in xmlXIncludeCopyRange() local
1805 xmlChar *encoding = NULL; in xmlXIncludeLoadTxt() local
1913 const xmlChar *content; in xmlXIncludeLoadTxt() local
DtestHTML.c50 static char *encoding = NULL; variable
246 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug()
Dparser.c6558 xmlElementContentPtr content = NULL; in xmlParseElementDecl() local
6874 const xmlChar *encoding; in xmlParseTextDecl() local
10296 xmlChar *encoding = NULL; in xmlParseEncodingDecl() local
13394 xmlNodePtr content = NULL; in xmlParseBalancedChunkMemoryInternal() local
13822 xmlNodePtr content, newRoot; in xmlParseBalancedChunkMemoryRecover() local
14972 int size, const char *filename, const char *encoding) in xmlCtxtResetPush()
15064 xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options, const char *encoding) in xmlCtxtUseOptionsInternal()
15223 xmlDoRead(xmlParserCtxtPtr ctxt, const char *URL, const char *encoding, in xmlDoRead()
15268 xmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) in xmlReadDoc()
15293 xmlReadFile(const char *filename, const char *encoding, int options) in xmlReadFile()
[all …]
Dtestapi.c1606 char * encoding; /* the document encoding, or NULL */ in test_htmlCtxtReadDoc() local
1665 char * encoding; /* the document encoding, or NULL */ in test_htmlCtxtReadFile() local
1713 char * encoding; /* the document encoding, or NULL */ in test_htmlCtxtReadMemory() local
2334 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */ in test_htmlParseDoc() local
2482 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */ in test_htmlParseFile() local
2516 char * encoding; /* the document encoding, or NULL */ in test_htmlReadDoc() local
2569 char * encoding; /* the document encoding, or NULL */ in test_htmlReadFile() local
2621 char * encoding; /* the document encoding, or NULL */ in test_htmlReadMemory() local
2682 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */ in test_htmlSAXParseDoc() local
2737 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */ in test_htmlSAXParseFile() local
[all …]
Dnanohttp.c135 char *content; /* the start of the content */ member
146 char *encoding; /* encoding extracted from the contentType */ member
Dxmllint.c161 static char *encoding = NULL; variable
1070 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug()
/third_party/node/src/
Dstring_decoder.cc28 enum encoding encoding) { in MakeString()
261 ArrayBufferViewContents<char> content(args[1].As<ArrayBufferView>()); in DecodeData() local
/third_party/python/Lib/xml/sax/
Dsaxutils.py71 def _gettextwriter(out, encoding): argument
114 def __init__(self, out=None, encoding="iso-8859-1", short_empty_elements=False): argument
208 def characters(self, content): argument
215 def ignorableWhitespace(self, content): argument
279 def characters(self, content): argument
/third_party/flutter/skia/tools/lottiecap/
Dlottiecap.js69 content: `Command line application to build a 5x5 filmstrip property
185 encoding: encoding, property
/third_party/libxml2/python/
Dlibxml.py207 def comment(self, content): argument
223 def entityDecl(self, name, type, externalID, systemID, content): argument
240 def elementDecl(self, name, type, content): argument
396 content = property(get_content, None, None, "Content of this node") variable in xmlCore
407 def serialize(self, encoding = None, format = 0): argument
409 def saveTo(self, file, encoding = None, format = 0): argument
Dlibxml.c504 xmlChar *encoding; in libxml_xmlCreateOutputBuffer() local
608 char * encoding; in libxml_xmlSaveFileTo() local
631 char * encoding; in libxml_xmlSaveFormatFileTo() local
661 xmlCharEncoding encoding) { in xmlParserInputBufferCreatePythonFile()
681 xmlChar *encoding; in libxml_xmlCreateInputBuffer() local
1264 const xmlChar * systemId, xmlChar * content) in pythonEntityDecl()
1344 int type, ATTRIBUTE_UNUSED xmlElementContentPtr content) in pythonElementDecl()
1553 const char *encoding; in libxml_htmlSAXParseFile() local
2947 const char *encoding; in libxml_serializeNode() local
3021 const char *encoding; in libxml_saveNodeTo() local
/third_party/python/Lib/test/
Dtest_sax.py101 def xml_str(doc, encoding=None): argument
106 def xml_bytes(doc, encoding, decl_encoding=...): argument
111 def make_xml_file(doc, encoding, decl_encoding=...): argument
363 def checkContent(self, stream, content): argument
786 def xml(self, doc, encoding='iso-8859-1'): argument
794 def xml(self, doc, encoding='iso-8859-1'): argument
820 def xml(self, doc, encoding='iso-8859-1'): argument
842 def xml(self, doc, encoding='iso-8859-1'): argument
Dtest_unicode.py20 def search_function(encoding): argument
2256 def __new__(cls, content=""): argument
/third_party/flutter/skia/src/pdf/
DSkPDFFont.cpp73 SkDynamicMemoryWStream* content) { in setGlyphWidthAndBoundingBox()
536 auto encoding = SkPDFMakeDict("Encoding"); in emit_subset_type3() local
568 SkDynamicMemoryWStream content; in emit_subset_type3() local
/third_party/libxml2/include/libxml/
Dtree.h92 xmlChar *content; /* The buffer content UTF8 */ member
358 xmlElementContentPtr content; /* the allowed element content */ member
502 xmlChar *content; /* the content */ member
574 const xmlChar *encoding; /* external initial encoding, if any */ member
/third_party/python/Lib/xml/dom/
Dminidom.py46 def toxml(self, encoding=None): argument
49 def toprettyxml(self, indent="\t", newl="\n", encoding=None): argument
1111 def replaceWholeText(self, content): argument
1348 encoding = None variable in Entity
1538 encoding = None variable in Document
1790 def writexml(self, writer, indent="", addindent="", newl="", encoding=None): argument
/third_party/python/Lib/email/
D_header_value_parser.py229 def content(self): member in QuotedString
282 def content(self): member in Comment
2930 def _fold_mime_parameters(part, lines, maxlen, encoding): argument
/third_party/node/tools/
Dlint-md.js13513 function toString(encoding) { argument
14102 function fromString (string, encoding) { argument
14952 streamIn.pipe(concatStream({encoding: 'string'}, read)); property
20627 this._rdOptions = { encoding: 'utf8', withFileTypes: this._isDirent }; property
40298 function handler(content, position, source) { argument
46791 function testProhibited (val, content) { argument