Home
last modified time | relevance | path

Searched defs:uuid (Results 151 – 175 of 13762) sorted by relevance

12345678910>>...551

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/simple/
H A DBlobStore.java53 public OutputStream getOutputStream(byte[] uuid) throws IOException { in getOutputStream()
89 public void deleteBlob(byte[] uuid) { in deleteBlob()
103 public URI fileFor(byte[] uuid) { in fileFor()
110 public URI folderFor(byte[] uuid) { in folderFor()
116 public InputStream getBlob(byte[] uuid) throws IOException { in getBlob()
124 protected byte hashUUIDbytes(byte[] uuid) { in hashUUIDbytes()
/dports/net/freeswitch/freeswitch-1.10.3.-release/fscomm/
H A Dfshost.cpp175 QString uuid = switch_event_get_header_nil(event.data(), "Unique-ID"); in generalEventHandler() local
346 void FSHost::eventChannelCreate(QSharedPointer<switch_event_t>event, QString uuid) in eventChannelCreate()
352 void FSHost::eventChannelAnswer(QSharedPointer<switch_event_t>event, QString uuid) in eventChannelAnswer()
362 void FSHost::eventChannelState(QSharedPointer<switch_event_t>event, QString uuid) in eventChannelState()
364 void FSHost::eventChannelExecute(QSharedPointer<switch_event_t>event, QString uuid) in eventChannelExecute()
413 void FSHost::eventChannelBridge(QSharedPointer<switch_event_t>event, QString uuid) in eventChannelBridge()
421 void FSHost::eventChannelHangup(QSharedPointer<switch_event_t>event, QString uuid) in eventChannelHangup()
443 void FSHost::eventCodec(QSharedPointer<switch_event_t>event, QString uuid) in eventCodec()
448 void FSHost::eventCallUpdate(QSharedPointer<switch_event_t>event, QString uuid) in eventCallUpdate()
450 void FSHost::eventRecvInfo(QSharedPointer<switch_event_t>event, QString uuid) in eventRecvInfo()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_uuid.c50 uuid_generate(struct uuid *uuid) in uuid_generate()
103 uuid_snprintf(char *buf, size_t sz, const struct uuid *uuid) in uuid_snprintf()
115 uuid_printf(const struct uuid *uuid) in uuid_printf()
142 uuid_enc_le(void *buf, const struct uuid *uuid) in uuid_enc_le()
157 uuid_dec_le(void const *buf, struct uuid *uuid) in uuid_dec_le()
172 uuid_enc_be(void *buf, const struct uuid *uuid) in uuid_enc_be()
187 uuid_dec_be(void const *buf, struct uuid *uuid) in uuid_dec_be()
/dports/net-im/coccinella/Coccinella-0.96.20Src/contrib/
H A Duuid.tcl16 namespace eval uuid { namespace
84 proc ::uuid::tostring {uuid} { argument
94 proc ::uuid::fromstring {uuid} { argument
109 proc uuid::uuid {cmd args} { procedure
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Duuid.c46 static int looks_like_a_uuid(const char *uuid) { in looks_like_a_uuid()
91 char *uuid; in uuid_get_from_dmidecode() local
104 char uuid[UUID_PRINTABLE_NORMAL_LENGTH + 1]; in uuid_get_from_sysctlbyname() local
112 char uuid[UUID_PRINTABLE_NORMAL_LENGTH + 1]; in uuid_get_from_sysctl() local
127 char uuid[UUID_PRINTABLE_NORMAL_LENGTH + 1] = ""; in uuid_get_from_file() local
144 char *uuid; in uuid_get_local() local
192 char *uuid = uuid_get_local(); in uuid_init() local
/dports/science/py-h5json/h5json-1.1.3/h5json/h5tojson/
H A Dh5tojson.py39 def dumpAttribute(self, col_name, uuid, attr_name): argument
54 def dumpAttributes(self, col_name, uuid): argument
64 def dumpLink(self, uuid, name): argument
72 def dumpLinks(self, uuid): argument
81 def dumpGroup(self, uuid): argument
111 def dumpDataset(self, uuid): argument
167 def dumpDatatype(self, uuid): argument
/dports/www/seahub/seahub-8.0.7-server/seahub/file_participants/
H A Dmodels.py14 def get_participants(self, uuid): argument
19 def get_participant(self, uuid, username): argument
25 def add_participant(self, uuid, username): argument
31 def delete_participant(self, uuid, username): argument
39 uuid = models.ForeignKey(FileUUIDMap, on_delete=models.CASCADE) variable in FileParticipant
/dports/cad/horizon-eda/horizon-2.1.0/src/pool-update/
H A Dschema.sql5 'uuid' TEXT NOT NULL UNIQUE, field
16 'uuid' TEXT NOT NULL UNIQUE, field
29 'uuid' TEXT NOT NULL UNIQUE, field
40 'uuid' TEXT NOT NULL UNIQUE, field
60 'uuid' TEXT NOT NULL UNIQUE, field
85 'uuid' TEXT NOT NULL, field
93 'uuid' TEXT NOT NULL, field
106 'uuid' TEXT NOT NULL UNIQUE, field
119 'uuid' TEXT NOT NULL UNIQUE, field
130 'uuid' TEXT NOT NULL, field
[all …]
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/compute/fixtures/upcloud/
H A Dapi_1_2_storage_template.json11 "uuid" : "01000000-0000-4000-8000-000010050200" string
20 "uuid" : "01000000-0000-4000-8000-000010050300" string
29 "uuid" : "01000000-0000-4000-8000-000010060200" string
38 "uuid" : "01000000-0000-4000-8000-000010060300" string
47 "uuid" : "01000000-0000-4000-8000-000020020100" string
56 "uuid" : "01000000-0000-4000-8000-000020030100" string
65 "uuid" : "01000000-0000-4000-8000-000030030200" string
74 "uuid" : "01000000-0000-4000-8000-000030040200" string
83 "uuid" : "01000000-0000-4000-8000-000030060200" string
92 "uuid" : "01000000-0000-4000-8000-000050010200" string
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/
H A DBlobStore.java53 UniversalUniqueIdentifier uuid = new UniversalUniqueIdentifier(); in addBlob() local
93 public void deleteBlob(UniversalUniqueIdentifier uuid) { in deleteBlob()
110 public IFileStore fileFor(UniversalUniqueIdentifier uuid) { in fileFor()
118 public IFileStore folderFor(UniversalUniqueIdentifier uuid) { in folderFor()
125 public InputStream getBlob(UniversalUniqueIdentifier uuid) throws CoreException { in getBlob()
134 protected byte hashUUIDbytes(UniversalUniqueIdentifier uuid) { in hashUUIDbytes()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/yuzu/configuration/
H A Dconfigure_profile_manager.cpp36 QString GetImagePath(Common::UUID uuid) { in GetImagePath()
42 QString GetAccountUsername(const Service::Account::ProfileManager& manager, Common::UUID uuid) { in GetAccountUsername()
53 QString FormatUserEntryText(const QString& username, Common::UUID uuid) { in FormatUserEntryText()
60 QPixmap GetIcon(Common::UUID uuid) { in GetIcon()
204 const auto uuid = Common::UUID::Generate(); in AddUser() local
212 const auto uuid = profile_manager->GetUser(user); in RenameUser() local
239 const auto uuid = profile_manager->GetUser(index); in DeleteUser() local
266 const auto uuid = profile_manager->GetUser(index); in SetUserImage() local
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/ole/
H A Duuid.cpp38 Uuid::Uuid(const Uuid& uuid) in Uuid()
58 Uuid& Uuid::operator=(const Uuid& uuid) in operator =()
106 void Uuid::Set(const UUID &uuid) in Set()
124 UUID uuid; in Create() local
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/ole/
H A Duuid.cpp42 Uuid::Uuid(const Uuid& uuid) in Uuid()
62 Uuid& Uuid::operator=(const Uuid& uuid) in operator =()
110 void Uuid::Set(const UUID &uuid) in Set()
128 UUID uuid; in Create() local
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/ole/
H A Duuid.cpp42 Uuid::Uuid(const Uuid& uuid) in Uuid()
62 Uuid& Uuid::operator=(const Uuid& uuid) in operator =()
110 void Uuid::Set(const UUID &uuid) in Set()
128 UUID uuid; in Create() local
/dports/www/mod_perl2/mod_perl-2.0.11/xs/APR/UUID/
H A DAPR__UUID.h22 apr_uuid_t *uuid = mpxs_apr_uuid_alloc(); in mpxs_apr_uuid_get() local
29 apr_uuid_t *uuid = mp_xs_sv2_uuid(obj); in mp_apr_uuid_format() local
37 apr_uuid_t *uuid = mpxs_apr_uuid_alloc(); in mpxs_apr_uuid_parse() local
51 #define apr_uuid_DESTROY(uuid) safefree(uuid) argument
/dports/science/jstrack/jstrack/extlib/tcllib1.19/uuid/
H A Duuid.tcl16 namespace eval uuid { namespace
135 proc ::uuid::tostring {uuid} { argument
145 proc ::uuid::fromstring {uuid} { argument
170 proc uuid::uuid {cmd args} { procedure
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/ole/
H A Duuid.cpp43 Uuid::Uuid(const Uuid& uuid) in Uuid()
63 Uuid& Uuid::operator=(const Uuid& uuid) in operator =()
116 void Uuid::Set(const UUID &uuid) in Set()
134 UUID uuid; in Create() local
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/ole/
H A Duuid.cpp43 Uuid::Uuid(const Uuid& uuid) in Uuid()
63 Uuid& Uuid::operator=(const Uuid& uuid) in operator =()
116 void Uuid::Set(const UUID &uuid) in Set()
134 UUID uuid; in Create() local
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/ole/
H A Duuid.cpp43 Uuid::Uuid(const Uuid& uuid) in Uuid()
63 Uuid& Uuid::operator=(const Uuid& uuid) in operator =()
116 void Uuid::Set(const UUID &uuid) in Set()
134 UUID uuid; in Create() local
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/ole/
H A Duuid.cpp43 Uuid::Uuid(const Uuid& uuid) in Uuid()
63 Uuid& Uuid::operator=(const Uuid& uuid) in operator =()
116 void Uuid::Set(const UUID &uuid) in Set()
134 UUID uuid; in Create() local
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/compute/fixtures/cloudsigma_2_0/
H A Dtags_create_with_resources.json8 "uuid": "69fcfc03-d635-4f99-a8b3-e1b73637cb5d" string
15 "uuid": "5b4a69a3-8e78-4c45-a8ba-8b13f0895e23" string
19 "uuid": "1" string
22 "uuid": "c0008127-6dbf-4cf3-85f5-203f4c3967fa" string
/dports/devel/tcllib/tcllib-1.20/modules/uuid/
H A Duuid.tcl16 namespace eval uuid { namespace
143 proc ::uuid::tostring {uuid} { argument
153 proc ::uuid::fromstring {uuid} { argument
178 proc uuid::uuid {cmd args} { procedure
/dports/devel/tcllibc/tcllib-1.20/modules/uuid/
H A Duuid.tcl16 namespace eval uuid { namespace
143 proc ::uuid::tostring {uuid} { argument
153 proc ::uuid::fromstring {uuid} { argument
178 proc uuid::uuid {cmd args} { procedure
/dports/emulators/qemu-utils/qemu-4.2.1/util/
H A Duuid.c20 void qemu_uuid_generate(QemuUUID *uuid) in qemu_uuid_generate()
51 void qemu_uuid_unparse(const QemuUUID *uuid, char *out) in qemu_uuid_unparse()
59 char *qemu_uuid_unparse_strdup(const QemuUUID *uuid) in qemu_uuid_unparse_strdup()
90 int qemu_uuid_parse(const char *str, QemuUUID *uuid) in qemu_uuid_parse()
112 QemuUUID qemu_uuid_bswap(QemuUUID uuid) in qemu_uuid_bswap()
/dports/emulators/qemu5/qemu-5.2.0/util/
H A Duuid.c20 void qemu_uuid_generate(QemuUUID *uuid) in qemu_uuid_generate()
51 void qemu_uuid_unparse(const QemuUUID *uuid, char *out) in qemu_uuid_unparse()
59 char *qemu_uuid_unparse_strdup(const QemuUUID *uuid) in qemu_uuid_unparse_strdup()
90 int qemu_uuid_parse(const char *str, QemuUUID *uuid) in qemu_uuid_parse()
112 QemuUUID qemu_uuid_bswap(QemuUUID uuid) in qemu_uuid_bswap()

12345678910>>...551