Searched +refs:val +refs:file (Results 1 - 7 of 7) sorted by relevance

/inkscape/share/filters/
H A Dsamplify.py1 # This script produces a sample SVG demonstrating all filters in a filters file.
3 # It takes two inputs: the sample file with the object that will be cloned and filtered, and
4 # the file with filters (such as Inkscape's share/filters/filters.svg).
33 val = tag
35 val = "{%s}%s" % (NSS[ns], tag)
36 return val
88 file = sys.argv[1] variable
91 f,err = os.popen3('inkscape --query-%s --query-id=%s "%s"' % (query,id,file))[1:]
/inkscape/src/
H A Dinkscape.cpp2 * @file
14 * Released under GNU GPL, read the file 'COPYING' for more information
309 // Remove the oldest file
328 // Try to save the file
329 FILE *file = Inkscape::IO::fopen_utf8name(full_path, "w"); local
331 if (file) {
333 sp_repr_save_stream(repr->document(), file, SP_SVG_NS_URI);
341 fclose(file);
600 FILE *file = 0; local
605 file
1237 gchar const *val = g_getenv("INKSCAPE_PORTABLE_PROFILE_DIR"); local
[all...]
H A Dcolor-profile.cpp322 if (docbase) { // The file has already been saved
326 //# 2. Get href of icc file. we don't care if it's rel or abs
569 guint32 val = color.toRGBA32(0); local
587 static_cast<guchar>(SP_RGBA32_R_U(val)),
588 static_cast<guchar>(SP_RGBA32_G_U(val)),
589 static_cast<guchar>(SP_RGBA32_B_U(val)),
826 for (gchar const *file = g_dir_read_name(dir); file != NULL; file = g_dir_read_name(dir)) {
827 gchar *filepath = g_build_filename(it->c_str(), file, NUL
[all...]
/inkscape/src/xml/
H A Drepr-io.cpp10 * Released under GNU GPL, read the file 'COPYING' for more information
137 // First peek in the file to see what it is
144 //g_message(" the file being read is gzip'd. extract it");
190 // First get data from file in typical way (cache it all)
326 * Reads XML from a file, including WMF files, and returns the Document.
331 // g_warning( "Reading file: %s", filename );
339 g_warning("Can't open file: %s (doesn't exist)", filename);
342 /* fixme: A file can disappear at any time, including between now and when we actually try to
478 * Reads in a XML file to create a Document
529 // icons.svg). How can one tell if a file i
723 FILE *file = Inkscape::IO::fopen_utf8name(filename, "w"); local
763 repr_quote_write(Writer &out, const gchar * val) argument
778 repr_write_comment( Writer &out, const gchar * val, bool addWhitespace, gint indentLevel, int indent ) argument
[all...]
/inkscape/src/ui/dialog/
H A Dexport.cpp13 * Released under GNU GPL, read the file 'COPYING' for more information
56 #include "file.h"
170 batch_export(_("B_atch export all selected objects"), _("Export each selected object into its own PNG file, using export hints if any (caution, overwrites without asking!)")),
354 export_button.set_tooltip_text (_("Export the bitmap file with these settings"));
488 Glib::RefPtr<Gtk::Adjustment> Export::createSpinbutton( gchar const * /*key*/, float val, float min, float max, argument
495 Gtk::Adjustment * Export::createSpinbutton( gchar const * /*key*/, float val, float min, float max,
504 Glib::RefPtr<Gtk::Adjustment> adj = Gtk::Adjustment::create(val, min, max, step, page, 0);
506 Gtk::Adjustment *adj = new Gtk::Adjustment ( val, min, max, step, page, 0 );
1069 _("Exporting file <b>%s</b>..."), safeFile), desktop);
1071 _("Exporting file <
1397 gchar *file; local
1901 setValuePx(Glib::RefPtr<Gtk::Adjustment>& adj, double val) argument
[all...]
H A Ddocument-properties.cpp2 * @file
18 * Released under GNU GPL. Read the file 'COPYING' for more information
452 char val = str.at(0); local
453 if (((val < 'A') || (val > 'Z'))
454 && ((val < 'a') || (val > 'z'))
455 && (val != '_')
456 && (val != ':')) {
460 char val local
493 Glib::ustring file = pairs[row].first; local
[all...]
/inkscape/
H A Dbuildtool.cpp27 * To use this file, compile with:
37 * gettimeofday() might be missing. If so, just build this file with
916 * Parse a named XML file. The file is loaded like a data file;
918 * @param fileName the name of the file to read
1982 { URI::SCHEME_FILE, "file:", 0 },
2369 long val = strtol(pstr, &endStr, 10); local
2371 port = val;
2617 error("unknown file
2674 setDirectory(const String &val) argument
2680 setFiles(const std::vector<String> &val) argument
2692 setIncludes(const std::vector<String> &val) argument
2704 setExcludes(const std::vector<String> &val) argument
2797 setDirectory(const String &val) argument
2803 setFiles(const std::vector<String> &val) argument
2920 setLine(int val) argument
2933 setProperty(const String &name, const String &val) argument
2943 String val; local
3275 setPath(const String &val) argument
3287 setPrefix(const String &val) argument
4470 String val; local
4490 String val; local
4521 String val; local
4530 String val; local
4539 String val; local
4548 String val; local
4596 String val; local
4692 int val = atoi(s.c_str()); local
5105 removeFile(const String &file) argument
5324 String val; local
5340 long val = strtol(s, &ends, 10); local
5808 setSourceDirectory(const String &val) argument
6610 setType(int val) argument
8420 String val = ""; local
9139 setName(const String &val) argument
9151 setDescription(const String &val) argument
9157 addDependency(const String &val) argument
9163 parseDependencies(const String &val) argument
9181 setIf(const String &val) argument
9193 setUnless(const String &val) argument
9199 addTask(Task *val) argument
9644 String val; local
9687 String val; local
9773 String val; local
10107 parseProperty(const String &s, String &name, String &val) argument
[all...]

Completed in 112 milliseconds