Searched refs:txt (Results 1 - 19 of 19) sorted by relevance
/pkg/doc/ |
H A D | Makefile | 49 apt.txt \ 50 catalog.txt \ 51 deduction.txt \ 52 elf-jar-handling.txt \ 53 es-requirements.txt \ 54 file-metadata.txt \ 55 filter.txt \ 56 image.txt \ 57 multi-platform.txt \ 58 one-pager-main.txt \ [all...] |
/pkg/doc/dev-guide/ |
H A D | Makefile | 40 # the png logo we use in macros.txt, referenced by 41 # developer-guide.txt 47 BOOK_FRAGMENTS= developer-guide.txt \ 48 chpt1.txt \ 49 chpt2.txt \ 50 chpt3.txt \ 51 chpt4.txt \ 52 chpt5.txt \ 53 chpt6.txt \ 54 chpt7.txt \ [all...] |
/pkg/src/modules/ |
H A D | nrlock.py | 67 for filenm, lno, func, txt in \ 71 if txt: 72 errbuf += "\n {0}".format(txt.strip())
|
/pkg/src/pkg/ |
H A D | Makefile | 166 $(PKGDEPEND) resolve -e external_deps.txt -m $(DEPENDED) 197 # the lint run, please edit external_deps.txt 202 @# Ensure that the shipped pkglint_whitelist.txt is self-consistent. 206 @env LC_ALL=C sort pkglint_whitelist.txt | diff - pkglint_whitelist.txt 217 cat external_deps.txt >> $(PDIR)/pkglintrc; \ 223 diff pkglint_whitelist.txt - \ 226 > $(PDIR)/pkglint-out-diff.txt; \ 229 $(PDIR)/pkglint-out-diff.txt \ 230 > $(PDIR)/pkglint-out-fixes.txt; \ [all...] |
/pkg/src/modules/actions/ |
H A D | group.py | 111 txt = _("Group cannot be installed. " 115 error=e, details=txt, 130 txt = _("Group cannot be installed " 134 details=txt, fmri=pkgplan.destination_fmri)
|
H A D | user.py | 193 txt = _("User cannot be installed without user " 196 details=txt, fmri=pkgplan.destination_fmri) 206 txt = _("{group} is an unknown or invalid group").format( 209 details=txt, fmri=pkgplan.destination_fmri)
|
H A D | license.py | 208 chash, txt = misc.get_data_digest(fh, 212 return misc.force_str(txt)
|
/pkg/src/ |
H A D | pull.py | 989 txt = str(e) + "\n\n" 990 txt += _("To create a repository, use the pkgrepo command.") 991 abort(err=txt) 1042 txt = _("\nThe following publishers are present in the " 1047 txt += "\n {0}\n".format(p) 1048 abort(err=txt) 1191 txt = _("Unable to copy manifest: {0}").format(e) 1192 abort(err=txt) 1287 txt = _("Pkgrepo verify found errors in the updated repository." 1290 txt 1772 txt = "\\n" variable [all...] |
H A D | Makefile | 88 $(PEP8) --statistics --count `cat tests/pep8-whitelist.txt`
|
H A D | client.py | 963 fd, path = tempfile.mkstemp(suffix=".txt", prefix="release-notes") 1609 txt = str(e) 1611 txt += "\n\n" + _("Please provide one of the package " 1613 error("\n" + txt, cmd=op) 3544 txt = _("pkg: {succeeded}/{total} catalogs successfully " 3549 logger.error(txt) 3551 msg(txt) 3683 txt = _("Could not refresh the catalog for {0}\n").format( 3686 txt += " \n{0}".format(err) 3687 return EXIT_OOPS, txt [all...] |
/pkg/src/util/publish/ |
H A D | pkgsurf.py | 765 txt = _("Publisher {0} not found in reference " 768 abort(err=txt) 770 txt += _(" Skipping.") 771 msg(txt)
|
/pkg/src/modules/flavor/ |
H A D | python.py | 81 self.txt = str(s_err) 88 "{col}. The problem was:\n{txt}").format(**self.__dict__)
|
/pkg/src/modules/client/ |
H A D | client_api.py | 574 txt = _("pkg: {succeeded}/{total} catalogs successfully " 580 error = {"reason": txt, "errtype": "catalog_refresh"} 582 error = {"info": txt, "errtype": "catalog_refresh"} 1122 txt = str(e) variable 1124 txt += "\n\n" + _("Please provide one of the package " 1126 _error_json("\n" + txt, cmd=op, errors_json=errors_json) 1870 txt = "" 1872 txt += "\n" 1873 txt += _("Removal failed for '{pub}': {msg}").format( 1875 txt [all...] |
H A D | api_errors.py | 2276 def __init__(self, txt): 2277 self.txt = txt 2280 return self.txt
|
H A D | publisher.py | 29 # interfaces and must be fully documented in doc/client_api_versions.txt 3109 txt = self.properties.get(SIGNATURE_POLICY, 3112 self.__sig_policy = sigpolicy.Policy.policy_factory(txt, names)
|
H A D | image.py | 113 For image format details, see section 5.3 of doc/on-disk-format.txt 302 txt = self.cfg.get_policy_str(imageconfig.SIGNATURE_POLICY) 305 self.__sig_policy = sigpolicy.Policy.policy_factory(txt, names) 550 # XXX Incomplete with respect to doc/image.txt description of
|
/pkg/src/tests/cli/ |
H A D | t_pkgrecv.py | 1112 txt = original_txt.replace("type=require", "type=foo") 1114 fh.write(txt) 1133 txt = "foop\n" + original_txt 1135 fh.write(txt)
|
H A D | t_pkg_linked.py | 4199 def __mk_bin(self, path, txt): 4201 print(txt, file=fobj)
|
/pkg/src/modules/publish/ |
H A D | dependencies.py | 1638 def __safe_fmri_parse(txt): 1641 dep_name = fmri.PkgFmri(txt).pkg_name
|
Completed in 106 milliseconds