Home
last modified time | relevance | path

Searched refs:topLevelPath (Results 1 – 19 of 19) sorted by relevance

/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dapplication-database.c721 topLevelPath); in _xfdashboard_application_database_load_applications_recursive()
738 if(topLevelPath) g_free(topLevelPath); in _xfdashboard_application_database_load_applications_recursive()
760 topLevelPath, in _xfdashboard_application_database_load_applications_recursive()
783 if(topLevelPath) g_free(topLevelPath); in _xfdashboard_application_database_load_applications_recursive()
809 if(topLevelPath) g_free(topLevelPath); in _xfdashboard_application_database_load_applications_recursive()
821 topLevelPath); in _xfdashboard_application_database_load_applications_recursive()
927 if(topLevelPath) g_free(topLevelPath); in _xfdashboard_application_database_load_applications_recursive()
952 if(topLevelPath) g_free(topLevelPath); in _xfdashboard_application_database_load_applications_recursive()
981 if(topLevelPath) g_free(topLevelPath); in _xfdashboard_application_database_load_applications_recursive()
1010 topLevelPath); in _xfdashboard_application_database_load_applications_recursive()
[all …]
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/
H A Dgeneratelistfilefromarchive.cpp63 void GenerateListFileFromArchive::addSubItems(const QString &topLevelPath, const KArchiveEntry *ent… in addSubItems() argument
74 …addSubItems(topLevelPath, archiveEntry, indent, (fullpath.isEmpty() ? QString() : fullpath + QLati… in addSubItems()
77 …const QString fileFullPath = topLevelPath + (fullpath.isEmpty() ? QString() : fullpath + QLatin1Ch… in addSubItems()
H A Dgeneratelistfilefromarchive.h23 …void addSubItems(const QString &topLevelPath, const KArchiveEntry *entry, int indent, const QStrin…
/dports/misc/usd/USD-21.11/pxr/usdImaging/usdImagingGL/
H A DwrapEngine.cpp74 SdfPath topLevelPath = SdfPath::EmptyPath(); in _TestIntersection() local
77 topLevelPath = hitInstancerContext[0].first; in _TestIntersection()
82 hitInstanceIndex, topLevelPath, topLevelInstanceIndex); in _TestIntersection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/util/
H A Dmake_errors.go38 topLevelPath, err := findToplevel()
49 headerPath := filepath.Join(topLevelPath, "include", "openssl", lib+".h")
50 errDir := filepath.Join(topLevelPath, "crypto", "err")
95 extraPath := filepath.Join(topLevelPath, "crypto", lib+"_extra")
/dports/security/boringssl/boringssl-6a71840/util/
H A Dmake_errors.go38 topLevelPath, err := findToplevel()
49 headerPath := filepath.Join(topLevelPath, "include", "openssl", lib+".h")
50 errDir := filepath.Join(topLevelPath, "crypto", "err")
95 extraPath := filepath.Join(topLevelPath, "crypto", lib+"_extra")
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/util/
H A Dmake_errors.go38 topLevelPath, err := findToplevel()
49 headerPath := filepath.Join(topLevelPath, "include", "openssl", lib+".h")
50 errDir := filepath.Join(topLevelPath, "crypto", "err")
95 extraPath := filepath.Join(topLevelPath, "crypto", lib+"_extra")
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/util/
H A Dmake_errors.go38 topLevelPath, err := findToplevel()
49 headerPath := filepath.Join(topLevelPath, "include", "openssl", lib+".h")
50 errDir := filepath.Join(topLevelPath, "crypto", "err")
95 extraPath := filepath.Join(topLevelPath, "crypto", lib+"_extra")
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gitmap/
H A Dgitmap.go70 topLevelPath := filepath.ToSlash(filepath.Join(absRepoPath, cdUp))
107 return &GitRepo{Files: m, TopLevelAbsPath: topLevelPath}, nil
/dports/lang/mono/mono-5.10.1.57/external/boringssl/util/
H A Dmake_errors.go38 topLevelPath, err := findToplevel()
49 headerPath := filepath.Join(topLevelPath, "include", "openssl", lib+".h")
50 errDir := filepath.Join(topLevelPath, "crypto", "err")
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/gui/dialog/
H A Dshowarchivestructuredialog.cpp215 void ShowArchiveStructureDialog::addSubItems(const QString &topLevelPath, in addSubItems() argument
235 …addSubItems(topLevelPath, newTopItem, archiveEntry, indent, (fullpath.isEmpty() ? QString() : full… in addSubItems()
238 …const QString fileFullPath = topLevelPath + (fullpath.isEmpty() ? QString() : fullpath + QLatin1Ch… in addSubItems()
H A Dshowarchivestructuredialog.h32 …void addSubItems(const QString &topLevelPath, QTreeWidgetItem *parent, const KArchiveEntry *entry,…
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/vcsbase/
H A Dvcsbaseplugin.cpp241 QString topLevelPath; in windowTitleVcsTopic() local
243 searchPath, &topLevelPath); in windowTitleVcsTopic()
244 return (vc && !topLevelPath.isEmpty()) ? vc->vcsTopic(topLevelPath) : QString(); in windowTitleVcsTopic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/
H A Dfetch_sources.py162 topLevelPath = os.path.join(tmpPath, extractedEntries[0])
167 for entry in os.listdir(topLevelPath):
171 shutil.move(os.path.join(topLevelPath, entry), dstPath)
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/
H A Dabstractimportexportjob.cpp572 const QString topLevelPath = in importDataSubdirectory() local
574 QDir themeDirectory(topLevelPath + QStringLiteral("/%1").arg(entryName)); in importDataSubdirectory()
578 themeDirectory = QDir(topLevelPath + QStringLiteral("/%1").arg(subFolderName)); in importDataSubdirectory()
581 copyToDirectory(entry, topLevelPath + QStringLiteral("/%1").arg(subFolderName)); in importDataSubdirectory()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dtemplatemanager.cpp325 wxString topLevelPath = prj->GetCommonTopLevelPath(); in SaveUserTemplate() local
327 fname.MakeRelativeTo(topLevelPath); in SaveUserTemplate()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Discovery/
H A DDiscoveryClientProtocol.cs338 string topLevelPath = Path.GetDirectoryName(topLevelFilename); in ReadAll()
359 … Stream docFile = File.OpenRead(Path.Combine(topLevelPath, results.Results[i].Filename)); in ReadAll()
/dports/misc/usd/USD-21.11/pxr/usdImaging/usdviewq/
H A DappController.py4552 …def onPrimSelected(self, path, instanceIndex, topLevelPath, topLevelInstanceIndex, point, button, … argument
4596 topLevelPrim = self._dataModel.stage.GetPrimAtPath(topLevelPath)
4608 topLevelPrim = self._dataModel.stage.GetPrimAtPath(topLevelPath)
4659 def onRollover(self, path, instanceIndex, topLevelPath, topLevelInstanceIndex, modifiers): argument
4756 topLevelPrim = self._dataModel.stage.GetPrimAtPath(topLevelPath)
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Translation/
H A DConcreteToAbstract.hs1263 { topLevelPath :: AbsolutePath