/pkg/src/modules/client/ |
H A D | indexer.py | 60 ss.consistent_open(self._data_dict.values(), 67 for d in self._data_dict.values():
|
H A D | actuator.py | 145 special values are allowed: 195 values = attrs[a] 196 if not isinstance(values, list): 197 values = [values] 198 dictionary.setdefault(a, set()).update(values)
|
H A D | imageconfig.py | 55 # pkg(7) and their default values. Calls to the ImageConfig.get_policy method 98 # Token used for default values. 359 """Support values() on publishers""" 360 return list(self.__publishers.values()) 405 'overrides' is an optional dictionary of property values indexed 407 to override any default values initially assigned during reset. 534 """Sets the values of the property objects matching those found 674 # sys_cfg proxy values should 701 # list contains unique values. We must check for 708 values [all...] |
H A D | publisher.py | 85 # Mapping of constant values to names (in the event these ever get changed to 86 # numeric values or it is decided they need "prettier" or different labels). 186 "'proxy' values were used to create a " 703 "OS environment variables, and expands any $user:$password values.") 2516 new values, then values are added to properties, and finally 2517 values are removed from properties.""" 2527 # Add new values to properties. 2537 # Remove values from properties. 2770 # values [all...] |
H A D | client_api.py | 447 environment, collect the values. Some transport errors are 1606 # Get sanitized SSL Cert/Key input values. 1999 list(field_data.values())), key=key_fields))) 2080 values = map(get_value, 2082 field_data.values()), key=key_fields) 2085 for e in values: 2114 values = map(get_value, 2116 field_data.values()), key=key_fields) 2119 for e in values: 2131 values [all...] |
H A D | imageplan.py | 450 def __add_actuator(self, trigger_fmri, trigger_op, exec_op, values, 457 'values' contains the fmris of the pkgs which should get 460 if not isinstance(values, list): 461 values = [values] 466 self.image, values, self.MATCH_INST_STEMS, pub_ranks=pub_ranks, 470 for m in matched_vals.values(): 483 t not in installed_dict.values()) or \ 485 and t in installed_dict.values()): 518 # Ignore values whic [all...] |
H A D | progress.py | 68 as v1=3 v2=200, such that for all anticipated values of v1 (0 through 458 "can't set values after explicit done(). " \ 752 max(len(x) for x in self.phase_names.values()) 1480 total_actions = sum(x.items for x in self._actionitems.values()) 2123 sum(x.items for x in self._actionitems.values()) 2125 sum(x.goalitems for x in self._actionitems.values()) 2133 sum(x.goalitems for x in self._actionitems.values()) 2135 sum(x.elapsed() for x in self._actionitems.values()) 2499 sum(x.items for x in self._actionitems.values()) 2501 sum(x.goalitems for x in self._actionitems.values()) [all...] |
H A D | image.py | 615 for pub in self.cfg.publishers.values(): 646 for pub in self.cfg.publishers.values(): 1041 values. 1044 values. 1046 'facets' is an optional dictionary of facet names and values. 1265 for p in self.cfg.publishers.values() 1268 p for p in alt_pubs.values() 1686 for p in self.cfg.publishers.values(): 3652 publist = set(p.prefix for p in self.get_publishers().values()) 3775 return list(__calc_frozen().values()) [all...] |
/pkg/src/modules/solver/ |
H A D | solver.c | 173 lbool* values = s->assigns; local 179 if (values[next] == l_Undef) 224 if (values[next] == l_Undef) 345 lbool* values = s->assigns; local 352 if (values[lit_var(lits[i])] == sig) 402 lbool* values = s->assigns; local 404 lbool val = values[v]; 420 values [v] = sig; 444 lbool* values; local 453 values 490 lbool* values = s->assigns; local 689 lbool* values = s->assigns; local 868 lbool* values = s->assigns; local 1077 lbool* values; local 1168 lbool* values = s->assigns; local [all...] |
/pkg/src/tests/cli/ |
H A D | t_util_merge.py | 174 nlist = nlist.values() 178 for dc in self.dcs.values():
|
H A D | t_pkgmerge.py | 369 values.""" 574 # works as expected when specifying two variant values. 599 nlist = sorted(nlist.values()) 649 # Next, verify that merging packages for three variant values 676 nlist = sorted(nlist.values()) 822 nlist = sorted(nlist.values()) 926 nlist = sorted(nlist.values()) 935 # arch values by using an empty repository.
|
/pkg/src/modules/ |
H A D | p5s.py | 206 values = set() 209 if item not in values: 210 values.add(item)
|
H A D | indexer.py | 192 res = ss.consistent_open(self._data_dict.values(), directory, 204 for d in self._data_dict.values(): 216 for d in self._data_dict.values(): 394 the values which matched the token for the action and key it's 680 for fh in self.at_fh.values(): 682 for fh in self.st_fh.values(): 695 for d in self._data_dict.values(): 840 ss.consistent_open(self._data_dict.values(), 849 for d in self._data_dict.values(): 895 for d in self._data_dict.values() [all...] |
H A D | query_parser.py | 1203 tmp = list(tq_gdd.values()) 1216 tmp = list(tq_gdd.values()) 1248 tmp = list(tq_gdd.values()) 1260 for d in tq_gdd.values(): 1269 for d in tq_gdd.values(): 1501 # Get the values which matched this
|
H A D | misc.py | 1081 values, iterator, fgetdefault, fsetdefault, update, pop): 1088 self.__values = values 1125 def values(self): member in class:DictProperty.__InternalProxy 1128 "values") 1157 keys=None, values=None, iterator=None, doc=None, fgetdefault=None, 1165 self.__values = values 1434 (option, default_value, [valid values], [json schema]) 1450 with all the specified argument values. 1543 """Process option values.""" 1680 """Returns a string containing a listing defined by provided values [all...] |
H A D | catalog.py | 118 hex-encoded digest values of the text of the catalog.""" 679 """Returns a tuple of integer values (package_count, 992 'operation' must be one of the following constant values 1646 for part in self.__parts.values(): 1913 for part in self.__parts.values(): 1929 for part in self.__parts.values(): 1932 for ulog in self.__updates.values(): 1945 for part in self.__parts.values(): 1948 for ulog in self.__updates.values(): 2005 for part in self.__parts.values() [all...] |
H A D | p5p.py | 96 in the archive. Possible values are: 1160 return list(self.__pubs.values()) 1192 return list(self.__pubs.values()) 1247 for pub in self.__pubs.values():
|
H A D | facet.py | 54 # SYSTEM facets are facets whose values are assigned by the system. 84 # inherited and set locally, both values are preserved, but the 86 # local values while they are masked using pkg(1), but as long as the 87 # values are masked they will not affect image planning operations. 145 """Compare the facet values of two Facets objects. This 146 comparison ignores any masked values.""" 152 """Compare all the facet values of two Facets objects. This 153 comparison takes masked values into account.""" 166 values into account.""" 381 """Find the subset of facet key/values pair 456 def values(self): member in class:Facets [all...] |
H A D | cfgfiles.py | 128 """ returns dictionary of default string values - ignores 135 """ update existing record, using orig values if missing 146 # bring in any missing values as defaults if not None 176 """ print out values in file format """ 370 for t in self.index.values() 445 w/ lists for values"""
|
/pkg/src/modules/client/transport/ |
H A D | stats.py | 47 # uses TransportRepoURI.key() values as its key. 83 for ds in self.__rsobj.values(): 204 for v in self.__rsobj.values(): 404 may return different values.""" 529 and "no_proxy" values will override this value in
|
/pkg/src/util/log-scripts/ |
H A D | an_report.py | 273 for n in data.values():
|
/pkg/src/ |
H A D | sign.py | 280 for v_list in ms.values():
|
/pkg/src/util/publish/ |
H A D | pkgmerge.py | 271 usage(_("Source {source} missing values for " 275 for combo in itertools.product(*vcombos.values()): 471 variant_list a list of dicts containing variant names/values 620 # Build the list of sources, fmris, and variant values 699 m = [v for v in merged.values() if v != null_manifest] 954 for d in ret.values():
|
H A D | pkgdiff.py | 187 # of the same name have the same values defined. 193 # Now, get a list of all possible variant values, including None 209 for tup in product(*v_values.values()): 211 # matching current variant values... this is needed to 213 # actions w/ same key attribute values or getting dups
|
/pkg/src/modules/client/linkedimage/ |
H A D | common.py | 110 # special linked image name values (PROP_NAME) 113 # linked image model values (PROP_MODEL) 187 for rvtuple in rvdict.values() 551 that is affected by property values.""" 867 # guessed values which the user can subsequently 911 # specified, and that they have allowed values. 1613 # keep track of all the return values that are mapped 1619 # if we had errors for unmapped return values, bundle them up 1943 _lic_list=list(lic_dict.values()), 1970 _lic_list=list(lic_dict.values()), [all...] |