Searched refs:encoding (Results 1 – 17 of 17) sorted by relevance
| /petsc/src/sys/yaml/src/ |
| H A D | reader.c | 64 parser->encoding = YAML_UTF16LE_ENCODING; in yaml_parser_determine_encoding() 70 parser->encoding = YAML_UTF16BE_ENCODING; in yaml_parser_determine_encoding() 76 parser->encoding = YAML_UTF8_ENCODING; in yaml_parser_determine_encoding() 81 parser->encoding = YAML_UTF8_ENCODING; in yaml_parser_determine_encoding() 156 if (!parser->encoding) { in yaml_parser_update_buffer() 200 switch (parser->encoding) in yaml_parser_update_buffer() 298 low = (parser->encoding == YAML_UTF16LE_ENCODING ? 0 : 1); in yaml_parser_update_buffer() 299 high = (parser->encoding == YAML_UTF16LE_ENCODING ? 1 : 0); in yaml_parser_update_buffer()
|
| H A D | api.c | 316 yaml_parser_set_encoding(yaml_parser_t *parser, yaml_encoding_t encoding) in yaml_parser_set_encoding() argument 319 assert(!parser->encoding); /* Encoding is already set or detected. */ in yaml_parser_set_encoding() 321 parser->encoding = encoding; in yaml_parser_set_encoding()
|
| H A D | yaml_private.h | 507 (token).data.stream_start.encoding = (token_encoding)) 553 (event).data.stream_start.encoding = (event_encoding))
|
| H A D | parser.c | 326 STREAM_START_EVENT_INIT(*event, token->data.stream_start.encoding, in yaml_parser_parse_stream_start()
|
| H A D | scanner.c | 1312 STREAM_START_TOKEN_INIT(token, parser->encoding, in yaml_parser_fetch_stream_start()
|
| /petsc/lib/petsc/bin/ |
| H A D | extract.py | 9 encoding = 'utf8' variable 17 codefile = codecs.open(filename, 'r', encoding)
|
| /petsc/src/sys/yaml/include/ |
| H A D | yaml.h | 239 yaml_encoding_t encoding; member 356 yaml_encoding_t encoding; member 860 yaml_encoding_t encoding; member 1073 yaml_parser_set_encoding(yaml_parser_t *parser, yaml_encoding_t encoding);
|
| /petsc/systems/Apple/OSX/bin/ |
| H A D | makedocs | 13 <?xml version="1.0" encoding="UTF-8"?> 30 <?xml version="1.0" encoding="UTF-8"?> 140 <?xml version="1.0" encoding="UTF-8"?>
|
| H A D | makeframework | 44 <?xml version="1.0" encoding="UTF-8"?>
|
| /petsc/systems/Apple/iOS/bin/ |
| H A D | makedocs | 13 <?xml version="1.0" encoding="UTF-8"?> 30 <?xml version="1.0" encoding="UTF-8"?> 140 <?xml version="1.0" encoding="UTF-8"?>
|
| H A D | makeframework | 40 <?xml version="1.0" encoding="UTF-8"?>
|
| /petsc/doc/ |
| H A D | build_man_pages.py | 57 sp = subprocess.run(command, cwd=dir, capture_output=True, encoding='UTF-8', check=True)
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DM.pyx | 1829 """Set the `Section` encoding the local data layout for the `DM`. 1841 """Return the `Section` encoding the local data layout for the `DM`. 1856 """Set the `Section` encoding the global data layout for the `DM`. 1868 """Return the `Section` encoding the global data layout for the `DM`. 1892 """Create the `SF` encoding the parallel DOF overlap for the `DM`. 1915 """Return the `Section` encoding the parallel DOF overlap. 1930 """Set the `Section` encoding the parallel DOF overlap for the `DM`. 1946 """Return the `SF` encoding the parallel DOF overlap for the `DM`. 1961 """Set the `SF` encoding the parallel DOF overlap for the `DM`.
|
| /petsc/config/BuildSystem/ |
| H A D | script.py | 177 out = out.decode(encoding='UTF-8',errors='replace') 178 err = err.decode(encoding='UTF-8',errors='replace')
|
| /petsc/src/binding/petsc4py/ |
| H A D | makefile | 107 RST2HTMLOPTS = --input-encoding=utf-8
|
| /petsc/src/binding/petsc4py/docs/ipynb/ |
| H A D | dmplex.ipynb | 146 …"Note that the numbering is completely different from our original mesh encoding. Here we summariz…
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 1917 (dpm/io/xml-encoding "iso-8859-1")
|