Home
last modified time | relevance | path

Searched refs:isopened (Results 1 – 25 of 25) sorted by relevance

/dports/biology/seqio/seqio-1.2.2/
H A Dgrepseq.c60 int isopened, origannoteflag; variable
117 isopened = origannoteflag = 0; in main()
259 if (!isopened) { in match_file()
277 isopened = 1; in match_file()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/game/
H A Ditem.cpp758 int isopened = (items & ITEM_BELL_USED) && (items & ITEM_BOOK_USED) && (items & ITEM_CANDLE_USED); in isAbyssOpened() local
760 if (!isopened) in isAbyssOpened()
762 return isopened; in isAbyssOpened()
/dports/russian/bugzilla44/bugzilla-4.4.4.ru/template/ru-RU/default/bug/
H A Dlink.html.tmpl47 [% ' bz_closed' IF !bug.isopened %]"
H A Ddependency-tree.html.tmpl145 [% isclosed = !bug.isopened %]
/dports/devel/bugzilla44/bugzilla-4.4.13/template/en/default/bug/
H A Dlink.html.tmpl47 [% ' bz_closed' IF !bug.isopened %]"
H A Ddependency-tree.html.tmpl138 [% isclosed = !bug.isopened %]
/dports/german/bugzilla44/de-bugzilla44-4.4.10_1/de/default/bug/
H A Dlink.html.tmpl47 [% ' bz_closed' IF !bug.isopened %]"
H A Ddependency-tree.html.tmpl140 [% isclosed = !bug.isopened %]
/dports/japanese/bugzilla44/ja-bugzilla44-4.4.9/default/bug/
H A Dlink.html.tmpl47 [% ' bz_closed' IF !bug.isopened %]"
H A Ddependency-tree.html.tmpl137 [% isclosed = !bug.isopened %]
/dports/devel/bugzilla50/bugzilla-5.0.4/template/en/default/bug/
H A Dlink.html.tmpl49 [% ' bz_closed' IF !bug.isopened %]"
H A Ddependency-tree.html.tmpl138 [% isclosed = !bug.isopened %]
/dports/japanese/bugzilla50/ja-bugzilla50-5.0.2/default/bug/
H A Dlink.html.tmpl49 [% ' bz_closed' IF !bug.isopened %]"
H A Ddependency-tree.html.tmpl137 [% isclosed = !bug.isopened %]
/dports/devel/bugzilla50/bugzilla-5.0.4/
H A Dduplicates.cgi205 next if ($openonly and !$bug->isopened);
/dports/devel/bugzilla44/bugzilla-4.4.13/
H A Dduplicates.cgi203 next if ($openonly and !$bug->isopened);
/dports/russian/bugzilla44/bugzilla-4.4.4.ru/template/ru-RU/default/reports/
H A Dduplicates-table.html.tmpl87 <tr [% " class='resolved'" IF NOT bug.isopened %]>
/dports/devel/bugzilla50/bugzilla-5.0.4/template/en/default/reports/
H A Dduplicates-table.html.tmpl85 <tr [% " class='resolved'" IF NOT bug.isopened %]>
/dports/devel/bugzilla44/bugzilla-4.4.13/template/en/default/reports/
H A Dduplicates-table.html.tmpl85 <tr [% " class='resolved'" IF NOT bug.isopened %]>
/dports/japanese/bugzilla44/ja-bugzilla44-4.4.9/default/reports/
H A Dduplicates-table.html.tmpl86 <tr [% " class='resolved'" IF NOT bug.isopened %]>
/dports/japanese/bugzilla50/ja-bugzilla50-5.0.2/default/reports/
H A Dduplicates-table.html.tmpl86 <tr [% " class='resolved'" IF NOT bug.isopened %]>
/dports/german/bugzilla44/de-bugzilla44-4.4.10_1/de/default/reports/
H A Dduplicates-table.html.tmpl85 <tr [% " class='resolved'" IF NOT bug.isopened %]>
/dports/devel/horde-whups/whups-3.0.12/admin/
H A Dindex.php38 function _open($isopened = false) argument
43 if ($isopened) {
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/
H A DBug.pm1956 my $count_open = grep { $_->isopened } @$dep_bugs;
3594 sub isopened { subroutine
3596 unless (exists $self->{isopened}) {
3597 $self->{isopened} = is_open_state($self->{bug_status}) ? 1 : 0;
3599 return $self->{isopened};
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/
H A DBug.pm1801 my $count_open = grep { $_->isopened } @$dep_bugs;
3363 sub isopened { subroutine