Home
last modified time | relevance | path

Searched refs:AGWARN (Results 1 – 25 of 53) sorted by relevance

123

/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dhtmllex.c182 agerr(AGWARN, "Illegal value %s for STYLE - ignored\n", tk); in stylefn()
225 agerr(AGWARN, "Improper %s value %s - ignored", s, v); in doInt()
296 agerr(AGWARN, "Unknown value %s for COLUMNS - ignored\n", v); in columnsfn()
306 agerr(AGWARN, "Unknown value %s for ROWS - ignored\n", v); in rowsfn()
335 agerr(AGWARN, "Illegal value %s for VALIGN - ignored\n", v); in valignfn()
350 agerr(AGWARN, "Illegal value %s for ALIGN - ignored\n", v); in halignfn()
415 agerr(AGWARN, "ROWSPAN value cannot be 0 - ignored\n"); in rowspanfn()
429 agerr(AGWARN, "COLSPAN value cannot be 0 - ignored\n"); in colspanfn()
481 agerr(AGWARN, "Illegal value %s for ALIGN - ignored\n", v); in alignfn()
790 agerr(AGWARN, in initHTMLlexer()
[all …]
H A Dpsusershape.c61 agerr(AGWARN, "couldn't open epsf file %s\n", str); in user_init()
91 agerr(AGWARN, "BoundingBox not found in epsf file %s\n", str); in user_init()
118 agerr(AGWARN, "shapefile not set or not found for epsf node %s\n", agnameof(n)); in epsf_init()
164 agerr(AGWARN, "can't find library file %s\n", p); in cat_libfile()
172 agerr(AGWARN, "can't open library file %s\n", path); in cat_libfile()
293 …agerr (AGWARN, "UTF-8 input uses non-Latin1 characters which cannot be handled by this PostScript … in ps_string()
H A Dutils.c398 agerr(AGWARN, in safefile()
420 agerr(AGWARN, "Path provided to file: \"%s\" has been ignored" in safefile()
1124 agerr(AGWARN, "cluster cycle %s -- %s not supported\n", agnameof(t), in checkCompound()
1137 agerr(AGWARN, "tail cluster %s inside head cluster %s\n", in checkCompound()
1142 agerr(AGWARN, "head cluster %s inside tail cluster %s\n", in checkCompound()
1152 agerr(AGWARN, "tail node %s inside head cluster %s\n", in checkCompound()
1162 agerr(AGWARN, "head node %s inside tail cluster %s\n", agnameof(h), in checkCompound()
1514 …agerr(AGWARN, "UTF8 codes > 4 bytes are not currently supported (graph %s) - treated as Latin-1. P… in htmlEntityUTF8()
1546 …agerr(AGWARN, "Invalid %d-byte UTF8 found in input of graph %s - treated as Latin-1. Perhaps \"-Gc… in htmlEntityUTF8()
1786 agerr(AGWARN, "Unknown \"splines\" value: \"%s\" - ignored\n", s); in edgeType()
[all …]
H A Dpostproc.c507 agerr(AGWARN, "no position for edge with label %s\n", in addXLabels()
522 agerr(AGWARN, "no position for edge with tail label %s\n", in addXLabels()
537 agerr(AGWARN, "no position for edge with head label %s\n", in addXLabels()
552 agerr(AGWARN, "no position for edge with xlabel %s\n", in addXLabels()
591 agerr(AGWARN, "%d out of %d exterior labels positioned.\n", cnt, n_lbls); in addXLabels()
H A Dargs.c231 agerr (AGWARN, "unknown flag -L%s - ignored\n", arg-1); in setFDPAttr()
H A Demit.c62 agerr(AGWARN, "Could not parse \"_background\" attribute in graph %s\n", agnameof(g)); in init_xdot()
504 agerr (AGWARN, "Total size > 1 in \"%s\" color spec ", clrs); in parseSegs()
1128 …agerr(AGWARN, "The layerselect attribute \"%s\" does not match any layer specifed by the layers at… in parse_layerselect()
1156 …agerr(AGWARN, "The character \'%c\' appears in both the layersep and layerlistsep attributes - lay… in parse_layers()
1247 agerr(AGWARN, "layers not supported in %s output\n", in firstlayer()
1257 agerr(AGWARN, "layers not supported in %s output\n", in firstlayer()
1385 agerr(AGWARN, "pagedir=%s ignored\n", gvc->pagedir); in init_job_pagination()
1588 agerr (AGWARN, "gradient pen colors not yet supported.\n"); in emit_xdot()
1602 agerr(AGWARN, "Images unsupported in \"background\" attribute\n"); in emit_xdot()
3940 agerr(AGWARN, "truncating style '%s'\n", s); in parse_style()
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/lib/dotgen/
H A Dcompound.c104 agerr(AGWARN, "cluster named %s not found\n", cluster_name); in getCluster()
327 agerr(AGWARN, "%s -> %s: spline size > 1 not supported\n", in makeCompoundEdge()
355 agerr(AGWARN, "%s -> %s: head not inside head cluster %s\n", in makeCompoundEdge()
365 agerr(AGWARN, in makeCompoundEdge()
415 agerr(AGWARN, "%s -> %s: tail not inside tail cluster %s\n", in makeCompoundEdge()
425 agerr(AGWARN, in makeCompoundEdge()
H A Dconc.c192 agerr(AGWARN, "degenerate concentrated rank %s,%d\n", agnameof(g), in rebuild_vlists()
/dports/graphics/graphviz/graphviz-2.44.1/lib/cgraph/
H A Dagerror.c19 static agerrlevel_t agerrlevel = AGWARN; /* Report errors >= agerrlevel */
168 agerr_va(AGWARN, fmt, args); in agwarningf()
H A Dscan.l169 agerr(AGWARN, "%s", agxbuse(&xb)); in chkNum()
/dports/graphics/graphviz/graphviz-2.44.1/lib/sfdpgen/
H A Dsfdpinit.c193 agerr (AGWARN, "Unknown value \"%s\" for mode attribute\n", s); in late_mode()
296 agerr(AGWARN, "sfdp only supports start=random\n"); in tuneControl()
312 agerr (AGWARN, "label_scheme = %d > 4 : ignoring\n", ctrl->edge_labeling_scheme); in tuneControl()
/dports/graphics/graphviz/graphviz-2.44.1/lib/gvc/
H A Dgvloadimage.c62 agerr (AGWARN, "No loadimage plugin for \"%s\"\n", type); in gvloadimage()
H A Dgvusershape.c597 agerr(AGWARN, "Filename \"%s\" is unsafe\n", us->name); in gvusershape_file_access()
606 agerr(AGWARN, "%s while opening %s\n", strerror(errno), fn); in gvusershape_file_access()
658 agerr(AGWARN, "\"%s\" was not found as a file or as a shape library member\n", us->name); in gvusershape_open()
H A Dgvplugin.c207 …agerr(AGWARN, "Could not load \"%s\" - %s\n", p, "It was found, so perhaps one of its dependents w…
210 agerr(AGWARN, "Could not load \"%s\" - %s\n", p, (char *) lt_dlerror());
H A Dgvrender.c219 agerr(AGWARN, "%s is not a known color.\n", name); in gvrender_resolve_color()
543 agerr(AGWARN, in gvrender_set_style()
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dneatoinit.c302 …agerr(AGWARN, "pos attribute for edge (%s,%s) doesn't have 3n+1 points\n", agnameof(agtail(e)), ag… in user_spline()
313 …agerr(AGWARN, "syntax error in pos attribute for edge (%s,%s)\n", agnameof(agtail(e)), agnameof(ag… in user_spline()
641 agerr(AGWARN, in neatoModel()
647 agerr(AGWARN, in neatoModel()
677 agerr(AGWARN, in neatoMode()
1012 agerr (AGWARN, "%s attribute value must be 1 or 2 - ignoring\n", exp_name); in checkExp()
1036 agerr(AGWARN, "node positions are ignored unless start=random\n"); in checkStart()
1315 agerr(AGWARN, in kkNeato()
H A Dsgd.c148 … agerr(AGWARN, "circuit model not yet supported in Gmode=sgd, reverting to shortpath model\n"); in sgd()
152 agerr(AGWARN, "mds model not yet supported in Gmode=sgd, reverting to shortpath model\n"); in sgd()
H A Dstuff.c121 agerr(AGWARN, "bad edge len \"%s\"", s); in lenattr()
348 agerr(AGWARN, "start=0 not supported with mode=self - ignored\n"); in initial_positions()
450 agerr(AGWARN, "Max. iterations (%d) reached on graph %s\n", in solve_model()
H A Dmultispline.c878 …agerr(AGWARN, "Could not create control points for multiple spline for edge (%s,%s)\n", agnameof(a… in genroute()
899 …agerr(AGWARN, "Could not create control points for multiple spline for edge (%s,%s)\n", agnameof(a… in genroute()
916 …agerr(AGWARN, "Could not create control points for multiple spline for edge (%s,%s)\n", agnameof(a… in genroute()
935 …agerr(AGWARN, "Could not create control points for multiple spline for edge (%s,%s)\n", agnameof(a… in genroute()
950 agerr(AGWARN, "Could not create control points for multiple spline for edge (%s,%s)\n", in genroute()
H A Dadjust.c1042 agerr (AGWARN, "Overlap value \"%s\" unsupported - ignored\n", ap->attrib); in getAdjustMode()
1056 agerr (AGWARN, "Unrecognized overlap value \"%s\" - using false\n", s); in getAdjustMode()
1180 agerr(AGWARN, "Unhandled adjust option %s\n", am->print); in removeOverlapWith()
H A Dneatosplines.c586 agerr(AGWARN, "the bounding boxes of some nodes touch - falling back to straight line edges\n"); in _spline_edges()
588 …agerr(AGWARN, "some nodes with margin (%.02f,%.02f) touch - falling back to straight line edges\n"… in _spline_edges()
773 agerr (AGWARN, "Orthogonal edges not yet supported\n"); in spline_edges0()
/dports/graphics/graphviz/graphviz-2.44.1/lib/fdpgen/
H A Dclusteredges.c280 …agerr(AGWARN, "compoundEdges: could not construct obstacles - falling back to straight line edges\… in compoundEdges()
289 agerr(AGWARN, "compoundEdges: nodes touch - falling back to straight line edges\n"); in compoundEdges()
/dports/graphics/graphviz/graphviz-2.44.1/lib/twopigen/
H A Dtwopiinit.c93 agerr(AGWARN, "specified root node \"%s\" was not found.", s); in twopi_layout()
/dports/graphics/graphviz/graphviz-2.44.1/plugin/core/
H A Dgvrender_core_json.c322 agerr(AGWARN, "Could not parse xdot \"%s\"\n", val); in write_xdots()
633 agerr(AGWARN, "Duplicate cluster name \"%s\"\n", name); in insert()
H A Dgvrender_core_pic.c67 agerr(AGWARN, "%s%s unsupported\n", picgen_msghdr, s); in unsupported()

123