Home
last modified time | relevance | path

Searched refs:subdirectory (Results 1 – 25 of 8333) sorted by relevance

12345678910>>...334

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/custom-definesandincludes/
H A Dincludepathsconverter.cpp41 QString findProject(const QString& subdirectory) in findProject() argument
43 QDir project(subdirectory); in findProject()
66 QString path = subdirectory.isEmpty() ? QStringLiteral(".") : subdirectory; in addIncludePaths()
98 QString path = subdirectory.isEmpty() ? QStringLiteral(".") : subdirectory; in removeIncludePaths()
120 QString path = subdirectory.isEmpty() ? QStringLiteral(".") : subdirectory; in readIncludePaths()
180 QString subdirectory = projectDir; in main() local
199 auto subdirCanonical = QFileInfo(subdirectory).canonicalFilePath(); in main()
202 subdirectory = subdirCanonical.mid(projectCanonical.size()); in main()
203 if (subdirectory.startsWith(QLatin1Char('/'))) { in main()
204 subdirectory.remove(0,1); in main()
[all …]
/dports/lang/guile1/guile-1.8.8/
H A DAUTHORS18 In the subdirectory libguile, wrote:
25 In the subdirectory ice-9, wrote:
35 In the subdirectory doc, wrote:
42 In the subdirectory ice-9, wrote:
52 In the subdirectory ice-9, wrote:
58 In the subdirectory oop, wrote:
76 In the subdirectory srfi, wrote:
79 In the subdirectory doc, wrote:
89 subdirectory libguile, wrote:
93 In the subdirectory doc, wrote:
[all …]
/dports/lang/guile2/guile-2.2.7/
H A DAUTHORS18 In the subdirectory libguile, wrote:
25 In the subdirectory ice-9, wrote:
35 In the subdirectory doc, wrote:
42 In the subdirectory ice-9, wrote:
52 In the subdirectory ice-9, wrote:
58 In the subdirectory oop, wrote:
76 In the subdirectory srfi, wrote:
79 In the subdirectory doc, wrote:
89 subdirectory libguile, wrote:
93 In the subdirectory doc, wrote:
[all …]
/dports/lang/guile/guile-3.0.7/
H A DAUTHORS18 In the subdirectory libguile, wrote:
25 In the subdirectory ice-9, wrote:
35 In the subdirectory doc, wrote:
42 In the subdirectory ice-9, wrote:
52 In the subdirectory ice-9, wrote:
58 In the subdirectory oop, wrote:
76 In the subdirectory srfi, wrote:
79 In the subdirectory doc, wrote:
89 subdirectory libguile, wrote:
93 In the subdirectory doc, wrote:
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/neon-0.9.1/cli/src/
H A Dtarget.ts34 readonly subdirectory: string; property in Target
54 this.subdirectory = path.join(this.triple, release ? 'release' : 'debug');
55 this.root = path.resolve(crate.project.targetDirectory, this.subdirectory);
64 const absolutePathSubdir = path.resolve(this.crate.root, 'target', this.subdirectory);
68 if (this.crate.artifacts.haveActivated(this.subdirectory)) {
73 this.crate.artifacts.delete(this.subdirectory);
96 this.crate.artifacts.activate(this.subdirectory, settings);
105 let savedSettings = this.crate.artifacts.lookup(this.subdirectory);
H A Dcrate.ts9 subdirectory?: string,
18 readonly subdirectory: string; property in Crate
33 let { subdirectory = 'native', nodefile = 'index.node' } = options; variable
35 this.subdirectory = subdirectory;
37 this.root = path.resolve(project.root, subdirectory);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.IsolatedStorage/tests/System/IO/IsolatedStorage/
H A DDeleteDirectoryTests.cs67 string subdirectory = Path.Combine(directory, "Subdirectory"); in DeleteDirectory_DeleteNested()
68 isf.CreateDirectory(subdirectory); in DeleteDirectory_DeleteNested()
69 Assert.True(isf.DirectoryExists(subdirectory)); in DeleteDirectory_DeleteNested()
74 isf.DeleteDirectory(subdirectory); in DeleteDirectory_DeleteNested()
89 string subdirectory = Path.Combine(directory, directory); in DeleteDirectory_DeletesDirectory()
94 isf.CreateDirectory(subdirectory); in DeleteDirectory_DeletesDirectory()
95 Assert.True(isf.DirectoryExists(subdirectory), "subdirectory exists"); in DeleteDirectory_DeletesDirectory()
101 isf.DeleteDirectory(subdirectory); in DeleteDirectory_DeletesDirectory()
102 Assert.False(isf.DirectoryExists(subdirectory)); in DeleteDirectory_DeletesDirectory()
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/file/vfs/
H A Dvfs_lookup.cpp110 VfsDirectory* subdirectory = directory->GetSubdirectory(subdirectoryName); in vfs_Lookup() local
111 if(!subdirectory) in vfs_Lookup()
114 subdirectory = directory->AddSubdirectory(subdirectoryName); in vfs_Lookup()
119 if(createMissingDirectories && (!subdirectory->AssociatedDirectory() in vfs_Lookup()
120 … || (createAlways && (subdirectory->AssociatedDirectory()->Flags() & VFS_MOUNT_REPLACEABLE) != 0))) in vfs_Lookup()
130 RETURN_STATUS_IF_ERR(vfs_Attach(subdirectory, realDirectory)); in vfs_Lookup()
134 RETURN_STATUS_IF_ERR(vfs_Populate(subdirectory)); in vfs_Lookup()
136 directory = subdirectory; in vfs_Lookup()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/task/project/validation/
H A DsfValidation.class.php81 * @param string $subdirectory A subdirectory within lib (i.e. "/form")
83 protected function getProjectLibDirectories($subdirectory = null) argument
86 glob(sfConfig::get('sf_apps_dir').'/*/modules/*/lib'.$subdirectory),
87 glob(sfConfig::get('sf_apps_dir').'/*/lib'.$subdirectory),
89 sfConfig::get('sf_apps_dir').'/lib'.$subdirectory,
90 sfConfig::get('sf_lib_dir').$subdirectory,
/dports/devel/bmake/bmake/unit-tests/
H A Dvarname-vpath.mk14 touch varname-vpath.dir/file-in-subdirectory
17 touch varname-vpath.dir2/file2-in-subdirectory
31 . if exists(file-in-subdirectory)
34 . if exists(file2-in-subdirectory)
39 : ${exists(file-in-subdirectory):L:?yes 1:no 1}
40 : ${exists(file2-in-subdirectory):L:?yes 2:no 2}
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/testing/
H A Ddeprecated_test.py175 subdirectory = testdir.tmpdir.join("subdirectory")
176 subdirectory.mkdir()
183 testdir.tmpdir.join("conftest.py").move(subdirectory.join("conftest.py"))
209 subdirectory = testdir.tmpdir.join("subdirectory")
210 subdirectory.mkdir()
218 testdir.tmpdir.join("conftest.py").move(subdirectory.join("conftest.py"))
239 subdirectory = testdir.tmpdir.join("subdirectory")
240 subdirectory.mkdir()
246 testdir.tmpdir.join("conftest.py").move(subdirectory.join("conftest.py"))
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Ddeprecated_test.py175 subdirectory = testdir.tmpdir.join("subdirectory")
176 subdirectory.mkdir()
183 testdir.tmpdir.join("conftest.py").move(subdirectory.join("conftest.py"))
209 subdirectory = testdir.tmpdir.join("subdirectory")
210 subdirectory.mkdir()
218 testdir.tmpdir.join("conftest.py").move(subdirectory.join("conftest.py"))
239 subdirectory = testdir.tmpdir.join("subdirectory")
240 subdirectory.mkdir()
246 testdir.tmpdir.join("conftest.py").move(subdirectory.join("conftest.py"))
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/
H A DBug_185247_recursiveLinks.java102 File subdirectory = new File(directory, "subdirectory"); in test3_linkGrandparentDirectory()
103 createDirectory(subdirectory); in test3_linkGrandparentDirectory()
104 createSymlink(subdirectory, "link_grandparent", "../../"); in test3_linkGrandparentDirectory()
131 File subdirectory = new File(directory, subdirectoryName); in test4_linkParentDirectoryTwice()
132 createDirectory(subdirectory); in test4_linkParentDirectoryTwice()
133 createSymlink(subdirectory, "link_parent", "../../"); in test4_linkParentDirectoryTwice()
161 File subdirectory = new File(directory, subdirectoryName); in test5_linkParentDirectoyTwiceWithAbsolutePath()
162 createDirectory(subdirectory); in test5_linkParentDirectoyTwiceWithAbsolutePath()
163 createSymlink(subdirectory, "link_parent", directory.getAbsolutePath()); in test5_linkParentDirectoyTwiceWithAbsolutePath()
/dports/devel/cmake-gui/cmake-3.22.1/Help/generator/
H A DUnix Makefiles.rst11 For each subdirectory ``sub/dir`` of the project a UNIX makefile will
15 Depends on all targets required by the subdirectory.
18 Runs the install step in the subdirectory, if any.
21 Runs the install step in the subdirectory followed by a ``CMAKE_STRIP`` command,
28 Runs the test step in the subdirectory, if any.
31 Runs the package step in the subdirectory, if any.
/dports/devel/cmake/cmake-3.22.1/Help/generator/
H A DUnix Makefiles.rst11 For each subdirectory ``sub/dir`` of the project a UNIX makefile will
15 Depends on all targets required by the subdirectory.
18 Runs the install step in the subdirectory, if any.
21 Runs the install step in the subdirectory followed by a ``CMAKE_STRIP`` command,
28 Runs the test step in the subdirectory, if any.
31 Runs the package step in the subdirectory, if any.
/dports/devel/cmake-doc/cmake-3.22.1/Help/generator/
H A DUnix Makefiles.rst11 For each subdirectory ``sub/dir`` of the project a UNIX makefile will
15 Depends on all targets required by the subdirectory.
18 Runs the install step in the subdirectory, if any.
21 Runs the install step in the subdirectory followed by a ``CMAKE_STRIP`` command,
28 Runs the test step in the subdirectory, if any.
31 Runs the package step in the subdirectory, if any.
/dports/lang/solidity/solidity_0.8.11/test/
H A DTemporaryDirectory.cpp50 for (boost::filesystem::path const& subdirectory: _subdirectories) in TemporaryDirectory()
52 soltestAssert(!subdirectory.is_absolute() && subdirectory.root_path() != "/", ""); in TemporaryDirectory()
54 m_path.lexically_relative(subdirectory).empty() || in TemporaryDirectory()
55 *m_path.lexically_relative(subdirectory).begin() != "..", in TemporaryDirectory()
58 boost::filesystem::create_directories(m_path / subdirectory); in TemporaryDirectory()
/dports/devel/cmake-doc/cmake-3.22.1/Help/command/
H A Dadd_subdirectory.rst4 Add a subdirectory to the build.
10 Adds a subdirectory to the build. The source_dir specifies the
24 subdirectory will not be included in the ``ALL`` target of the parent
26 Users must explicitly build targets in the subdirectory. This is
27 meant for use when the subdirectory contains a separate part of the
29 Typically the subdirectory should contain its own :command:`project`
31 subdirectory (such as a VS IDE solution file). Note that inter-target
33 parent project depends on a target in the subdirectory, the dependee
/dports/devel/cmake-gui/cmake-3.22.1/Help/command/
H A Dadd_subdirectory.rst4 Add a subdirectory to the build.
10 Adds a subdirectory to the build. The source_dir specifies the
24 subdirectory will not be included in the ``ALL`` target of the parent
26 Users must explicitly build targets in the subdirectory. This is
27 meant for use when the subdirectory contains a separate part of the
29 Typically the subdirectory should contain its own :command:`project`
31 subdirectory (such as a VS IDE solution file). Note that inter-target
33 parent project depends on a target in the subdirectory, the dependee
/dports/devel/cmake/cmake-3.22.1/Help/command/
H A Dadd_subdirectory.rst4 Add a subdirectory to the build.
10 Adds a subdirectory to the build. The source_dir specifies the
24 subdirectory will not be included in the ``ALL`` target of the parent
26 Users must explicitly build targets in the subdirectory. This is
27 meant for use when the subdirectory contains a separate part of the
29 Typically the subdirectory should contain its own :command:`project`
31 subdirectory (such as a VS IDE solution file). Note that inter-target
33 parent project depends on a target in the subdirectory, the dependee
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/scan-build/rebuild_index/
H A Drebuild_index.test7 RUN: mkdir %t.output_dir/subdirectory
8 RUN: cp %S/subdirectory/report-3.html %t.output_dir/subdirectory
19 CHECK-FILES-NEXT: subdirectory
21 RUN: ls %t.output_dir/subdirectory | FileCheck -check-prefix CHECK-SUB %s
36 CHECK-INDEX: subdirectory/report-3.html#EndPath
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-kernel-boot_params5 files: "data" and "version" and one subdirectory "setup_data".
9 If there's no setup_data in boot_params the subdirectory will
17 "setup_data" subdirectory contains the setup_data data
19 as a link list. In "setup_data" subdirectory there's one
20 subdirectory for each link list node named with the number
21 of the list nodes. The list node subdirectory contains two
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-kernel-boot_params5 files: "data" and "version" and one subdirectory "setup_data".
9 If there's no setup_data in boot_params the subdirectory will
17 "setup_data" subdirectory contains the setup_data data
19 as a link list. In "setup_data" subdirectory there's one
20 subdirectory for each link list node named with the number
21 of the list nodes. The list node subdirectory contains two
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-kernel-boot_params5 files: "data" and "version" and one subdirectory "setup_data".
9 If there's no setup_data in boot_params the subdirectory will
17 "setup_data" subdirectory contains the setup_data data
19 as a link list. In "setup_data" subdirectory there's one
20 subdirectory for each link list node named with the number
21 of the list nodes. The list node subdirectory contains two
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/scan-build/rebuild_index/
H A Drebuild_index.test8 RUN: mkdir %t.output_dir/subdirectory
9 RUN: cp %S/subdirectory/report-4.html %t.output_dir/subdirectory
23 CHECK-FILES-NEXT: subdirectory
25 RUN: ls %t.output_dir/subdirectory | FileCheck -check-prefix CHECK-SUB %s
41 CHECK-INDEX: subdirectory/report-4.html#EndPath

12345678910>>...334