Home
last modified time | relevance | path

Searched refs:mindepth (Results 1 – 25 of 1270) sorted by relevance

12345678910>>...51

/dports/misc/findutils/findutils-4.8.0/tests/find/
H A Dtype_list.sh112 && find dir -mindepth 1 > all \
116 find dir -mindepth 1 -ls
191 "${exe}" dir -mindepth 1 -type f,d > out || fail=1
196 "${exe}" dir -mindepth 1 -xtype f,d > out || fail=1
202 "${exe}" dir -mindepth 1 -type b,f,d > out || fail=1
207 "${exe}" dir -mindepth 1 -xtype b,f,d > out || fail=1
213 "${exe}" dir -mindepth 1 -type f,c,d > out || fail=1
252 "${exe}" dir -mindepth 1 -type f,l > out || fail=1
268 "${exe}" dir -mindepth 1 -xtype "$t" > out || fail=1
281 "${exe}" dir -mindepth 1 -type "$t" > out || fail=1
[all …]
/dports/www/mod_webkit/w4py-1.2.3/DocSupport/
H A Dautotoc.py66 def make_html(self, headings, mindepth=1): argument
70 toc.append('\n<h%d>%s</h%d>' % (mindepth, self._title, mindepth))
72 curdepth = mindepth - 1
76 if not mindepth <= depth <= maxdepth:
160 mindepth = 6
174 if depth < mindepth:
176 mindepth = depth
224 output.append(toc.make_html(headings, mindepth))
/dports/science/openkim/openkim-api-v1.1.1/
H A DMakefile40 …),$(filter-out .%,$(shell find "$(KIM_MODEL_DRIVERS_DIR)/" -maxdepth 1 -mindepth 1 -type d -exec b…
41 …re";fi;),$(filter-out .%,$(shell find "$(KIM_MODELS_DIR)/" -maxdepth 1 -mindepth 1 -type d -exec b…
42 …ore";fi;),$(filter-out .%,$(shell find "$(KIM_TESTS_DIR)/" -maxdepth 1 -mindepth 1 -type d -exec b…
82 …$(foreach exmpl,$(notdir $(shell find $(KIM_DIR)/EXAMPLEs/MODEL_DRIVERs -maxdepth 1 -mindepth 1 \(…
88 …$(foreach exmpl,$(notdir $(shell find $(KIM_DIR)/EXAMPLEs/MODELs -maxdepth 1 -mindepth 1 \( -type …
94 …$(foreach exmpl,$(notdir $(shell find $(KIM_DIR)/EXAMPLEs/TESTs -maxdepth 1 -mindepth 1 \( -type d…
102 …$(foreach exmpl,$(notdir $(shell find $(KIM_DIR)/EXAMPLEs/MODEL_DRIVERs -maxdepth 1 -mindepth 1 \(…
110 …$(foreach exmpl,$(notdir $(shell find $(KIM_DIR)/EXAMPLEs/MODELs -maxdepth 1 -mindepth 1 \( -type …
118 …$(foreach exmpl,$(notdir $(shell find $(KIM_DIR)/EXAMPLEs/TESTs -maxdepth 1 -mindepth 1 \( -type d…
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/lua/
H A Dbinarytrees.lua41 local mindepth = 4
42 local maxdepth = mindepth + 2
54 for depth=mindepth,maxdepth,2 do
55 local iterations = 2 ^ (maxdepth - depth + mindepth)
/dports/net-p2p/libbt/libbt-1.06/src/
H A Dblock.c96 int mindepth = 5; in findRequest() local
103 if (depth < mindepth || (depth == mindepth && size > minsize)) { in findRequest()
107 mindepth = depth; in findRequest()
112 if (mindepth == 5) { btfree(req); return NULL; } in findRequest()
/dports/lang/parrot/parrot-8.1.0/examples/shootout/
H A Dbinarytrees.pir58 .local int N, dep, mindepth, maxdepth, stretchdepth
67 mindepth = 4
69 maxdepth = mindepth + 2
89 dep = mindepth
95 $N0 += mindepth
/dports/graphics/pgplot/pgplot/pgdispd/
H A Dgetcolors.c34 maxdepth, mindepth) in getcolors() argument
43 int mindepth; /* The minimum allowed visual depth */
103 if (i > mindepth) mindepth=i;
119 while (*depth >= mindepth)
/dports/graphics/gmt/gmt-6.3.0/share/tools/
H A Dgmt_uninstall.sh40 if find "$here" -mindepth 1 -print -quit | grep -q .; then
54 if find "$share" -mindepth 1 -print -quit | grep -q .; then
76 if find "$bin" -mindepth 1 -print -quit | grep -q .; then
99 if find "$here" -mindepth 1 -print -quit | grep -q .; then
/dports/misc/posixtestsuite/posixtestsuite/
H A Dlocate-test63 find functional/ -maxdepth 2 -mindepth 2 -type f -name "Makefile" -exec dirname '{}' ';'
67 find functional/ -maxdepth 2 -mindepth 2 -type f -name "run.sh" -exec dirname '{}' ';'
71 find stress/ -maxdepth 2 -mindepth 2 -type f -name "Makefile" -exec dirname '{}' ';'
75 find stress/ -maxdepth 2 -mindepth 2 -type f -name "run.sh" -exec dirname '{}' ';'
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/lang/go/
H A DMakefile4 set -e; for subdir in `find . -type d -mindepth 1 -maxdepth 1`; do \
17 set -e; for subdir in `find . -type d -mindepth 1 -maxdepth 1 | grep -v targets`; do \
30 set -e; for subdir in `find . -type d -mindepth 1 -maxdepth 1`; do \
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/lang/go/
H A DMakefile4 set -e; for subdir in `find . -type d -mindepth 1 -maxdepth 1`; do \
17 set -e; for subdir in `find . -type d -mindepth 1 -maxdepth 1 | grep -v targets`; do \
30 set -e; for subdir in `find . -type d -mindepth 1 -maxdepth 1`; do \
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/lang/go/
H A DMakefile4 set -e; for subdir in `find . -type d -mindepth 1 -maxdepth 1`; do \
17 set -e; for subdir in `find . -type d -mindepth 1 -maxdepth 1 | grep -v targets`; do \
30 set -e; for subdir in `find . -type d -mindepth 1 -maxdepth 1`; do \
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/lang/go/
H A DMakefile4 set -e; for subdir in `find . -type d -mindepth 1 -maxdepth 1`; do \
17 set -e; for subdir in `find . -type d -mindepth 1 -maxdepth 1 | grep -v targets`; do \
30 set -e; for subdir in `find . -type d -mindepth 1 -maxdepth 1`; do \
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/lang/go/
H A DMakefile4 set -e; for subdir in `find . -type d -mindepth 1 -maxdepth 1`; do \
17 set -e; for subdir in `find . -type d -mindepth 1 -maxdepth 1 | grep -v targets`; do \
30 set -e; for subdir in `find . -type d -mindepth 1 -maxdepth 1`; do \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/polymer/v3_0/
H A Dreproduce.sh40 find components-chromium/ -mindepth 2 -maxdepth 2 -name '*.js' \
42 find components-chromium/ -mindepth 3 -maxdepth 3 -name '*.js' \
47 find components-chromium/polymer/ -mindepth 3 -maxdepth 3 -name '*.js' \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/polymer/v3_0/
H A Dreproduce.sh40 find components-chromium/ -mindepth 2 -maxdepth 2 -name '*.js' \
42 find components-chromium/ -mindepth 3 -maxdepth 3 -name '*.js' \
47 find components-chromium/polymer/ -mindepth 3 -maxdepth 3 -name '*.js' \
/dports/biology/bbmap/bbmap/current/bloom/
H A DKCountArray3.java127 public double usedFraction(int mindepth){return cellsUsed(mindepth)/(double)cells;} in usedFraction() argument
130 public long cellsUsed(int mindepth){ in cellsUsed() argument
137 if(x>=mindepth){count++;} in cellsUsed()
/dports/x11/slick-greeter/slick-greeter-1.5.3/files/
H A DMakefile.in10 find . -mindepth 1 -maxdepth 1 -type d -exec cp -R {} $(DESTDIR)/ \;
13 find . -mindepth 1 -type f -exec rm $(DESTDIR)/{} \;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletSoftBody/
H A DbtSoftBodyHelpers.h60 int mindepth=0,
65 int mindepth=0,
70 int mindepth=0,
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletSoftBody/
H A DbtSoftBodyHelpers.h60 int mindepth=0,
65 int mindepth=0,
70 int mindepth=0,
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletSoftBody/
H A DbtSoftBodyHelpers.h60 int mindepth=0,
65 int mindepth=0,
70 int mindepth=0,
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletSoftBody/
H A DbtSoftBodyHelpers.h60 int mindepth=0,
65 int mindepth=0,
70 int mindepth=0,
/dports/multimedia/libtheora/libtheora-1.1.1/lib/
H A Dhuffdec.c338 int mindepth; in oc_huff_tree_collapse_size() local
346 depth=mindepth=oc_huff_tree_mindepth(_binode); in oc_huff_tree_collapse_size()
347 occupancy=1<<mindepth; in oc_huff_tree_collapse_size()
404 int mindepth; in oc_huff_tree_collapse() local
408 depth=mindepth=oc_huff_tree_mindepth(_binode); in oc_huff_tree_collapse()
409 occupancy=1<<mindepth; in oc_huff_tree_collapse()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/theora/vtktheora/lib/
H A Dhuffdec.c338 int mindepth; in oc_huff_tree_collapse_size() local
346 depth=mindepth=oc_huff_tree_mindepth(_binode); in oc_huff_tree_collapse_size()
347 occupancy=1<<mindepth; in oc_huff_tree_collapse_size()
404 int mindepth; in oc_huff_tree_collapse() local
408 depth=mindepth=oc_huff_tree_mindepth(_binode); in oc_huff_tree_collapse()
409 occupancy=1<<mindepth; in oc_huff_tree_collapse()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libtheora/
H A Dhuffdec.c338 int mindepth; in oc_huff_tree_collapse_size() local
346 depth=mindepth=oc_huff_tree_mindepth(_binode); in oc_huff_tree_collapse_size()
347 occupancy=1<<mindepth; in oc_huff_tree_collapse_size()
404 int mindepth; in oc_huff_tree_collapse() local
408 depth=mindepth=oc_huff_tree_mindepth(_binode); in oc_huff_tree_collapse()
409 occupancy=1<<mindepth; in oc_huff_tree_collapse()

12345678910>>...51