Searched refs:local (Results 1 - 6 of 6) sorted by relevance
/pkg/src/tests/api/ |
H A D | t_api_info.py | 49 for both local (installed or cached) and remote packages.""" 122 local = True 129 ret = api_obj.info(["jade"], local, info_needed) 141 local, info_needed) 152 ret = api_obj.info(["j*"], local, info_needed) 158 ret = api_obj.info(["*a*"], local, info_needed) 164 local = False 166 ret = api_obj.info(["jade"], local, info_needed) 177 ret = api_obj.info(["amber"], local, info_needed) 188 ret = api_obj.info(["turquoise"], local, info_neede [all...] |
/pkg/src/modules/ |
H A D | facet.py | 85 # inherited value masks the local value. Users can list and update 86 # local values while they are masked using pkg(1), but as long as the 88 # Once an inherited facet that masks a local facet is removed, the 89 # local facet will be restored. 93 FACET_SRC_LOCAL = "local" 137 facet sources (local vs parent) and names, we're essentially 180 # computations. (Priority changes can occur when local or 188 # still possible that we're changing the set of local or 190 # computations. For example: we could be adding a local 193 # local withou 516 def local(self): member in class:Facets [all...] |
/pkg/src/ |
H A D | client.py | 33 # Client graph is of the entire local catalog. As operations progress, package 36 # Deduction operation allows the compilation of the local component of the 2837 local = remote = case_sensitive = False 2854 local = True 2869 if not local and not remote: 2911 if local: 3285 local = False 3317 local = True 3352 if local: 3427 if local an [all...] |
/pkg/src/modules/client/ |
H A D | imageconfig.py | 209 "local", "system"], default="local"), 214 "local", "system"], default="local"), 580 # save local facets 581 for f in self.facets.local: 583 quote(f, ""), self.facets.local[f])
|
H A D | api.py | 533 "version-source": (site|vendor|system|local), 535 "implementation-source": (site|vendor|system|local), 779 "version-source": (site|vendor|system|local), 781 "implementation-source": (site|vendor|system|local), 922 # local or inherited wildcard facet, or via a 2480 """Given a local time value string, formatted with 2499 """Given a local timestamp, either as a discrete value, or a 4268 def info(self, fmri_strings, local, info_needed, ranked=False, 4271 of fmri_names for which information is desired. local 4294 if local [all...] |
/pkg/src/modules/client/transport/ |
H A D | transport.py | 2255 network-based sources are preferred over local sources. If 2326 # local. Realistically, it could be an NFS mount, etc. 3276 local = scheme == "file" 3287 if (local or uploaded < 3289 # If the repository is local
|
Completed in 848 milliseconds