Home
last modified time | relevance | path

Searched refs:entryInfo (Results 1 – 25 of 118) sorted by relevance

12345

/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/Nucleus++/
H A DNucleusPDirectory.cxx11 entryInfo = NULL; in Construct()
32 if (entryInfo != NULL) { in Close()
33 delete entryInfo; in Close()
34 entryInfo = NULL; in Close()
44 if (d.entryInfo == NULL) in CopyContents()
45 entryInfo = NULL; in CopyContents()
47 entryInfo = new PFileInfo; in CopyContents()
48 *entryInfo = *d.entryInfo; in CopyContents()
/dports/sysutils/plasma5-kmenuedit/kmenuedit-5.23.5/
H A Dtreeview.cpp418 bool hidden = entryInfo->hidden; in createTreeItem()
431 … name = entryInfo->caption + QStringLiteral(" (") + entryInfo->description + QLatin1Char(')'); in createTreeItem()
433 … name = entryInfo->description + QStringLiteral(" (") + entryInfo->caption + QLatin1Char(')'); in createTreeItem()
436 name = entryInfo->caption; in createTreeItem()
440 item->setMenuEntryInfo(entryInfo); in createTreeItem()
661 if (!item || !entryInfo) { in currentDataChanged()
669 … name = entryInfo->caption + QStringLiteral(" (") + entryInfo->description + QLatin1Char(')'); in currentDataChanged()
674 name = entryInfo->caption; in currentDataChanged()
935 MenuEntryInfo *entryInfo = dragItem->entryInfo(); in dropMimeData() local
1591 MenuEntryInfo *entryInfo = item->entryInfo(); in del() local
[all …]
H A Dmenuinfo.cpp141 if (entryInfo->caption == result) { in uniqueItemCaption()
209 foreach (MenuEntryInfo *entryInfo, entries) { in save()
210 if (entryInfo->needInsertion()) { in save()
213 entryInfo->save(); in save()
231 foreach (MenuEntryInfo *entryInfo, entries) { in hasDirt()
232 if (entryInfo->dirty || entryInfo->shortcutDirty) { in hasDirt()
251 foreach (MenuEntryInfo *entryInfo, entries) { in findServiceShortcut()
252 if (entryInfo->shortCut == cut) { in findServiceShortcut()
253 return entryInfo->service; in findServiceShortcut()
267 foreach (MenuEntryInfo *entryInfo, entries) { in setInUse()
[all …]
H A Dtreeview.h81 MenuEntryInfo *entryInfo() const in entryInfo() function
86 void setMenuEntryInfo(MenuEntryInfo *entryInfo) in setMenuEntryInfo() argument
88 m_entryInfo = entryInfo; in setMenuEntryInfo()
170 void currentDataChanged(MenuEntryInfo *entryInfo);
176 void entrySelected(MenuEntryInfo *entryInfo);
208 …TreeItem *createTreeItem(TreeItem *parent, QTreeWidgetItem *after, MenuEntryInfo *entryInfo, bool …
H A Dbasictab.cpp292 void BasicTab::setEntryInfo(MenuEntryInfo *entryInfo) in setEntryInfo() argument
296 _menuEntryInfo = entryInfo; in setEntryInfo()
298 if (!entryInfo) { in setEntryInfo()
323 KDesktopFile *df = entryInfo->desktopFile(); in setEntryInfo()
333 if (!entryInfo->shortcut().isEmpty()) { in setEntryInfo()
334 _keyBindingEdit->setKeySequence(entryInfo->shortcut()); in setEntryInfo()
367 enableWidgets(true, entryInfo->hidden); in setEntryInfo()
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/recovery/stepwise/
H A DEntryTrackerReader.java36 private List<LogEntryInfo> entryInfo; field in EntryTrackerReader
47 List<LogEntryInfo> entryInfo) // EntryInfo in EntryTrackerReader() argument
53 this.entryInfo = entryInfo; in EntryTrackerReader()
79 entryInfo.add in isTargetEntry()
119 entryInfo.add(new CommitEntry(lsn, txnId)); in processEntry()
139 entryInfo.add(new TxnalDeletedEntry(lsn, keyValue, in processEntry()
142 entryInfo.add(new NonTxnalDeletedEntry(lsn, keyValue, in processEntry()
147 entryInfo.add(new TxnalEntry(lsn, keyValue, dataValue, in processEntry()
150 entryInfo.add(new NonTxnalEntry(lsn, keyValue, dataValue)); in processEntry()
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/src/org/coolreader/crengine/
H A DOPDSUtil.java272 entryInfo.id = s; in characters()
278 entryInfo.updated = ts; in characters()
285 entryInfo.title = entryInfo.title + s; in characters()
289 entryInfo.summary = entryInfo.summary + s; in characters()
300 entryInfo.icon = s; in characters()
309 entryInfo.content = entryInfo.content + s; in characters()
318 entryInfo.title = entryInfo.title + " "; in characters()
319 entryInfo.title = entryInfo.title + s; in characters()
427 if ( entryInfo.link!=null || entryInfo.getBestAcquisitionLink()!=null ) { in endElement()
428 entries.add(entryInfo); in endElement()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/metadata/
H A Dkis_meta_data_schema.cc181 entryInfo.propertyType = TypeInfo::Private::Integer; in parseEltType()
184 entryInfo.propertyType = TypeInfo::Private::Boolean; in parseEltType()
187 entryInfo.propertyType = TypeInfo::Private::Date; in parseEltType()
190 entryInfo.propertyType = TypeInfo::Private::Text; in parseEltType()
201 entryInfo.propertyType = TypeInfo::Private::orderedArray(ei); in parseEltType()
212 entryInfo.propertyType = TypeInfo::Private::unorderedArray(ei); in parseEltType()
226 entryInfo.propertyType = TypeInfo::Private::LangArray; in parseEltType()
229 entryInfo.propertyType = TypeInfo::Private::Rational; in parseEltType()
232 entryInfo.propertyType = TypeInfo::Private::GPSCoordinate; in parseEltType()
235 entryInfo.propertyType = parseChoice(elt); in parseEltType()
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/Provider/+mobile/+tablet/
H A DProviderDetailView.qml182 property var openHistoryInfoFunc: function(entryInfo) {
185 providerDetailsHistoryInfo.providerName = entryInfo['providerName']
186 providerDetailsHistoryInfo.providerPostalAddress = entryInfo['providerPostalAddress']
187 providerDetailsHistoryInfo.purposeText = entryInfo['purposeText']
188 providerDetailsHistoryInfo.requestedDataText = entryInfo['requestedDataText']
189 providerDetailsHistoryInfo.termsOfUsageText = entryInfo['termsOfUsageText']
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/scanner/
H A Dscanner.go79 type entryInfo struct { struct
107 func (s *Scanner) processEntry(info entryInfo, foundCert func(*ct.RawLogEntry), foundPrecert func(*…
120 func (s *Scanner) processMatcherEntry(matcher Matcher, info entryInfo, foundCert func(*ct.RawLogEnt…
153 func (s *Scanner) processMatcherLeafEntry(matcher LeafMatcher, info entryInfo, foundCert func(*ct.R…
181 func (s *Scanner) matcherJob(entries <-chan entryInfo, foundCert func(*ct.RawLogEntry), foundPrecer…
281 entries := make(chan entryInfo, s.opts.BufferSize)
293 entries <- entryInfo{index: b.Start + int64(i), entry: e}
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/io/
H A DGffToEMBL.java113 final EntryInformation entryInfo; in writeEMBL() local
115 entryInfo =Options.getDBEntryInformation(); in writeEMBL()
117 entryInfo = Options.getArtemisEntryInformation(); in writeEMBL()
123 ReadAndWriteEntry.addAllKeysQualifiers(entryInfo, features.elementAt(i)); in writeEMBL()
126 ReadAndWriteEntry.addQualifierToEntryInfo(entryInfo, in writeEMBL()
133 new EmblDocumentEntry (entryInfo, entry, true); in writeEMBL()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/gsttools/
H A Dqgstreameraudioinputselector.cpp153 for (const QFileInfo& entryInfo : entries) { in updateOssDevices() local
154 m_names.append(QLatin1String("oss:")+entryInfo.filePath()); in updateOssDevices()
155 m_descriptions.append(QString::fromLatin1("OSS device %1").arg(entryInfo.fileName())); in updateOssDevices()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/
H A Dosutil.cxx327 if (d.entryInfo == NULL) in CopyContents()
328 entryInfo = NULL; in CopyContents()
331 *entryInfo = *d.entryInfo; in CopyContents()
349 if (entryInfo != NULL) { in Close()
350 delete entryInfo; in Close()
351 entryInfo = NULL; in Close()
359 entryInfo = NULL; in Construct()
376 entryInfo = new PFileInfo; in Open()
426 if (entryInfo == NULL) in IsSubDir()
451 if (entryInfo == NULL) in GetInfo()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DHierarchicalOperationalBindings.asn140 entryInfo [1] SET (SIZE (1..MAX)) OF Attribute OPTIONAL,
61 entryInfo [2] SET (SIZE (1..MAX)) OF Attribute OPTIONAL,
68 entryInfo ABSENT
74 entryInfo ABSENT
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DHierarchicalOperationalBindings.asn140 entryInfo [1] SET (SIZE (1..MAX)) OF Attribute OPTIONAL,
61 entryInfo [2] SET (SIZE (1..MAX)) OF Attribute OPTIONAL,
68 entryInfo ABSENT
74 entryInfo ABSENT
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DHierarchicalOperationalBindings.asn140 entryInfo [1] SET (SIZE (1..MAX)) OF Attribute OPTIONAL,
61 entryInfo [2] SET (SIZE (1..MAX)) OF Attribute OPTIONAL,
68 entryInfo ABSENT
74 entryInfo ABSENT
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DHierarchicalOperationalBindings.asn140 entryInfo [1] SET (SIZE (1..MAX)) OF Attribute OPTIONAL,
61 entryInfo [2] SET (SIZE (1..MAX)) OF Attribute OPTIONAL,
68 entryInfo ABSENT
74 entryInfo ABSENT
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DHierarchicalOperationalBindings.asn140 entryInfo [1] SET (SIZE (1..MAX)) OF Attribute OPTIONAL,
61 entryInfo [2] SET (SIZE (1..MAX)) OF Attribute OPTIONAL,
68 entryInfo ABSENT
74 entryInfo ABSENT
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/maildir/
H A Dretrieveitemsjob.cpp85 const QFileInfo entryInfo = m_entryIterator->fileInfo(); in processEntry() local
86 const QString fileName = entryInfo.fileName(); in processEntry()
87 const qint64 currentMtime = entryInfo.lastModified().toMSecsSinceEpoch(); in processEntry()
100 const qint64 entrySize = entryInfo.size(); in processEntry()
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DHierarchicalOperationalBindings.asn140 entryInfo [1] SET (SIZE (1..MAX)) OF Attribute OPTIONAL,
61 entryInfo [2] SET (SIZE (1..MAX)) OF Attribute OPTIONAL,
68 entryInfo ABSENT
74 entryInfo ABSENT
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DHierarchicalOperationalBindings.asn140 entryInfo [1] SET (SIZE (1..MAX)) OF Attribute OPTIONAL,
61 entryInfo [2] SET (SIZE (1..MAX)) OF Attribute OPTIONAL,
68 entryInfo ABSENT
74 entryInfo ABSENT
/dports/astro/marble/marble-21.12.3/tools/mbtile-import/
H A Dmbtile-import.cpp28 for(const auto &entryInfo: tileDir.entryInfoList(QDir::Dirs | QDir::NoDotAndDotDot)) { in importTiles() local
30 int const z = entryInfo.baseName().toInt(&isNumber); in importTiles()
32 QDirIterator tileIter(entryInfo.absoluteFilePath(), QDirIterator::Subdirectories); in importTiles()
/dports/security/keybase/client-v5.7.1/go/kbfs/fsrpc/
H A Dpath.go287 entryInfo := data.EntryInfo{
290 return nil, entryInfo, nil
299 node, entryInfo, err := config.KBFSOps().GetOrCreateRootNode(ctx, tlfHandle, data.MasterBranch)
311 entryInfo = lookupEntryInfo
314 return node, entryInfo, nil
/dports/www/falkon/falkon-3.2.0/src/plugins/FlashCookieManager/
H A Dfcm_plugin.cpp388 QFileInfo entryInfo(path + QL1C('/') + entry); in loadFlashCookies() local
389 if (entryInfo.isDir()) { in loadFlashCookies()
390 loadFlashCookies(entryInfo.filePath()); in loadFlashCookies()
392 else if (entryInfo.isFile() && entryInfo.suffix() == QL1S("sol")) { in loadFlashCookies()
393 insertFlashCookie(entryInfo.filePath()); in loadFlashCookies()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/locator/
H A Dfilesystemfilter.cpp89 const QFileInfo entryInfo(entry); in matchesFor() local
90 const QString entryFileName = entryInfo.fileName(); in matchesFor()
91 QString directory = entryInfo.path(); in matchesFor()
92 if (entryInfo.isRelative()) { in matchesFor()
93 if (entryInfo.filePath().startsWith("~/")) in matchesFor()

12345