Home
last modified time | relevance | path

Searched refs:idmap (Results 151 – 175 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/source/local/
H A Dlocal.go183 if idmap := mount.IdentityMapping(); idmap != nil {
185 identity, err := idmap.ToHost(idtools.Identity{
274 idmap *idtools.IdentityMapping member
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A DCookie.py313 idmap=_idmap, translate=string.translate): argument
320 if "" == translate(str, idmap, LegalChars):
453 idmap=_idmap, translate=string.translate): argument
458 if "" != translate(key, idmap, LegalChars):
/dports/lang/python27/Python-2.7.18/Lib/
H A DCookie.py313 idmap=_idmap, translate=string.translate): argument
320 if "" == translate(str, idmap, LegalChars):
453 idmap=_idmap, translate=string.translate): argument
458 if "" != translate(key, idmap, LegalChars):
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A DCookie.py316 idmap=_idmap, translate=string.translate): argument
323 if "" == translate(str, idmap, LegalChars):
454 idmap=_idmap, translate=string.translate): argument
459 if "" != translate(key, idmap, LegalChars):
/dports/devel/libvirt/libvirt-7.10.0/src/lxc/
H A Dlxc_fuse.c59 stbuf->st_uid = def->idmap.uidmap ? def->idmap.uidmap[0].target : 0; in lxcProcGetattr()
60 stbuf->st_gid = def->idmap.gidmap ? def->idmap.gidmap[0].target : 0; in lxcProcGetattr()
H A Dlxc_container.c416 if (!def->idmap.nuidmap) in lxcContainerSetID()
958 int flags = def->idmap.nuidmap ? MS_BIND : MS_MOVE; in lxcContainerMountFSDev()
970 VIR_DEBUG("Trying to %s %s to /dev", def->idmap.nuidmap ? in lxcContainerMountFSDev()
987 int flags = def->idmap.nuidmap ? MS_BIND : MS_MOVE; in lxcContainerMountFSDevPTS()
999 VIR_DEBUG("Trying to %s %s to /dev/pts", def->idmap.nuidmap ? in lxcContainerMountFSDevPTS()
1616 if (STREQ(root->src->path, "/") && (!vmDef->idmap.nuidmap) && in lxcContainerSetupPivotRoot()
1621 if (lxcContainerMountBasicFS(vmDef->idmap.nuidmap, in lxcContainerSetupPivotRoot()
2088 return def->idmap.uidmap && def->idmap.gidmap; in userns_required()
2220 if (!def->idmap.uidmap) in lxcContainerChown()
2223 uid = def->idmap.uidmap[0].target; in lxcContainerChown()
[all …]
H A Dlxc_cgroup.c407 if (def->idmap.uidmap) { in virLXCCgroupCreate()
409 def->idmap.uidmap[0].target, in virLXCCgroupCreate()
410 def->idmap.gidmap[0].target, in virLXCCgroupCreate()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A DCookie.py316 idmap=_idmap, translate=string.translate): argument
323 if "" == translate(str, idmap, LegalChars):
454 idmap=_idmap, translate=string.translate): argument
459 if "" != translate(key, idmap, LegalChars):
/dports/math/gap/gap-4.11.0/lib/
H A Dmapprep.gi1136 BindGlobal( "ImmediateImplicationsIdentityMapping", function( idmap )
1140 source:= Source( idmap );
1144 SetRespectsMultiplication( idmap, true );
1146 SetRespectsOne( idmap, true );
1148 SetRespectsInverses( idmap, true );
1155 SetRespectsAddition( idmap, true );
1157 SetRespectsZero( idmap, true );
1159 SetRespectsAdditiveInverses( idmap, true );
1163 SetRespectsScalarMultiplication( idmap, true );
1259 #M ImagesSource( <idmap> )
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-el/sc/
H A DEmacsBuffer.sc99 classvar allocator, <idmap;
103 idmap = Array.newClear(1024);
110 idmap[id] = this;
152 ['sclang-format', "EmacsWidget.idmap[%o].action.value",
165 ['sclang-format', "EmacsWidget.idmap[%o].action.value(%o)",
190 ['sclang-format', "EmacsWidget.idmap[%o].valueFromEmacs(%o)",
/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 DXMLPlugin.java294 for (IConfigurationElement idmap : idmaps) { in registerExtensions()
296 String idmap_name= idmap.getAttribute(IDMAP_NAME_ATTRIBUTE); in registerExtensions()
302 IConfigurationElement[] mappings = idmap.getChildren(MAPPING_ELEMENT_NAME); in registerExtensions()
319 IConfigurationElement[] orderedEntries= idmap.getChildren(ORDERED_ELEMENT_NAME); in registerExtensions()
333 String ext_name= idmap.getAttribute(EXTENSION_NAME_ATTRIBUTE); in registerExtensions()
H A DXMLCompareAddIdMapDialog.java41 …public XMLCompareAddIdMapDialog(Shell parent, IdMap idmap, HashMap idmaps, HashMap idmapsInternal,… in XMLCompareAddIdMapDialog() argument
50 fIdMap= idmap; in XMLCompareAddIdMapDialog()
/dports/math/kig/kig-21.12.3/filters/
H A Dnative-filter.cc634 std::map<const ObjectCalcer*, int> idmap; in save07() local
637 idmap[*i] = ( i - calcers.begin() ) + 1; in save07()
669 std::map<const ObjectCalcer*,int>::const_iterator idp = idmap.find( *i ); in save07()
670 assert( idp != idmap.end() ); in save07()
685 std::map<const ObjectCalcer*,int>::const_iterator idp = idmap.find( ( *i )->calcer() ); in save07()
686 assert( idp != idmap.end() ); in save07()
702 std::map<const ObjectCalcer*,int>::const_iterator ncp = idmap.find( namecalcer ); in save07()
703 assert( ncp != idmap.end() ); in save07()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/snapshot/containerd/
H A Dsnapshotter.go14 func NewSnapshotter(name string, snapshotter snapshots.Snapshotter, ns string, idmap *idtools.Ident…
15 return snapshot.FromContainerdSnapshotter(name, &nsSnapshotter{ns, snapshotter}, idmap)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/snapshot/containerd/
H A Dsnapshotter.go14 func NewSnapshotter(name string, snapshotter snapshots.Snapshotter, ns string, idmap *idtools.Ident…
15 return snapshot.FromContainerdSnapshotter(name, &nsSnapshotter{ns, snapshotter}, idmap)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/snapshot/containerd/
H A Dsnapshotter.go14 func NewSnapshotter(name string, snapshotter snapshots.Snapshotter, ns string, idmap *idtools.Ident…
15 return snapshot.FromContainerdSnapshotter(name, &nsSnapshotter{ns, snapshotter}, idmap)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/moby/buildkit/snapshot/containerd/
H A Dsnapshotter.go14 func NewSnapshotter(name string, snapshotter snapshots.Snapshotter, ns string, idmap *idtools.Ident…
15 return snapshot.FromContainerdSnapshotter(name, &nsSnapshotter{ns, snapshotter}, idmap)
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Surface_mesh/
H A DMesh_segmentation_plugin.cpp41 Fidmap idmap) in FaceGraph_with_id_to_vector_property_map()
42 : internal_vector(internal_vector), idmap(idmap) in FaceGraph_with_id_to_vector_property_map()
47 return (*internal_vector)[get(idmap, key)]; in operator []()
51 Fidmap idmap; member
/dports/science/lammps/lammps-stable_29Sep2021/tools/drude/
H A Dpolarizer.py112 self.idmap = {}
237 self.idmap[atom['n']] = atom
242 atom = self.idmap[int(tok[0])]
318 self.idmap[natom] = newatom
421 self.idmap[atom['n']] = atom
426 atom = self.idmap[int(tok[0])]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/tests/FunctionalTests/NetworkFiles/
H A Dsmb.conf175 ; idmap uid = 10000-20000
176 ; idmap gid = 10000-20000
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/cache/contenthash/
H A Dchecksum.go55 func GetCacheContext(ctx context.Context, md *metadata.StorageItem, idmap *idtools.IdentityMapping)…
56 return getDefaultManager().GetCacheContext(ctx, md, idmap)
100 func (cm *cacheManager) GetCacheContext(ctx context.Context, md *metadata.StorageItem, idmap *idtoo…
110 cc, err := newCacheContext(md, idmap)
156 idmap *idtools.IdentityMapping member
196 func newCacheContext(md *metadata.StorageItem, idmap *idtools.IdentityMapping) (*cacheContext, erro…
202 idmap: idmap,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/builder/builder-next/
H A Dexecutor_unix.go26 …et libnetwork.NetworkController, dnsConfig *oci.DNSConfig, rootless bool, idmap *idtools.IdentityM…
38 IdentityMapping: idmap,
/dports/graphics/graphviz/graphviz-2.44.1/lib/cgraph/
H A Did.c24 static long idmap(void *state, int objtype, char *str, IDTYPE *id, in idmap() function
86 idmap,
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/builder/builder-next/
H A Dexecutor_unix.go27 …et libnetwork.NetworkController, dnsConfig *oci.DNSConfig, rootless bool, idmap *idtools.IdentityM…
39 IdentityMapping: idmap,
/dports/net/samba412/samba-4.12.15/selftest/flapping.d/
H A Drfc23071 ^idmap.rfc2307.Testing for expected group memberships

12345678910>>...28