Searched refs:files (Results 1 - 11 of 11) sorted by relevance

/inkscape/packaging/wix/
H A Dinstall.bat2 @echo build files.wxs
3 python files.py
12 candle files.wxs
16 light -ext WixUIExtension -ext WiXUtilExtension inkscape.wixobj files.wixobj -o inkscape-%INKSCAPE_VER%.msi
H A Dfiles.py4 # list files in directory
19 list all files and directory recursivly
24 # first list files within directory
25 files = [ f for f in os.listdir(root) if os.path.isfile(os.path.join(root,f)) and f not in exclude]
26 for file in files:
62 with open('files.wxs', 'w') as wxs:
63 wxs.write("<!-- do not edit, this file is created by files.py tool any changes will be lost -->\n")
73 print "found %d files" % len(file_ids.keys())
/inkscape/src/
H A Ddeptool.cpp37 # This is a list of files to exclude from building, using DepTool
54 2. Run deptool. This will take a few seconds to scan all of your files
55 and make its dependency lists. Three files are created:
56 make.files: lists all of the files that were considered
61 and recursively determines which other files include it, and how
156 * Used to list files ref'd by this one, in the case of allFiles,
157 * or other files which reference this one, such as refFiles;
159 std::map<String, FileRec *> files; member in class:FileRec
178 files
[all...]
H A Dcolor-profile.cpp813 std::vector<Glib::ustring> files; local
832 files.push_back( filepath );
848 return files;
856 std::vector<Glib::ustring> files = getProfileFiles(); local
857 for ( std::vector<Glib::ustring>::const_iterator it = files.begin(); it != files.end(); ++it ) {
945 std::vector<Glib::ustring> files = ColorProfile::getProfileFiles(); local
947 for ( std::vector<Glib::ustring>::const_iterator it = files.begin(); it != files.end(); ++it ) {
/inkscape/cxxtest/
H A Dcxxtest.spec34 %files
H A Dcxxtestgen.py53 files = parseCommandline()
54 scanInputFiles( files )
148 '''Set input files specified on command line'''
149 files = expandWildcards( patterns )
150 if len(files) is 0 and not root:
151 usage( "No input files found" )
152 return files
167 def scanInputFiles(files):
168 '''Scan all input files for test suites'''
169 for file in files
[all...]
/inkscape/po/
H A Dlanguage_statistics.sh34 msgcat --files-from=$PO_FILES --output=$PO_MESSAGES
39 # Fully translated files always return one remaining fuzzy entry...
/inkscape/
H A Ddistro133 files="/etc/mandrake-release /etc/SuSE-release \
138 for file in $files; do
H A Dbuildtool.cpp2567 std::vector<String> files;
2681 { files = val; }
2687 { return files; }
2717 { return files.size(); }
2723 { return files[index]; }
2731 files.clear();
2742 files = other.files;
2748 std::vector<String> files; member in class:buildtool::FileSet
2758 * This is a simpler, explicitly-named list of files
2843 std::vector<String> files; member in class:buildtool::FileList
5667 std::map<String, FileRec *> files; member in class:buildtool::FileRec
5743 std::vector<String> files; member in class:buildtool::DepRec
[all...]
/inkscape/CMakeScripts/
H A Dcmake_consistency_check.py203 # find missing C files:
228 # First do stupid check, do these files exist?
254 raise Exception("CMake referenecs missing files, aborting!")
258 # now check on files not accounted for.
285 for files in (global_c, global_h):
286 for f in sorted(files):
/inkscape/cxxtest/sample/msvc/
H A DFixFiles.bat25 print STDERR " --tests=SPEC Use SPEC for the test files (default: '../gui/*.h ../*.h')\n\n";

Completed in 225 milliseconds