Home
last modified time | relevance | path

Searched refs:parentID (Results 1 – 25 of 1176) sorted by relevance

12345678910>>...48

/dports/net/minidlna/minidlna-4f6a473/
H A Dscanner.c65 char parentID[80]; member
110 *parentID = 0; in insert_container()
193 sprintf(last_cam.parentID, IMAGE_CAMERA_ID"$%llX", (long long)parentID); in insert_containers()
206 sprintf(last_camdate.parentID, "%.63s$%llX", last_cam.parentID, (long long)parentID); in insert_containers()
260 sprintf(last_album.parentID, MUSIC_ALBUM_ID"$%llX", (long long)parentID); in insert_containers()
280 sprintf(last_artistAlbumAll.parentID, "%.63s$%llX", last_artist.parentID, (long long)parentID); in insert_containers()
296 sprintf(last_artistAlbum.parentID, "%.63s$%llX", last_artist.parentID, (long long)parentID); in insert_containers()
317 sprintf(last_genre.parentID, MUSIC_GENRE_ID"$%llX", (long long)parentID); in insert_containers()
321 sprintf(last_genreArtistAll.parentID, "%.63s$%llX", last_genre.parentID, (long long)parentID); in insert_containers()
336 sprintf(last_genreArtist.parentID, "%.63s$%llX", last_genre.parentID, (long long)parentID); in insert_containers()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIStaticItem.cpp20 CGUIStaticItem::CGUIStaticItem(const TiXmlElement *item, int parentID) : CFileItem() in CGUIStaticItem() argument
27 CGUIControlFactory::GetInfoLabel(item, "label", label, parentID); in CGUIStaticItem()
28 CGUIControlFactory::GetInfoLabel(item, "label2", label2, parentID); in CGUIStaticItem()
29 CGUIControlFactory::GetInfoLabel(item, "thumb", thumb, parentID); in CGUIStaticItem()
30 CGUIControlFactory::GetInfoLabel(item, "icon", icon, parentID); in CGUIStaticItem()
34 SetVisibleCondition(condition, parentID); in CGUIStaticItem()
36 SetLabel(label.GetLabel(parentID)); in CGUIStaticItem()
37 SetLabel2(label2.GetLabel(parentID)); in CGUIStaticItem()
38 SetArt("thumb", thumb.GetLabel(parentID, true)); in CGUIStaticItem()
39 SetArt("icon", icon.GetLabel(parentID, true)); in CGUIStaticItem()
[all …]
H A DGUIControlFactory.cpp330 GetInfoLabel(pRootNode, strTag, info, parentID); in GetInfoTexture()
583 infoLabel.SetLabel(label, fallback, parentID); in GetInfoLabelFromElement()
1163 parentID, id, posX, posY, width, height, in Create()
1176 parentID, id, posX, posY, width, height, in Create()
1186 parentID, id, posX, posY, width, height, in Create()
1202 parentID, id, posX, posY, width, height, in Create()
1221 parentID, id, posX, posY, width, height, in Create()
1239 parentID, id, posX, posY, width, height, in Create()
1268 parentID, id, posX, posY, width, height, in Create()
1288 parentID, id, posX, posY, width, height, in Create()
[all …]
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/collision/broadphase/
H A DDynamicAABBTree.cpp297 mNodes[nodeID].parentID = newParentNode; in insertLeafNode()
308 currentNodeID = mNodes[nodeID].parentID; in insertLeafNode()
348 int parentNodeID = mNodes[nodeID].parentID; in removeLeafNode()
445 nodeC->parentID = nodeA->parentID; in balanceSubTreeAtNode()
446 nodeA->parentID = nodeCID; in balanceSubTreeAtNode()
470 nodeG->parentID = nodeID; in balanceSubTreeAtNode()
485 nodeF->parentID = nodeID; in balanceSubTreeAtNode()
515 nodeB->parentID = nodeA->parentID; in balanceSubTreeAtNode()
516 nodeA->parentID = nodeBID; in balanceSubTreeAtNode()
540 nodeG->parentID = nodeID; in balanceSubTreeAtNode()
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/k8s.io/component-base/logs/logreduction/
H A Dlogreduction.go57 func (l *LogReduction) ShouldMessageBePrinted(message string, parentID string) bool {
61 lastMsg, ok := l.lastError[parentID]
62 lastPrinted, ok1 := l.errorPrinted[parentID]
64 l.errorPrinted[parentID] = nowfunc()
65 l.lastError[parentID] = message
73 func (l *LogReduction) ClearID(parentID string) {
76 delete(l.lastError, parentID)
77 delete(l.errorPrinted, parentID)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/k8s.io/component-base/logs/logreduction/
H A Dlogreduction.go57 func (l *LogReduction) ShouldMessageBePrinted(message string, parentID string) bool {
61 lastMsg, ok := l.lastError[parentID]
62 lastPrinted, ok1 := l.errorPrinted[parentID]
64 l.errorPrinted[parentID] = nowfunc()
65 l.lastError[parentID] = message
73 func (l *LogReduction) ClearID(parentID string) {
76 delete(l.lastError, parentID)
77 delete(l.errorPrinted, parentID)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/k8s.io/component-base/logs/logreduction/
H A Dlogreduction.go57 func (l *LogReduction) ShouldMessageBePrinted(message string, parentID string) bool {
61 lastMsg, ok := l.lastError[parentID]
62 lastPrinted, ok1 := l.errorPrinted[parentID]
64 l.errorPrinted[parentID] = nowfunc()
65 l.lastError[parentID] = message
73 func (l *LogReduction) ClearID(parentID string) {
76 delete(l.lastError, parentID)
77 delete(l.errorPrinted, parentID)
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/component-base/logs/logreduction/
H A Dlogreduction.go57 func (l *LogReduction) ShouldMessageBePrinted(message string, parentID string) bool {
61 lastMsg, ok := l.lastError[parentID]
62 lastPrinted, ok1 := l.errorPrinted[parentID]
64 l.errorPrinted[parentID] = nowfunc()
65 l.lastError[parentID] = message
73 func (l *LogReduction) ClearID(parentID string) {
76 delete(l.lastError, parentID)
77 delete(l.errorPrinted, parentID)
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/component-base/logs/logreduction/
H A Dlogreduction.go57 func (l *LogReduction) ShouldMessageBePrinted(message string, parentID string) bool {
61 lastMsg, ok := l.lastError[parentID]
62 lastPrinted, ok1 := l.errorPrinted[parentID]
64 l.errorPrinted[parentID] = nowfunc()
65 l.lastError[parentID] = message
73 func (l *LogReduction) ClearID(parentID string) {
76 delete(l.lastError, parentID)
77 delete(l.errorPrinted, parentID)
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Btree/
H A DFieldIndexKeyHandler.cs31 int parentID = ReadParentID(context, a_reader); in ReadIndexEntry()
33 if (parentID < 0) in ReadIndexEntry()
36 parentID = -parentID; in ReadIndexEntry()
38 return new FieldIndexKeyImpl(parentID, objPart); in ReadIndexEntry()
50 int parentID = composite.ParentID(); in WriteIndexEntry()
54 parentID = -parentID; in WriteIndexEntry()
56 _parentIdHandler.Write(parentID, writer); in WriteIndexEntry()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/uber/jaeger-client-go/
H A Dzipkin_test.go38 assert.Equal(t, sp1.context.parentID, SpanID(carrier.parentID))
49 assert.Equal(t, sp1.context.parentID, sp3.context.parentID)
56 parentID uint64 member
62 func (s TestZipkinSpan) ParentID() uint64 { return s.parentID }
67 func (s *TestZipkinSpan) SetParentID(parentID uint64) { s.parentID = parentID }
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/uber/jaeger-client-go/
H A Dzipkin_test.go38 assert.Equal(t, sp1.context.parentID, SpanID(carrier.parentID))
49 assert.Equal(t, sp1.context.parentID, sp3.context.parentID)
56 parentID uint64 member
62 func (s TestZipkinSpan) ParentID() uint64 { return s.parentID }
67 func (s *TestZipkinSpan) SetParentID(parentID uint64) { s.parentID = parentID }
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/uber/jaeger-client-go/
H A Dzipkin_test.go38 assert.Equal(t, sp1.context.parentID, SpanID(carrier.parentID))
49 assert.Equal(t, sp1.context.parentID, sp3.context.parentID)
56 parentID uint64 member
62 func (s TestZipkinSpan) ParentID() uint64 { return s.parentID }
67 func (s *TestZipkinSpan) SetParentID(parentID uint64) { s.parentID = parentID }
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/uber/jaeger-client-go/
H A Dzipkin_test.go38 assert.Equal(t, sp1.context.parentID, SpanID(carrier.parentID))
49 assert.Equal(t, sp1.context.parentID, sp3.context.parentID)
56 parentID uint64 member
62 func (s TestZipkinSpan) ParentID() uint64 { return s.parentID }
67 func (s *TestZipkinSpan) SetParentID(parentID uint64) { s.parentID = parentID }
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/uber/jaeger-client-go/
H A Dzipkin_test.go38 assert.Equal(t, sp1.context.parentID, SpanID(carrier.parentID))
49 assert.Equal(t, sp1.context.parentID, sp3.context.parentID)
56 parentID uint64 member
62 func (s TestZipkinSpan) ParentID() uint64 { return s.parentID }
67 func (s *TestZipkinSpan) SetParentID(parentID uint64) { s.parentID = parentID }
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/uber/jaeger-client-go/
H A Dzipkin_test.go38 assert.Equal(t, sp1.context.parentID, SpanID(carrier.parentID))
49 assert.Equal(t, sp1.context.parentID, sp3.context.parentID)
56 parentID uint64 member
62 func (s TestZipkinSpan) ParentID() uint64 { return s.parentID }
67 func (s *TestZipkinSpan) SetParentID(parentID uint64) { s.parentID = parentID }
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/uber/jaeger-client-go/
H A Dzipkin_test.go38 assert.Equal(t, sp1.context.parentID, SpanID(carrier.parentID))
49 assert.Equal(t, sp1.context.parentID, sp3.context.parentID)
56 parentID uint64
62 func (s TestZipkinSpan) ParentID() uint64 { return s.parentID }
67 func (s *TestZipkinSpan) SetParentID(parentID uint64) { s.parentID = parentID }
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/uber/jaeger-client-go/
H A Dzipkin_test.go38 assert.Equal(t, sp1.context.parentID, SpanID(carrier.parentID))
49 assert.Equal(t, sp1.context.parentID, sp3.context.parentID)
56 parentID uint64 member
62 func (s TestZipkinSpan) ParentID() uint64 { return s.parentID }
67 func (s *TestZipkinSpan) SetParentID(parentID uint64) { s.parentID = parentID }
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/uber/jaeger-client-go/
H A Dzipkin_test.go38 assert.Equal(t, sp1.context.parentID, SpanID(carrier.parentID))
49 assert.Equal(t, sp1.context.parentID, sp3.context.parentID)
56 parentID uint64 member
62 func (s TestZipkinSpan) ParentID() uint64 { return s.parentID }
67 func (s *TestZipkinSpan) SetParentID(parentID uint64) { s.parentID = parentID }
/dports/net/gerbera/gerbera-1.9.2/src/web/
H A Dadd_object.cc48 void Web::AddObject::addContainer(int parentID) in addContainer() argument
50 content->addContainer(parentID, param("title"), param("class")); in addContainer()
53 std::shared_ptr<CdsObject> Web::AddObject::addItem(int parentID, const std::shared_ptr<CdsItem>& it… in addItem() argument
55 item->setParentID(parentID); in addItem()
77 std::shared_ptr<CdsObject> Web::AddObject::addUrl(int parentID, const std::shared_ptr<CdsItemExtern… in addUrl() argument
81 item->setParentID(parentID); in addUrl()
127 int parentID = intParam("parent_id", 0); in process() local
135 this->addContainer(parentID); in process()
141 obj = this->addItem(parentID, std::make_shared<CdsItem>()); in process()
146 obj = this->addUrl(parentID, std::make_shared<CdsItemExternalURL>(), true); in process()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/listproviders/
H A DIListProvider.cpp16 IListProvider *IListProvider::Create(const TiXmlNode *node, int parentID) in Create() argument
23 return new CMultiProvider(root, parentID); in Create()
25 return CreateSingle(root, parentID); in Create()
30 IListProvider *IListProvider::CreateSingle(const TiXmlNode *content, int parentID) in CreateSingle() argument
34 return new CStaticListProvider(content->ToElement(), parentID); in CreateSingle()
37 return new CDirectoryProvider(content->ToElement(), parentID); in CreateSingle()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/services/src/main/java/org/mozilla/gecko/sync/repositories/android/
H A DBookmarksInsertionManager.java85 Set<BookmarkRecord> destination = recordsWaitingForParent.get(record.parentID); in addRecordWithUnwrittenParent()
88 recordsWaitingForParent.put(record.parentID, destination); in addRecordWithUnwrittenParent()
103 …Logger.warn(LOG_TAG, "Folder with known parent with guid " + record.parentID + " failed to insert!… in recursivelyEnqueueRecordAndChildren()
106 …Logger.debug(LOG_TAG, "Folder with known parent with guid " + record.parentID + " inserted; adding… in recursivelyEnqueueRecordAndChildren()
109 …Logger.debug(LOG_TAG, "Non-folder has known parent with guid " + record.parentID + "; adding to in… in recursivelyEnqueueRecordAndChildren()
132 if (!insertedFolders.contains(record.parentID)) { in enqueueFolder()
133 …Logger.debug(LOG_TAG, "Folder has unknown parent with guid " + record.parentID + "; keeping until … in enqueueFolder()
152 if (!insertedFolders.contains(record.parentID)) { in enqueueNonFolder()
153 …Logger.debug(LOG_TAG, "Non-folder has unknown parent with guid " + record.parentID + "; keeping un… in enqueueNonFolder()
159 …Logger.debug(LOG_TAG, "Non-folder has known parent with guid " + record.parentID + "; adding to in… in enqueueNonFolder()
[all …]
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfs/types/hfsplus/
H A DHFSPlusCatalogKey.java43 private final HFSCatalogNodeID parentID; field in HFSPlusCatalogKey
48 parentID = new HFSCatalogNodeID(data, offset+2); in HFSPlusCatalogKey()
52 public HFSPlusCatalogKey(HFSCatalogNodeID parentID, HFSUniStr255 nodeName) { in HFSPlusCatalogKey() argument
53 this.parentID = parentID; in HFSPlusCatalogKey()
59 parentID = new HFSCatalogNodeID(parentIDInt); in HFSPlusCatalogKey()
66 public HFSCatalogNodeID getParentID() { return parentID; } in getParentID()
73 System.arraycopy(Util.toByteArrayBE(parentID.toInt()), 0, result, 2, 4); in getBytes()
121 db.add("parentID", parentID.getOpaqueStructElement(), "Parent ID"); in getStructElements()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/main/java/org/mozilla/gecko/sync/repositories/android/
H A DBookmarksInsertionManager.java86 Set<BookmarkRecord> destination = recordsWaitingForParent.get(record.parentID); in addRecordWithUnwrittenParent()
89 recordsWaitingForParent.put(record.parentID, destination); in addRecordWithUnwrittenParent()
104 …Logger.warn(LOG_TAG, "Folder with known parent with guid " + record.parentID + " failed to insert!… in recursivelyEnqueueRecordAndChildren()
107 …Logger.debug(LOG_TAG, "Folder with known parent with guid " + record.parentID + " inserted; adding… in recursivelyEnqueueRecordAndChildren()
110 …Logger.debug(LOG_TAG, "Non-folder has known parent with guid " + record.parentID + "; adding to in… in recursivelyEnqueueRecordAndChildren()
133 if (!insertedFolders.contains(record.parentID)) { in enqueueFolder()
134 …Logger.debug(LOG_TAG, "Folder has unknown parent with guid " + record.parentID + "; keeping until … in enqueueFolder()
153 if (!insertedFolders.contains(record.parentID)) { in enqueueNonFolder()
154 …Logger.debug(LOG_TAG, "Non-folder has unknown parent with guid " + record.parentID + "; keeping un… in enqueueNonFolder()
160 …Logger.debug(LOG_TAG, "Non-folder has known parent with guid " + record.parentID + "; adding to in… in enqueueNonFolder()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/androidTest/java/org/mozilla/gecko/background/sync/helpers/
H A DBookmarkHelpers.java31 rec.parentID = mobileFolderGuid; in createBookmarkInMobileFolder1()
39 rec.parentID = mobileFolderGuid; in createBookmarkInMobileFolder2()
57 record.parentID = topFolderGuid; in createBookmark1()
75 record.parentID = topFolderGuid; in createBookmark2()
93 record.parentID = middleFolderGuid; in createBookmark3()
129 record.parentID = topFolderGuid; in createMicrosummary()
143 record.parentID = topFolderGuid; in createQuery()
154 record.parentID = "mobile"; in createFolder1()
169 record.parentID = topFolderGuid; in createFolder2()
197 record.parentID = topFolderGuid; in createLivemark()
[all …]

12345678910>>...48