]> &build-properties; ---- misc info for writing and building docbook - link tag linkend attribute takes an id - xsl converts as needed during output - do NOT use ulink; this will be converted to "" (but see param citerefentry-link: might enable this) - to use sensible names for the files produced, - use an xsl wrapper to add/modify features - set flag to use the id of the top-level element in the output file as the filename. xsl:param name="use.id.as.filename" select="1" - fyi, other related parameters: html-ext, root-filename - In this example, the top-level element in the output file is the refentry, so set ids which become the basename of the file: refentry id="aspectj-mode" # in aspectj-mode.xml, produces aspecj-mode.html refentry id="ajdee" # in ajdee.xml, produces ajdee.html -- fyi - related parameters: html-ext, root-filename - these tags did not work for me: dbhtml filename="foo.htm" dbhtml prefix="foo-" - resources - the dtd reference for docbook http://www.oreilly.com/catalog/docbook/chapter/book/docbook.html - the stylesheet reference for docbook xsl http://docbook.sourceforge.net/projects/dsssl/doc/html.html - todo - fyi, generate.reference.titlepage appears not to be respected. tried to add if statement to html/refentry.xsl, but file still gen'd backport/47640/stable29'>backport/47640/stable29 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Node/NonExistingFolder.php
blob: efc359181c66c244e692cc21503e1d45ab434266 (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173