Home
last modified time | relevance | path

Searched refs:childFile (Results 1 – 25 of 45) sorted by relevance

12

/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Visualizing Data/ch07-hierarchies/file_tree_queue_08b/
H A DNode.pde29 File childFile = new File(file, contents[i]);
32 String absPath = childFile.getAbsolutePath();
33 String canPath = childFile.getCanonicalPath();
39 Node child = new Node(childFile);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/vue_shared/components/
H A Dfile_tree.vue37 v-for="childFile in file.tree"
38 :key="childFile.key"
41 :file="childFile"
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/tags/
H A DReviewImportTreeTableModel.java129 for (File childFile : childFiles) { in getChild()
130 if (childFile.isDirectory()) { in getChild()
131 childFolders.add(childFile); in getChild()
156 for (File childFile : childFiles) { in getChildCount()
157 if (childFile.isDirectory()) { in getChildCount()
158 childFolders.add(childFile); in getChildCount()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/
H A DLinkedResourceWithPathVariableTest.java683 IFile childFile = folder.getFile(childName); in testFolderVariableRemoved() local
706 assertExistsInWorkspace("2.1", childFile); in testFolderVariableRemoved()
708 assertExistsInFileSystem("2.3", childFile); in testFolderVariableRemoved()
726 assertDoesNotExistInWorkspace("3.4", childFile); in testFolderVariableRemoved()
782 assertExistsInFileSystem("6.4", childFile); in testFolderVariableRemoved()
791 assertExistsInWorkspace("7.2", childFile); in testFolderVariableRemoved()
857 IFile childFile = folder.getFile(childName); in testFolderProjectVariableRemoved() local
880 assertExistsInWorkspace("2.1", childFile); in testFolderProjectVariableRemoved()
882 assertExistsInFileSystem("2.3", childFile); in testFolderProjectVariableRemoved()
957 assertExistsInFileSystem("6.4", childFile); in testFolderProjectVariableRemoved()
[all …]
H A DVirtualFolderTest.java255 IFile childFile = folder.getFile(getUniqueString()); in testMoveProjectWithVirtualFolder() local
256 IResource[] oldResources = new IResource[] {existingProject, file, folder, childFile}; in testMoveProjectWithVirtualFolder()
259 assertDoesNotExistInWorkspace("1.0", new IResource[] {folder, file, childFile}); in testMoveProjectWithVirtualFolder()
268 childFile.create(getRandomContents(), true, getMonitor()); in testMoveProjectWithVirtualFolder()
285 IFile newChildFile = newFolder.getFile(childFile.getName()); in testMoveProjectWithVirtualFolder()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/filesystem/
H A DFileSystemStructureProvider.java62 private boolean isRecursiveLink(File childFile) { in isRecursiveLink() argument
64 if (childFile.isDirectory()) { in isRecursiveLink()
66 String canonicalPath = childFile.getCanonicalPath(); in isRecursiveLink()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/
H A DTempFiles.cs28 string childFile = Path.Combine(Directory.GetCurrentDirectory(), "child.xsl"); in TempFiles1()
32 + "<xsl:import href=\"" + childFile + "\"/>" in TempFiles1()
58 …StreamWriter file = new StreamWriter(new FileStream(childFile, FileMode.Create, FileAccess.Write)); in TempFiles1()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/cli/
H A Dthreadexecutor.cpp181 std::map<pid_t, std::string> childFile; in check() local
188 size_t nchildren = childFile.size(); in check()
242 childFile[pid] = iFileSettings->filename + ' ' + iFileSettings->cfg; in check()
246 childFile[pid] = iFile->first; in check()
292 if (!childFile.empty()) { in check()
297 std::map<pid_t, std::string>::iterator c = childFile.find(child); in check()
298 if (c != childFile.end()) { in check()
300 childFile.erase(c); in check()
317 … && iFileSettings == mSettings.project.fileSettings.end() && rpipes.empty() && childFile.empty()) { in check()
/dports/devel/cppcheck/cppcheck-2.6.3/cli/
H A Dthreadexecutor.cpp181 std::map<pid_t, std::string> childFile; in check() local
188 size_t nchildren = childFile.size(); in check()
242 childFile[pid] = iFileSettings->filename + ' ' + iFileSettings->cfg; in check()
246 childFile[pid] = iFile->first; in check()
292 if (!childFile.empty()) { in check()
297 std::map<pid_t, std::string>::iterator c = childFile.find(child); in check()
298 if (c != childFile.end()) { in check()
300 childFile.erase(c); in check()
317 … && iFileSettings == mSettings.project.fileSettings.end() && rpipes.empty() && childFile.empty()) { in check()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/filesystem/
H A DSymlinkTest.java338 IFileStore childFile = llDir.getChild("subFile"); in testSymlinkDirWrite() local
339 ensureExists(childFile, false); in testSymlinkDirWrite()
349 childFile = llDir.getChild("subFile"); in testSymlinkDirWrite()
353 out = childFile.openOutputStream(EFS.NONE, getMonitor()); in testSymlinkDirWrite()
378 IFileStore childFile = baseStore.getChild("ff" + specialCharName); in _testSymlinkExtendedChars() local
379 ensureExists(childFile, false); in _testSymlinkExtendedChars()
555 IFileStore childFile = aDir.getChild("subFile"); in testSymlinkRemove() local
556 ensureExists(childFile, false); in testSymlinkRemove()
563 IFileInfo iFileInsideDir = childFile.fetchInfo(); in testSymlinkRemove()
/dports/finance/prestashop/prestashop/src/Core/Addon/Theme/
H A DThemeValidator.php108 $childFile = $theme->getDirectory() . $file;
113 if (!file_exists($childFile) && !file_exists($parentFile)) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/
H A DClassMapGeneratorTest.php41 foreach ($dir as $childFile) {
42 $this->clean($childFile);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/
H A DClassMapGeneratorTest.php41 foreach ($dir as $childFile) {
42 $this->clean($childFile);
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/app/src/test/java/org/mozilla/gecko/
H A DTestGeckoProfile.java132 final File childFile = new File(parentDir, "child"); in testEnsureParentDirs() local
137 assertFalse("Child file should not exist", childFile.exists()); in testEnsureParentDirs()
143 assertFalse("Child file should not have been created", childFile.exists()); in testEnsureParentDirs()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/search/
H A DnsMailWinSearchHelper.cpp167 nsCOMPtr<nsIFile> childFile; in SetFANCIBit() local
168 rv = children->GetNextFile(getter_AddRefs(childFile)); in SetFANCIBit()
170 rv = SetFANCIBit(childFile, aBit, aRecurse); in SetFANCIBit()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/background/junit4/src/org/mozilla/gecko/
H A DTestGeckoProfile.java152 final File childFile = new File(parentDir, "child"); in testEnsureParentDirs() local
157 assertFalse("Child file should not exist", childFile.exists()); in testEnsureParentDirs()
163 assertFalse("Child file should not have been created", childFile.exists()); in testEnsureParentDirs()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/
H A DDirBundleFile.java137 java.io.File childFile = new java.io.File(pathFile, s); in getEntryPaths() local
139 if (BundleFile.secureAction.isDirectory(childFile)) { in getEntryPaths()
/dports/net/drive/drive-0.4.0/src/
H A Dtouch.go227 for childFile := range childChan {
228 fileChan <- childFile
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/centre/util/io/
H A DFiles.java132 File childFile = childFiles[i]; in deleteRecusrsively() local
133 deleteRecusrsively( childFile ); in deleteRecusrsively()
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Train.OpenBve/Train/XML/
H A DTrainXmlParser.cs122 string childFile = OpenBveApi.Path.CombineFile(currentPath, DocumentNodes[i].InnerText); in Parse()
124 childXML.Load(childFile); in Parse()
128 currentPath = System.IO.Path.GetDirectoryName(childFile); in Parse()
/dports/math/scilab/scilab-6.1.1/scilab/modules/external_objects_java/src/java/org/scilab/modules/external_objects_java/
H A DScilabJarCreator.java136 for (File childFile : file.listFiles()) { in expandPaths()
137 expandedPaths.addAll(expandPaths(childFile.getPath())); in expandPaths()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DShowRegionalVariants.java134 CLDRFile childFile = FACTORY.make(childString, false, DraftStatus.contributed); in main() local
135 for (String path : childFile) { in main()
141 String childValue = childFile.getStringValue(path); in main()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-openstack/src/test/java/org/apache/hadoop/fs/swift/
H A DTestSwiftFileSystemRename.java176 Path childFile = new Path(parentdir, "childfile"); in testRenameChildDirForbidden() local
177 createFile(childFile); in testRenameChildDirForbidden()
/dports/comms/lirc/lirc-0.9.0/daemons/
H A Dconfig_file.c660 FILE *childFile; in read_config_recursive() local
689 childFile = fopen(fullPath, "r"); in read_config_recursive()
690 if (childFile == NULL) { in read_config_recursive()
700 rem = read_config_recursive(childFile, fullPath, depth + 1); in read_config_recursive()
709 rem->next = read_config_recursive(childFile, fullPath, depth + 1); in read_config_recursive()
716 fclose(childFile); in read_config_recursive()
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dapplication-database.c832 GFile *childFile; in _xfdashboard_application_database_load_applications_recursive() local
837 childFile=g_file_get_child(g_file_enumerator_get_container(enumerator), childName); in _xfdashboard_application_database_load_applications_recursive()
840 desktopID=g_file_get_relative_path(inTopLevelPath, childFile); in _xfdashboard_application_database_load_applications_recursive()
874 "file", childFile, in _xfdashboard_application_database_load_applications_recursive()
914 if(childFile) g_object_unref(childFile); in _xfdashboard_application_database_load_applications_recursive()

12