File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
opengrok-web/src/main/webapp Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ include file="menu.jspf"
63
63
64
64
To find where setResourceMonitors is defined:
65
65
<a href =" search?<%= QueryParameters . FULL_SEARCH_PARAM_EQ % >& ;
66
- <%= QueryParameters . DEFS_SEARCH_PARAM_EQ % > setResourceMonitors" >
66
+ <%= QueryParameters . DEFS_SEARCH_PARAM_EQ % > setResourceMonitors" >
67
67
<%= QueryBuilder . DEFS % > :setResourceMonitors</a >
68
68
69
69
To find files that use sprintf in usr/src/cmd/cmd-inet/usr.sbin/:
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ document.domReady.push(function() {domReadyHistory();});
398
398
} else {
399
399
% >
400
400
<a class =" h" href =" <%= context + Prefix . XREF_P + ifile % > ?<%= QueryParameters . REVISION_PARAM_EQ % >
401
- <%= rev % >" ><%= jfile % > </a ><br /><%
401
+ <%= rev % >" ><%= jfile % > </a ><br /><%
402
402
}
403
403
}
404
404
% > </div ><%
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ Click <a href="<%= rawPath %>">download <%= basename %></a><%
326
326
% >
327
327
<div id =" src" >
328
328
Download binary file, <a href =" <%= rawPath % > ?<%= QueryParameters . REVISION_PARAM_EQ % >
329
- <%= Util . URIEncode(rev) % >" ><%= basename % > </a >
329
+ <%= Util . URIEncode(rev) % >" ><%= basename % > </a >
330
330
</div ><%
331
331
} else {
332
332
% >
@@ -389,7 +389,7 @@ Click <a href="<%= rawPath %>">download <%= basename %></a><%
389
389
Util . dumpXref(out, r, request. getContextPath());
390
390
} else {
391
391
% > Download binary file, <a href =" <%= rawPath % > ?<%= QueryParameters . REVISION_PARAM_EQ % >
392
- <%= Util . URIEncode(rev) % >" ><%= basename % > </a ><%
392
+ <%= Util . URIEncode(rev) % >" ><%= basename % > </a ><%
393
393
}
394
394
}
395
395
} catch (IOException e) {
@@ -427,7 +427,7 @@ Click <a href="<%= rawPath %>">download <%= basename %></a><%
427
427
% >
428
428
<div id =" src" >
429
429
Download binary file, <a href =" <%= rawPath % > ?<%= QueryParameters . REVISION_PARAM_EQ % >
430
- <%= Util . URIEncode(rev) % >" ><%= basename % > </a >
430
+ <%= Util . URIEncode(rev) % >" ><%= basename % > </a >
431
431
</div ><%
432
432
}
433
433
}
Original file line number Diff line number Diff line change @@ -176,21 +176,21 @@ include file="menu.jspf"
176
176
if (hint. freetext!= null ) {
177
177
for (String word : hint. freetext) {
178
178
% > <a href =" search?<%= QueryParameters . FULL_SEARCH_PARAM_EQ % >
179
- <%= Util . URIEncode(QueryParser . escape(word)) % >" ><%=
179
+ <%= Util . URIEncode(QueryParser . escape(word)) % >" ><%=
180
180
Util . htmlize(word) % > </a >   ; <%
181
181
}
182
182
}
183
183
if (hint. refs!= null ) {
184
184
for (String word : hint. refs) {
185
185
% > <a href =" search?<%= QueryParameters . REFS_SEARCH_PARAM_EQ % >
186
- <%= Util . URIEncode(QueryParser . escape(word)) % >" ><%=
186
+ <%= Util . URIEncode(QueryParser . escape(word)) % >" ><%=
187
187
Util . htmlize(word) % > </a >   ; <%
188
188
}
189
189
}
190
190
if (hint. defs!= null ) {
191
191
for (String word : hint. defs) {
192
192
% > <a href =" search?<%= QueryParameters . DEFS_SEARCH_PARAM_EQ % >
193
- <%= Util . URIEncode(QueryParser . escape(word)) % >" ><%=
193
+ <%= Util . URIEncode(QueryParser . escape(word)) % >" ><%=
194
194
Util . htmlize(word) % > </a >   ; <%
195
195
}
196
196
}
You can’t perform that action at this time.
0 commit comments