Home
last modified time | relevance | path

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

12

/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/SearchIO/
H A DIteratedSearchResultEventBuilder.pm265 my $add_hit = 1;
273 $add_hit = 0 unless &$hit_filter($hit);
277 $add_hit = 0 unless $hit_signif <= $self->{'_max_significance'};
281 $add_hit = 0 unless $hit_score >= $self->{'_min_score'};
285 $add_hit = 0 unless $hit_bits >= $self->{'_min_bits'};
289 $add_hit && $self->_store_hit($hit, $hit_name, $hit_signif);
H A DSearchResultEventBuilder.pm458 my $add_hit = 1;
465 $add_hit = 0 unless &$hit_filter($hit);
469 $add_hit = 0 unless $hit_signif <= $self->{'_max_significance'};
473 $add_hit = 0 unless $hit_score >= $self->{'_min_score'};
477 $add_hit = 0 unless $hit_bits >= $self->{'_min_bits'};
481 $add_hit && push @{$self->{'_hits'}}, $hit;;
H A Dcross_match.pm314 $result->add_hit($hit);
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/
H A Dmultireads.cpp14 void MultiRead::add_hit(RefID r_id, int left, int right) in add_hit() function in MultiRead
75 void MultiReadTable::add_hit(const MateHit& hit) in add_hit() function in MultiReadTable
77 add_hit(hit.ref_id(), hit.left(), hit.right(), hit.insert_id(), hit.num_hits()); in add_hit()
80 void MultiReadTable::add_hit(RefID r_id, int left, int right, InsertID mr_id, int exp_num_hits) in add_hit() function in MultiReadTable
90 mr->add_hit(r_id, left, right); in add_hit()
H A Dmultireads.h42 void add_hit(RefID r_id, int left, int right);
62 void add_hit(const MateHit& hit);
63 void add_hit(RefID r_id, int left, int right, InsertID mr_id, int exp_num_hits);
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/search/tests/
H A Dtest_queries.py23 models.Query.get("Hello").add_hit()
31 models.Query.get("Hello").add_hit()
81 models.Query.get("unpopular query").add_hit()
85 models.Query.get("popular query").add_hit()
97 models.Query.get("little popular query").add_hit()
107 models.Query.get("unpopular query").add_hit()
127 q.add_hit(date=old_hit_date)
134 q.add_hit(date=recent_hit_date)
141 q.add_hit(date=old_hit_date)
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-print.php46 $tikilib->add_hit($page);
57 $tikilib->add_hit($prefs['wikiLicensePage']);
H A Dtiki-index_p.php85 $tikilib->add_hit($page);
H A Dtiki-index_raw.php81 $tikilib->add_hit($page);
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Search/Result/
H A DBlastResult.pm256 sub add_hit { subroutine
260 return $iter->add_hit(-hit => $hit);
H A DGenericResult.pm249 $self->add_hit($s);
575 sub add_hit { subroutine
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/
H A DConditionalController.py60 def add_hit(self): member in BreakpointRange
148 bpr.add_hit()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/
H A DConditionalController.py60 def add_hit(self): member in BreakpointRange
148 bpr.add_hit()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/
H A DConditionalController.py60 def add_hit(self): member in BreakpointRange
148 bpr.add_hit()
/dports/devel/llvm13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/
H A DConditionalController.py60 def add_hit(self): member in BreakpointRange
148 bpr.add_hit()
/dports/games/fargoal/fargoal/src/
H A Dplayer.c325 add_hit (list[id].x, list[id].y, -monster_attack); in player_fight()
369 add_hit (list[e].x, list[e].y, my_attack); in player_fight()
392 add_hit (list[e].x, list[e].y, my_attack); in player_fight()
410 add_hit (list[id].x, list[id].y, -monster_attack); in player_fight()
504 add_hit (list[id].x, list[id].y, -h); in player_treasure()
805 add_hit (list[id].x, list[id].y, -h); in player_in_trap()
827 add_hit (list[id].x, list[id].y, -h); in player_in_trap()
H A Dgame.h61 void add_hit (int x, int y, int v);
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/project_template/search/
H A Dviews.py18 query.add_hit()
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Search/Iteration/
H A DIterationI.pm625 sub add_hit { shift->throw_not_implemented } subroutine
/dports/biology/p5-Bio-Graphics/Bio-Graphics-2.40/lib/Bio/Graphics/
H A DFeature.pm129 sub add_hit { subroutine
/dports/biology/diamond/diamond-2.0.13/src/align/
H A Dfull_db.cpp38 r[i].add_hit(hsp, hsp.begin()); in full_db_align()
H A Dextend.h49 void add_hit(std::list<Hsp> &list, std::list<Hsp>::iterator it) { in add_hit() function
H A Dgapped_final.cpp68 r[hsp.front().swipe_target].add_hit(hsp, hsp.begin()); in align()
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/search/
H A Dmodels.py20 def add_hit(self, date=None): member in Query
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/contrib/search_promotions/
H A Dtests.py176 popularQuery.add_hit()
186 popularQuery.add_hit()

12