Home
last modified time | relevance | path

Searched refs:sourceIds (Results 1 – 25 of 50) sorted by relevance

12

/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Utils/Library/
H A DMergeData.cpp46 m = Pimpl::make<Private>(other.sourceIds(), other.targetId(), other.libraryId()); in MergeData()
59 return ((targetId() >= 0) && (sourceIds().count() >= 2) && !(sourceIds().contains(-1))); in isValid()
62 Util::Set<Id> MergeData::sourceIds() const in sourceIds() function in MergeData
H A DMergeData.h50 MergeData(const Util::Set<Id>& sourceIds, Id targetId, LibraryId libraryId);
65 Util::Set<Id> sourceIds() const;
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate/src/
H A DRow.php25 protected $sourceIds = []; variable in Drupal\\migrate\\Row
103 $this->sourceIds = $source_ids;
120 return array_merge($this->sourceIds, array_intersect_key($this->source, $this->sourceIds));
206 return (new static($this->getSource(), $this->sourceIds, $this->isStub()))->freezeSource();
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate/src/
H A DRow.php25 protected $sourceIds = []; variable in Drupal\\migrate\\Row
103 $this->sourceIds = $source_ids;
120 return array_merge($this->sourceIds, array_intersect_key($this->source, $this->sourceIds));
208 return (new static($this->getSource(), $this->sourceIds, $this->isStub()))->freezeSource();
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/
H A DRemoveUnusedDefinitionsPass.php49 $sourceIds = [];
55 $sourceIds[] = $node->getId();
61 … $isReferenced = (\count(array_unique($sourceIds)) - \count($referencingAliases)) > 0;
/dports/www/phpbb3/phpBB3/vendor/symfony/dependency-injection/Compiler/
H A DRemoveUnusedDefinitionsPass.php49 $sourceIds = [];
55 $sourceIds[] = $node->getId();
61 … $isReferenced = (\count(array_unique($sourceIds)) - \count($referencingAliases)) > 0;
/dports/www/bolt/bolt-2.2.24/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/
H A DRemoveUnusedDefinitionsPass.php53 $sourceIds = array();
56 $sourceIds[] = $node->getId();
62 $isReferenced = (count(array_unique($sourceIds)) - count($referencingAliases)) > 0;
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/dependency-injection/Compiler/
H A DRemoveUnusedDefinitionsPass.php49 $sourceIds = [];
55 $sourceIds[] = $node->getId();
61 … $isReferenced = (\count(array_unique($sourceIds)) - \count($referencingAliases)) > 0;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/symfony/dependency-injection/Compiler/
H A DRemoveUnusedDefinitionsPass.php49 $sourceIds = [];
55 $sourceIds[] = $node->getId();
61 … $isReferenced = (\count(array_unique($sourceIds)) - \count($referencingAliases)) > 0;
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/
H A DRemoveUnusedDefinitionsPass.php49 $sourceIds = [];
55 $sourceIds[] = $node->getId();
61 … $isReferenced = (\count(array_unique($sourceIds)) - \count($referencingAliases)) > 0;
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Library/Utils/
H A DMergeMenu.cpp97 Util::Set<Id> sourceIds;
100 sourceIds << key;
103 return Library::MergeData(sourceIds, m->targetId, -1);
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/ews/
H A Dewssubscribedfoldersjob.cpp56 auto sourceIds = req->property("ids").value<EwsId::List>(); in verifySubFoldersRequestFinished() local
59 Q_ASSERT(req->responses().size() == sourceIds.size()); in verifySubFoldersRequestFinished()
61 auto it = sourceIds.cbegin(); in verifySubFoldersRequestFinished()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Directories/
H A DFileOperationWorkerThread.cpp189 Util::Set<LibraryId> sourceIds; member
200 this->sourceIds << info.id();
209 this->sourceIds.remove(-1);
224 QList<LibraryId> FileOperationThread::sourceIds() const in sourceIds() function in FileOperationThread
226 return m->sourceIds.toList(); in sourceIds()
H A DFileOperations.cpp96 refreshLibraries(m->libraryInfoAccessor, thread->sourceIds());
140 refreshLibraries(m->libraryInfoAccessor, thread->sourceIds());
H A DFileOperationWorkerThread.h22 QList<LibraryId> sourceIds() const;
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/
H A DSampleQueue.java63 private int[] sourceIds; field in SampleQueue
102 sourceIds = new int[capacity]; in SampleQueue()
225 return hasNextSample() ? sourceIds[relativeReadIndex] : upstreamSourceId; in peekSourceId()
676 sourceIds[relativeEndIndex] = upstreamSourceId; in commitSample()
697 System.arraycopy(sourceIds, relativeFirstIndex, newSourceIds, 0, beforeWrap); in commitSample()
705 System.arraycopy(sourceIds, 0, newSourceIds, beforeWrap, afterWrap); in commitSample()
712 sourceIds = newSourceIds; in commitSample()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/
H A DSampleQueue.java63 private int[] sourceIds; field in SampleQueue
102 sourceIds = new int[capacity]; in SampleQueue()
225 return hasNextSample() ? sourceIds[relativeReadIndex] : upstreamSourceId; in peekSourceId()
676 sourceIds[relativeEndIndex] = upstreamSourceId; in commitSample()
697 System.arraycopy(sourceIds, relativeFirstIndex, newSourceIds, 0, beforeWrap); in commitSample()
705 System.arraycopy(sourceIds, 0, newSourceIds, beforeWrap, afterWrap); in commitSample()
712 sourceIds = newSourceIds; in commitSample()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/
H A DSampleQueue.java63 private int[] sourceIds; field in SampleQueue
102 sourceIds = new int[capacity]; in SampleQueue()
225 return hasNextSample() ? sourceIds[relativeReadIndex] : upstreamSourceId; in peekSourceId()
676 sourceIds[relativeEndIndex] = upstreamSourceId; in commitSample()
697 System.arraycopy(sourceIds, relativeFirstIndex, newSourceIds, 0, beforeWrap); in commitSample()
705 System.arraycopy(sourceIds, 0, newSourceIds, beforeWrap, afterWrap); in commitSample()
712 sourceIds = newSourceIds; in commitSample()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/extractor/
H A DDefaultTrackOutput.java604 private int[] sourceIds; field in DefaultTrackOutput.InfoQueue
626 sourceIds = new int[capacity]; in InfoQueue()
713 return queueSize == 0 ? upstreamSourceId : sourceIds[relativeReadIndex]; in peekSourceId()
910 sourceIds[relativeWriteIndex] = upstreamSourceId; in commitSample()
930 System.arraycopy(sourceIds, relativeReadIndex, newSourceIds, 0, beforeWrap); in commitSample()
938 System.arraycopy(sourceIds, 0, newSourceIds, beforeWrap, afterWrap); in commitSample()
945 sourceIds = newSourceIds; in commitSample()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/
H A DDefaultTrackOutput.java604 private int[] sourceIds; field in DefaultTrackOutput.InfoQueue
626 sourceIds = new int[capacity]; in InfoQueue()
713 return queueSize == 0 ? upstreamSourceId : sourceIds[relativeReadIndex]; in peekSourceId()
910 sourceIds[relativeWriteIndex] = upstreamSourceId; in commitSample()
930 System.arraycopy(sourceIds, relativeReadIndex, newSourceIds, 0, beforeWrap); in commitSample()
938 System.arraycopy(sourceIds, 0, newSourceIds, beforeWrap, afterWrap); in commitSample()
945 sourceIds = newSourceIds; in commitSample()
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate/tests/src/Unit/
H A DMigrateSqlIdMapTest.php32 protected $sourceIds = [ variable in Drupal\\Tests\\migrate\\Unit\\MigrateSqlIdMapTest
101 ->willReturn($this->sourceIds);
416 $this->sourceIds = [];
425 $this->sourceIds["source_id_property_$i"] = [];
459 $this->sourceIds = array_fill_keys($source_keys, []);
651 $this->sourceIds = [];
660 $this->sourceIds["source_id_property_$i"] = [];
1088 $this->sourceIds = $destination_ids;
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate/tests/src/Unit/
H A DMigrateSqlIdMapTest.php32 protected $sourceIds = [ variable in Drupal\\Tests\\migrate\\Unit\\MigrateSqlIdMapTest
101 ->willReturn($this->sourceIds);
405 $this->sourceIds = [];
414 $this->sourceIds["source_id_property_$i"] = [];
448 $this->sourceIds = array_fill_keys($source_keys, []);
615 $this->sourceIds = [];
624 $this->sourceIds["source_id_property_$i"] = [];
1052 $this->sourceIds = $destination_ids;
/dports/devel/love/love-11.3/src/modules/audio/openal/
H A DSource.cpp1049 std::vector<ALuint> sourceIds; in stop() local
1050 sourceIds.reserve(sources.size()); in stop()
1055 sourceIds.push_back(source->source); in stop()
1058 alSourceStopv((ALsizei) sourceIds.size(), &sourceIds[0]); in stop()
1076 std::vector<ALuint> sourceIds; in pause() local
1077 sourceIds.reserve(sources.size()); in pause()
1082 sourceIds.push_back(source->source); in pause()
1085 alSourcePausev((ALsizei) sourceIds.size(), &sourceIds[0]); in pause()
/dports/graphics/krita/krita-4.4.8/plugins/paintops/libpaintop/
H A Dkis_color_source_option.h54 static QList<KoID> sourceIds();
H A Dkis_color_source_option_widget.cpp50 Q_FOREACH (const KoID & id, KisColorSourceOption::sourceIds()) { in KisColorSourceOptionWidget()

12