Home
last modified time | relevance | path

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

123

/dports/www/man2web/man2web-0.88/src/
H A Dcmd_opts.c12 int do_index = 0; in parse_options() local
55 do_index = 1; in parse_options()
96 if(do_index == 0) { in parse_options()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/console/commands/
H A DSubscriptions.java321 int do_index = -1; in execute() local
325 do_index = Integer.parseInt( temp ); in execute()
327 if ( do_index < 1 || do_index > current_results.size()){ in execute()
336 if ( do_index == -1 ){ in execute()
342 to_do.add( current_results.get( do_index-1 )); in execute()
/dports/devel/lua-luarocks/luarocks-3.8.0/src/luarocks/admin/cmd/
H A Dadd.lua38 local function add_files_to_server(refresh, rockfiles, server, upload_server, do_index)
84 do_index = true
87 if do_index then
99 if do_index then
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DArray_as.cpp1166 bool do_unique, do_index; in array_sort() local
1167 flags = flag_preprocess(flags, &do_unique, &do_index); in array_sort()
1172 if (do_index) return sortIndexed(*array, comp, eq); in array_sort()
1175 if (do_index) return sortIndexed(*array, comp); in array_sort()
1185 bool do_unique = false, do_index = false; in array_sortOn() local
1201 flags = flag_preprocess(flags, &do_unique, &do_index); in array_sortOn()
1210 if (do_index) in array_sortOn()
1215 if (do_index) { in array_sortOn()
1257 do_index = mf.index(); in array_sortOn()
1295 if (do_index) return sortIndexed(*array, avc, ave); in array_sortOn()
[all …]
/dports/www/moinmoin/moin-1.9.11/MoinMoin/search/Xapian/
H A Dindexing.py236 do_index = False
243 do_index = True
245 do_index = mtime > docmtime
247 do_index = True
251 if do_index:
/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dpkcs15-openpgp.c53 int do_index; member
233 pin_info.attrs.pin.stored_length = c4data[1 + pin_cfg[i].do_index]; in sc_pkcs15emu_openpgp_init()
234 pin_info.attrs.pin.max_length = c4data[1 + pin_cfg[i].do_index]; in sc_pkcs15emu_openpgp_init()
236 pin_info.tries_left = c4data[4 + pin_cfg[i].do_index]; in sc_pkcs15emu_openpgp_init()
/dports/textproc/p5-Pod-HtmlEasy/Pod-HtmlEasy-1.0108/lib/Pod/
H A DHtmlEasy.pm163 my ( $do_css, $do_generator, $do_index, $do_content );
166 if ( not exists $args{no_index} ) { $do_index = 1; }
270 if ( defined $do_index ) {
/dports/devel/robodoc/robodoc-4.99.44/Source/
H A Drobodoc.h50 char do_index; member
H A Drobodoc.c510 if ( ( document->actions.do_index ) && output_mode == TROFF ) in main()
513 document->actions.do_index = FALSE; in main()
1223 actions.do_index = TRUE; in Find_Actions()
/dports/www/mhonarc/MHonArc-2.6.24/admin/
H A Dmhaadmin.cgi126 do_index();
162 sub do_index {
/dports/lang/ocaml/ocaml-4.05.0/ocamldoc/
H A Dodoc_texi.ml1242 method do_index it = method
1263 | Element_value _ -> self#do_index `Value
1264 | Element_type_extension _ -> self#do_index `Extension
1265 | Element_exception _ -> self#do_index `Exception
1266 | Element_type _ -> self#do_index `Type
1270 | Element_module m -> self#do_index `Module ;
1272 | Element_module_type mt -> self#do_index `Module_type ;
1274 | Element_class c -> self#do_index `Class ;
1276 | Element_class_type ct -> self#do_index `Class_type ;
1280 | Class_attribute _ -> self#do_index `Class_att
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/ocamldoc/
H A Dodoc_texi.ml1242 method do_index it = method
1263 | Element_value _ -> self#do_index `Value
1264 | Element_type_extension _ -> self#do_index `Extension
1265 | Element_exception _ -> self#do_index `Exception
1266 | Element_type _ -> self#do_index `Type
1270 | Element_module m -> self#do_index `Module ;
1272 | Element_module_type mt -> self#do_index `Module_type ;
1274 | Element_class c -> self#do_index `Class ;
1276 | Element_class_type ct -> self#do_index `Class_type ;
1280 | Class_attribute _ -> self#do_index `Class_att
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/842/
H A D842_decompress.c212 static int do_index(struct sw842_param *p, u8 n) in do_index() function
243 ret = do_index(p, op & OP_AMOUNT); in do_op()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/842/
H A D842_decompress.c212 static int do_index(struct sw842_param *p, u8 n) in do_index() function
243 ret = do_index(p, op & OP_AMOUNT); in do_op()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/842/
H A D842_decompress.c212 static int do_index(struct sw842_param *p, u8 n) in do_index() function
243 ret = do_index(p, op & OP_AMOUNT); in do_op()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/
H A Dreadir.h144 void do_index(const char* mdparin,
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A D_groupcompress_py.py121 for idx, do_index in enumerate(index):
122 if not do_index:
/dports/japanese/gawk/gawk-3.0.6/
H A DChangeLog.MB188 * builtin.c (do_index, do_jindex, format_tree, do_jsubstr,
304 * builtin.c (do_index): IGNORECASE �����λ��θ����ǥޥ���Х���
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/gles/
H A Dcommand.rs536 let mut do_index = 0; in set_bind_group() localVariable
557 offset += dynamic_offsets[do_index] as i32; in set_bind_group()
558 do_index += 1; in set_bind_group()
/dports/devel/vexcl/vexcl-1.4.3/vexcl/
H A Dsort.hpp1907 struct do_index { struct
1909 do_index(size_t pos) : pos(pos) {} in do_index() argument
1919 typename result<do_index(T)>::type operator()(const T &t) const { in operator ()() argument
1973 auto curr = fusion::transform(src, do_index(begin[d])); in merge()
1974 auto best = fusion::transform(src, do_index(begin[winner])); in merge()
2052 auto curr = fusion::transform(src_keys, do_index(begin[d])); in merge()
2053 auto best = fusion::transform(src_keys, do_index(begin[winner])); in merge()
/dports/www/h2o-devel/h2o-dcc7134/lib/http2/
H A Dhpack.c302 int value_is_indexed = 0, do_index = 0; in h2o_hpack_decode_header() local
321 do_index = 1; in h2o_hpack_decode_header()
388 if (do_index) { in h2o_hpack_decode_header()
/dports/devel/dmalloc/dmalloc-5.6.5/
H A Ddmalloc_fc_t.c284 static int do_index(void) { in do_index() function
1056 do_index,
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/jfs/
H A Djfs_dtree.c177 int do_index);
3017 int do_index = 0; in jfs_readdir() local
3034 do_index = 1; in jfs_readdir()
3199 if (do_index) { in jfs_readdir()
3268 if (!do_index) in jfs_readdir()
3280 if (!do_index) { in jfs_readdir()
4053 int do_index) in dtMoveEntry() argument
4123 if (do_index) { in dtMoveEntry()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/jfs/
H A Djfs_dtree.c177 int do_index);
3017 int do_index = 0; in jfs_readdir() local
3034 do_index = 1; in jfs_readdir()
3199 if (do_index) { in jfs_readdir()
3268 if (!do_index) in jfs_readdir()
3280 if (!do_index) { in jfs_readdir()
4053 int do_index) in dtMoveEntry() argument
4123 if (do_index) { in dtMoveEntry()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/jfs/
H A Djfs_dtree.c177 int do_index);
3017 int do_index = 0; in jfs_readdir() local
3034 do_index = 1; in jfs_readdir()
3199 if (do_index) { in jfs_readdir()
3268 if (!do_index) in jfs_readdir()
3280 if (!do_index) { in jfs_readdir()
4053 int do_index) in dtMoveEntry() argument
4123 if (do_index) { in dtMoveEntry()

123