File: pullorder.xml

package info (click to toggle)
syncthing 1.29.5~ds1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,880 kB
  • sloc: javascript: 37,288; sh: 1,838; xml: 1,115; makefile: 66
file content (25 lines) | stat: -rw-r--r-- 701 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<configuration version="10">
    <folder id="f1" path="testdata/">
    </folder>
    <folder id="f2" path="testdata/">
        <order>random</order>
    </folder>
    <folder id="f3" path="testdata/">
        <order>alphabetic</order>
    </folder>
    <folder id="f4" path="testdata/">
        <order>whatever</order>
    </folder>
    <folder id="f5" path="testdata/">
        <order>smallestFirst</order>
    </folder>
    <folder id="f6" path="testdata/">
        <order>largestFirst</order>
    </folder>
    <folder id="f7" path="testdata/">
        <order>oldestFirst</order>
    </folder>
    <folder id="f8" path="testdata/">
        <order>newestFirst</order>
    </folder>
</configuration>