Searched refs:notfound (Results 1 - 9 of 9) sorted by relevance
/pkg/src/tests/api/ |
H A D | t_api_info.py | 143 notfound = ret[api.ImageInterface.INFO_MISSING] 148 self.assertTrue(len(notfound) == 2) 154 notfound = ret[api.ImageInterface.INFO_MISSING] 160 notfound = ret[api.ImageInterface.INFO_MISSING] 168 notfound = ret[api.ImageInterface.INFO_MISSING] 179 notfound = ret[api.ImageInterface.INFO_MISSING] 190 notfound = ret[api.ImageInterface.INFO_MISSING] 235 notfound = ret[api.ImageInterface.INFO_MISSING] 237 self.assertTrue(len(notfound) == 1) 249 notfound [all...] |
/pkg/src/modules/server/ |
H A D | api.py | 294 notfound = [] 307 notfound.append(pattern) 354 notfound.append(f) 358 notfound.append(f) 399 self.INFO_MISSING: notfound,
|
/pkg/src/ |
H A D | pkgrepo.py | 581 notfound = req_props - found 585 notfound = set() 618 if found and notfound: 637 notfound = pubs - found 641 notfound = set() 650 if found and notfound: 730 notfound = req_props - found 734 notfound = set() 771 if found and notfound: 828 notfound [all...] |
H A D | client.py | 2354 notfound = requested_mediators - found 2357 notfound = set() 2413 if found and notfound: 3397 notfound = EmptyI variable 3425 notfound = e.notfound variable 3494 if notfound: 3508 for p in notfound:
|
/pkg/src/tests/cli/ |
H A D | t_pkgmogrify.py | 116 "fmrisaved": "<transform set name=pkg.fmri -> print test of \"%(valuee;notfound=noprint)\" ... or is it?>", 117 "fmriqsaved": "<transform set name=pkg.fmri -> print test of \"%(valuee;notfound=\"got quotes\")\" ... or is it?>", 118 "fmrinotsaved": "<transform set name=pkg.fmri -> print test of \"%(value;notfound=noprint)\" ... or is it?>", 130 "synthetic5": "<transform set -> print %(action.hash;notfound=something)>", 491 # When the attribute is missing but a notfound token is present, 496 # If the notfound value has quotes, the quoted value should show 501 # When a notfound value is present, but the original attribute 502 # is also present, the notfound value should be ignored. 540 # The "action.hash" attribute can have a "notfound" value.
|
/pkg/src/modules/client/ |
H A D | api_errors.py | 1289 def __init__(self, illegal=EmptyI, matcher=EmptyI, notfound=EmptyI, 1294 self.notfound = set(notfound) 1298 self.notfound.update(matcher) 1299 self.notfound.update(publisher) 1300 self.notfound.update(version) 1301 self.notfound = sorted(list(self.notfound)) 1303 assert self.illegal or self.notfound
|
H A D | client_api.py | 772 ).format("\n ".join(e.notfound)), cmd=op, 780 "\n ".join(e.notfound)), cmd=op, 791 patterns=e.notfound, raise_unmatched=True): 795 not_installed = exc.notfound 814 "\n ".join(e.notfound)), cmd=op, 818 if found and e.notfound: 2286 notfound = ret[api.ImageInterface.INFO_MISSING] 2420 if notfound: 2439 for p in notfound:
|
H A D | api.py | 4263 notfound = set(pat_tuples.keys()) - matched_pats 4264 if raise_unmatched and notfound: 4265 raise apx.InventoryException(notfound=notfound) 4493 rval[self.INFO_MISSING] = e.notfound
|
/pkg/src/modules/publish/ |
H A D | dependencies.py | 1738 e.notfound.remove("*") 1741 unmatched_patterns.update(e.notfound)
|
Completed in 74 milliseconds