Home
last modified time | relevance | path

Searched refs:idmap (Results 26 – 50 of 696) sorted by relevance

12345678910>>...28

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/llbsolver/mounts/
H A Dmount.go196 return &sshMountInstance{sm: sm, idmap: sm.idmap}, nil
201 idmap *idtools.IdentityMapping member
210 if sm.idmap != nil {
250 return sm.idmap
284 idmap *idtools.IdentityMapping member
288 return &secretMountInstance{sm: sm, idmap: sm.idmap}, nil
344 if sm.idmap != nil {
375 return sm.idmap
398 return &tmpfs{idmap: idmap}
406 return &tmpfsMount{readonly: readonly, idmap: f.idmap}, nil
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/llbsolver/mounts/
H A Dmount.go196 return &sshMountInstance{sm: sm, idmap: sm.idmap}, nil
201 idmap *idtools.IdentityMapping member
210 if sm.idmap != nil {
250 return sm.idmap
284 idmap *idtools.IdentityMapping member
288 return &secretMountInstance{sm: sm, idmap: sm.idmap}, nil
344 if sm.idmap != nil {
375 return sm.idmap
398 return &tmpfs{idmap: idmap}
406 return &tmpfsMount{readonly: readonly, idmap: f.idmap}, nil
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/llbsolver/mounts/
H A Dmount.go196 return &sshMountInstance{sm: sm, idmap: sm.idmap}, nil
201 idmap *idtools.IdentityMapping member
210 if sm.idmap != nil {
250 return sm.idmap
284 idmap *idtools.IdentityMapping member
288 return &secretMountInstance{sm: sm, idmap: sm.idmap}, nil
344 if sm.idmap != nil {
375 return sm.idmap
398 return &tmpfs{idmap: idmap}
406 return &tmpfsMount{readonly: readonly, idmap: f.idmap}, nil
[all …]
/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 DCreateNewIdMapAction.java56 IdMap idmap = new IdMap(false); in run() local
57 … dialog= new XMLCompareAddIdMapDialog(XMLPlugin.getActiveWorkbenchShell(),idmap,fIdMaps,fIdMapsInt… in run()
59 if (!fIdMaps.containsKey(idmap.getName())) { in run()
60 fIdMaps.put(idmap.getName(),new HashMap()); in run()
61 if (!idmap.getExtension().isEmpty()) in run()
62 fIdExtensionToName.put(idmap.getExtension(),idmap.getName()); in run()
/dports/math/R-cran-bdsmatrix/bdsmatrix/R/
H A Dbdsmatrix.ibd.R9 bdsmatrix.ibd <- function(id1, id2, x, idmap, diagonal) { argument
29 if (missing(idmap)) {
30 idmap <- idlist
33 temp <- ncol(idmap)
35 temp <- match(idlist, idmap[,1])
38 idmap <- idmap[temp,2]
118 newid <- idmap #gives it the right length and class, to start
126 newid[1:nzero] <- idmap[who]
154 newid[seq(to=cumcount[i], length=counts[i])] <- idmap[who]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/snapshot/
H A Dsnapshotter.go48 func FromContainerdSnapshotter(name string, s snapshots.Snapshotter, idmap *idtools.IdentityMapping…
49 return &fromContainerd{name: name, Snapshotter: s, idmap: idmap}
55 idmap *idtools.IdentityMapping member
67 return &staticMountable{mounts: mounts, idmap: s.idmap, id: key}, nil
78 return &staticMountable{mounts: mounts, idmap: s.idmap, id: key}, nil
81 return s.idmap
88 idmap *idtools.IdentityMapping member
104 return cm.idmap
/dports/textproc/augeas/augeas-1.12.0/lenses/tests/
H A Dtest_samba.aug89 (* Test complex idmap commands with asterisk in key name, ticket #354 *)
91 idmap backend = tdb
92 idmap uid = 1000000-1999999
93 idmap gid = 1000000-1999999
95 idmap config CORP : backend = ad
96 idmap config * : range = 1000-999999\n" =
98 { "idmap backend" = "tdb" }
99 { "idmap uid" = "1000000-1999999" }
100 { "idmap gid" = "1000000-1999999" }
102 { "idmap config CORP : backend" = "ad" }
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-dbids/src/main/java/de/lmu/ifi/dbs/elki/database/datastore/memory/
H A DArrayRecordStore.java46 private final DataStoreIDMap idmap; field in ArrayRecordStore
54 public ArrayRecordStore(Object[][] data, DataStoreIDMap idmap) { in ArrayRecordStore() argument
57 this.idmap = idmap; in ArrayRecordStore()
75 return (T) data[idmap.mapDBIDToOffset(id)][index]; in get()
88 T ret = (T) data[idmap.mapDBIDToOffset(id)][index]; in set()
89 data[idmap.mapDBIDToOffset(id)][index] = value; in set()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/admin-guide/nfs/
H A Dnfs-idmapper.rst9 or by placing a call to the rpc.idmap daemon.
19 legacy rpc.idmap daemon for the id mapping. This result will be stored
20 in a custom NFS idmap cache.
31 ``create id_resolver * * /usr/sbin/nfs.idmap %k %d 600``
34 This will direct all id_resolver requests to the program /usr/sbin/nfs.idmap.
36 expire. This parameter is optional for /usr/sbin/nfs.idmap. When the timeout
37 is not specified, nfs.idmap will default to 600 seconds.
53 ``create id_resolver * * /usr/sbin/nfs.idmap %k %d 600``
59 /usr/sbin/nfs.idmap will handle gid, user, and group lookups.
65 nfs.idmap
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/admin-guide/nfs/
H A Dnfs-idmapper.rst9 or by placing a call to the rpc.idmap daemon.
19 legacy rpc.idmap daemon for the id mapping. This result will be stored
20 in a custom NFS idmap cache.
31 ``create id_resolver * * /usr/sbin/nfs.idmap %k %d 600``
34 This will direct all id_resolver requests to the program /usr/sbin/nfs.idmap.
36 expire. This parameter is optional for /usr/sbin/nfs.idmap. When the timeout
37 is not specified, nfs.idmap will default to 600 seconds.
53 ``create id_resolver * * /usr/sbin/nfs.idmap %k %d 600``
59 /usr/sbin/nfs.idmap will handle gid, user, and group lookups.
65 nfs.idmap
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/admin-guide/nfs/
H A Dnfs-idmapper.rst9 or by placing a call to the rpc.idmap daemon.
19 legacy rpc.idmap daemon for the id mapping. This result will be stored
20 in a custom NFS idmap cache.
31 ``create id_resolver * * /usr/sbin/nfs.idmap %k %d 600``
34 This will direct all id_resolver requests to the program /usr/sbin/nfs.idmap.
36 expire. This parameter is optional for /usr/sbin/nfs.idmap. When the timeout
37 is not specified, nfs.idmap will default to 600 seconds.
53 ``create id_resolver * * /usr/sbin/nfs.idmap %k %d 600``
59 /usr/sbin/nfs.idmap will handle gid, user, and group lookups.
65 nfs.idmap
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/executor/oci/
H A Dhosts.go21 func GetHostsFile(ctx context.Context, stateDir string, extraHosts []executor.HostIP, idmap *idtool…
24 _, _, err := makeHostsFile(stateDir, nil, idmap)
32 return makeHostsFile(stateDir, extraHosts, idmap)
35 func makeHostsFile(stateDir string, extraHosts []executor.HostIP, idmap *idtools.IdentityMapping) (…
65 if idmap != nil {
66 root := idmap.RootPair()
/dports/biology/canu/canu-2.2/src/utgcns/
H A DstashContains.C175 std::map<uint32, uint32> idmap; in unstashContains() local
178 idmap[_children[ci].ident()] = ci; in unstashContains()
187 if (idmap.find(id) != idmap.end()) { // If we find the ID in the current list, in unstashContains()
188 _stashed[ci] = _children[idmap[id]]; // simply copy the new position data. in unstashContains()
189 idmap.erase(id); in unstashContains()
205 if (idmap.empty() == false) in unstashContains()
207 idmap.size()); in unstashContains()
208 assert(idmap.empty() == true); in unstashContains()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/h5file/
H A Ddump_geom_sets.cxx117 const std::map<long,long>& idmap, in ent_from_handle() argument
123 i_iter = idmap.find( handle ); in ent_from_handle()
124 if (d_iter == dimmap.end() || i_iter == idmap.end()) in ent_from_handle()
147 const std::map<long,long>& idmap, in ent_list_from_handles() argument
162 std::string tmp = ent_from_handle( dimmap, idmap, *iter ); in ent_list_from_handles()
195 std::map<long,long> dimmap, idmap; in main() local
197 create_map( id_ents, id_vals, idmap, "GLOBAL_ID" ); in main()
206 std::string name = ent_from_handle( dimmap, idmap, handle ); in main()
213 …std::string children = ent_list_from_handles( dimmap, idmap, set_child, child_start, child_end … in main()
214 …std::string parents = ent_list_from_handles( dimmap, idmap, set_parent, parent_start, parent_end … in main()
/dports/net/samba412/samba-4.12.15/examples/scripts/idmap/
H A DREADME1 idmap script option for flexible UID/GID handling
4 If you are using "idmap backend = tdb2" with winbind in Samba3, then
23 The idmap script option
35 To setup the idmap script you need to set the following options:
37 idmap backend = tdb2
38 idmap script = /usr/local/bin/idmap.sh
44 restart Samba. The idmap files that need to be deleted are:
56 1) idmap.sh SIDTOID <SID>
57 2) idmap.sh IDTOSID UID <UID>
58 2) idmap.sh IDTOSID GID <GID>
[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 Dhosts.go19 func GetHostsFile(ctx context.Context, stateDir string, extraHosts []executor.HostIP, idmap *idtool…
21 return makeHostsFile(stateDir, extraHosts, idmap, hostname)
25 _, _, err := makeHostsFile(stateDir, nil, idmap, hostname)
34 func makeHostsFile(stateDir string, extraHosts []executor.HostIP, idmap *idtools.IdentityMapping, h…
63 if idmap != nil {
64 root := idmap.RootPair()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/executor/oci/
H A Dhosts.go19 func GetHostsFile(ctx context.Context, stateDir string, extraHosts []executor.HostIP, idmap *idtool…
21 return makeHostsFile(stateDir, extraHosts, idmap, hostname)
25 _, _, err := makeHostsFile(stateDir, nil, idmap, hostname)
34 func makeHostsFile(stateDir string, extraHosts []executor.HostIP, idmap *idtools.IdentityMapping, h…
63 if idmap != nil {
64 root := idmap.RootPair()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/executor/oci/
H A Dhosts.go19 func GetHostsFile(ctx context.Context, stateDir string, extraHosts []executor.HostIP, idmap *idtool…
21 return makeHostsFile(stateDir, extraHosts, idmap, hostname)
25 _, _, err := makeHostsFile(stateDir, nil, idmap, hostname)
34 func makeHostsFile(stateDir string, extraHosts []executor.HostIP, idmap *idtools.IdentityMapping, h…
63 if idmap != nil {
64 root := idmap.RootPair()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/executor/oci/
H A Dhosts.go19 func GetHostsFile(ctx context.Context, stateDir string, extraHosts []executor.HostIP, idmap *idtool…
21 return makeHostsFile(stateDir, extraHosts, idmap, hostname)
25 _, _, err := makeHostsFile(stateDir, nil, idmap, hostname)
34 func makeHostsFile(stateDir string, extraHosts []executor.HostIP, idmap *idtools.IdentityMapping, h…
63 if idmap != nil {
64 root := idmap.RootPair()
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/snapshot/
H A Dsnapshotter.go46 func FromContainerdSnapshotter(s snapshots.Snapshotter, idmap *idtools.IdentityMapping) Snapshotter…
47 return &fromContainerd{Snapshotter: s, idmap: idmap}
52 idmap *idtools.IdentityMapping member
60 return &staticMountable{mounts, s.idmap}, nil
71 return &staticMountable{mounts, s.idmap}, nil
74 return s.idmap
79 idmap *idtools.IdentityMapping member
91 return cm.idmap
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/arm/
H A Dvirt-acpi-build.c257 AcpiIortIdMapping idmap = { in iort_host_bridges() local
280 AcpiIortIdMapping *idmap; in build_iort() local
312 next_range.input_base = idmap->input_base + idmap->id_count; in build_iort()
368 idmap = &smmu->id_mapping_array[0]; in build_iort()
369 idmap->input_base = 0; in build_iort()
370 idmap->id_count = cpu_to_le32(0xFFFF); in build_iort()
371 idmap->output_base = 0; in build_iort()
396 idmap = &rc->id_mapping_array[i]; in build_iort()
419 idmap = &rc->id_mapping_array[0]; in build_iort()
420 idmap->input_base = cpu_to_le32(0); in build_iort()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/llbsolver/file/
H A Dbackend.go29 func mapUserToChowner(user *copy.User, idmap *idtools.IdentityMapping) (copy.Chowner, error) {
33 if idmap == nil {
38 if idmap != nil {
39 identity, err := idmap.ToHost(idtools.Identity{
53 if idmap != nil {
54 identity, err := idmap.ToHost(idtools.Identity{
69 func mkdir(ctx context.Context, d string, action pb.FileActionMkDir, user *copy.User, idmap *idtool…
75 ch, err := mapUserToChowner(user, idmap)
102 func mkfile(ctx context.Context, d string, action pb.FileActionMkFile, user *copy.User, idmap *idto…
108 ch, err := mapUserToChowner(user, idmap)
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/llbsolver/file/
H A Dbackend.go29 func mapUserToChowner(user *copy.User, idmap *idtools.IdentityMapping) (copy.Chowner, error) {
33 if idmap == nil {
38 if idmap != nil {
39 identity, err := idmap.ToHost(idtools.Identity{
53 if idmap != nil {
54 identity, err := idmap.ToHost(idtools.Identity{
69 func mkdir(ctx context.Context, d string, action pb.FileActionMkDir, user *copy.User, idmap *idtool…
75 ch, err := mapUserToChowner(user, idmap)
102 func mkfile(ctx context.Context, d string, action pb.FileActionMkFile, user *copy.User, idmap *idto…
108 ch, err := mapUserToChowner(user, idmap)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/llbsolver/file/
H A Dbackend.go29 func mapUserToChowner(user *copy.User, idmap *idtools.IdentityMapping) (copy.Chowner, error) {
33 if idmap == nil {
38 if idmap != nil {
39 identity, err := idmap.ToHost(idtools.Identity{
53 if idmap != nil {
54 identity, err := idmap.ToHost(idtools.Identity{
69 func mkdir(ctx context.Context, d string, action pb.FileActionMkDir, user *copy.User, idmap *idtool…
75 ch, err := mapUserToChowner(user, idmap)
102 func mkfile(ctx context.Context, d string, action pb.FileActionMkFile, user *copy.User, idmap *idto…
108 ch, err := mapUserToChowner(user, idmap)
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/moby/buildkit/solver/llbsolver/file/
H A Dbackend.go29 func mapUserToChowner(user *copy.User, idmap *idtools.IdentityMapping) (copy.Chowner, error) {
33 if idmap == nil {
38 if idmap != nil {
39 identity, err := idmap.ToHost(idtools.Identity{
53 if idmap != nil {
54 identity, err := idmap.ToHost(idtools.Identity{
69 func mkdir(ctx context.Context, d string, action pb.FileActionMkDir, user *copy.User, idmap *idtool…
75 ch, err := mapUserToChowner(user, idmap)
102 func mkfile(ctx context.Context, d string, action pb.FileActionMkFile, user *copy.User, idmap *idto…
108 ch, err := mapUserToChowner(user, idmap)
[all …]

12345678910>>...28