Home
last modified time | relevance | path

Searched refs:include_last (Results 1 – 13 of 13) sorted by relevance

/dports/math/py-matplotlib/matplotlib-3.4.3/lib/mpl_toolkits/axisartist/
H A Dangle_helper.py80 def select_step(v1, v2, nv, hour=False, include_last=True, argument
119 if include_last:
129 def select_step24(v1, v2, nv, include_last=True, threshold_factor=3600): argument
132 include_last=include_last,
137 def select_step360(v1, v2, nv, include_last=True, threshold_factor=3600): argument
139 include_last=include_last,
145 def __init__(self, nbins, include_last=True): argument
147 self._include_last = include_last
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_toolkits/axisartist/
H A Dangle_helper.py100 def select_step(v1, v2, nv, hour=False, include_last=True, argument
140 if include_last:
150 def select_step24(v1, v2, nv, include_last=True, threshold_factor=3600): argument
153 include_last=include_last,
157 def select_step360(v1, v2, nv, include_last=True, threshold_factor=3600): argument
159 include_last=include_last,
164 def __init__(self, den, include_last=True): argument
166 self._include_last = include_last
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gpencil/
H A Dgpencil_weight_paint.c402 bool include_last = false; in gpencil_weightpaint_select_stroke() local
476 include_last = false; in gpencil_weightpaint_select_stroke()
480 include_last = true; in gpencil_weightpaint_select_stroke()
483 else if (include_last) { in gpencil_weightpaint_select_stroke()
495 include_last = false; in gpencil_weightpaint_select_stroke()
H A Dgpencil_vertex_paint.c842 bool include_last = false; in gpencil_vertexpaint_select_stroke() local
883 include_last = false; in gpencil_vertexpaint_select_stroke()
933 include_last = false; in gpencil_vertexpaint_select_stroke()
937 include_last = true; in gpencil_vertexpaint_select_stroke()
940 else if (include_last) { in gpencil_vertexpaint_select_stroke()
953 include_last = false; in gpencil_vertexpaint_select_stroke()
H A Dgpencil_sculpt_paint.c1439 bool include_last = false; in gpencil_sculpt_brush_do_stroke() local
1482 include_last = false; in gpencil_sculpt_brush_do_stroke()
1536 include_last = false; in gpencil_sculpt_brush_do_stroke()
1540 include_last = true; in gpencil_sculpt_brush_do_stroke()
1545 else if (include_last) { in gpencil_sculpt_brush_do_stroke()
1557 include_last = false; in gpencil_sculpt_brush_do_stroke()
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/nibble_vec-0.1.0/src/
H A Dlib.rs212 include_last: bool, in overlap_copy()
226 if include_last { in overlap_copy()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dimap_proxy.c151 static int pipe_response(struct backend *s, const char *tag, int include_last, in pipe_response() argument
215 if (last && !include_last) { in pipe_response()
230 if (!last || include_last) prot_write(imapd_out, buf, sl); in pipe_response()
237 if (!last || include_last) prot_write(imapd_out, buf, sl); in pipe_response()
273 if (!last || include_last) prot_write(imapd_out, buf, j); in pipe_response()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dimap_proxy.c151 static int pipe_response(struct backend *s, const char *tag, int include_last, in pipe_response() argument
215 if (last && !include_last) { in pipe_response()
230 if (!last || include_last) prot_write(imapd_out, buf, sl); in pipe_response()
237 if (!last || include_last) prot_write(imapd_out, buf, sl); in pipe_response()
273 if (!last || include_last) prot_write(imapd_out, buf, j); in pipe_response()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dimap_proxy.c151 static int pipe_response(struct backend *s, const char *tag, int include_last, in pipe_response() argument
215 if (last && !include_last) { in pipe_response()
230 if (!last || include_last) prot_write(imapd_out, buf, sl); in pipe_response()
237 if (!last || include_last) prot_write(imapd_out, buf, sl); in pipe_response()
273 if (!last || include_last) prot_write(imapd_out, buf, j); in pipe_response()
/dports/net/kea/kea-2.0.1/src/lib/dns/tests/
H A Dmaster_loader_unittest.cc91 static string prepareZone(const string& line, bool include_last) { in prepareZone() argument
96 if (include_last) { in prepareZone()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktextbtree.c2019 gboolean include_last) in get_line_internal() argument
2027 if (!include_last) in get_line_internal()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktextbtree.c2036 gboolean include_last) in get_line_internal() argument
2044 if (!include_last) in get_line_internal()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktextbtree.c2026 gboolean include_last) in get_line_internal() argument
2034 if (!include_last) in get_line_internal()