Home
last modified time | relevance | path

Searched defs:src_dirs (Results 1 – 23 of 23) sorted by relevance

/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_dir.erl246 src_dirs(Opts) -> src_dirs(Opts, []). function
250 src_dirs(Opts, Default) -> function
263 src_dirs(Type, Opts, Default) -> function
H A Drebar_prv_path.erl89 src_dirs(Apps, State) -> function
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-contrib/zookeeper-contrib-huebrowser/zkui/
H A Dsetup.py19 def expand_package_data(src_dirs, strip=""): argument
/dports/sysutils/polkit/polkit-0.120/docs/polkit/
H A Dmeson.build3 src_dirs = [ variable
/dports/games/scummvm/scummvm-2.5.1/backends/platform/symbian/symbian_builder/
H A Dparse_lua.py28 src_dirs = ("common", ) variable
H A Dparse_codecs.py35 src_dirs = ("audio", "graphics", "image", "video") variable
H A Dparse_base.py35 src_dirs = ("backends", "common", "engines", "gui", "math") variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/
H A Dcheck_grd_for_unused_strings.py40 def CheckForUnusedGrdIDsInSources(grd_files, src_dirs): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/
H A Dcheck_grd_for_unused_strings.py40 def CheckForUnusedGrdIDsInSources(grd_files, src_dirs): argument
/dports/devel/rebar3/rebar3-3.17.0/test/
H A Drebar_dir_SUITE.erl86 src_dirs(Config) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/rebar/src/
H A Drebar_utils.erl391 src_dirs([]) -> function
393 src_dirs(SrcDirs) -> function
/dports/devel/rebar/rebar-2.6.4/src/
H A Drebar_utils.erl391 src_dirs([]) -> function
393 src_dirs(SrcDirs) -> function
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dpath_db.cpp219 Vector<StringName> src_dirs = get_names(); in rel_path_to() local
H A Dustring.cpp3698 Vector<String> src_dirs = src.substr(1, src.length() - 2).split("/"); in path_to() local
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dpath_db.cpp219 Vector<StringName> src_dirs = get_names(); in rel_path_to() local
H A Dustring.cpp3698 Vector<String> src_dirs = src.substr(1, src.length() - 2).split("/"); in path_to() local
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/testing/db/
H A Dcreate_test_database.php378 $src_dirs = scandir($fo_base_dir); variable
/dports/math/py-numpy/numpy-1.20.3/numpy/linalg/lapack_lite/
H A Dmake_lite.py100 def __init__(self, src_dirs): argument
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dnode_path.cpp234 Vector<StringName> src_dirs = get_names(); in rel_path_to() local
H A Dustring.cpp3850 Vector<String> src_dirs = src.substr(1, src.length() - 2).split("/"); in path_to() local
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dnode_path.cpp234 Vector<StringName> src_dirs = get_names(); in rel_path_to() local
H A Dustring.cpp3850 Vector<String> src_dirs = src.substr(1, src.length() - 2).split("/"); in path_to() local
/dports/lang/rust/rustc-1.58.1-src/src/bootstrap/
H A Ddist.rs903 let src_dirs = ["src", "compiler", "library"]; in run() localVariable