Home
last modified time | relevance | path

Searched refs:idmap (Results 51 – 75 of 696) sorted by relevance

12345678910>>...28

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/llbsolver/ops/
H A Dexec.go348 return &sshMountInstance{sm: sm, idmap: sm.idmap}, nil
353 idmap *idtools.IdentityMapping member
362 if sm.idmap != nil {
401 return sm.idmap
442 idmap *idtools.IdentityMapping member
446 return &secretMountInstance{sm: sm, idmap: sm.idmap}, nil
502 if sm.idmap != nil {
533 return sm.idmap
749 return &tmpfs{idmap: idmap}
757 return &tmpfsMount{readonly: readonly, idmap: f.idmap}, nil
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/llbsolver/ops/
H A Dexec.go343 return &sshMountInstance{sm: sm, idmap: sm.idmap}, nil
358 if sm.idmap != nil {
406 return sm.idmap
447 idmap *idtools.IdentityMapping member
451 return &secretMountInstance{sm: sm, idmap: sm.idmap}, nil
457 idmap *idtools.IdentityMapping member
495 if sm.idmap != nil {
533 return sm.idmap
749 return &tmpfs{idmap: idmap}
757 return &tmpfsMount{readonly: readonly, idmap: f.idmap}, nil
[all …]
/dports/misc/libxdf/libxdf-0.991/
H A Dxdf.cpp115 std::vector<int>::iterator it {std::find(idmap.begin(),idmap.end(),streamID)}; in load_xdf()
116 if (it == idmap.end()) in load_xdf()
118 index = idmap.size(); in load_xdf()
166 std::vector<int>::iterator it {std::find(idmap.begin(),idmap.end(),streamID)}; in load_xdf()
167 if (it == idmap.end()) in load_xdf()
169 index = idmap.size(); in load_xdf()
430 std::vector<int>::iterator it {std::find(idmap.begin(),idmap.end(),streamID)}; in load_xdf()
431 if (it == idmap.end()) in load_xdf()
433 index = idmap.size(); in load_xdf()
459 std::vector<int>::iterator it {std::find(idmap.begin(),idmap.end(),streamID)}; in load_xdf()
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/moby/buildkit/executor/oci/
H A Dspec_unix.go54 func generateIDmapOpts(idmap *idtools.IdentityMapping) ([]oci.SpecOpts, error) {
55 if idmap == nil {
59 oci.WithUserNamespace(specMapping(idmap.UIDs()), specMapping(idmap.GIDs())),
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/llbsolver/file/
H A Dbackend.go29 func mapUser(user *copy.ChownOpt, idmap *idtools.IdentityMapping) (*copy.ChownOpt, error) {
30 if idmap == nil {
34 identity := idmap.RootPair()
37 identity, err := idmap.ToHost(idtools.Identity{
47 func mkdir(ctx context.Context, d string, action pb.FileActionMkDir, user *copy.ChownOpt, idmap *id…
53 user, err = mapUser(user, idmap)
80 func mkfile(ctx context.Context, d string, action pb.FileActionMkFile, user *copy.ChownOpt, idmap *…
86 user, err = mapUser(user, idmap)
122 …xt.Context, src, dest string, action pb.FileActionCopy, u *copy.ChownOpt, idmap *idtools.IdentityM…
142 u, err := mapUser(u, idmap)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/executor/runcexecutor/
H A Dexecutor.go57 idmap *idtools.IdentityMapping member
117 idmap: opt.IdentityMapping,
140 resolvConf, err := oci.GetResolvConf(ctx, w.root, w.idmap, w.dns)
145 hostsFile, clean, err := oci.GetHostsFile(ctx, w.root, meta.ExtraHosts, w.idmap)
175 if w.idmap != nil {
176 identity = w.idmap.RootPair()
209 if w.idmap != nil {
210 identity, err = w.idmap.ToHost(identity)
226 …erateSpec(ctx, meta, mounts, id, resolvConf, hostsFile, namespace, w.processMode, w.idmap, opts...)
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-message-bus.c147 GHashTable *idmap; member
252 g_hash_table_destroy (bus->priv->idmap); in gedit_message_bus_finalize()
382 IdMap *idmap; in add_listener() local
393 idmap = g_new (IdMap, 1); in add_listener()
394 idmap->message = message; in add_listener()
395 idmap->listener = g_list_last (message->listeners); in add_listener()
397 g_hash_table_insert (bus->priv->idmap, GINT_TO_POINTER (listener->id), idmap); in add_listener()
526 IdMap *idmap; in process_by_id() local
528 idmap = (IdMap *)g_hash_table_lookup (bus->priv->idmap, GINT_TO_POINTER (id)); in process_by_id()
530 if (idmap == NULL) in process_by_id()
[all …]
/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-message-bus.c120 GHashTable *idmap; member
189 g_hash_table_destroy (bus->priv->idmap); in xed_message_bus_finalize()
316 IdMap *idmap; in add_listener() local
327 idmap = g_new (IdMap, 1); in add_listener()
328 idmap->message = message; in add_listener()
329 idmap->listener = g_list_last (message->listeners); in add_listener()
331 g_hash_table_insert (bus->priv->idmap, GINT_TO_POINTER (listener->id), idmap); in add_listener()
456 IdMap *idmap; in process_by_id() local
458 idmap = (IdMap *)g_hash_table_lookup (bus->priv->idmap, GINT_TO_POINTER (id)); in process_by_id()
460 if (idmap == NULL) in process_by_id()
[all …]
/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-message-bus.c120 GHashTable *idmap; member
177 g_hash_table_destroy (bus->priv->idmap); in pluma_message_bus_finalize()
299 IdMap *idmap; in add_listener() local
310 idmap = g_new (IdMap, 1); in add_listener()
311 idmap->message = message; in add_listener()
312 idmap->listener = g_list_last (message->listeners); in add_listener()
314 g_hash_table_insert (bus->priv->idmap, GINT_TO_POINTER (listener->id), idmap); in add_listener()
435 IdMap *idmap; in process_by_id() local
437 idmap = (IdMap *)g_hash_table_lookup (bus->priv->idmap, GINT_TO_POINTER (id)); in process_by_id()
439 if (idmap == NULL) in process_by_id()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/llbsolver/file/
H A Dbackend.go29 func mapUser(user *copy.ChownOpt, idmap *idtools.IdentityMapping) (*copy.ChownOpt, error) {
30 if idmap == nil || user == nil {
33 identity, err := idmap.ToHost(idtools.Identity{
43 func mkdir(ctx context.Context, d string, action pb.FileActionMkDir, user *copy.ChownOpt, idmap *id…
49 user, err = mapUser(user, idmap)
76 func mkfile(ctx context.Context, d string, action pb.FileActionMkFile, user *copy.ChownOpt, idmap *…
82 user, err = mapUser(user, idmap)
118 …xt.Context, src, dest string, action pb.FileActionCopy, u *copy.ChownOpt, idmap *idtools.IdentityM…
137 u, err := mapUser(u, idmap)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/examples/org.eclipse.compare.examples.xml/src/org/eclipse/compare/examples/xml/
H A DIdMap.java88 IdMap idmap= (IdMap) object; in equals()
90 if (idmap == this) in equals()
94 idmap.getName().equals(fName) && in equals()
95 idmap.getMappings().equals(fMappings); in equals()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/executor/oci/
H A Dspec_unix.go72 func generateIDmapOpts(idmap *idtools.IdentityMapping) ([]oci.SpecOpts, error) {
73 if idmap == nil {
77 oci.WithUserNamespace(specMapping(idmap.UIDs()), specMapping(idmap.GIDs())),
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/executor/oci/
H A Dspec_unix.go72 func generateIDmapOpts(idmap *idtools.IdentityMapping) ([]oci.SpecOpts, error) {
73 if idmap == nil {
77 oci.WithUserNamespace(specMapping(idmap.UIDs()), specMapping(idmap.GIDs())),
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/executor/oci/
H A Dspec_unix.go72 func generateIDmapOpts(idmap *idtools.IdentityMapping) ([]oci.SpecOpts, error) {
73 if idmap == nil {
77 oci.WithUserNamespace(specMapping(idmap.UIDs()), specMapping(idmap.GIDs())),
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/
H A DSkinModelImpl.cpp38 std::unordered_map<std::string, std::shared_ptr<Connector::Payload>> *idmap; variable
48 idmap = new std::unordered_map<std::string, std::shared_ptr<Connector::Payload>>(); in guaranteeMap()
62 delete idmap; in ~HarvestMaps()
179 idmap->insert(std::make_pair(id, res)); in makePayload()
253 if (idmap->find(id) != idmap->end()) in connectorByID()
254 c.payload = idmap->at(id); in connectorByID()
270 for (auto it : *idmap) in connectorsByComponentType()
313 for (auto c : *idmap) in allConnectorIDs()
/dports/devel/mercurial/mercurial-6.0/hgext/remotefilelog/
H A Dfileserverclient.py237 file_ = idmap[m]
244 remote, receivemissing, progresstick, missed, idmap, step argument
258 file = idmap[missingid]
266 file = idmap[missingid]
285 file = idmap[missingid]
296 file = idmap[missingid]
350 idmap = {}
357 idmap[fullid] = file
369 for missingid in idmap:
437 idmap,
[all …]
/dports/misc/libsolv/libsolv-0.7.19/src/
H A Drepo_solv.c658 idmap = 0; in repo_add_solv()
701 solv_free(idmap); in repo_add_solv()
776 evr = idmap[evr]; in repo_add_solv()
838 if (idmap) in repo_add_solv()
839 id = idmap[id]; in repo_add_solv()
853 if (idmap) in repo_add_solv()
854 id = idmap[id]; in repo_add_solv()
858 if (idmap) in repo_add_solv()
859 type = idmap[type]; in repo_add_solv()
1099 if (idmap) in repo_add_solv()
[all …]
/dports/net/samba412/samba-4.12.15/python/samba/tests/
H A Dposixacl.py22 from samba.dcerpc import security, smb_acl, idmap
223 self.assertEquals(BA_type, idmap.ID_TYPE_BOTH)
226 self.assertEquals(SO_type, idmap.ID_TYPE_BOTH)
241 self.assertEquals(BA_type, idmap.ID_TYPE_BOTH)
287 self.assertEquals(BA_type, idmap.ID_TYPE_BOTH)
338 self.assertEquals(LA_type, idmap.ID_TYPE_UID)
340 self.assertEquals(BA_type, idmap.ID_TYPE_BOTH)
342 self.assertEquals(SO_type, idmap.ID_TYPE_BOTH)
475 self.assertEquals(LA_type, idmap.ID_TYPE_UID)
569 self.assertEquals(LA_type, idmap.ID_TYPE_UID)
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/devices/prs505/
H A Dsony_cache.py285 idmap = {}
292 idmap[id_] = '-1'
294 if DEBUG and idmap:
296 debug_print(list(idmap.keys()))
297 return idmap
304 if id_ in idmap:
323 idmap = {}
329 idmap[str(old)] = str(new)
330 return idmap
339 idmap = ensure_numeric_ids(root)
[all …]
/dports/net-mgmt/braa/braa-0.82/arch/
H A Dqueries.h2 struct idmap struct
4 struct idmap * next; argument
29 struct idmap * ids; argument
/dports/math/concorde/concorde/TSP/
H A Dsubboss.c23 CCgenhash idmap; in main() local
49 rval = CCutil_genhash_init (&idmap, scount, idcmp, idhash, NULL, 0.8, in main()
55 rval = CCutil_genhash_insert (&idmap, (void *) slist[i].id, in main()
94 p = (CCsubdiv *) CCutil_genhash_lookup (&idmap, (void *) id); in main()
182 CCutil_genhash_free (&idmap, NULL); in main()
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Dobject_store.py213 def _tree_to_objects(tree, parent_trees, idmap, unusual_modes, argument
268 blob_id = idmap.lookup_blob_id(
338 return idmap.lookup_blob_id(ie.file_id, ie.revision)
348 return idmap.lookup_blob_id(ie.file_id, ie.revision)
421 self.start_write_group = self._cache.idmap.start_write_group
422 self.abort_write_group = self._cache.idmap.abort_write_group
428 return self._cache.idmap.missing_revisions(revisions)
477 return iter(self._cache.idmap.sha1s())
509 tree, parent_trees, self._cache.idmap, unusual_modes,
638 return self._cache.idmap.lookup_commit(revid)
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/executor/runcexecutor/
H A Dexecutor.go60 idmap *idtools.IdentityMapping member
124 idmap: opt.IdentityMapping,
169 resolvConf, err := oci.GetResolvConf(ctx, w.root, w.idmap, w.dns)
174 hostsFile, clean, err := oci.GetHostsFile(ctx, w.root, meta.ExtraHosts, w.idmap, meta.Hostname)
206 if w.idmap != nil {
207 identity = w.idmap.RootPair()
242 if w.idmap != nil {
243 identity, err = w.idmap.ToHost(identity)
259 …ctx, meta, mounts, id, resolvConf, hostsFile, namespace, w.processMode, w.idmap, w.apparmorProfile…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/executor/runcexecutor/
H A Dexecutor.go60 idmap *idtools.IdentityMapping member
124 idmap: opt.IdentityMapping,
169 resolvConf, err := oci.GetResolvConf(ctx, w.root, w.idmap, w.dns)
174 hostsFile, clean, err := oci.GetHostsFile(ctx, w.root, meta.ExtraHosts, w.idmap, meta.Hostname)
206 if w.idmap != nil {
207 identity = w.idmap.RootPair()
242 if w.idmap != nil {
243 identity, err = w.idmap.ToHost(identity)
259 …ctx, meta, mounts, id, resolvConf, hostsFile, namespace, w.processMode, w.idmap, w.apparmorProfile…
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/executor/runcexecutor/
H A Dexecutor.go60 idmap *idtools.IdentityMapping member
124 idmap: opt.IdentityMapping,
169 resolvConf, err := oci.GetResolvConf(ctx, w.root, w.idmap, w.dns)
174 hostsFile, clean, err := oci.GetHostsFile(ctx, w.root, meta.ExtraHosts, w.idmap, meta.Hostname)
206 if w.idmap != nil {
207 identity = w.idmap.RootPair()
242 if w.idmap != nil {
243 identity, err = w.idmap.ToHost(identity)
259 …ctx, meta, mounts, id, resolvConf, hostsFile, namespace, w.processMode, w.idmap, w.apparmorProfile…

12345678910>>...28