Home
last modified time | relevance | path

Searched +defs:library +defs:id (Results 1 – 25 of 764) sorted by relevance

12345678910>>...31

/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcore/library/
H A DLibraryFactory.cpp68 ILibraryPtr LibraryFactory::AddLibrary(int id, ILibrary::Type type, const std::string& name) { in AddLibrary()
69 ILibraryPtr library = (type == ILibrary::Type::Local) in AddLibrary() local
84 for (ILibraryPtr library : instance->libraries) { in Shutdown() local
104 int id = prefs->GetInt(name); in CreateLibrary() local
119 auto library = this->GetLibrary(existingId); in CreateLibrary() local
150 LibraryMap::iterator library = this->libraryMap.find(identifier); in GetLibrary() local
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Didentifier.c44 SgIdentifier *id = SG_IDENTIFIER(obj); in id_print() local
68 SgLibrary *library, int pendingP) in Sg_MakeRawIdentifier()
70 SgIdentifier *id = SG_NEW(SgIdentifier); in Sg_MakeRawIdentifier() local
79 SgObject Sg_MakeGlobalIdentifier(SgObject name, SgLibrary *library) in Sg_MakeGlobalIdentifier()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcore/library/query/
H A DCategoryTrackListQuery.cpp65 musik::core::ILibraryPtr library, in CategoryTrackListQuery()
73 musik::core::ILibraryPtr library, in CategoryTrackListQuery()
75 int64_t id, in CategoryTrackListQuery()
83 ILibraryPtr library, in CategoryTrackListQuery()
92 ILibraryPtr library, in CategoryTrackListQuery()
182 const int64_t id = trackQuery.ColumnInt64(0); in ProcessResult() local
247 musik::core::ILibraryPtr library, const std::string& data) in DeserializeQuery()
H A DTrackMetadataBatchQuery.cpp56 …adataBatchQuery::TrackMetadataBatchQuery(std::unordered_set<int64_t> trackIds, ILibraryPtr library) in TrackMetadataBatchQuery()
78 auto id = trackQuery.ColumnInt64(0); in OnRun() local
115 int64_t id = std::atoll(kv.key().c_str()); in DeserializeResult() local
124 musik::core::ILibraryPtr library, const std::string& data) in DeserializeQuery()
H A DDirectoryTrackListQuery.cpp54 ILibraryPtr library, in DirectoryTrackListQuery()
90 const int64_t id = select.ColumnInt64(0); in OnRun() local
144 ILibraryPtr library, const std::string& data) in DeserializeQuery()
H A DAppendPlaylistQuery.cpp73 musik::core::ILibraryPtr library, in AppendPlaylistQuery()
86 musik::core::ILibraryPtr library, in AppendPlaylistQuery()
135 const auto id = tracks->GetId(i); in OnRun() local
203 musik::core::ILibraryPtr library, const std::string& data) in DeserializeQuery()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/include/rocksdb/utilities/
H A Dobject_registry.h92 explicit ObjectLibrary(const std::string& id) { id_ = id; } in ObjectLibrary()
149 std::shared_ptr<ObjectLibrary> AddLibrary(const std::string& id) { in AddLibrary()
150 auto library = std::make_shared<ObjectLibrary>(id); in AddLibrary() local
155 void AddLibrary(const std::shared_ptr<ObjectLibrary>& library) { in AddLibrary()
160 void AddLibrary(const std::string& id, const RegistrarFunc& registrar, in AddLibrary()
162 auto library = AddLibrary(id); in AddLibrary() local
269 Status SetManagedObject(const std::string& id, in SetManagedObject()
278 std::shared_ptr<T> GetManagedObject(const std::string& id) const { in GetManagedObject()
290 Status ListManagedObjects(const std::string& id, in ListManagedObjects()
367 explicit ObjectRegistry(const std::shared_ptr<ObjectLibrary>& library) { in ObjectRegistry()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/include/rocksdb/utilities/
H A Dobject_registry.h92 explicit ObjectLibrary(const std::string& id) { id_ = id; } in ObjectLibrary()
149 std::shared_ptr<ObjectLibrary> AddLibrary(const std::string& id) { in AddLibrary()
150 auto library = std::make_shared<ObjectLibrary>(id); in AddLibrary() local
155 void AddLibrary(const std::shared_ptr<ObjectLibrary>& library) { in AddLibrary()
160 void AddLibrary(const std::string& id, const RegistrarFunc& registrar, in AddLibrary()
162 auto library = AddLibrary(id); in AddLibrary() local
269 Status SetManagedObject(const std::string& id, in SetManagedObject()
278 std::shared_ptr<T> GetManagedObject(const std::string& id) const { in GetManagedObject()
290 Status ListManagedObjects(const std::string& id, in ListManagedObjects()
367 explicit ObjectRegistry(const std::shared_ptr<ObjectLibrary>& library) { in ObjectRegistry()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/include/rocksdb/utilities/
H A Dobject_registry.h76 explicit ObjectLibrary(const std::string& id) { id_ = id; } in ObjectLibrary()
131 std::shared_ptr<ObjectLibrary> AddLibrary(const std::string& id) { in AddLibrary()
132 auto library = std::make_shared<ObjectLibrary>(id); in AddLibrary() local
137 void AddLibrary(const std::shared_ptr<ObjectLibrary>& library) { in AddLibrary()
141 void AddLibrary(const std::string& id, const RegistrarFunc& registrar, in AddLibrary()
143 auto library = AddLibrary(id); in AddLibrary() local
240 explicit ObjectRegistry(const std::shared_ptr<ObjectLibrary>& library) { in ObjectRegistry()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/include/rocksdb/utilities/
H A Dobject_registry.h76 explicit ObjectLibrary(const std::string& id) { id_ = id; } in ObjectLibrary()
131 std::shared_ptr<ObjectLibrary> AddLibrary(const std::string& id) { in AddLibrary()
132 auto library = std::make_shared<ObjectLibrary>(id); in AddLibrary() local
137 void AddLibrary(const std::shared_ptr<ObjectLibrary>& library) { in AddLibrary()
141 void AddLibrary(const std::string& id, const RegistrarFunc& registrar, in AddLibrary()
143 auto library = AddLibrary(id); in AddLibrary() local
240 explicit ObjectRegistry(const std::shared_ptr<ObjectLibrary>& library) { in ObjectRegistry()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/include/rocksdb/utilities/
H A Dobject_registry.h76 explicit ObjectLibrary(const std::string& id) { id_ = id; } in ObjectLibrary()
131 std::shared_ptr<ObjectLibrary> AddLibrary(const std::string& id) { in AddLibrary()
132 auto library = std::make_shared<ObjectLibrary>(id); in AddLibrary() local
137 void AddLibrary(const std::shared_ptr<ObjectLibrary>& library) { in AddLibrary()
141 void AddLibrary(const std::string& id, const RegistrarFunc& registrar, in AddLibrary()
143 auto library = AddLibrary(id); in AddLibrary() local
240 explicit ObjectRegistry(const std::shared_ptr<ObjectLibrary>& library) { in ObjectRegistry()
/dports/graphics/rawstudio/rawstudio-2.0/librawstudio/
H A Drs-library.c103 RSLibrary *library = RS_LIBRARY(object); in rs_library_dispose() local
134 rs_library_has_database_connection(RSLibrary *library) in rs_library_has_database_connection()
143 rs_library_get_init_error_msg(RSLibrary *library) in rs_library_get_init_error_msg()
167 gint rc, version = 0, id; in library_check_version() local
245 rs_library_init(RSLibrary *library) in rs_library_init()
454 RSLibrary *library = rs_library_get_singleton(); in got_checksum() local
468 gint id; in library_add_photo() local
491 gint id; in library_add_tag() local
526 library_delete_tag(RSLibrary *library, gint tag_id) in library_delete_tag()
706 rs_library_search(RSLibrary *library, GList *tags) in rs_library_search()
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/testdata/
H A Dplugindependencies_data.json1id": "MultiDistanceBuffer", "changelog": "", "tracker": "https://github.com/havatv/qgismultidistan… string
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/internet/seafile/
H A Dseafiletree.cpp45 void SeafileTree::AddLibrary(const QString& name, const QString& id) { in AddLibrary()
49 void SeafileTree::DeleteLibrary(const QString& id) { in DeleteLibrary()
58 bool SeafileTree::AddEntry(const QString& library, const QString& path, in AddEntry()
79 const Entry& library, const QString& path) { in CheckEntries()
131 SeafileTree::TreeItem* SeafileTree::FindLibrary(const QString& library) { in FindLibrary()
139 SeafileTree::TreeItem* SeafileTree::FindFromAbsolutePath(const QString& library, in FindFromAbsolutePath()
160 bool SeafileTree::DeleteEntry(const QString& library, const QString& path, in DeleteEntry()
225 QString SeafileTree::Entry::id() const { return id_; } in id() function in SeafileTree::Entry
233 void SeafileTree::Entry::set_id(const QString& id) { id_ = id; } in set_id()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/testdata/
H A Dplugindependencies_data.json1id": "MultiDistanceBuffer", "changelog": "", "tracker": "https://github.com/havatv/qgismultidistan… string
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dlibrary.c49 static void library_free_data(ID *id) in library_free_data()
51 Library *library = (Library *)id; in library_free_data() local
57 static void library_foreach_id(ID *id, LibraryForeachIDData *data) in library_foreach_id()
/dports/databases/mongodb36/mongodb-src-r3.6.23/site_scons/site_tools/dagger/
H A Dgraph.py87 def get_node(self, id): argument
179 def id(self): member in NodeInterface
214 def id(self): member in NodeLib
335 def id(self): member in NodeSymbol
386 def add_library(self, library): argument
398 def add_dependent_lib(self, library): argument
459 def id(self): member in NodeFile
500 def library(self): member in NodeFile
504 def library(self, library): member in NodeFile
516 def add_dependent_lib(self, library): argument
[all …]
/dports/audio/ncspot/ncspot-0.9.3/src/ui/
H A Dplaylists.rs18 library: Arc<Library>, field
34 let library = self.library.clone(); in delete_dialog() localVariable
35 let id = playlist.id.clone(); in delete_dialog() localVariable
H A Dartist.rs37 let id = artist.id.clone(); in new() localVariable
38 let library = library.clone(); in new() localVariable
52 let id = artist.id.clone(); in new() localVariable
53 let library = library.clone(); in new() localVariable
/dports/www/moodle310/moodle/h5p/classes/
H A Deditor.php59 private $id = null; variable in core_h5p\\editor
79 private $library = null; variable in core_h5p\\editor
101 public function set_content(int $id): void {
149 … public function set_library(string $library, int $contextid, string $component, string $filearea,
/dports/www/moodle311/moodle/h5p/classes/
H A Deditor.php59 private $id = null; variable in core_h5p\\editor
79 private $library = null; variable in core_h5p\\editor
101 public function set_content(int $id): void {
149 … public function set_library(string $library, int $contextid, string $component, string $filearea,
/dports/www/moodle39/moodle/h5p/classes/
H A Deditor.php59 private $id = null; variable in core_h5p\\editor
79 private $library = null; variable in core_h5p\\editor
101 public function set_content(int $id): void {
149 … public function set_library(string $library, int $contextid, string $component, string $filearea,
/dports/devel/boost-docs/boost_1_72_0/libs/container_hash/examples/
H A Dbooks.hpp12 namespace library namespace
16 int id; member
/dports/devel/boost-python-libs/boost_1_72_0/libs/container_hash/examples/
H A Dbooks.hpp12 namespace library namespace
16 int id; member
/dports/databases/xtrabackup/boost_1_59_0/libs/functional/hash/examples/
H A Dbooks.hpp12 namespace library namespace
16 int id; member

12345678910>>...31