Lines Matching defs:script
37 #include "script.h"
82 given script. It also tracks the preference to use to overwrite
140 /** \brief This function creates a script object and sets up the
142 \return A script object
306 if (!strcmp(child_repr->name(), INKSCAPE_EXTENSION_NS "script")) {
362 if (!strcmp(child_repr->name(), INKSCAPE_EXTENSION_NS "script")) {
546 the script.
564 put the output of the script into the final output file. We then
645 exists at the time, the other is created by that script). At that
1018 std::string script = interpreted ? in_command.back() : "";
1034 // containing the script.
1035 working_directory = Glib::path_get_dirname(script);
1036 script = Glib::path_get_basename(script);
1044 argv.push_back(script);
1108 _("Inkscape has received additional data from the script executed. "
1109 "The script did not return an error, but this may indicate the results will not be as expected."));