VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.1/crypto/property/properties.ebnf@ 94326

Last change on this file since 94326 was 94320, checked in by vboxsync, 3 years ago

libs/openssl-3.0.1: Export to OSE and fix copyright headers in Makefiles, bugref:10128

File size: 602 bytes
Line 
1(* https://bottlecaps.de/rr/ui *)
2
3Definition
4 ::= PropertyName ( '=' Value )? ( ',' PropertyName ( '=' Value )? )*
5Query ::= PropertyQuery ( ',' PropertyQuery )*
6PropertyQuery ::= '-' PropertyName
7 | '?'? ( PropertyName (( '=' | '!=' ) Value)?)
8Value ::= NumberLiteral
9 | StringLiteral
10StringLiteral ::= QuotedString | UnquotedString
11QuotedString ::= '"' [^"]* '"'
12 | "'" [^']* "'"
13UnquotedString ::= [^{space},]+
14NumberLiteral
15 ::= '0' ( [0-7]* | 'x' [0-9A-Fa-f]+ )
16 | '-'? [1-9] [0-9]+
17PropertyName
18 ::= [A-Z] [A-Z0-9_]* ( '.' [A-Z] [A-Z0-9_]* )*
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette