Home
last modified time | relevance | path

Searched refs:entryPath (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/dports/devel/staf/src/staf/test/
H A Dtestfs2.cpp23 STAFFSPath entryPath(argv[i]); in main() local
27 if (!entryPath.exists()) in main()
33 STAFFSEntryPtr entry = entryPath.getEntry(); in main()
54 STAFFSPath toPath(entryPath); in main()
62 entryPath.getEntry()->move(toPath.asString()); in main()
64 if (!entryPath.exists() && toPath.exists()) in main()
84 if (entryPath.exists() && toPath.exists()) in main()
104 if (!entryPath.exists() && toPath.exists()) in main()
124 if (entryPath.exists() && toPath.exists()) in main()
165 if (!entryPath.exists() && toPath.exists()) in main()
[all …]
/dports/www/getleft/Getleft-v1.2/scripts/
H A DmenuEntry.tcl71 proc PopUpMenu {menu entryPath X Y} {
80 set sel [$entryPath selection present]
90 if {[string length [$entryPath get]]==0} {
113 proc RightClick {entryPath x y X Y} {
117 set sel [$entryPath selection present]
119 set sel1 [$entryPath index sel.first]
120 set sel2 [$entryPath index sel.last]
122 focus $entryPath
127 $entryPath selection range $sel1 $sel2
141 proc menuEntry {entryPath} { argument
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/filesys/
H A Darchiveentryfile.cpp33 Path entryPath; in DENG2_PIMPL_NOREF() local
46 qDebug() << "--------\nAEF being read" << entryPath; in DENG2_PIMPL_NOREF()
61 d->entryPath = entryPath; in ArchiveEntryFile()
74 String ArchiveEntryFile::entryPath() const in entryPath() function in de::ArchiveEntryFile
76 return d->entryPath; in entryPath()
83 return String("archive entry \"%1\"").arg(d->entryPath); in describe()
94 archive().entryBlock(d->entryPath).clear(); in clear()
114 Block data = File::metaId() + d->entryPath.toUtf8(); in metaId()
138 archive().uncacheBlock(d->entryPath); in uncache()
147 return archive().entryStatus(d->entryPath).size; in size()
[all …]
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Scripting/Global/
H A DReinforcementsGlobal.cs80 …public Actor[] Reinforce(Player owner, string[] actorTypes, CPos[] entryPath, int interval = 25, L… in Reinforce() argument
86 …var actor = CreateActor(owner, actorTypes[i], false, entryPath[0], entryPath.Length > 1 ? entryPat… in Reinforce()
102 var path = entryPath.Skip(1).ToArray(); in Reinforce()
122 …thTransport(Player owner, string actorType, string[] cargoTypes, CPos[] entryPath, CPos[] exitPath… in ReinforceWithTransport() argument
125 …var transport = CreateActor(owner, actorType, true, entryPath[0], entryPath.Length > 1 ? entryPath in ReinforceWithTransport()
133 var passenger = CreateActor(owner, cargoType, false, entryPath[0]); in ReinforceWithTransport()
139 for (var i = 1; i < entryPath.Length; i++) in ReinforceWithTransport()
140 Move(transport, entryPath[i]); in ReinforceWithTransport()
159 …transport.QueueActivity(new Land(transport, Target.FromCell(transport.World, entryPath.Last()), WD… in ReinforceWithTransport()
/dports/devel/kf5-kservice/kservice-5.89.0/autotests/
H A Dksycocathreadtest.cpp41 static bool offerListHasService(const KService::List &offers, const QString &entryPath) in offerListHasService() argument
46 if ((*it)->entryPath() == entryPath) { in offerListHasService()
48 qWarning("ERROR: %s was found twice in the list", qPrintable(entryPath)); in offerListHasService()
94 const QString entryPath = service->entryPath(); in work() local
97 Q_ASSERT(!entryPath.isEmpty()); in work()
99 KService::Ptr lookedupService = KService::serviceByDesktopPath(entryPath); in work()
101 …if (entryPath == QLatin1String{"threadfakeservice.desktop"} && s_fakeServiceDeleted) { // ok, it g… in work()
104 qWarning() << entryPath << "is gone!"; in work()
107 QCOMPARE(lookedupService->entryPath(), entryPath); in work()
112 qWarning("%s has an empty menuId!", qPrintable(entryPath)); in work()
H A Dkapplicationtradertest.cpp117 static bool offerListHasService(const KService::List &offers, const QString &entryPath) in offerListHasService() argument
121 if (service->entryPath() == entryPath) { in offerListHasService()
123 qWarning("ERROR: %s was found twice in the list", qPrintable(entryPath)); in offerListHasService()
137 …rning() << "Got" << offers.count() << "unexpected results, including" << offers.at(0)->entryPath(); in checkResult()
144 qWarning() << " " << service->entryPath(); in checkResult()
148 QCOMPARE(offers.at(0)->entryPath(), m_fakeApplication); in checkResult()
155 qWarning() << " " << service->entryPath(); in checkResult()
H A Dkservicetest.cpp421 const QString entryPath = service->entryPath(); in testAllServices() local
422 if (entryPath.contains(QLatin1String{"fake"})) { in testAllServices()
426 QVERIFY(!entryPath.isEmpty()); in testAllServices()
430 QCOMPARE(lookedupService->entryPath(), entryPath); in testAllServices()
435 qWarning("%s has an empty menuId!", qPrintable(entryPath)); in testAllServices()
454 if ((*it)->entryPath() == entryPath) { in offerListHasService()
512 m_firstOffer = offers[0]->entryPath(); in testServiceTypeTraderForReadOnlyPart()
690 QCOMPARE(offers[1]->entryPath(), QStringLiteral("fakepart.desktop")); in testWriteServiceTypeProfile()
707 QCOMPARE(offers[0]->entryPath(), m_firstOffer); in testDefaultOffers()
723 QCOMPARE(offers[0]->entryPath(), m_firstOffer); in testDeleteServiceTypeProfile()
[all …]
/dports/www/gitea/gitea-1.16.5/modules/git/
H A Dlast_commit_cache.go22 func (c *LastCommitCache) getCacheKey(repoPath, ref, entryPath string) string {
23 hashBytes := sha256.Sum256([]byte(fmt.Sprintf("%s:%s:%s", repoPath, ref, entryPath)))
28 func (c *LastCommitCache) Put(ref, entryPath, commitID string) error { argument
32 log.Debug("LastCommitCache save: [%s:%s:%s]", ref, entryPath, commitID)
33 return c.cache.Put(c.getCacheKey(c.repoPath, ref, entryPath), commitID, c.ttl())
H A Dlast_commit_cache_nogogit.go41 func (c *LastCommitCache) Get(ref, entryPath string, wr WriteCloserError, rd *bufio.Reader) (interf…
42 v := c.cache.Get(c.getCacheKey(c.repoPath, ref, entryPath))
44 log.Debug("LastCommitCache hit level 1: [%s:%s:%s]", ref, entryPath, vs)
46 log.Debug("LastCommitCache hit level 2: [%s:%s:%s]", ref, entryPath, vs)
/dports/www/grafana8/grafana-8.3.6/packages/grafana-toolkit/src/cli/utils/
H A Drmdir.ts14 const entryPath = path.join(dirPath, entry); constant
15 if (fs.lstatSync(entryPath).isDirectory()) {
16 rmdir(entryPath);
18 fs.unlinkSync(entryPath);
/dports/archivers/ark/ark-21.12.3/kerfuffle/
H A Darchiveinterface.cpp189 for (const QString &entryPath : std::as_const(entries)) { in entryPathsFromDestination() local
190 if (lastFolder.count() > 0 && entryPath.startsWith(lastFolder)) { in entryPathsFromDestination()
192 int charsCount = entryPath.count() - lastFolder.count(); in entryPathsFromDestination()
196 newPath = destinationPath + entryPath.right(charsCount); in entryPathsFromDestination()
198 const QString name = entryPath.split(QLatin1Char('/'), Qt::SkipEmptyParts).last(); in entryPathsFromDestination()
201 if (entryPath.right(1) == QLatin1String("/")) { in entryPathsFromDestination()
209 if (entryPath.right(1) == QLatin1String("/")) { in entryPathsFromDestination()
211 lastFolder = entryPath; in entryPathsFromDestination()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/kicker/plugin/
H A Dcontainmentinterface.cpp32 …ddLauncher(QObject *appletInterface, ContainmentInterface::Target target, const QString &entryPath) in mayAddLauncher() argument
69 …if (!entryPath.isEmpty() && containment->pluginMetaData().pluginId() == QLatin1String("org.kde.pan… in mayAddLauncher()
91 …Item, "hasLauncher", Q_RETURN_ARG(QVariant, ret), Q_ARG(QVariant, QUrl::fromLocalFile(entryPath))); in mayAddLauncher()
104 …ddLauncher(QObject *appletInterface, ContainmentInterface::Target target, const QString &entryPath) in addLauncher() argument
151 …MetaObject::invokeMethod(rootItem, "addLauncher", Q_ARG(QVariant, QUrl::fromLocalFile(entryPath))); in addLauncher()
154 … containment->createApplet(QStringLiteral("org.kde.plasma.icon"), QVariantList() << entryPath); in addLauncher()
161 … containment->createApplet(QStringLiteral("org.kde.plasma.icon"), QVariantList() << entryPath); in addLauncher()
187 …MetaObject::invokeMethod(rootItem, "addLauncher", Q_ARG(QVariant, QUrl::fromLocalFile(entryPath))); in addLauncher()
H A Dmenuentryeditor.cpp24 bool MenuEntryEditor::canEdit(const QString &entryPath) const in canEdit()
27 itemList << KFileItem(QUrl::fromLocalFile(entryPath)); in canEdit()
32 void MenuEntryEditor::edit(const QString &entryPath, const QString &menuId) in edit() argument
35 const QUrl &entryUrl = QUrl::fromLocalFile(entryPath); in edit()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pod/
H A DHList.pod250 Each list entry is identified by an B<entryPath>. The entryPath is a
422 I<$entryPath>. However, I<$entryPath> itself is not deleted.
427 specified by I<$entryPath>. However, I<$entryPath> itself is not
634 I<$entryPath>; return false otherwise.
670 If I<$entryPath> is given, returns a list of the entryPath's of its
672 entryPath's.
691 I<$entryPath> exists.
696 B<$entryPath> is hidden or not.
707 I<$entryPath>. If I<entryPath> is a toplevel list entry,
737 I<$entryPath>.
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DClasspathEntry.java975 IPath entryPath = entry.getPath(); in validateClasspath() local
982 .removeFirstSegments(1).toString() : entryPath in validateClasspath()
986 if (!pathes.add(entryPath)) { in validateClasspath()
995 if (entryPath.equals(projectPath)) { in validateClasspath()
1025 if (otherPath.isPrefixOf(entryPath) in validateClasspath()
1026 && !otherPath.equals(entryPath) in validateClasspath()
1030 String exclusionPattern = entryPath in validateClasspath()
1070 if (entryPath.equals(currentOutput)) in validateClasspath()
1072 if (entryPath.isPrefixOf(currentOutput)) { in validateClasspath()
1091 if (currentOutput.isPrefixOf(entryPath)) { in validateClasspath()
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/httpd/
H A Dapi_utils.go210 info, err := conn.Stat(entryPath, 1)
216 _, err := wr.Create(getZipEntryName(entryPath, baseDir) + "/")
218 conn.Log(logger.LevelDebug, "unable to create zip entry %#v: %v", entryPath, err)
221 contents, err := conn.ReadDir(entryPath)
227 fullPath := path.Join(entryPath, info.Name())
239 reader, err := conn.getFileReader(entryPath, 0, http.MethodGet)
246 f, err := wr.Create(getZipEntryName(entryPath, baseDir))
248 conn.Log(logger.LevelDebug, "unable to create zip entry %#v: %v", entryPath, err)
255 func getZipEntryName(entryPath, baseDir string) string { argument
256 entryPath = strings.TrimPrefix(entryPath, baseDir)
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Dmenubarfilter.cpp97 const QStringList &entryPath, in matchesForAction() argument
116 entries << matchesForAction(menuAction, entryPath, menuPath, processedMenus); in matchesForAction()
126 if (!entryPath.isEmpty()) { in matchesForAction()
128 for (const QString &entry : entryPath) { in matchesForAction()
135 const QString &lastEntry(entryPath.last()); in matchesForAction()
190 const QStringList entryPath = normalized.split(separators.at(0), Qt::SkipEmptyParts); in prepareSearch() local
194 m_entries << matchesForAction(action, entryPath, QStringList(), processedMenus); in prepareSearch()
/dports/x11-toolkits/iwidgets/iwidgets4.0.1/generic/
H A Dmenubar.itk108 method invoke { entryPath } { }
113 method yposition { entryPath } { }
142 method _entryPathToTkMenuPath {entryPath} { }
644 set entryPath [_parsePath $entryPath]
645 set index $_pathMap($entryPath)
847 set entryPath [_parsePath $entryPath]
848 set index $_pathMap($entryPath)
1578 set path [_parsePath $entryPath]
1583 $entryPath in call to delet"
1630 set path1 [_parsePath $entryPath]
[all …]
/dports/games/openra/OpenRA-release-20200503/mods/ra/maps/soviet-08a/
H A Dsoviet08a.lua16 entryPath = { EastEntry.Location, EastUnload.Location + CVec.New(1, 0) },
22 entryPath = { SouthEntry.Location, SouthUnload.Location + CVec.New(0, 1) },
28 entryPath = { SouthEntry.Location, SouthUnload.Location + CVec.New(0, 1) },
41 …ransport(ussr, "lst.reinforcement", reinforcement.actors, reinforcement.entryPath, reinforcement.e…
49 …ransport(ussr, "lst.reinforcement", reinforcement.actors, reinforcement.entryPath, reinforcement.e…
78 …ransport(ussr, "lst.reinforcement", reinforcement.actors, reinforcement.entryPath, reinforcement.e…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/
H A DJavaSourceLookupUtil.java146 IPath entryPath = entry.getSourceAttachmentPath(); in isSourceAttachmentEqual() local
147 if (entryPath == null) { in isSourceAttachmentEqual()
155 return rootPath.equals(entryPath); in isSourceAttachmentEqual()
189 IPath entryPath = entry.getPath(); in getPackageFragmentRoot() local
199 if (root.getPath().equals(entryPath) && isSourceAttachmentEqual(root, entry)) { in getPackageFragmentRoot()
225 IPath entryPath = entry.getPath(); in getPackageFragmentRootContainers() local
236 if (root.getPath().equals(entryPath) && isSourceAttachmentEqual(root, entry)) { in getPackageFragmentRootContainers()
/dports/devel/kf5-kservice/kservice-5.89.0/src/services/
H A Dkservice.cpp48 const QString entryPath = q->entryPath(); in init() local
49 bool absPath = !QDir::isRelativePath(entryPath); in init()
69 m_strName = entryPath; in init()
134 QString _name = KServiceUtilPrivate::completeBaseName(entryPath); in init()
168 qCWarning(SERVICES) << "The desktop entry file" << entryPath << "has Type=" << m_strType in init()
197 … qCWarning(SERVICES) << "The desktop entry file" << entryPath << "has an empty MimeType!"; in init()
378 KService::KService(const KDesktopFile *config, const QString &entryPath) in KService() argument
379 : KSycocaEntry(*new KServicePrivate(entryPath.isEmpty() ? config->fileName() : entryPath)) in KService()
833 || entryPath().startsWith(QLatin1String(".hidden")) // in locateLocal()
834 || (QDir::isRelativePath(entryPath()) && d->categories.isEmpty())) { in locateLocal()
[all …]
/dports/devel/esbuild/esbuild-0.12.23/lib/npm/
H A Dinstall.ts114 const entryPath = path.join(dir, entry); constant
116 const stats = fs.statSync(entryPath);
117 entries.push({ path: entryPath, mtime: stats.mtime });
196 const entryPath = path.join(dir, entry); constant
199 stats = fs.lstatSync(entryPath);
203 if (stats.isDirectory()) removeRecursive(entryPath);
204 else fs.unlinkSync(entryPath);
/dports/security/keepassxc/keepassxc-2.6.6/src/cli/
H A DShow.cpp66 const QString& entryPath = args.at(1); in executeWithDatabase() local
71 Entry* entry = database->rootGroup()->findEntryByPath(entryPath); in executeWithDatabase()
73 err << QObject::tr("Could not find entry with path %1.").arg(entryPath) << endl; in executeWithDatabase()
78 err << QObject::tr("Entry with path %1 has no TOTP set up.").arg(entryPath) << endl; in executeWithDatabase()
/dports/lang/abcl/abcl-src-1.8.0/test/src/org/armedbear/lisp/
H A DZipTest.java54 String entryPath = "abcl-asdf/abcl-asdf-tests.asd"; in getEntry() local
56 = (JarPathname) JarPathname.createEntryFromFile(zipFile, entryPath); in getEntry()
59 entry.getName().equals(entryPath)); in getEntry()
61 = (JarPathname) JarPathname.createEntryFromFile(zipFile, entryPath); in getEntry()
/dports/x11-fm/konqueror/konqueror-21.12.3/autotests/
H A Dkonqviewtest.cpp37 const QString firstService = view->service()->entryPath(); in textThenHtml()
44 qDebug() << view->service()->entryPath(); in textThenHtml()
45 QVERIFY(view->service()->entryPath() != firstService); in textThenHtml()

12345678910>>...13