Searched refs:error (Results 1 - 25 of 65) sorted by relevance

123

/inkscape/src/
H A Drequire-config.h2 # error "Must #include config.h (ifdef HAVE_CONFIG_H) before anything else."
/inkscape/src/extension/dbus/wrapper/
H A Dinkscape-dbus-wrapper.h41 inkscape_delete_all (DocumentInterface *doc, GError **error);
45 inkscape_call_verb (DocumentInterface *doc, const char * IN_verbid, GError **error);
50 inkscape_rectangle (DocumentInterface *doc, const gint IN_x, const gint IN_y, const gint IN_width, const gint IN_height, GError **error);
54 inkscape_ellipse (DocumentInterface *doc, const gint IN_x, const gint IN_y, const gint IN_width, const gint IN_height, GError **error);
58 inkscape_polygon (DocumentInterface *doc, const gint IN_cx, const gint IN_cy, const gint IN_radius, const gint IN_rotation, const gint IN_sides, GError **error);
62 inkscape_star (DocumentInterface *doc, const gint IN_cx, const gint IN_cy, const gint IN_r1, const gint IN_r2, const gdouble IN_arg1, const gdouble IN_arg2, const gint IN_sides, const gdouble IN_rounded, GError **error);
66 inkscape_spiral (DocumentInterface *doc, const gint IN_cx, const gint IN_cy, const gint IN_r, const gint IN_revolutions, GError **error);
70 inkscape_line (DocumentInterface *doc, const gint IN_x, const gint IN_y, const gint IN_x2, const gint IN_y2, GError **error);
74 inkscape_text (DocumentInterface *doc, const gint IN_x, const gint IN_y, const char * IN_text, GError **error);
78 inkscape_image (DocumentInterface *doc, const gint IN_x, const gint IN_y, const char * IN_text, GError **error);
[all...]
H A Dinkscape-dbus-wrapper.c18 GError *error = NULL; local
19 DBusGConnection *connection = dbus_g_bus_get (DBUS_BUS_SESSION, &error);
20 if (error) {
96 GError *error; local
103 error = NULL;
105 &error);
109 error->message);
110 g_error_free (error);
127 inkscape_delete_all (DocumentInterface *doc, GError **error) argument
130 return org_inkscape_document_delete_all (proxy, error);
135 inkscape_call_verb(DocumentInterface *doc, const char * IN_verbid, GError **error) argument
144 inkscape_rectangle(DocumentInterface *doc, const gint IN_x, const gint IN_y, const gint IN_width, const gint IN_height, GError **error) argument
154 inkscape_ellipse(DocumentInterface *doc, const gint IN_x, const gint IN_y, const gint IN_width, const gint IN_height, GError **error) argument
164 inkscape_polygon(DocumentInterface *doc, const gint IN_cx, const gint IN_cy, const gint IN_radius, const gint IN_rotation, const gint IN_sides, GError **error) argument
174 inkscape_star(DocumentInterface *doc, const gint IN_cx, const gint IN_cy, const gint IN_r1, const gint IN_r2, const gdouble IN_arg1, const gdouble IN_arg2, const gint IN_sides, const gdouble IN_rounded, GError **error) argument
184 inkscape_spiral(DocumentInterface *doc, const gint IN_cx, const gint IN_cy, const gint IN_r, const gint IN_revolutions, GError **error) argument
194 inkscape_line(DocumentInterface *doc, const gint IN_x, const gint IN_y, const gint IN_x2, const gint IN_y2, GError **error) argument
204 inkscape_text(DocumentInterface *doc, const gint IN_x, const gint IN_y, const char * IN_text, GError **error) argument
214 inkscape_image(DocumentInterface *doc, const gint IN_x, const gint IN_y, const char * IN_text, GError **error) argument
224 inkscape_node(DocumentInterface *doc, const char * IN_svgtype, GError **error) argument
234 inkscape_document_get_width(DocumentInterface *doc, GError **error) argument
244 inkscape_document_get_height(DocumentInterface *doc, GError **error) argument
254 inkscape_document_get_css(DocumentInterface *doc, GError **error) argument
264 inkscape_document_set_css(DocumentInterface *doc, const char * IN_stylestring, GError **error) argument
272 inkscape_document_merge_css(DocumentInterface *doc, const char * IN_stylestring, GError **error) argument
280 inkscape_document_resize_to_fit_selection(DocumentInterface *doc, GError **error) argument
288 inkscape_set_attribute(DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, const char * IN_newval, GError **error) argument
296 inkscape_set_int_attribute(DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, const gint IN_newval, GError **error) argument
304 inkscape_set_double_attribute(DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, const gdouble IN_newval, GError **error) argument
312 inkscape_get_attribute(DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, GError **error) argument
322 inkscape_move(DocumentInterface *doc, const char * IN_shape, const gdouble IN_x, const gdouble IN_y, GError **error) argument
330 inkscape_move_to(DocumentInterface *doc, const char * IN_shape, const gdouble IN_x, const gdouble IN_y, GError **error) argument
338 inkscape_object_to_path(DocumentInterface *doc, const char * IN_objectname, GError **error) argument
346 inkscape_get_path(DocumentInterface *doc, const char * IN_shape, GError **error) argument
356 inkscape_transform(DocumentInterface *doc, const char * IN_shape, const char * IN_transformstr, GError **error) argument
364 inkscape_get_css(DocumentInterface *doc, const char * IN_shape, GError **error) argument
374 inkscape_modify_css(DocumentInterface *doc, const char * IN_shape, const char * IN_cssattrib, const char * IN_newval, GError **error) argument
382 inkscape_merge_css(DocumentInterface *doc, const char * IN_shape, const char * IN_stylestring, GError **error) argument
390 inkscape_set_color(DocumentInterface *doc, const char * IN_shape, const gint IN_red, const gint IN_green, const gint IN_blue, const gboolean IN_fill, GError **error) argument
398 inkscape_move_to_layer(DocumentInterface *doc, const char * IN_objectname, const char * IN_layername, GError **error) argument
406 inkscape_get_node_coordinates(DocumentInterface *doc, const char * IN_shape, GError **error) argument
416 inkscape_save(DocumentInterface *doc, GError **error) argument
424 inkscape_save_as(DocumentInterface *doc, const char * IN_pathname, GError **error) argument
432 inkscape_load(DocumentInterface *doc, const char * IN_pathname, GError **error) argument
440 inkscape_mark_as_unmodified(DocumentInterface *doc, GError **error) argument
448 inkscape_close(DocumentInterface *doc, GError **error) argument
456 inkscape_inkscape_exit(DocumentInterface *doc, GError **error) argument
464 inkscape_undo(DocumentInterface *doc, GError **error) argument
472 inkscape_redo(DocumentInterface *doc, GError **error) argument
480 inkscape_pause_updates(DocumentInterface *doc, GError **error) argument
488 inkscape_resume_updates(DocumentInterface *doc, GError **error) argument
496 inkscape_update(DocumentInterface *doc, GError **error) argument
504 inkscape_selection_get(DocumentInterface *doc, GError **error) argument
514 inkscape_selection_add(DocumentInterface *doc, const char * IN_name, GError **error) argument
522 inkscape_selection_add_list(DocumentInterface *doc, const char ** IN_name, GError **error) argument
530 inkscape_selection_set(DocumentInterface *doc, const char * IN_name, GError **error) argument
538 inkscape_selection_set_list(DocumentInterface *doc, const char ** IN_name, GError **error) argument
546 inkscape_selection_rotate(DocumentInterface *doc, const gint IN_angle, GError **error) argument
554 inkscape_selection_delete(DocumentInterface *doc, GError **error) argument
562 inkscape_selection_clear(DocumentInterface *doc, GError **error) argument
570 inkscape_select_all(DocumentInterface *doc, GError **error) argument
578 inkscape_select_all_in_all_layers(DocumentInterface *doc, GError **error) argument
586 inkscape_selection_box(DocumentInterface *doc, const gint IN_x, const gint IN_y, const gint IN_x2, const gint IN_y2, const gboolean IN_replace, GError **error) argument
594 inkscape_selection_invert(DocumentInterface *doc, GError **error) argument
602 inkscape_selection_group(DocumentInterface *doc, GError **error) argument
610 inkscape_selection_ungroup(DocumentInterface *doc, GError **error) argument
618 inkscape_selection_cut(DocumentInterface *doc, GError **error) argument
626 inkscape_selection_copy(DocumentInterface *doc, GError **error) argument
634 inkscape_selection_paste(DocumentInterface *doc, GError **error) argument
642 inkscape_selection_scale(DocumentInterface *doc, const gdouble IN_grow, GError **error) argument
650 inkscape_selection_move(DocumentInterface *doc, const gdouble IN_x, const gdouble IN_y, GError **error) argument
658 inkscape_selection_move_to(DocumentInterface *doc, const gdouble IN_x, const gdouble IN_y, GError **error) argument
666 inkscape_selection_move_to_layer(DocumentInterface *doc, const char * IN_layer, GError **error) argument
674 inkscape_selection_get_center(DocumentInterface *doc, GError **error) argument
684 inkscape_selection_to_path(DocumentInterface *doc, GError **error) argument
692 inkscape_selection_combine(DocumentInterface *doc, const char * IN_type, GError **error) argument
702 inkscape_selection_change_level(DocumentInterface *doc, const char * IN_command, GError **error) argument
712 inkscape_layer_new(DocumentInterface *doc, GError **error) argument
722 inkscape_layer_set(DocumentInterface *doc, const char * IN_layer, GError **error) argument
730 inkscape_layer_get_all(DocumentInterface *doc, GError **error) argument
740 inkscape_layer_change_level(DocumentInterface *doc, const char * IN_command, GError **error) argument
750 inkscape_layer_next(DocumentInterface *doc, GError **error) argument
758 inkscape_layer_previous(DocumentInterface *doc, GError **error) argument
[all...]
/inkscape/src/extension/dbus/
H A Ddocument-interface.h71 document_interface_delete_all (DocumentInterface *doc_interface, GError **error);
75 gchar *verbid, GError **error);
83 int width, int height, GError **error);
87 int width, int height, GError **error);
92 GError **error);
97 gdouble arg1, gdouble arg2, GError **error);
101 int r, int revolutions, GError **error);
105 int x2, int y2, GError **error);
109 gchar *text, GError **error);
112 gchar *text, GError **error);
[all...]
H A Dapplication-interface.cpp50 ensure_desktop_valid(GError **error) argument
53 g_set_error(error, INKSCAPE_ERROR, INKSCAPE_ERROR_OTHER, "Application interface action requires a GUI");
60 ensure_desktop_not_present(GError **error) argument
63 g_set_error(error, INKSCAPE_ERROR, INKSCAPE_ERROR_OTHER, "Application interface action requires non-GUI (command line) mode");
78 * To add a new error type, edit here and in the .h InkscapeError enum.
119 GError **error)
121 g_return_val_if_fail(ensure_desktop_valid(error), NULL);
133 GError **error)
141 GError **error)
148 GError **error)
118 application_interface_desktop_new(ApplicationInterface *app_interface, GError **error) argument
132 application_interface_get_active_desktop(ApplicationInterface *app_interface, GError **error) argument
139 application_interface_set_active_desktop(ApplicationInterface *app_interface, gchar* document_name, GError **error) argument
147 application_interface_desktop_close_all(ApplicationInterface *app_interface, GError **error) argument
154 application_interface_exit(ApplicationInterface *app_interface, GError **error) argument
164 application_interface_document_new(ApplicationInterface *app_interface, GError **error) argument
172 application_interface_get_active_document(ApplicationInterface *app_interface, GError **error) argument
189 application_interface_document_close_all(ApplicationInterface *app_interface, GError **error) argument
[all...]
H A Dapplication-interface.h71 GError **error);
78 GError **error);
83 GError **error);
87 GError **error);
90 application_interface_exit (ApplicationInterface *app_interface, GError **error);
98 GError **error);
102 GError **error);
109 GError **error);
H A Ddocument-interface.cpp98 get_repr_by_name (SPDocument *doc, gchar *name, GError **error) argument
106 g_set_error(error, INKSCAPE_ERROR, INKSCAPE_ERROR_OBJECT, "Object '%s' not found in document.", name);
116 get_object_by_name (SPDocument *doc, gchar *name, GError **error) argument
121 g_set_error(error, INKSCAPE_ERROR, INKSCAPE_ERROR_OBJECT, "Object '%s' not found in document.", name);
128 * Tests for NULL strings and throws an appropriate error.
133 dbus_check_string (gchar *string, GError ** error, const gchar * errorstr) argument
137 g_set_error(error, INKSCAPE_ERROR, INKSCAPE_ERROR_OTHER, "%s", errorstr);
190 selection_swap(Inkscape::Selection *sel, gchar *name, GError **error) argument
194 sel->set(get_object_by_name(sel->layers()->getDocument(), name, error));
227 gchar *finish_create_shape (DocumentInterface *doc_interface, GError ** /*error*/, Inkscap
261 dbus_call_verb(DocumentInterface *doc_interface, int verbid, GError **error) argument
285 ensure_desktop_valid(SPDesktop* desk, GError **error) argument
350 document_interface_call_verb(DocumentInterface *doc_interface, gchar *verbid, GError **error) argument
377 document_interface_rectangle(DocumentInterface *doc_interface, int x, int y, int width, int height, GError **error) argument
391 document_interface_ellipse_center(DocumentInterface *doc_interface, int cx, int cy, int rx, int ry, GError **error) argument
404 document_interface_polygon(DocumentInterface *doc_interface, int cx, int cy, int radius, int rotation, int sides, GError **error) argument
426 document_interface_star(DocumentInterface *doc_interface, int cx, int cy, int r1, int r2, int sides, gdouble rounded, gdouble arg1, gdouble arg2, GError **error) argument
447 document_interface_ellipse(DocumentInterface *doc_interface, int x, int y, int width, int height, GError **error) argument
456 document_interface_line(DocumentInterface *doc_interface, int x, int y, int x2, int y2, GError **error) argument
468 document_interface_spiral(DocumentInterface *doc_interface, int cx, int cy, int r, int revolutions, GError **error) argument
489 document_interface_text(DocumentInterface *doc_interface, int x, int y, gchar *text, GError **error) argument
505 document_interface_image(DocumentInterface *doc_interface, int x, int y, gchar *filename, GError **error) argument
558 document_interface_document_get_css(DocumentInterface *doc_interface, GError ** error) argument
568 document_interface_document_merge_css(DocumentInterface *doc_interface, gchar *stylestring, GError ** error) argument
579 document_interface_document_set_css(DocumentInterface *doc_interface, gchar *stylestring, GError ** error) argument
592 document_interface_document_resize_to_fit_selection(DocumentInterface *doc_interface, GError **error) argument
599 document_interface_document_set_display_area(DocumentInterface *doc_interface, double x0, double y0, double x1, double y1, double border, GError **error) argument
647 document_interface_set_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, char *newval, GError **error) argument
666 document_interface_set_int_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, int newval, GError **error) argument
680 document_interface_set_double_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, double newval, GError **error) argument
696 document_interface_get_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, GError **error) argument
710 document_interface_move(DocumentInterface *doc_interface, gchar *name, gdouble x, gdouble y, GError **error) argument
722 document_interface_move_to(DocumentInterface *doc_interface, gchar *name, gdouble x, gdouble y, GError **error) argument
736 document_interface_object_to_path(DocumentInterface *doc_interface, char *shape, GError **error) argument
748 document_interface_get_path(DocumentInterface *doc_interface, char *pathname, GError **error) argument
764 document_interface_transform(DocumentInterface *doc_interface, gchar *shape, gchar *transformstr, GError **error) argument
774 document_interface_get_css(DocumentInterface *doc_interface, gchar *shape, GError **error) argument
782 document_interface_modify_css(DocumentInterface *doc_interface, gchar *shape, gchar *cssattrb, gchar *newval, GError **error) argument
803 document_interface_merge_css(DocumentInterface *doc_interface, gchar *shape, gchar *stylestring, GError **error) argument
829 document_interface_set_color(DocumentInterface *doc_interface, gchar *shape, int r, int g, int b, gboolean fill, GError **error) argument
851 document_interface_move_to_layer(DocumentInterface *doc_interface, gchar *shape, gchar *layerstr, GError **error) argument
882 document_interface_set_text(DocumentInterface *doc_interface, gchar *name, gchar *text, GError **error) argument
897 document_interface_text_apply_style(DocumentInterface *doc_interface, gchar *name, int start_pos, int end_pos, gchar *style, gchar *styleval, GError **error) argument
929 document_interface_save(DocumentInterface *doc_interface, GError **error) argument
954 document_interface_import(DocumentInterface *doc_interface, gchar *filename, GError **error) argument
970 document_interface_save_as(DocumentInterface *doc_interface, const gchar *filename, GError **error) argument
1018 document_interface_close(DocumentInterface *doc_interface, GError **error) argument
1024 document_interface_exit(DocumentInterface *doc_interface, GError **error) argument
1030 document_interface_undo(DocumentInterface *doc_interface, GError **error) argument
1036 document_interface_redo(DocumentInterface *doc_interface, GError **error) argument
1050 document_interface_pause_updates(DocumentInterface *doc_interface, GError ** error) argument
1058 document_interface_resume_updates(DocumentInterface *doc_interface, GError ** error) argument
1068 document_interface_update(DocumentInterface *doc_interface, GError ** error) argument
1107 document_interface_selection_add(DocumentInterface *doc_interface, char *name, GError **error) argument
1120 document_interface_selection_add_list(DocumentInterface *doc_interface, char **names, GError **error) argument
1139 document_interface_selection_set_list(DocumentInterface *doc_interface, gchar **names, GError **error) argument
1158 document_interface_selection_delete(DocumentInterface *doc_interface, GError **error) argument
1170 document_interface_select_all(DocumentInterface *doc_interface, GError **error) argument
1176 document_interface_select_all_in_all_layers(DocumentInterface *doc_interface, GError **error) argument
1191 document_interface_selection_invert(DocumentInterface *doc_interface, GError **error) argument
1197 document_interface_selection_group(DocumentInterface *doc_interface, GError **error) argument
1202 document_interface_selection_ungroup(DocumentInterface *doc_interface, GError **error) argument
1208 document_interface_selection_cut(DocumentInterface *doc_interface, GError **error) argument
1216 document_interface_selection_copy(DocumentInterface *doc_interface, GError **error) argument
1224 document_interface_selection_paste(DocumentInterface *doc_interface, GError **error) argument
1264 document_interface_selection_move_to_layer(DocumentInterface *doc_interface, gchar *layerstr, GError **error) argument
1312 document_interface_selection_to_path(DocumentInterface *doc_interface, GError **error) argument
1319 document_interface_selection_combine(DocumentInterface *doc_interface, gchar *cmd, char ***newpaths, GError **error) argument
1341 document_interface_selection_change_level(DocumentInterface *doc_interface, gchar *cmd, GError **error) argument
1368 document_interface_layer_set(DocumentInterface *doc_interface, gchar *layerstr, GError **error) argument
1387 document_interface_layer_change_level(DocumentInterface *doc_interface, gchar *cmd, GError **error) argument
1402 document_interface_layer_next(DocumentInterface *doc_interface, GError **error) argument
1408 document_interface_layer_previous(DocumentInterface *doc_interface, GError **error) argument
1429 document_interface_get_children(DocumentInterface *doc_interface, char *name, char ***out, GError **error) argument
1450 document_interface_get_parent(DocumentInterface *doc_interface, char *name, GError **error) argument
[all...]
H A Ddbus-init.cpp55 GError *error = NULL; local
56 DBusGConnection *connection = dbus_g_bus_get (DBUS_BUS_SESSION, &error);
57 if (error) {
136 GError *error = NULL; local
143 DBUS_NAME_FLAG_DO_NOT_QUEUE, &result, &error);
/inkscape/src/extension/internal/
H A Dgimpgrad.cpp144 goto error;
148 goto error;
154 goto error;
157 goto error;
162 goto error;
169 goto error;
177 * gimpgradient-load.c). We try to use the same error handling as gimp, so that
179 goto error;
193 goto error;
196 goto error;
[all...]
/inkscape/packaging/scripts/
H A Dlp-mark-bugs-released44 except Exception, error:
45 print >> sys.stderr, 'Could not connect to Launchpad:', str(error)
70 except HTTPError, error:
71 print 'An error happened in the upload: %s\n%s' %(
72 error.content,
73 error.__dict__)
/inkscape/cxxtest/sample/msvc/
H A DMakefile9 !error Please fix CXXTESTDIR
18 !error You must define PERL or PYTHON
/inkscape/src/2geom/
H A Dbezier-utils.h50 int bezier_fit_cubic(Point bezier[], Point const data[], int len, double error);
52 int bezier_fit_cubic_r(Point bezier[], Point const data[], int len, double error,
57 double error, unsigned max_beziers);
H A Dbezier-utils.cpp106 * \return Number of segments generated, or -1 on error.
109 bezier_fit_cubic(Point *bezier, Point const *data, int len, double error) argument
111 return bezier_fit_cubic_r(bezier, data, len, error, 1);
121 * \return Number of segments generated, or -1 on error.
124 bezier_fit_cubic_r(Point bezier[], Point const data[], int const len, double const error, unsigned const max_beziers) argument
143 error, max_beziers);
195 double const error, unsigned const max_beziers)
201 !(error >= 0.0))
243 generate_bezier(bezier, data, u, len, tHat1, tHat2, error);
247 double const tolerance = sqrt(error
192 bezier_fit_cubic_full(Point bezier[], int split_points[], Point const data[], int const len, Point const &tHat1, Point const &tHat2, double const error, unsigned const max_beziers) argument
[all...]
/inkscape/src/util/
H A Dziptool.cpp236 void error(char const *fmt, ...)
324 void Inflater::error(char const *fmt, ...) function in class:Inflater
328 fprintf(stdout, "Inflater error:");
371 error("huffman tree will result in failed decode");
383 error("huffman over subscribed");
419 error("premature end of input");
471 error("premature end of input");
480 error("no end of block found");
523 error("invalid fixed code");
542 error("distanc
998 void Deflater::error(char const *fmt, ...) function in class:Deflater
1448 void GzipFile::error(char const *fmt, ...) function in class:GzipFile
2204 void ZipFile::error(char const *fmt, ...) function in class:ZipFile
[all...]
/inkscape/share/extensions/test/
H A Dinkweb-debug.js177 error: true,
209 // in a error loging the type argument is the error object.
210 var error = type;
211 type = "error";
229 if ( type == "error" && this.mustLog.error ) {
230 this.__log__[logSize] = this.__logError( error, msg )
242 InkWeb.__logError = function ( error, msg ) {
243 return { type:"error", dat
[all...]
/inkscape/share/extensions/Barcode/
H A DCode25i.py44 return self.error(number, "CODE25 can only encode numbers.")
H A DBaseEan.py96 return self.error(code, 'Not a Number, must be digits 0-9 only')
110 return self.error(code, 'Wrong size %d, must be %s digits' %
117 return self.error(code, 'Checksum failed, omit for new sum')
/inkscape/cxxtest/sample/mock/
H A DMakefile22 $(CXXTEST)/cxxtestgen.pl -o $@ --error-printer $<
/inkscape/src/io/
H A Dsys.h43 GDir *dir_open(gchar const *utf8name, guint flags, GError **error);
51 GError **error );
/inkscape/src/libcroco/
H A Dcr-tknzr.c72 *Checks if 'status' equals CR_OK. If not, goto the 'error' label.
87 goto error ; \
107 *In case of error, jumps to the "error:" label located in the
147 *If it fails, goto the "error:" label.
167 *If it fails, goto the "error" label.
179 *In case of error, jumps to the "error:" label
206 *status to "CR_PARSING_ERROR" and goto the 'error'
211 if (! (condition)) {status = CR_PARSING_ERROR; goto error ;}
[all...]
H A Dcr-parser.c77 *An abstraction of an error reported by by the
147 *Checks if 'status' equals CR_OK. If not, goto the 'error' label.
162 goto error ; \
169 *@a_is_exception: in case of error, if is TRUE, the status
170 *is set to CR_PARSING_ERROR before goto error. If is false, the
175 *same as CHECK_PARSING_STATUS() but this one pushes an error
176 *on the parser error stack when an error arises.
185 goto error ; \
207 *In case of error, jump
522 CRParserError *error = NULL; local
[all...]
H A Dcr-pseudo.c68 goto error;
84 goto error;
117 error:
H A Dcr-om-parser.c55 static void error (CRDocHandler * a_this);
171 sac_handler->error = error;
252 goto error;
260 error:
286 goto error;
297 error:
366 goto error;
373 goto error;
378 error
751 error (CRDocHandler * a_this) function
[all...]
/inkscape/
H A Dbuildtool.cpp950 void error(const char *fmt, ...);
1205 void Parser::error(const char *fmt, ...) function in class:buildtool::Parser
1211 fprintf(stderr, "xml error at line %d, column %d:", lineNr, colNr);
1342 error("unterminated entity");
1580 error("unterminated entity");
1600 error("no < for end tag\n");
1607 error("no / on end tag");
1617 error("Mismatched closing tag. Expected </%S>. Got '%S'.",
1624 error("no > on end tag for '%s'", closeTagName.c_str());
1942 void error(cons
2263 void URI::error(const char *fmt, ...) function in class:buildtool::URI
3593 void MakeBase::error(const char *fmt, ...) function in class:buildtool::MakeBase
10096 static void error(const char *fmt, ...) function
[all...]
/inkscape/share/extensions/
H A Dtriangle.py160 error=False
162 sys.stderr.write('Error:Invalid Triangle Specifications.\n')#signal an error
163 error=True
165 if not(error) and (a_b < pi) and (a_c < pi): #check that the solution is valid, if so draw acute solution
169 if not(error) and ((a_b > pi) or (a_c > pi) or ambiguous):#we want the obtuse solution

Completed in 80 milliseconds

123