Home
last modified time | relevance | path

Searched refs:workspaceRoot (Results 1 – 25 of 105) sorted by relevance

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/vscode/
H A Dtasks.json525 "fileLocation": ["relative", "${workspaceRoot}"],
41 "fileLocation": ["relative", "${workspaceRoot}"],
68 "fileLocation": ["relative", "${workspaceRoot}"],
84 "fileLocation": ["relative", "${workspaceRoot}"],
110 "fileLocation": ["relative", "${workspaceRoot}"],
126 "fileLocation": ["relative", "${workspaceRoot}"],
152 "fileLocation": ["relative", "${workspaceRoot}"],
168 "fileLocation": ["relative", "${workspaceRoot}"],
194 "fileLocation": ["relative", "${workspaceRoot}"],
210 "fileLocation": ["relative", "${workspaceRoot}"],
[all …]
H A Dlaunch.json59 "program": "${workspaceRoot}/out/Debug/chrome",
13 "cwd": "${workspaceRoot}/out/Debug/",
22 "program": "${workspaceRoot}/out/Release/chrome",
26 "cwd": "${workspaceRoot}/out/Release/",
35 "program": "${workspaceRoot}/out/Debug/unit_tests",
42 "cwd": "${workspaceRoot}/out/Debug/",
51 "program": "${workspaceRoot}/out/Debug/chrome",
54 "cwd": "${workspaceRoot}/out/Debug/",
67 "cwd": "${workspaceRoot}",
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/vscode/
H A Dlaunch.json59 "program": "${workspaceRoot}/out/Debug/chrome",
13 "cwd": "${workspaceRoot}/out/Debug/",
23 "text": "-interpreter-exec console \"source -v ${workspaceRoot}/tools/gdb/gdbinit\""
27 …"-interpreter-exec console \"python import sys; sys.path.insert(0, '${workspaceRoot}/third_party/b…
36 "program": "${workspaceRoot}/out/Release/chrome",
40 "cwd": "${workspaceRoot}/out/Release/",
49 "program": "${workspaceRoot}/out/Debug/unit_tests",
58 "cwd": "${workspaceRoot}/out/Debug/",
67 "program": "${workspaceRoot}/out/Debug/chrome",
72 "cwd": "${workspaceRoot}/out/Debug/",
[all …]
/dports/devel/bazel-buildtools/buildtools-3.2.1/buildifier/utils/
H A Dutils.go97 func SplitRelativePath(workspaceRoot string, chunks []string) (pkg, label string) {
105 parent := workspaceRoot
125 func SplitFilePath(filename string) (workspaceRoot, pkg, label string) {
144 workspaceRoot = parent
149 pkg, label = SplitRelativePath(workspaceRoot, chunks[workspaceIndex+1:])
151 return workspaceRoot, pkg, label
156 func getFileReader(workspaceRoot string) *warn.FileReader {
157 if workspaceRoot == "" {
164 path := filepath.Join(workspaceRoot, filename)
H A Dutils_test.go125 workspaceRoot, pkg, label := SplitFilePath(filename)
126 if workspaceRoot != expectedWorkspaceRoot {
127 … expected the workspace root to be %q, was %q instead", name, expectedWorkspaceRoot, workspaceRoot)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DCopyPackageFragmentRootOperation.java46 IWorkspaceRoot workspaceRoot = ResourcesPlugin.getWorkspace().getRoot(); in executeOperation() local
50 copyResource(root, rootEntry, workspaceRoot); in executeOperation()
55 addEntryToClasspath(rootEntry, workspaceRoot); in executeOperation()
61 final IWorkspaceRoot workspaceRoot) in copyResource() argument
70 if ((destRes = workspaceRoot.findMember(this.destination)) != null) { in copyResource()
80 final IFolder destFolder = workspaceRoot.getFolder(this.destination); in copyResource()
106 && (destRes = workspaceRoot.findMember(destPath)) != null) { in copyResource()
117 && (destRes = workspaceRoot.findMember(destPath)) != null) { in copyResource()
133 …protected void addEntryToClasspath(IClasspathEntry rootEntry, IWorkspaceRoot workspaceRoot) throws… in addEntryToClasspath() argument
135 IProject destProject = workspaceRoot.getProject(this.destination.segment(0)); in addEntryToClasspath()
H A DMovePackageFragmentRootOperation.java127 IWorkspaceRoot workspaceRoot = ResourcesPlugin.getWorkspace().getRoot(); in executeOperation() local
131 moveResource(root, rootEntry, workspaceRoot); in executeOperation()
156 addEntryToClasspath(rootEntry, workspaceRoot); in executeOperation()
163 final IWorkspaceRoot workspaceRoot) in moveResource() argument
172 && (destRes = workspaceRoot.findMember(this.destination)) != null) { in moveResource()
181 final IFolder destFolder = workspaceRoot.getFolder(this.destination); in moveResource()
207 && (destRes = workspaceRoot.findMember(destPath)) != null) { in moveResource()
218 && (destRes = workspaceRoot.findMember(destPath)) != null) { in moveResource()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/insta-1.8.0/vscode-insta/src/
H A DPendingSnapshotsProvider.ts22 constructor(private workspaceRoot?: WorkspaceFolder) {}
51 const { workspaceRoot } = this; constant
52 if (element || !workspaceRoot) {
56 return getPendingSnapshots(workspaceRoot.uri).then((snapshots) => {
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/insta-1.8.0/vscode-insta/src/
H A DPendingSnapshotsProvider.ts22 constructor(private workspaceRoot?: WorkspaceFolder) {}
51 const { workspaceRoot } = this; constant
52 if (element || !workspaceRoot) {
56 return getPendingSnapshots(workspaceRoot.uri).then((snapshots) => {
/dports/lang/gleam/gleam-0.18.2/cargo-crates/insta-1.8.0/vscode-insta/src/
H A DPendingSnapshotsProvider.ts22 constructor(private workspaceRoot?: WorkspaceFolder) {}
51 const { workspaceRoot } = this; constant
52 if (element || !workspaceRoot) {
56 return getPendingSnapshots(workspaceRoot.uri).then((snapshots) => {
/dports/devel/texlab/texlab-3.3.0/cargo-crates/insta-1.8.0/vscode-insta/src/
H A DPendingSnapshotsProvider.ts22 constructor(private workspaceRoot?: WorkspaceFolder) {}
51 const { workspaceRoot } = this; constant
52 if (element || !workspaceRoot) {
56 return getPendingSnapshots(workspaceRoot.uri).then((snapshots) => {
/dports/math/py-or-tools/or-tools-9.2/
H A Dor-tools.code-workspace101 "${workspaceRoot}",
102 "${workspaceRoot}/ortools/gen",
103 "${workspaceRoot}/dependencies/install/include",
117 "${workspaceRoot}",
118 "${workspaceRoot}/ortools/gen",
119 "${workspaceRoot}/dependencies/sources/protobuf-3.6.1/python",
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/
H A DCVSTeamProvider.java53 private CVSWorkspaceRoot workspaceRoot; field in CVSTeamProvider
156 this.workspaceRoot = new CVSWorkspaceRoot(project); in setProject()
167 return workspaceRoot.getRemoteLocation(); in getRemoteLocation()
181 return workspaceRoot; in getCVSWorkspaceRoot()
230 workspaceRoot.getLocalRoot().run(progress -> { in setRemoteRoot()
300 workspaceRoot.getLocalRoot().run(monitor1 -> { in setKeywordSubstitution()
361 …Session session1 = new Session(workspaceRoot.getRemoteLocation(), workspaceRoot.getLocalRoot(), tr… in setKeywordSubstitution()
395 …Session session2 = new Session(workspaceRoot.getRemoteLocation(), workspaceRoot.getLocalRoot(), tr… in setKeywordSubstitution()
578 …Session session = new Session(workspaceRoot.getRemoteLocation(), workspaceRoot.getLocalRoot(), tru… in notifyEditUnedit()
718 workspaceRoot.getRemoteLocation(), in editors()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/
H A DFileStoreRoot.java73 IWorkspaceRoot workspaceRoot = ResourcesPlugin.getWorkspace().getRoot(); in getManager() local
74 IResource resource = workspaceRoot.findMember(workspacePath); in getManager()
79 return workspaceRoot.getPathVariableManager(); in getManager()
82 return workspaceRoot.getProject(workspacePath.lastSegment()).getPathVariableManager(); in getManager()
84 return workspaceRoot.getFile(workspacePath).getPathVariableManager(); in getManager()
/dports/devel/p5-Test-Timer/Test-Timer-2.12/
H A Dperl-test-timer.code-workspace8 "perl-toolbox.lint.perlcriticProfile": "$workspaceRoot/.perlcriticrc",
11 "$workspaceRoot/lib",
12 "$workspaceRoot/t",
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/editors/code/src/
H A Ddebug.ts94 const workspace = !isMultiFolderWorkspace || !runnable.args.workspaceRoot ?
96 … workspaceFolders.find(w => runnable.args.workspaceRoot?.includes(w.uri.fsPath)) || firstWorkspace;
139 const cargo = new Cargo(runnable.args.workspaceRoot || '.', debugOutput);
153 cwd: runnable.args.workspaceRoot,
167 cwd: runnable.args.workspaceRoot,
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/editors/code/src/
H A Ddebug.ts94 const workspace = !isMultiFolderWorkspace || !runnable.args.workspaceRoot ?
96 … workspaceFolders.find(w => runnable.args.workspaceRoot?.includes(w.uri.fsPath)) || firstWorkspace;
139 const cargo = new Cargo(runnable.args.workspaceRoot || '.', debugOutput);
153 cwd: runnable.args.workspaceRoot,
167 cwd: runnable.args.workspaceRoot,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/src/org/eclipse/jdt/core/tests/performance/
H A DFullSourceWorkspaceBuildTests.java189 IWorkspaceRoot workspaceRoot = ResourcesPlugin.getWorkspace().getRoot(); in build() local
190 …IMarker[] markers = workspaceRoot.findMarkers(IJavaModelMarker.JAVA_MODEL_PROBLEM_MARKER, true, IR… in build()
210workspaceRoot.deleteMarkers(IJavaModelMarker.JAVA_MODEL_PROBLEM_MARKER, true, IResource.DEPTH_INFI… in build()
258 final IWorkspaceRoot workspaceRoot = workspace.getRoot(); in compile() local
259 …final String targetWorkspacePath = workspaceRoot.getProject(pluginID).getLocation().toFile().getCa… in compile()
261 String workspacePath = workspaceRoot.getLocation().toFile().getCanonicalPath()+File.separator; in compile()
448 final IWorkspaceRoot workspaceRoot = workspace.getRoot(); in parseParserFile() local
449 final String workspacePath = workspaceRoot.getLocation().toFile().getCanonicalPath(); in parseParserFile()
600 final IWorkspaceRoot workspaceRoot = workspace.getRoot(); in testScanner() local
601 final String workspacePath = workspaceRoot.getLocation().toFile().getCanonicalPath(); in testScanner()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/
H A DPartContributionEditor.java90 IWorkspaceRoot workspaceRoot = ResourcesPlugin.getWorkspace().getRoot(); in createOpen() local
97 if (workspaceRoot.getLocation().isValidSegment(symbolicName)) { in createOpen()
98 p = workspaceRoot.getProject(symbolicName); in createOpen()
101 for (final IProject check : workspaceRoot.getProjects()) { in createOpen()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/commands/
H A DResourcePathConverter.java37 final IWorkspaceRoot workspaceRoot = ResourcesPlugin.getWorkspace() in convertToObject() local
39 final IResource resource = workspaceRoot.findMember(path); in convertToObject()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/
H A DAbstractOpenWizardAction.java163 IWorkspaceRoot workspaceRoot= ResourcesPlugin.getWorkspace().getRoot(); in doCreateProjectFirstOnEmptyWorkspace() local
164 if (workspaceRoot.getProjects().length == 0) { in doCreateProjectFirstOnEmptyWorkspace()
169 return workspaceRoot.getProjects().length != 0; in doCreateProjectFirstOnEmptyWorkspace()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/
H A DNewSnippetFileWizardPage.java99 IWorkspaceRoot workspaceRoot= ResourcesPlugin.getWorkspace().getRoot(); in validatePage() local
102 IProject project= workspaceRoot.getProject(containerPath.segment(0)); in validatePage()
118 if (path != null && workspaceRoot.exists(path.append(fileName))) { in validatePage()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/nd/util/
H A DResourceHelper.java182 IWorkspaceRoot workspaceRoot = ResourcesPlugin.getWorkspace().getRoot(); in createWorkspaceFile() local
183 IPath fullPath = workspaceRoot.getLocation().append(name); in createWorkspaceFile()
192 workspaceRoot.refreshLocal(IResource.DEPTH_INFINITE, new NullProgressMonitor()); in createWorkspaceFile()
229 IWorkspaceRoot workspaceRoot = ResourcesPlugin.getWorkspace().getRoot(); in createWorkspaceFolder() local
230 IPath fullPath = workspaceRoot.getLocation().append(name); in createWorkspaceFolder()
239 workspaceRoot.refreshLocal(IResource.DEPTH_INFINITE, NULL_MONITOR); in createWorkspaceFolder()
/dports/lang/mono/mono-5.10.1.57/external/corert/Documentation/
H A Dhow-to-build-and-run-ilcompiler-in-vscode.md29 "program": "${workspaceRoot}/bin/Windows_NT.x64.Debug/tools/ilc.dll"
32 "program": "${workspaceRoot}/bin/OSX.x64.Debug/tools/ilc.dll"
35 "program": "${workspaceRoot}/bin/Linux.x64.Debug/tools/ilc.dll"
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/builder/
H A DPHPBuilder.java55 IWorkspaceRoot workspaceRoot; field in PHPBuilder
488 if (javaProject == null || workspaceRoot == null) in getRequiredProjects()
499 p = workspaceRoot.getProject(path.lastSegment()); // missing in getRequiredProjects()
508 IResource resource = workspaceRoot.findMember(path in getRequiredProjects()
622 this.workspaceRoot = currentProject.getWorkspace().getRoot(); in initializeBuilder()
632 this.nameEnvironment = new NameEnvironment(workspaceRoot, javaProject, in initializeBuilder()
756 cycleParticipants, workspaceRoot, new HashSet(3)); in mustPropagateStructuralChanges()
762 IProject project = this.workspaceRoot in mustPropagateStructuralChanges()

12345