Home
last modified time | relevance | path

Searched refs:EntryList (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/dports/japanese/kiten/kiten-21.12.3/lib/
H A Dentrylist.cpp22 class EntryList::Private
51 EntryList::EntryList() in EntryList() function in EntryList
57 EntryList::EntryList( const EntryList &old ) in EntryList() function in EntryList
63 EntryList::~EntryList() in ~EntryList()
69 int EntryList::scrollValue() const in scrollValue()
79 void EntryList::deleteAll() in deleteAll()
211 QString EntryList::toHTML() const in toHTML()
247 QString EntryList::toString() const in toString()
265 const EntryList& EntryList::operator+=( const EntryList &other ) in operator +=()
279 const EntryList& EntryList::operator=( const EntryList &other ) in operator =()
[all …]
H A Dentrylist.h25 class KITEN_EXPORT EntryList : public QList<Entry*>
36 EntryList();
40 EntryList( const EntryList &old );
45 virtual ~EntryList();
97 const EntryList& operator+=( const EntryList &other );
101 const EntryList& operator=( const EntryList &other );
105 void appendList( const EntryList *other );
H A Ddictionarymanager.cpp123 EntryList *DictionaryManager::doSearch( const DictQuery &query ) const in doSearch()
125 EntryList *ret = new EntryList(); in doSearch()
147 EntryList *temp = it->doSearch( query ); in doSearch()
162 EntryList *temp = newestFound->doSearch( query ); in doSearch()
183 EntryList *DictionaryManager::doSearchInList( const DictQuery &query, const EntryList *list ) const in doSearchInList()
185 EntryList *ret = new EntryList(); in doSearchInList()
H A Ddictionarymanager.h20 class EntryList; variable
97 EntryList *doSearch( const DictQuery &query ) const;
106 EntryList *doSearchInList( const DictQuery &query, const EntryList *list ) const;
H A Dhistoryptrlist.cpp22 QList<EntryList*> list;
41 void HistoryPtrList::addItem( EntryList *newItem ) in addItem()
47 EntryList *temp; in addItem()
85 EntryList* HistoryPtrList::current() in current()
137 foreach( const EntryList *p, d->list ) in toStringList()
/dports/japanese/kiten/kiten-21.12.3/lib/DictEdict/
H A Ddictfileedict.cpp74 return new EntryList(); in doSearch()
112 return new EntryList(); in doSearch()
115 EntryList *results = new EntryList(); in doSearch()
158 EntryList *common = new EntryList(); in doSearch()
159 EntryList *uncommon = new EntryList(); in doSearch()
175 results = new EntryList(); in doSearch()
181 EntryList *exact = new EntryList(); in doSearch()
182 EntryList *beginning = new EntryList(); in doSearch()
183 EntryList *ending = new EntryList(); in doSearch()
184 EntryList *anywhere = new EntryList(); in doSearch()
[all …]
/dports/misc/tellico/tellico-3.4.2/src/commands/
H A Dmodifyentries.h41 ModifyEntries(Data::CollPtr coll, const Data::EntryList& oldEntries,
42 const Data::EntryList& newEntries, const QStringList& modifiedFields);
43 ModifyEntries(QUndoCommand* parent, Data::CollPtr coll, const Data::EntryList& oldEntries,
44 const Data::EntryList& newEntries, const QStringList& modifiedFields);
53 Data::EntryList m_oldEntries;
54 Data::EntryList m_entries;
H A Dmodifyentries.cpp35 ModifyEntries::ModifyEntries(Tellico::Data::CollPtr coll_, const Tellico::Data::EntryList& oldEntri… in ModifyEntries()
36 … const Tellico::Data::EntryList& newEntries_, const QStringList& modifiedFields_) in ModifyEntries()
55 …es(QUndoCommand* parent, Tellico::Data::CollPtr coll_, const Tellico::Data::EntryList& oldEntries_, in ModifyEntries()
56 … const Tellico::Data::EntryList& newEntries_, const QStringList& modifiedFields_) in ModifyEntries()
88 Data::EntryList notLoaned; in redo()
/dports/misc/tellico/tellico-3.4.2/src/
H A Dcontroller.h57 const Data::EntryList& selectedEntries() const { return m_selectedEntries; } in selectedEntries()
58 Data::EntryList visibleEntries();
101 void addedEntries(Data::EntryList entries);
102 void modifiedEntries(Data::EntryList entries);
103 void removedEntries(Data::EntryList entries);
141 void slotUpdateSelection(const Tellico::Data::EntryList& entries);
149 void slotCheckIn(const Data::EntryList& entries);
173 Data::EntryList m_selectedEntries;
H A Dcollection.h118 const EntryList& entries() const { return m_entries; } in entries()
175 void addEntries(const EntryList& entries);
176 void addEntries(EntryPtr entry) { addEntries(EntryList() << entry); } in addEntries()
182 void updateDicts(const EntryList& entries, const QStringList& fields);
189 bool removeEntries(const EntryList& entries);
351 void removeEntriesFromDicts(const EntryList& entries, const QStringList& fields);
352 void populateDict(EntryGroupDict* dict, const QString& fieldName, const EntryList& entries);
353 void populateCurrentDicts(const EntryList& entries, const QStringList& fields);
377 EntryList m_entries;
H A Dentryupdater.h41 EntryUpdater(Data::CollPtr coll, Data::EntryList entries, QObject* parent);
42 …EntryUpdater(const QString& fetcher, Data::CollPtr coll, Data::EntryList entries, QObject* parent);
64 Data::EntryList m_entriesToUpdate;
65 Data::EntryList m_fetchedEntries;
66 Data::EntryList m_matchedEntries;
H A Ddetailedlistview.h71 void setEntriesSelected(Data::EntryList entries);
79 Data::EntryList visibleEntries();
97 virtual void addEntries(Data::EntryList entries) Q_DECL_OVERRIDE;
103 virtual void modifyEntries(Data::EntryList entries) Q_DECL_OVERRIDE;
109 virtual void removeEntries(Data::EntryList entries) Q_DECL_OVERRIDE;
152 void setState(Tellico::Data::EntryList entries_, int state);
H A Dentrymerger.h53 EntryMerger(Data::EntryList entries, QObject* parent);
67 Data::EntryList m_entriesToCheck;
68 Data::EntryList m_entriesToRemove;
69 Data::EntryList m_entriesLeft;
H A Dtellico_kernel.h83 void addEntries(Data::EntryList entries, bool checkFields);
84 …void modifyEntries(Data::EntryList oldEntries, Data::EntryList newEntries, const QStringList& modi…
86 void removeEntries(Data::EntryList entries);
88 bool addLoans(Data::EntryList entries);
H A Dfilterview.h48 virtual void addEntries(Data::EntryList entries) Q_DECL_OVERRIDE;
49 virtual void modifyEntries(Data::EntryList entries) Q_DECL_OVERRIDE;
50 virtual void removeEntries(Data::EntryList entries) Q_DECL_OVERRIDE;
81 void invalidate(Data::EntryList entries);
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/cxx/
H A Didlscope.h101 class EntryList; // Linked list of entries variable
167 EntryList* findWithInheritance(const char* identifier) const;
168 EntryList* iFindWithInheritance(const char* identifier) const;
277 class EntryList {
279 EntryList(const Entry* e) : head_(e), next_(0) { last_ = this; } in EntryList() function
281 ~EntryList() { if (next_) delete next_; } in ~EntryList()
284 EntryList* tail() const { return next_; } in tail()
286 void append(EntryList* el) { in append()
290 void merge(EntryList* ml);
296 EntryList* next_;
[all …]
/dports/sysutils/cdrdao/cdrdao-1.2.4/gcdmaster/
H A DTrackManager.h82 struct EntryList { struct
84 EntryList *next; argument
89 EntryList *entries_;
90 EntryList *lastEntry_;
91 EntryList *iterator_;
/dports/www/squid/squid-4.15/src/
H A Dcf_gen.cc113 typedef std::list<class Entry> EntryList; typedef
128 static int gen_default(const EntryList &, std::ostream &);
129 static void gen_parse(const EntryList &, std::ostream &);
130 static void gen_dump(const EntryList &, std::ostream&);
131 static void gen_free(const EntryList &, std::ostream&);
146 EntryList::const_iterator entry = entries.begin(); in checkDepend()
185 EntryList entries; in main()
475 gen_default(const EntryList &head, std::ostream &fout) in gen_default()
656 gen_parse(const EntryList &head, std::ostream &fout) in gen_parse()
676 gen_dump(const EntryList &head, std::ostream &fout) in gen_dump()
[all …]
/dports/graphics/photivo/photivo/Sources/filters/
H A DptCfgItem.cpp67 EntryList(AValues.EntryList) in ptCfgItem()
82 EntryList(std::move(AValues.EntryList)) in ptCfgItem()
163 this->EntryList.constBegin(), in validate()
164 this->EntryList.constEnd(), in validate()
167 if (hFoundEntry != this->EntryList.constEnd()) { in validate()
171 return this->EntryList[0].value; in validate()
/dports/japanese/kiten/kiten-21.12.3/app/
H A Dentrylistmodel.h23 explicit EntryListModel( const EntryList &list );
27 EntryList entryList() const;
33 void setEntryList( const EntryList &list );
36 EntryList _list;
/dports/misc/tellico/tellico-3.4.2/src/models/
H A Dentrymodel.h60 void setEntries(const Data::EntryList& entries);
61 void addEntries(const Data::EntryList& entries);
62 void modifyEntries(const Data::EntryList& entries);
63 void removeEntries(const Data::EntryList& entries);
81 Data::EntryList m_entries;
/dports/misc/tellico/tellico-3.4.2/src/tests/
H A Dabstractfetchertest.h44 Tellico::Data::EntryList doFetch(Tellico::Fetch::Fetcher::Ptr fetcher,
62 Tellico::Data::EntryList m_results;
66 hasNetwork() ? doFetch(fetcher, request) : Tellico::Data::EntryList(); \
70 hasNetwork() ? doFetch(fetcher, request, limit) : Tellico::Data::EntryList(); \
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmComputeLinkDepends.cxx259 LinkEntry const& e = this->EntryList[i]; in Compute()
288 item, static_cast<int>(this->EntryList.size())); in AllocateLinkEntry()
290 this->EntryList.emplace_back(); in AllocateLinkEntry()
310 LinkEntry& entry = this->EntryList[index]; in AddLinkEntry()
351 LinkEntry& entry = this->EntryList[index]; in AddLinkObject()
433 LinkEntry& entry = this->EntryList[lei->second]; in HandleSharedDependency()
445 LinkEntry& entry = this->EntryList[index]; in HandleSharedDependency()
572 if (!this->EntryList[dependee_index].Target && in AddLinkEntries()
573 !this->EntryList[dependee_index].IsFlag && in AddLinkEntries()
606 this->EntryList[depender_index].Target) { in ResolveLinkItem()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmComputeLinkDepends.cxx259 LinkEntry const& e = this->EntryList[i]; in Compute()
288 item, static_cast<int>(this->EntryList.size())); in AllocateLinkEntry()
290 this->EntryList.emplace_back(); in AllocateLinkEntry()
310 LinkEntry& entry = this->EntryList[index]; in AddLinkEntry()
351 LinkEntry& entry = this->EntryList[index]; in AddLinkObject()
433 LinkEntry& entry = this->EntryList[lei->second]; in HandleSharedDependency()
445 LinkEntry& entry = this->EntryList[index]; in HandleSharedDependency()
572 if (!this->EntryList[dependee_index].Target && in AddLinkEntries()
573 !this->EntryList[dependee_index].IsFlag && in AddLinkEntries()
606 this->EntryList[depender_index].Target) { in ResolveLinkItem()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmComputeLinkDepends.cxx259 LinkEntry const& e = this->EntryList[i]; in Compute()
288 item, static_cast<int>(this->EntryList.size())); in AllocateLinkEntry()
290 this->EntryList.emplace_back(); in AllocateLinkEntry()
310 LinkEntry& entry = this->EntryList[index]; in AddLinkEntry()
351 LinkEntry& entry = this->EntryList[index]; in AddLinkObject()
433 LinkEntry& entry = this->EntryList[lei->second]; in HandleSharedDependency()
445 LinkEntry& entry = this->EntryList[index]; in HandleSharedDependency()
572 if (!this->EntryList[dependee_index].Target && in AddLinkEntries()
573 !this->EntryList[dependee_index].IsFlag && in AddLinkEntries()
606 this->EntryList[depender_index].Target) { in ResolveLinkItem()
[all …]

12345678910>>...21