File: test.ini.ref

package info (click to toggle)
kf6-syntax-highlighting 6.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 47,568 kB
  • sloc: xml: 197,750; cpp: 12,850; python: 3,023; sh: 955; perl: 546; ruby: 488; pascal: 393; javascript: 161; php: 150; jsp: 132; lisp: 131; haskell: 124; ada: 119; ansic: 107; makefile: 96; f90: 94; ml: 85; cobol: 81; yacc: 71; csh: 62; erlang: 54; sql: 51; java: 47; objc: 37; awk: 31; asm: 30; tcl: 29; fortran: 18; cs: 10
file content (24 lines) | stat: -rw-r--r-- 1,659 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Comment>; comment</Comment><br/>
<Comment>; comment with </Comment><Alert Level 3>###</Alert Level 3><Comment> alerts</Comment><br/>
<Comment># alternative comments</Comment><br/>
<Normal Text></Normal Text><br/>
<Section>[Empty section]</Section><br/>
<Normal Text></Normal Text><br/>
<Section>[Section 2]</Section><br/>
<Normal Text>Key1</Normal Text><Assignment>=</Assignment><Value>String Value</Value><br/>
<Normal Text>Key2</Normal Text><Assignment>=</Assignment><Int>42</Int><br/>
<Normal Text>Key3</Normal Text><Assignment>=</Assignment><Float>3.14</Float><br/>
<Normal Text>Key4</Normal Text><Assignment>=</Assignment><Int>-42</Int><br/>
<Normal Text>Key5</Normal Text><Assignment>=</Assignment><Value>128.0.0.1</Value><br/>
<Normal Text>Key\SubKey</Normal Text><Assignment>=</Assignment><Keyword>True</Keyword><br/>
<Normal Text></Normal Text><br/>
<Section>[Section 3]</Section><br/>
<Comment>; = in values are fine</Comment><br/>
<Comment>; inline comments are not supported, ;/# are part of the value</Comment><br/>
<Normal Text>key4 </Normal Text><Assignment>=</Assignment><Value> foo = True; bar = False</Value><br/>
<Normal Text>key4b </Normal Text><Assignment>=</Assignment><Value> abcd#1234!</Value><br/>
<Normal Text>key5/subkey </Normal Text><Assignment>=</Assignment><Value> "foo\nbar 123.123 123456"</Value><br/>
<Normal Text></Normal Text><br/>
<Section>[php]</Section><br/>
<Normal Text>error_reporting</Normal Text><Assignment>=</Assignment><Value>~</Value><Keyword>E_NOTICE</Keyword><br/>
<Normal Text>error_reporting</Normal Text><Assignment>=</Assignment><Keyword>E_ALL</Keyword><Value> | </Value><Keyword>E_STRICT</Keyword><br/>