Home
last modified time | relevance | path

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

/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/nfc/
H A Dqndeffilter.cpp90 QList<QNdefFilter::Record> filterRecords; member in QNdefFilterPrivate
138 d->filterRecords.clear(); in clear()
176 d->filterRecords.append(record); in appendRecord()
184 d->filterRecords.append(record); in appendRecord()
192 return d->filterRecords.at(i); in recordAt()
200 return d->filterRecords.count(); in recordCount()
H A Dqnearfieldmanagervirtualbase.cpp167 QList<VerifyRecord> filterRecords; in ndefReceived() local
173 filterRecords.append(vr); in ndefReceived()
177 for (int j = 0; matched && (j < filterRecords.count()); ++j) { in ndefReceived()
178 VerifyRecord &vr = filterRecords[j]; in ndefReceived()
198 for (int j = 0; matched && (j < filterRecords.count()); ++j) { in ndefReceived()
199 const VerifyRecord &vr = filterRecords.at(j); in ndefReceived()
H A Dqnearfieldmanager_android.cpp147 QList<VerifyRecord> filterRecords; in handlerNdefMessageRead() local
153 filterRecords.append(vr); in handlerNdefMessageRead()
157 for (int j = 0; matched && (j < filterRecords.count()); ++j) { in handlerNdefMessageRead()
158 VerifyRecord &vr = filterRecords[j]; in handlerNdefMessageRead()
178 for (int j = 0; matched && (j < filterRecords.count()); ++j) { in handlerNdefMessageRead()
179 const VerifyRecord &vr = filterRecords.at(j); in handlerNdefMessageRead()
/dports/net-im/chatterino2/chatterino2-2.3.4/src/controllers/filters/
H A DFilterSet.hpp14 getCSettings().filterRecords.delayedItemsChanged.connect([this] { in FilterSet()
21 auto filters = getCSettings().filterRecords.readOnly(); in FilterSet()
29 getCSettings().filterRecords.delayedItemsChanged.connect([this] { in FilterSet()
66 auto filters = getCSettings().filterRecords.readOnly(); in reloadFilters()
/dports/net-im/chatterino2/chatterino2-2.3.4/src/widgets/settingspages/
H A DFiltersPage.cpp31 ->initialized(&getSettings()->filterRecords)) in FiltersPage()
51 getSettings()->filterRecords.append( in FiltersPage()
58 getSettings()->filterRecords.append(std::make_shared<FilterRecord>( in FiltersPage()
/dports/www/osticket/upload/include/mpdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php241 …* @param array $filterRecords Associative array with 2 members: 'filter' with value of type {@see …
247 private function getFirstMatchedTypeFilter(array $filterRecords, $var) argument
250 $filterRecords,
/dports/www/phpmyfaq/phpmyfaq/src/libs/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php258 …* @param array $filterRecords Associative array with 2 members: 'filter' with value of type {@see …
264 private function getFirstMatchedTypeFilter(array $filterRecords, $var) argument
267 $filterRecords,
/dports/net-im/chatterino2/chatterino2-2.3.4/src/singletons/
H A DSettings.cpp25 , filterRecords(*new SignalVector<FilterRecordPtr>()) in ConcurrentSettings()
35 persist(this->filterRecords, "/filtering/filters"); in ConcurrentSettings()
H A DSettings.hpp41 SignalVector<FilterRecordPtr> &filterRecords; member in chatterino::ConcurrentSettings
/dports/finance/expense/Expense/
H A DExpDocument.my71 [ledger filterRecords: filter];
84 //[ledger filterRecords: filter];
118 [ledger filterRecords: filter];
H A DExpDocument.m72 [ledger filterRecords: filter];
85 [ledger filterRecords: filter];
119 [ledger filterRecords: filter];
H A DLedgerModel.h41 - (void) filterRecords: (NSDictionary *)theFilter;
H A DLedgerModel.m89 - (void) filterRecords: (NSDictionary *)theFilter
/dports/net-im/chatterino2/chatterino2-2.3.4/src/widgets/dialogs/
H A DSelectChannelFiltersDialog.cpp42 auto availableFilters = getCSettings().filterRecords.readOnly(); in SelectChannelFiltersDialog()
/dports/www/sogo2/SOGo-2.4.1/SOPE/GDLContentStore/
H A DGCSFolderManager.m494 - (NSDictionary *) filterRecords: (NSArray *) _records
690 if ((record = [self filterRecords:records forPath:_path]) == nil) {
/dports/www/sogo/SOGo-5.4.0/SOPE/GDLContentStore/
H A DGCSFolderManager.m652 - (NSDictionary *) filterRecords: (NSArray *) _records
848 if ((record = [self filterRecords:records forPath:_path]) == nil) {
/dports/www/sogo-activesync/SOGo-5.4.0/SOPE/GDLContentStore/
H A DGCSFolderManager.m652 - (NSDictionary *) filterRecords: (NSArray *) _records
848 if ((record = [self filterRecords:records forPath:_path]) == nil) {
/dports/devel/phpunit8/
H A Dphpunit9481 …* @param array $filterRecords Associative array with 2 members: 'filter' with value of type {@see …
9487 private function getFirstMatchedTypeFilter(array $filterRecords, $var)
9489 $matched = $this->first($filterRecords, function (array $record) use($var) {
/dports/devel/phpunit9/
H A Dphpunit28144 …* @param array $filterRecords Associative array with 2 members: 'filter' with value of type {@see …
28150 private function getFirstMatchedTypeFilter(array $filterRecords, $var)
28152 $matched = $this->first($filterRecords, function (array $record) use($var) {