/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/nfc/ |
H A D | qndeffilter.cpp | 90 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 D | qnearfieldmanagervirtualbase.cpp | 167 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 D | qnearfieldmanager_android.cpp | 147 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 D | FilterSet.hpp | 14 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 D | FiltersPage.cpp | 31 ->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 D | DeepCopy.php | 241 …* @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 D | DeepCopy.php | 258 …* @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 D | Settings.cpp | 25 , filterRecords(*new SignalVector<FilterRecordPtr>()) in ConcurrentSettings() 35 persist(this->filterRecords, "/filtering/filters"); in ConcurrentSettings()
|
H A D | Settings.hpp | 41 SignalVector<FilterRecordPtr> &filterRecords; member in chatterino::ConcurrentSettings
|
/dports/finance/expense/Expense/ |
H A D | ExpDocument.my | 71 [ledger filterRecords: filter]; 84 //[ledger filterRecords: filter]; 118 [ledger filterRecords: filter];
|
H A D | ExpDocument.m | 72 [ledger filterRecords: filter]; 85 [ledger filterRecords: filter]; 119 [ledger filterRecords: filter];
|
H A D | LedgerModel.h | 41 - (void) filterRecords: (NSDictionary *)theFilter;
|
H A D | LedgerModel.m | 89 - (void) filterRecords: (NSDictionary *)theFilter
|
/dports/net-im/chatterino2/chatterino2-2.3.4/src/widgets/dialogs/ |
H A D | SelectChannelFiltersDialog.cpp | 42 auto availableFilters = getCSettings().filterRecords.readOnly(); in SelectChannelFiltersDialog()
|
/dports/www/sogo2/SOGo-2.4.1/SOPE/GDLContentStore/ |
H A D | GCSFolderManager.m | 494 - (NSDictionary *) filterRecords: (NSArray *) _records 690 if ((record = [self filterRecords:records forPath:_path]) == nil) {
|
/dports/www/sogo/SOGo-5.4.0/SOPE/GDLContentStore/ |
H A D | GCSFolderManager.m | 652 - (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 D | GCSFolderManager.m | 652 - (NSDictionary *) filterRecords: (NSArray *) _records 848 if ((record = [self filterRecords:records forPath:_path]) == nil) {
|
/dports/devel/phpunit8/ |
H A D | phpunit | 9481 …* @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 D | phpunit | 28144 …* @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) {
|