/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/ |
H A D | Spreadsheet-Read.tml | 31 description: Provides parsing of CSV streams 39 description: Provides parsing of Microsoft Excel files 46 description: Provides parsing of Microsoft Excel 2007 files 50 description: Provides parsing of OpenOffice spreadsheets 104 'description' => 'Provides parsing of CSV streams' 116 'description' => 'Provides parsing of Microsoft Excel files' 124 'description' => 'Provides parsing of Microsoft Excel 2007 files' 132 'description' => 'Provides parsing of OpenOffice spreadsheets'
|
/openbsd/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
H A D | 120_incr_parse_truncated.t | 20 … unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error"); 30 like ($e, qr/, or \} expected while parsing object\/hash/, "'} expected' json string error"); 40 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo… 50 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo… 60 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo… 130 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo… 140 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo… 150 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo… 160 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo… 170 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo… [all …]
|
H A D | 002_error.t | 38 eval { JSON::PP->new->decode ('[5') }; ok $@ =~ /parsing array/; 40 eval { JSON::PP->new->decode ('{"5":null') }; ok $@ =~ /parsing object/;
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | MSVCCompatibility.rst | 34 parsing and semantic compatibility tweaks are controlled by 35 ``-fms-compatibility`` and ``-fdelayed-template-parsing``, and they are a work 120 The first major semantic difference is that MSVC appears to defer all parsing 123 controlled by the ``-fdelayed-template-parsing`` flag. While Clang delays 124 parsing of method bodies, it still parses the bodies *before* template argument 132 is parsing your template, so the user is sometimes required to use the 135 user intended to find the name in a dependent base. While parsing the 155 application. There are still issues parsing WRL headers for modern Windows 8
|
/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/t/ |
H A D | 09locales.t | 5 # These are mostly for reverse parsing tests, not required for installation 6 plan skip_all => "Reverse parsing not required for installation" 36 #test reverse parsing
|
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/ |
H A D | error-1.txt | 1 # Check error on a shell parsing failure.
|
/openbsd/regress/usr.sbin/rpki-client/rrdp/ |
H A D | rrdp-r5.out | 2 test-rrdp: stdin: parse error at line 2: parsing aborted
|
H A D | rrdp-r6.out | 2 test-rrdp: stdin: parse error at line 2: parsing aborted
|
H A D | rrdp-r7.out | 2 test-rrdp: stdin: parse error at line 1: parsing aborted
|
/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/ |
H A D | CMakeLists.txt | 44 # Options parsing support is optional. This is an optional library that can be 47 # its own options parsing and populate the Options struct itself.
|
/openbsd/regress/sbin/pfctl/ |
H A D | pfr4.in | 1 # parsing of all IPv4 network sizes
|
H A D | pfr5.in | 1 # parsing of all IPv6 network sizes
|
/openbsd/regress/usr.bin/make/ |
H A D | mk17 | 2 # Bug in the cond parsing code
|
H A D | mk18 | 2 # Bug in the cond parsing code
|
/openbsd/regress/sbin/ipsecctl/ |
H A D | ikefail12.ok | 1 stdin: 4: reached end of file while parsing quoted string
|
H A D | ikefail11.ok | 1 stdin: 6: reached end of file while parsing quoted string
|
/openbsd/regress/usr.sbin/btrace/ |
H A D | nsecs+var.bt | 1 // Test parsing nsecs in a BEGIN block
|
/openbsd/regress/usr.bin/mandoc/mdoc/In/ |
H A D | parse.out_markdown | 5 **In-parse** - parsing of include file macros
|
H A D | parse.out_ascii | 4 IInn--ppaarrssee - parsing of include file macros
|
/openbsd/gnu/usr.bin/perl/cpan/Module-Metadata/t/ |
H A D | endpod.t | 6 # This test case tests about parsing pod after `__END__` token.
|
/openbsd/lib/libexpat/lib/ |
H A D | xmlparse.c | 1932 switch (parser->m_parsingStatus.parsing) { in XML_Parse() 2049 switch (parser->m_parsingStatus.parsing) { in XML_ParseBuffer() 2087 switch (parser->m_parsingStatus.parsing) { in XML_ParseBuffer() 2115 switch (parser->m_parsingStatus.parsing) { in XML_GetBuffer() 2237 switch (parser->m_parsingStatus.parsing) { in XML_StopParser() 2289 switch (parser->m_parsingStatus.parsing) { in XML_ResumeParser() 2790 switch (parser->m_parsingStatus.parsing) { in externalEntityInitProcessor3() 3290 switch (parser->m_parsingStatus.parsing) { in doContent() 4214 switch (parser->m_parsingStatus.parsing) { in doCdataSection() 5748 switch (parser->m_parsingStatus.parsing) { in doProlog() [all …]
|
/openbsd/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | index.rst | 53 With the lexer in place, we can talk about parsing techniques and 55 parsing and operator precedence parsing.
|
H A D | LangImpl02.rst | 23 the former for everything else). Before we get to parsing though, let's 143 With this scaffolding, we can now talk about parsing expressions and 247 expects that the current token is a '(' token, but after parsing the 359 This parsing technique uses the precedence of binary operators to guide 398 With the helper above defined, we can now start parsing binary 399 expressions. The basic idea of operator precedence parsing is to break 402 Operator precedence parsing considers this as a stream of primary 496 then continue parsing: 540 primary has higher precedence than the binop we are currently parsing. 552 parsing in a very elegant way. This was a whirlwind tour of this code, [all …]
|
/openbsd/regress/usr.sbin/bgpd/config/ |
H A D | bgpd.conf.2.in | 2 # Test various community related filter parsing
|
/openbsd/gnu/llvm/clang/lib/Tooling/ |
H A D | CMakeLists.txt | 41 # Debug build due to parsing AST.h. Disable the processing 62 # Skip this in debug mode because parsing AST.h is too slow
|