Home
last modified time | relevance | path

Searched refs:sort_weight (Results 1 – 21 of 21) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/all/features/global_search_solr/
H A Dglobal_search_solr.facetapi_defaults.inc26 'sort_weight' => array(
60 'sort_weight' => array(
93 'sort_weight' => array(
125 'sort_weight' => array(
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/Ylib/
H A Dradixsort.c604 char sort_weight[15] ; member
626 sort_field = Yradix_prefix( aptr->sort_weight, i ) ; in main()
636 num = Yradix_number( aptr->sort_weight ) ; in main()
/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Deltorito.c617 catalog->sort_weight = 1000000000; /* very high */ in iso_image_set_boot_image()
620 boot_node->sort_weight = 2; in iso_image_set_boot_image()
804 boot_node->sort_weight = 2; in iso_image_add_boot_image()
813 int iso_image_set_boot_catalog_weight(IsoImage *image, int sort_weight) in iso_image_set_boot_catalog_weight() argument
817 image->bootcat->sort_weight = sort_weight; in iso_image_set_boot_catalog_weight()
1231 file->sort_weight = target->catalog->sort_weight; in el_torito_catalog_file_src_create()
H A Dfilesrc.h59 int sort_weight; member
H A Dfilesrc.c124 fsrc->sort_weight = file->sort_weight; in iso_file_src_create()
222 return g->sort_weight - f->sort_weight; in cmp_by_weight()
H A Deltorito.h50 int sort_weight; member
H A Dnode.h165 int sort_weight; member
H A Dtree.c1438 new_file->sort_weight = old_file->sort_weight; in iso_tree_clone_file()
H A Dnode.c1128 ((IsoFile*)node)->sort_weight = w; in iso_node_set_sort_weight()
1138 return file->sort_weight; in iso_file_get_sort_weight()
1531 new->sort_weight = 0; in iso_node_new_file()
H A Dimage.c1024 file->sort_weight = 2; in hppa_palo_set_path()
H A Dlibisofs.h3852 int iso_image_set_boot_catalog_weight(IsoImage *image, int sort_weight);
H A Dfs_image.c3318 file->sort_weight = in image_builder_create_node()
/dports/print/texlive-base/texlive-20150521-source/texk/bibtex-x/
H A Dutils.c235 static int sort_weight; variable
2320 sort_weight = 1; in c8read_order()
2338 sort_weight++; in c8read_order()
2384 c8order[i] = sort_weight++; in c8read_order()
2402 c8order[i] = sort_weight; in c8read_order()
2411 c8order[c] = sort_weight; in c8read_order()
2713 for (weight = 0; weight < sort_weight; weight++) { in c8report_8bit_handling()
/dports/misc/vxl/vxl-3.3.2/core/vpdl/
H A Dvpdl_mixture.h71 class sort_weight
334 void sort() { std::sort(components_.begin(), components_.end(), sort_weight() ); } in sort()
338 { std::sort(components_.begin()+idx1, components_.begin()+idx2+1, sort_weight() ); } in sort()
/dports/misc/vxl/vxl-3.3.2/core/vpdl/vpdt/
H A Dvpdt_mixture_of.h95 class sort_weight
333 void sort() { std::sort(components_.begin(), components_.end(), sort_weight() ); }
337 { std::sort(components_.begin()+idx1, components_.begin()+idx2+1, sort_weight() ); }
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bsta/
H A Dbsta_mixture_fixed.h65 class sort_weight
196 void sort() { std::sort(components_, components_+num_components_, sort_weight() ); } in sort()
H A Dbsta_mixture.h71 class sort_weight
189 void sort() { std::sort(components_.begin(), components_.end(), sort_weight() ); } in sort()
/dports/devel/py-pytools/pytools-2018.5/pytools/
H A Dlog.py35 sort_weight = 0 variable in LogQuantity
62 sort_weight = 0 variable in PostLogQuantity
71 sort_weight = 0 variable in MultiLogQuantity
678 gd_list.sort(key=lambda gd: gd.quantity.sort_weight)
1101 sort_weight = 1000 variable in TimestepDuration
/dports/sysutils/xorriso/libisoburn-1.5.0/
H A DChangeLog158 * Bug fix: -find -exec "sort_weight" did not mark the image as having
489 * New -find action sort_weight, -as mkisofs --sort-weight
/dports/sysutils/xorriso/libisoburn-1.5.0/xorriso/
H A Dxorriso.info1931 sort_weight
1944 E.g.: -exec sort_weight 3 --
4180 -find -exec sort_weight).
H A Dxorriso.texi2676 @item sort_weight
2691 E.g.: -exec sort_weight 3 @minus{}@minus{}
5726 (See -find -exec sort_weight).