VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.7/crypto/property/properties.ebnf@ 98995

最後變更 在這個檔案從98995是 94320,由 vboxsync 提交於 3 年 前

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

檔案大小: 602 位元組
 
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_]* )*
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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