Lines Matching defs:file

5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
383 # for localizable file package (regarding themes, install
446 # The apache-based depot includes an shtml file we add to the resource dir
820 for file in files:
821 if isinstance(file, six.string_types):
822 infile = file
824 os.path.basename(file))
826 infile, outfile = file
857 file=sys.stderr)
859 file=sys.stderr)
928 by comparing file set described in po/POTFILES.{in,skip} and
942 print("New file(s) with translatable strings detected:",
943 file=sys.stderr)
945 print("--------", file=sys.stderr)
947 print("{0}".format(fn.strip()), file=sys.stderr)
948 print("--------", file=sys.stderr)
951 Please evaluate whether any of the above file(s) needs localization.
954 Please be sure to maintain alphabetical ordering in both files.""", file=sys.stderr)
960 in the workspace:""", file=sys.stderr)
962 print("--------", file=sys.stderr)
964 print("{0}".format(fn.strip()), file=sys.stderr)
965 print("--------", file=sys.stderr)
968 print("Please remove the file names from po/POTFILES.in",
969 file=sys.stderr)
987 print("Failed in generating pkg.pot.", file=sys.stderr)
1040 """, file=sys.stderr)
1042 print(line.rstrip(), file=sys.stderr)
1071 print(l, file=fdst)
1078 print(l, file=fdst)
1084 """Input is English XML file. Output is pkg_help.pot, message
1095 """Input is English XML file and <lang>.po file (which contains
1096 translations). Output is translated XML file.
1112 ("file=", "f", "source file to copy"),
1114 ("mode=", "m", "file mode"),
1117 description = "De-CDDLing file copy"
1120 self.file = None
1134 dest_file = os.path.join(self.dest, os.path.basename(self.file))
1135 ret = self.copy_file(self.file, dest_file)
1155 file=sys.stderr)
1159 """ Run python's compiler over the file, and discard the results.
1160 Arrange to generate an exception if the file does not compile.
1188 # that looks at the argument indicating the output file, chdirs to its
1189 # directory, and runs the real link with the output file set to just the base
1190 # name of the file.
1286 # files to be unchanged unless the .py file content changed.
1301 file=sys.stderr)
1363 # If the timestamp on the source file (coming from mercurial if
1383 # Force a copy of the file if the source timestamp is different
1396 # If we copied the file, then we need to go and readjust the
1397 # timestamp on the file to match what we have in our database.
1420 The input should be a list of the output file paths. The corresponding
1473 """Remove a file without caring whether it exists."""
1535 ("baselinefile=", 'b', "baseline file <file>"),
1541 ("timing", "t", "timing file <file>"),
1717 # install localizable .xml and its .pot file to put into localizable file package
1723 # install English .pot file to put into localizable file package
1728 # install English manpage sources to put into localizable file package