Home
last modified time | relevance | path

Searched refs:lstyle (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/streamconv/converters/
H A DParseFTPList.cpp115 if (!lstyle && (!state->lstyle || state->lstyle == 'E')) { in ParseFTPList()
368 state->lstyle = lstyle; in ParseFTPList()
513 if (lstyle && !state->lstyle) { in ParseFTPList()
552 state->lstyle = lstyle; in ParseFTPList()
614 if (!lstyle && (!state->lstyle || state->lstyle == 'W')) { in ParseFTPList()
658 state->lstyle = lstyle; in ParseFTPList()
785 state->lstyle = lstyle; in ParseFTPList()
964 state->lstyle = lstyle; in ParseFTPList()
1150 if (lstyle && state->lstyle != lstyle) /* first time */ in ParseFTPList()
1164 state->lstyle = lstyle; in ParseFTPList()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/streamconv/converters/
H A DParseFTPList.cpp127 if (!lstyle && (!state->lstyle || state->lstyle == 'E')) { in ParseFTPList()
381 state->lstyle = lstyle; in ParseFTPList()
527 if (lstyle && !state->lstyle) { in ParseFTPList()
566 state->lstyle = lstyle; in ParseFTPList()
628 if (!lstyle && (!state->lstyle || state->lstyle == 'W')) { in ParseFTPList()
673 state->lstyle = lstyle; in ParseFTPList()
804 state->lstyle = lstyle; in ParseFTPList()
984 state->lstyle = lstyle; in ParseFTPList()
1172 if (lstyle && state->lstyle != lstyle) /* first time */ in ParseFTPList()
1186 state->lstyle = lstyle; in ParseFTPList()
[all …]
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A DParseFTPList.c116 if (!lstyle && (!state->lstyle || state->lstyle == 'E')) in ParseFTPList()
195 if (!lstyle && (!state->lstyle || state->lstyle == 'V')) in ParseFTPList()
410 state->lstyle = lstyle; in ParseFTPList()
657 state->lstyle = lstyle; in ParseFTPList()
722 if (!lstyle && (!state->lstyle || state->lstyle == 'W')) in ParseFTPList()
766 state->lstyle = lstyle; in ParseFTPList()
911 state->lstyle = lstyle; in ParseFTPList()
1116 state->lstyle = lstyle; in ParseFTPList()
1258 if (!lstyle && (!state->lstyle || state->lstyle == 'w')) in ParseFTPList()
1336 state->lstyle = lstyle; in ParseFTPList()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/streamconv/converters/
H A DParseFTPList.cpp112 if (!lstyle && (!state->lstyle || state->lstyle == 'E')) in ParseFTPList()
191 if (!lstyle && (!state->lstyle || state->lstyle == 'V')) in ParseFTPList()
406 state->lstyle = lstyle; in ParseFTPList()
650 state->lstyle = lstyle; in ParseFTPList()
715 if (!lstyle && (!state->lstyle || state->lstyle == 'W')) in ParseFTPList()
766 state->lstyle = lstyle; in ParseFTPList()
914 state->lstyle = lstyle; in ParseFTPList()
1119 state->lstyle = lstyle; in ParseFTPList()
1261 if (!lstyle && (!state->lstyle || state->lstyle == 'w')) in ParseFTPList()
1339 state->lstyle = lstyle; in ParseFTPList()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/
H A DFTPDirectoryParser.cpp126 int lstyle = 0; in parseOneFTPLine() local
326 lstyle = 'V'; in parseOneFTPLine()
330 lstyle = 'V'; in parseOneFTPLine()
333 lstyle = 'V'; in parseOneFTPLine()
353 lstyle = 'V'; in parseOneFTPLine()
430 lstyle = 0; in parseOneFTPLine()
662 lstyle = 0; in parseOneFTPLine()
692 lstyle = 0; in parseOneFTPLine()
1087 lstyle = 0; in parseOneFTPLine()
1351 if (lstyle && state.listStyle != lstyle) /* first time */ in parseOneFTPLine()
[all …]
/dports/graphics/dia/dia-0.97.3/lib/
H A Ddialinechooser.c84 line->lstyle = LINESTYLE_SOLID; in dia_line_preview_init()
88 dia_line_preview_new (LineStyle lstyle) in dia_line_preview_new() argument
92 line->lstyle = lstyle; in dia_line_preview_new()
99 if (line->lstyle != lstyle) { in dia_line_preview_set()
100 line->lstyle = lstyle; in dia_line_preview_set()
132 switch (line->lstyle) { in dia_line_preview_expose()
242 lchooser->lstyle = new_style; in dia_line_chooser_dialog_response()
267 LineStyle lstyle, in dia_line_chooser_set_line_style() argument
270 if (lstyle != lchooser->lstyle) { in dia_line_chooser_set_line_style()
272 lchooser->lstyle = lstyle; in dia_line_chooser_set_line_style()
[all …]
H A Ddialinechooser.h45 LineStyle lstyle; member
53 GtkWidget *dia_line_preview_new (LineStyle lstyle);
69 typedef void (*DiaChangeLineCallback) (LineStyle lstyle, real dash_length,
76 LineStyle lstyle; member
/dports/biology/p5-AcePerl/AcePerl-1.92/acelib/
H A Dtexthelp.c262 if (node->lstyle == HTML_LIST_BULLET || in printTextSection()
263 node->lstyle == HTML_LIST_NUMBER) in printTextSection()
274 if (node->lstyle == HTML_LIST_BULLET || in printTextSection()
275 node->lstyle == HTML_LIST_NUMBER) in printTextSection()
279 if (node->lstyle == HTML_LIST_NOINDENT && in printTextSection()
308 if (node->lstyle == HTML_LIST_BULLET || in printTextSection()
309 node->lstyle == HTML_LIST_NOINDENT) in printTextSection()
315 else if (node->lstyle == HTML_LIST_NUMBER) in printTextSection()
321 else if (node->lstyle == HTML_LIST_NOBULLET) in printTextSection()
339 if (node->lstyle == HTML_LIST_BULLET || in printTextSection()
[all …]
H A Dhelpsubs.c1314 int lstyle = style ; in parseListItem() local
1321 if (lstyle == HTML_LIST_NOINDENT && in parseListItem()
1330 else if ((lstyle == HTML_LIST_BULLET || lstyle == HTML_LIST_NUMBER) && in parseListItem()
1337 if (lstyle == HTML_LIST_NOINDENT) in parseListItem()
1341 lstyle = HTML_LIST_NOBULLET ; in parseListItem()
1343 lstyle = HTML_LIST_NOINDENT_NOBULLET ; in parseListItem()
1354 node->lstyle = lstyle ; in parseListItem()
1386 node->lstyle = lstyle ; in parseList()
1414 node->lstyle = style ; in parseList()
/dports/science/gramps/gramps-5.1.4/gramps/gen/plug/docgen/
H A Dgraphicstyle.py97 self.lstyle = obj.lstyle
106 self.lstyle = SOLID
134 return self.lstyle
137 self.lstyle = val
141 val = self.lstyle
149 val = self.lstyle
/dports/graphics/py-toyplot/toyplot-0.19.0/toyplot/
H A Dmarker.py19 def __init__(self, shape, mstyle, size, angle, label, lstyle): argument
25 self._lstyle = lstyle
48 def lstyle(self): member in Marker
65 result._lstyle = toyplot.style.combine(result.lstyle, other._lstyle)
137 def create(shape=None, mstyle=None, size=None, angle=None, label=None, lstyle=None): argument
139 return Marker(shape=shape, mstyle=mstyle, size=size, angle=angle, label=label, lstyle=lstyle)
149 return Marker(shape=value, mstyle=None, size=None, angle=None, label=None, lstyle=None)
169 lstyle=toyplot.style.parse(html.get("lstyle", "")),
/dports/devel/codequery/codequery-0.24.0/gui/themes/
H A Dparse_themes.pl129 my $lstyle;
212 …$lstyle = " { \"$themename2\", \"$defaultfgcolor\", \"$defaultbgcolor\", \"$currentlinebgcolor\", …
213 $cppstyle .= $lstyle if ($langdesc eq 'C++');
214 $javastyle .= $lstyle if ($langdesc eq 'Java');
215 $pythonstyle .= $lstyle if ($langdesc eq 'Python');
216 $rubystyle .= $lstyle if ($langdesc eq 'Ruby');
217 $javascriptstyle .= $lstyle if ($langdesc eq 'Javascript');
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dchart.c66 int lstyle, /* item label font style & size */ member
104 float lh = fl_get_char_height( sp->lstyle, sp->lsize, &i, &j ); in draw_barchart()
154 sp->lstyle, sp->lsize, e->str ); in draw_barchart()
243 lbox, lbox, e->lcol, sp->lstyle, in draw_horbarchart()
269 float lh = fl_get_char_height( sp->lstyle, sp->lsize, 0, 0 ); in draw_linechart()
351 lbox, lbox, e->lcol, sp->lstyle, in draw_linechart()
356 lbox, lbox, e->lcol, sp->lstyle, in draw_linechart()
625 sp->lstyle = FL_NORMAL_STYLE; in fl_create_chart()
674 int lstyle ) in fl_set_chart_lstyle() argument
678 if ( sp->lstyle != lstyle ) in fl_set_chart_lstyle()
[all …]
H A Dxyplot.c1351 w = fl_get_string_width( sp->lstyle, sp->lsize, label, in convert_coord()
1365 w = fl_get_string_width( sp->lstyle, sp->lsize, label, in convert_coord()
1410 w = fl_get_string_width( sp->lstyle, sp->lsize, label, in convert_coord()
1425 extrax1 += 6 + fl_get_char_width( sp->lstyle, sp->lsize ); in convert_coord()
1479 int lstyle, in draw_text_point() argument
1754 int cw = fl_get_char_width( sp->lstyle, sp->lsize ); in draw_xyplot()
1985 sp->lstyle = ob->lstyle; in handle_xyplot()
2177 sp->lstyle = obj->lstyle; in init_spec()
2184 sp->key_lstyle = obj->lstyle; in init_spec()
3392 if ( ob->lstyle != style ) in fl_set_xyplot_fontstyle()
[all …]
H A Dcheckbut.c66 ob->lcol, ob->lstyle, ob->lsize, ob->label ); in draw_checkbutton()
69 ob->lcol, ob->lstyle, ob->lsize, ob->label ); in draw_checkbutton()
/dports/x11-toolkits/xforms/xforms-1.2.4/image/
H A Dpostscript.c401 sp->lstyle, sp->lsize, sp->text[ i ] ); in draw_inset()
465 ob->col2, sp->lstyle, sp->lsize, label ); in add_xtics()
510 ob->col2, sp->lstyle, sp->lsize, label); in add_logxtics()
520 ob->col2, sp->lstyle, sp->lsize, label ); in add_logxtics()
521 len1 = fl_get_string_width( sp->lstyle, sp->lsize, label, ll ); in add_logxtics()
577 0, 0, ob->col2, sp->lstyle, sp->lsize, label ); in add_ytics()
615 1, 1, ob->col2, sp->lstyle, sp->lsize, label ); in add_logytics()
1004 1, 1, ob->col2, sp->lstyle, in ps_draw_xyplot()
1016 1, 1, ob->col2, sp->lstyle, sp->lsize, sp->xlabel ); in ps_draw_xyplot()
1022 1, 1, ob->col2, sp->lstyle, sp->lsize, sp->ylabel ); in ps_draw_xyplot()
[all …]
/dports/math/R-cran-memisc/memisc/R/
H A Dformat-html-ftable.R87 lstyle <- style functionVar
88 lstyle1 <- upd_vect(lstyle,first.col)
89 lstyle2 <- lstyle
92 lstyle <- c(lstyle1,rep(lstyle2,ncol(leaders)-1))
94 lstyle <- lstyle1
96 leaders[i,] <- html_td(leaders[i,],style=css(lstyle),
/dports/science/yoda/YODA-1.9.1/pyext/yoda/
H A Dplotting.py224 lstyle = plotkeys.get("linestyle", default_linestyle)
225lstyle = {"solid":"-", "dashed":"--", "dotdashed":"-.", "dashdotted":"-.", "dotted":":"}.get(lstyl…
240 …p.append(h.yVals(), h.yVals()[-1]), where="post", color=lcolor, linestyle=lstyle, linewidth=lwidth)
242 … artists = axmain.plot(h.xVals(), h.yVals(), color=lcolor, linestyle=lstyle, linewidth=lwidth)
247 artists = axmain.plot(xnew, ynew, color=lcolor, linestyle=lstyle, linewidth=lwidth)
264 …), np.append(yratios, yratios[-1]), where="post", color=lcolor, linestyle=lstyle, linewidth=lwidth)
/dports/x11-toolkits/xforms/xforms-1.2.4/demos/
H A Dstrsize.c60 int w = fl_get_string_width( ob->lstyle, ob->lsize, s, strlen( s ) ); in input_cb()
61 int h = fl_get_string_height( ob->lstyle, ob->lsize, s, strlen( s ), 0, 0 ); in input_cb()
/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/
H A Dfd_printC.c585 int lstyle = style % FL_SHADOW_STYLE; in style_name() local
588 strcpy( buf, pure_style_name( lstyle ) ); in style_name()
601 char lstyle[ MAX_TYPE_NAME_LEN ], in style_val() local
605 fli_sstrcpy( lstyle, cc, sizeof lstyle ); in style_val()
607 if ( ( p = strchr( lstyle, '|' ) ) || ( p = strchr( lstyle, '+' ) ) ) in style_val()
613 return pure_style_val( lstyle ) + pure_style_val( spstyle ); in style_val()
1634 if ( obj->lstyle != defobj->lstyle ) in output_object()
1636 style_name( obj->lstyle ) ); in output_object()
/dports/science/qmcpack/qmcpack-3.11.0/nexus/lib/
H A Dbasisset.py891 lstyle=self.lstyles[l]
893 lstyle = lstyle[0]+style
896 lstyle=fmt
910 plot(r,pr,lstyle,label=l)
914 plot(r,br,lstyle,label=l)
966 lstyle=self.lstyles[l]
968 lstyle = lstyle[0]+style
971 lstyle=fmt
978 plotter(list(range(len(lwidths))),lwidths,lstyle,label=l)
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/contrib/jxpmap/python/
H A DMapPolygon.py96 lstyle = cs or self.style.defaultEdgeStyle
97 if lstyle.style != LineStyle.STYLE_HIDDEN or nofill:
98 gc.foreground = colormap.alloc(*gcolor(lstyle.color))
104 lstyle = cs or self.style.defaultEdgeStyle
105 if lstyle.style != LineStyle.STYLE_HIDDEN or nofill:
106 gc.foreground = colormap.alloc(*gcolor(lstyle.color))
/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/examples/
H A Dlecxe.pl124 my $lstyle=$usedrange->Cells($i,$j)->Borders($k)->LineStyle;
125 if ($lstyle > 0) {
126 $format.=$fname."->set_".$bfnames[$k-1]."($lstyle);\n";
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/lib/Starlink/AST/
H A DTk.pm903 my $lstyle = $LINE_STYLES{'Tk::Canvas'}->[ $opts{-lindex} ];
904 $opts{'-dash'} = $lstyle if defined $lstyle;
912 my $lstyle = $LINE_STYLES{'Tk::Zinc'}->[ $opts{-lindex} ];
913 $opts{'-linestyle'} = $lstyle if defined $lstyle;
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/librender/agg/
H A DRenderer_agg.cpp1259 hinting = lstyle.doPixelHinting(); in buildPaths_rounded()
1260 closed = this_path.isClosed() && !lstyle.noClose(); in buildPaths_rounded()
1265 if (lstyle.getThickness()<=20) in buildPaths_rounded()
1702 int thickness = lstyle.getThickness(); in draw_outlines_impl()
1704 else if ( (!lstyle.scaleThicknessVertically()) && (!lstyle.scaleThicknessHorizontally()) ) in draw_outlines_impl()
1710 if ((!lstyle.scaleThicknessVertically()) || in draw_outlines_impl()
1711 (!lstyle.scaleThicknessHorizontally())) in draw_outlines_impl()
1725 switch (lstyle.startCapStyle()) { in draw_outlines_impl()
1731 switch (lstyle.joinStyle()) { in draw_outlines_impl()
1737 stroke.miter_limit(lstyle.miterLimitFactor()); in draw_outlines_impl()
[all …]

1234567