Home
last modified time | relevance | path

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

1234567891011

/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dtest_index.py450 index = self.make_index()
481 index = self.make_index()
500 index = self.make_index()
765 index = self.make_index()
872 index = self.make_index()
876 index = self.make_index()
880 idx = self.make_index()
885 index = self.make_index()
982 idx = self.make_index(2)
1257 idx2 = self.make_index(
[all …]
H A Dtest_btree_index.py858 self.make_index,
947 index = self.make_index()
952 index = self.make_index()
962 index = self.make_index(nodes=[
970 index = self.make_index(1, nodes=[
1405 index = self.make_index(4096 * 100, 6)
1430 index = self.make_index(None)
1435 index = self.make_index(None)
1454 index = self.make_index(None, 10)
1469 index = self.make_index(4096 * 10, 5)
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/docs/bbdocs/
H A Dext.py186 def make_index(name, localname): function
340 make_index("sched", "Scheduler Index"),
341 make_index("chsrc", "Change Source Index"),
342 make_index("step", "Build Step Index"),
343 make_index("reportgen", "Reporter Generator Index"),
344 make_index("reporter", "Reporter Target Index"),
346 make_index("worker", "Build Worker Index"),
347 make_index("cmdline", "Command Line Index"),
348 make_index("msg", "MQ Routing Key Index"),
349 make_index("event", "Data API Event Index"),
[all …]
/dports/ports-mgmt/portsnap/portsnap-1.3/
H A DMakefile1 all: make_index phttpget
3 make_index: make_index.c target
7 install: make_index phttpget
9 ${BSD_INSTALL_PROGRAM} make_index ${DESTDIR}${PREFIX}/libexec
/dports/devel/libdap/libdap-3.20.8/d4_ce/
H A DD4ConstraintEvaluator.h72 index make_index() { return index(0, 1, 0, true /*rest*/, true /*empty*/, ""); } in make_index() function
74 index make_index(const std::string &is);
76 index make_index(const std::string &i, const std::string &s, const std::string &e);
77 index make_index(const std::string &i, unsigned long long s, const std::string &e);
79 index make_index(const std::string &i, const std::string &s);
80 index make_index(const std::string &i, unsigned long long s);
H A DD4ConstraintEvaluator.cc311 D4ConstraintEvaluator::index D4ConstraintEvaluator::make_index(const std::string &i) in make_index() function in libdap::D4ConstraintEvaluator
317 D4ConstraintEvaluator::index D4ConstraintEvaluator::make_index(const std::string &i, const std::str… in make_index() function in libdap::D4ConstraintEvaluator
323 D4ConstraintEvaluator::index D4ConstraintEvaluator::make_index(const std::string &i, unsigned long … in make_index() function in libdap::D4ConstraintEvaluator
329 D4ConstraintEvaluator::index D4ConstraintEvaluator::make_index(const std::string &i, const std::str… in make_index() function in libdap::D4ConstraintEvaluator
334 D4ConstraintEvaluator::index D4ConstraintEvaluator::make_index(const std::string &i, unsigned long … in make_index() function in libdap::D4ConstraintEvaluator
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/LocalDB/Index/
H A DIndex.t27 $ind->make_index(test_input_file('multifa.seq'));
28 $ind->make_index(test_input_file('seqs.fas'));
50 $ind->make_index(test_input_file('multifa.seq.qual'));
57 $ind->make_index(test_input_file('multifa.seq.qual'));
77 $ind->make_index(test_input_file('swisspfam.data'));
83 $ind->make_index(test_input_file('test.embl'));
91 $ind->make_index(test_input_file('roa1.swiss'));
102 $ind->make_index(test_input_file('roa1.swiss'));
112 $gb_ind->make_index(test_input_file('roa1.genbank'));
177 $gb_ind->make_index(test_input_file('roa1.genbank'));
H A DBlast.t50 $index->make_index(test_input_file('multi_blast.bls'));
69 $index->make_index(test_input_file('rpsblast.bls'));
/dports/games/stockfish/Stockfish-sf_14/src/nnue/features/
H A Dhalf_ka_v2.cpp33 inline IndexType HalfKAv2::make_index(Color perspective, Square s, Piece pc, Square ksq) { in make_index() function in Stockfish::Eval::NNUE::Features::HalfKAv2
48 active.push_back(make_index(perspective, s, pos.piece_on(s), ksq)); in append_active_indices()
67 removed.push_back(make_index(perspective, dp.from[i], pc, oriented_ksq)); in append_changed_indices()
69 added.push_back(make_index(perspective, dp.to[i], pc, oriented_ksq)); in append_changed_indices()
/dports/x11/libX11/libX11-1.7.2/specs/i18n/compose/
H A Dcompose-chart.pl46 my $make_index = 0;
51 'index' => \$make_index,
75 if ($make_index) {
/dports/devel/p5-Alzabo/Alzabo-0.92/t/lib/Alzabo/Test/
H A DUtils.pm312 $emp_t->make_index( columns => [ { column => $emp_t->column('name'),
319 $emp_t->make_index( columns => [ { column => $emp_t->column('name') } ],
369 $proj_t->make_index( columns => [ { column => $proj_t->column('name'),
507 $emp_t->make_index( columns => [ { column => $emp_t->column('name') } ] );
508 $emp_t->make_index( columns => [ { column => $emp_t->column('smell') } ],
573 $proj_t->make_index( columns => [ { column => $proj_t->column('name') } ] );
/dports/devel/py-ddtrace/ddtrace-0.56.1/scripts/
H A Dmkwheelhouse31 def make_index(bucket):
58 bucket.put(make_index(bucket), key='index.html', acl=acl)
/dports/biology/p5-Bio-ASN1-EntrezGene/Bio-ASN1-EntrezGene-1.73/t/
H A Dtestindexer.t41 … $inx->make_index( File::Spec->catfile('t','input.asn'), File::Spec->catfile('t','input1.asn' ));
76 $inx->make_index(File::Spec->catfile('t','seq.asn'));
/dports/math/faiss/faiss-1.7.1/tests/
H A Dtest_pairs_decoding.cpp50 std::unique_ptr<faiss::Index> make_index( in make_index() function
66 auto index = make_index(index_key, xb); in test_search_centroid()
98 auto index = make_index(index_key, xb); in test_search_and_return_centroids()
H A Dtest_params_override.cpp49 std::unique_ptr<Index> make_index( in make_index() function
85 auto index = make_index(index_key, metric, xb); in test_params_override()
159 std::unique_ptr<IndexBinaryIVF> make_index( in make_index() function
196 auto index = make_index(index_key, xb); in test_params_override_binary()
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dpdlike_usecase.py174 def make_index(context, builder, typ, **kwargs): function
182 val = make_index(context, builder, sig.args[0], ref=args[0])
192 dest = make_index(context, builder, sig.return_type)
219 index = make_index(c.context, c.builder, typ)
244 index = make_index(c.context, c.builder, typ, value=val)
/dports/biology/py-biom-format/biom-format-2.1.10/doc/sphinxext/numpydoc/numpydoc/
H A Dcomment_eater.py84 self.make_index()
123 def make_index(self): member in CommentBlocker
137 self.make_index()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dasn2ff5.c831 retval = format_thesis(ajp->format, the_pub, make_index); in FlatJournal()
840 retval = format_book(ajp->format, the_pub, make_index); in FlatJournal()
1145 if (make_index != TRUE) in format_patent()
1156 if (make_index != TRUE) { in format_patent()
1166 if (make_index != TRUE) in format_patent()
1175 if (make_index != TRUE) in format_patent()
1188 if (make_index != TRUE) in format_patent()
1390 retval = format_bookarticle(ajp, bsp, the_pub, make_index); in format_article()
1392 retval = format_jourarticle(ajp, bsp, the_pub, make_index); in format_article()
1512 if (make_index == FALSE && book_authors) in format_bookarticle()
[all …]
/dports/biology/py-bx-python/bx-python-0.8.13/scripts/
H A Dfind_in_sorted_file.py23 self.make_index()
25 def make_index(self): member in Finder
/dports/graphics/p5-GD-Graph/GDGraph-1.54/samples/
H A DMakefile69 html: make_index.pl Makefile
70 $(PERL) $(OPTIONS) make_index.pl $(EXT)
/dports/devel/p5-OrePAN2/OrePAN2-0.40/lib/OrePAN2/
H A DRepository.pm58 sub make_index { subroutine
60 $self->indexer->make_index( no_compress => !$self->compress_index );
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/man/
H A Dv_search.pl110 make_index(_, Ref) :-
113 make_index(IV, @Ref) :-
125 make_index(IV, @Ref) :-
139 get(new(man_index_manager), make_index, IndexFile, TmpTable),
148 make_index(_, Ref) :-
189 make_index(IV, @man_index),
/dports/japanese/skkserv/skk-9.6/jisyo-tools/
H A Dskkdic-sort.c72 make_index() in make_index() function
176 make_index();
/dports/japanese/skk-tools/skktools-1.3.3/
H A Dskkdic-sort.c82 make_index() in make_index() function
187 make_index();
/dports/devel/p5-OrePAN2/OrePAN2-0.40/t/
H A D01_indexer.t23 $orepan->make_index();
42 $orepan->make_index( no_compress => 1 );

1234567891011