Home
last modified time | relevance | path

Searched refs:min_depth (Results 76 – 100 of 792) sorted by relevance

12345678910>>...32

/dports/textproc/bat/bat-0.18.3/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/walkdir-2.2.9/src/
H A Dlib.rs251 min_depth: usize, field
271 .field("min_depth", &self.min_depth) in fmt()
293 min_depth: 0, in new()
308 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
309 self.opts.min_depth = depth; in min_depth()
310 if self.opts.min_depth > self.opts.max_depth { in min_depth()
311 self.opts.min_depth = self.opts.max_depth; in min_depth()
327 if self.opts.max_depth < self.opts.min_depth { in max_depth()
328 self.opts.max_depth = self.opts.min_depth; in max_depth()
944 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/sysutils/fd/fd-8.3.0/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/walkdir-2.3.1/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
939 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/devel/p5-Path-Iterator-Rule/Path-Iterator-Rule-1.008/t/
H A Dmin-max-depth.t29 my $rule = Path::Iterator::Rule->new->file->min_depth(3);
37 cmp_deeply( \@files, $expected, "min_depth(3) test" )
59 my $rule = Path::Iterator::Rule->new->file->min_depth(2)->max_depth(3);
67 cmp_deeply( \@files, $expected, "min_depth(2)->max_depth(3) test" )
/dports/sysutils/fselect/fselect-0.7.7/src/
H A Dquery.rs42 pub min_depth: u32, in toXml()
55 min_depth: u32,
66 min_depth, in copy()
81 min_depth: 0,
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng_fuzzy.cpp629 depth min_depth = depth::infinity(); in will_turn_vacuous() local
634 min_depth = min(depths[idx].toAccept.min, min_depth); in will_turn_vacuous()
637 min_depth = min(depths[idx].toAcceptEod.min, min_depth); in will_turn_vacuous()
644 min_depth = min(depths[idx].toAccept.min, min_depth); in will_turn_vacuous()
647 min_depth = min(depths[idx].toAcceptEod.min, min_depth); in will_turn_vacuous()
650 assert(min_depth.is_finite()); in will_turn_vacuous()
653 if (min_depth <= (u64a) edit_distance + 1) { in will_turn_vacuous()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/depth_map/
H A Ddepth_map_region.h44 double const& min_depth, double const& max_depth,
66 void set_min_depth(double min_depth){min_depth_ = min_depth;} in set_min_depth() argument
78 double min_depth() const {return min_depth_;} in min_depth() function
/dports/games/scourge-data/scourge_data/config/
H A Dmagicitem.cfg38 min_depth=1
54 min_depth=2
70 min_depth=3
87 min_depth=4
133 min_depth=1
149 min_depth=2
165 min_depth=3
181 min_depth=4
242 min_depth=1
258 min_depth=2
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/
H A Dvolm_spherical_query_region.cxx22 double min_depth = dm_region->min_depth(); in set_from_depth_map_region() local
42 min_depth_ = sph_vol->get_depth_interval(min_depth); in set_from_depth_map_region()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/support/
H A Dhuffman.c73 uint16_t max_depth, min_depth; /* Tree max/min depths */ member
172 uint16_t len, uint16_t *max_depth, uint16_t *min_depth) in profile_tree() argument
180 if (*min_depth > len) in profile_tree()
181 *min_depth = len; in profile_tree()
188 profile_tree(node->left, len + 1, max_depth, min_depth) + in profile_tree()
189 profile_tree(node->right, len + 1, max_depth, min_depth); in profile_tree()
477 huffman->min_depth = MAX_CODE_LENGTH; in __wt_huffman_open()
478 (void)profile_tree(node, 0, &huffman->max_depth, &huffman->min_depth); in __wt_huffman_open()
498 huffman->min_depth, huffman->max_depth, in __wt_huffman_open()
786 max_len = (uint32_t)(from_len_bits / huffman->min_depth); in __wt_huffman_decode()
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Menu/
H A DMenuTreeParameters.php92 * @param int $min_depth
97 public function setMinDepth($min_depth) { argument
98 $this->minDepth = max(1, $min_depth);
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iccv2011/src/
H A Dtest_filters.cpp28 double min_depth, max_depth; in main() local
29 …bool threshold_depth = pcl::console::parse_2x_arguments (argc, argv, "-t", min_depth, max_depth) >… in main()
33 cloud = thresholdDepth (cloud, min_depth, max_depth); in main()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iros2011/src/
H A Dtest_filters.cpp28 double min_depth, max_depth; in main() local
29 …bool threshold_depth = pcl::console::parse_2x_arguments (argc, argv, "-t", min_depth, max_depth) >… in main()
33 cloud = thresholdDepth (cloud, min_depth, max_depth); in main()
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Menu/
H A DMenuTreeParameters.php92 * @param int $min_depth
97 public function setMinDepth($min_depth) { argument
98 $this->minDepth = max(1, $min_depth);
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/simulation/tools/
H A Dsimulation_io.cpp155 float min_depth = depth_buffer[0]; in write_depth_image() local
158 if (depth_buffer[i] < min_depth) in write_depth_image()
159 min_depth = depth_buffer[i]; in write_depth_image()
234 float min_depth = depth_buffer[0]; in write_depth_image_uint() local
237 if (depth_buffer[i] < min_depth) in write_depth_image_uint()
238 min_depth = depth_buffer[i]; in write_depth_image_uint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/xml/
H A Dxpath_node_set.cc63 unsigned min_depth = UINT_MAX; in SortBlock() local
66 if (min_depth > depth) in SortBlock()
67 min_depth = depth; in SortBlock()
71 unsigned common_ancestor_depth = min_depth; in SortBlock()
93 if (common_ancestor_depth == min_depth) { in SortBlock()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/xml/
H A Dxpath_node_set.cc63 unsigned min_depth = UINT_MAX; in SortBlock() local
66 if (min_depth > depth) in SortBlock()
67 min_depth = depth; in SortBlock()
71 unsigned common_ancestor_depth = min_depth; in SortBlock()
93 if (common_ancestor_depth == min_depth) { in SortBlock()
/dports/graphics/colmap/colmap-3.6/scripts/python/
H A Dread_dense.py90 min_depth, max_depth = np.percentile(
92 depth_map[depth_map < min_depth] = min_depth
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/examples/tensorflow/models/
H A Dmobilenet_v1.py144 min_depth=8, argument
186 depth = lambda d: max(int(d * depth_multiplier), min_depth)
273 min_depth=8, argument
328 min_depth=min_depth,

12345678910>>...32