Home
last modified time | relevance | path

Searched refs:openonly (Results 1 – 15 of 15) sorted by relevance

/dports/russian/bugzilla44/bugzilla-4.4.4.ru/template/ru-RU/default/reports/
H A Dduplicates.html.tmpl14 # openonly: boolean. True if we are only showing open bugs.
103 <label for="openonly">
108 <input type="checkbox" name="openonly" id="openonly" value="1"
109 [% ' checked="checked"' IF openonly %]>
H A Dduplicates-table.html.tmpl21 # openonly: boolean. True if we are only showing open bugs.
42 [% FOREACH param = ['maxrows', 'openonly', 'format', 'sortvisible',
/dports/japanese/bugzilla50/ja-bugzilla50-5.0.2/default/reports/
H A Dduplicates.html.tmpl14 # openonly: boolean. True if we are only showing open bugs.
98 <label for="openonly">
103 <input type="checkbox" name="openonly" id="openonly" value="1"
104 [% ' checked="checked"' IF openonly %]>
H A Dduplicates-table.html.tmpl21 # openonly: boolean. True if we are only showing open bugs.
41 [% FOREACH param = ['maxrows', 'openonly', 'format', 'sortvisible',
/dports/japanese/bugzilla44/ja-bugzilla44-4.4.9/default/reports/
H A Dduplicates.html.tmpl14 # openonly: boolean. True if we are only showing open bugs.
99 <label for="openonly">
104 <input type="checkbox" name="openonly" id="openonly" value="1"
105 [% ' checked="checked"' IF openonly %]>
H A Dduplicates-table.html.tmpl21 # openonly: boolean. True if we are only showing open bugs.
41 [% FOREACH param = ['maxrows', 'openonly', 'format', 'sortvisible',
/dports/devel/bugzilla50/bugzilla-5.0.4/
H A Dduplicates.cgi115 my $openonly = formvalue("openonly");
205 next if ($openonly and !$bug->isopened);
235 openonly => $openonly,
/dports/devel/bugzilla44/bugzilla-4.4.13/
H A Dduplicates.cgi112 my $openonly = formvalue("openonly");
203 next if ($openonly and !$bug->isopened);
233 openonly => $openonly,
/dports/devel/bugzilla50/bugzilla-5.0.4/template/en/default/reports/
H A Dduplicates.html.tmpl14 # openonly: boolean. True if we are only showing open bugs.
100 <label for="openonly">
105 <input type="checkbox" name="openonly" id="openonly" value="1"
106 [% ' checked="checked"' IF openonly %]>
H A Dduplicates-table.html.tmpl21 # openonly: boolean. True if we are only showing open bugs.
40 [% FOREACH param = ['maxrows', 'openonly', 'format', 'sortvisible',
/dports/german/bugzilla44/de-bugzilla44-4.4.10_1/de/default/reports/
H A Dduplicates.html.tmpl14 # openonly: boolean. True if we are only showing open bugs.
103 <label for="openonly">
108 <input type="checkbox" name="openonly" id="openonly" value="1"
109 [% ' checked="checked"' IF openonly %]>
H A Dduplicates-table.html.tmpl21 # openonly: boolean. True if we are only showing open bugs.
40 [% FOREACH param = ['maxrows', 'openonly', 'format', 'sortvisible',
/dports/devel/bugzilla44/bugzilla-4.4.13/template/en/default/reports/
H A Dduplicates.html.tmpl14 # openonly: boolean. True if we are only showing open bugs.
101 <label for="openonly">
106 <input type="checkbox" name="openonly" id="openonly" value="1"
107 [% ' checked="checked"' IF openonly %]>
H A Dduplicates-table.html.tmpl21 # openonly: boolean. True if we are only showing open bugs.
40 [% FOREACH param = ['maxrows', 'openonly', 'format', 'sortvisible',
/dports/mail/libmilter/sendmail-8.16.1/sendmail/
H A Dqueue.c3959 readqf(e, openonly) in readqf() argument
3961 bool openonly;
4133 if (!openonly)
4142 if (!openonly && st.st_ctime + 10 * 60 < curtime())
4181 if (openonly)