Home
last modified time | relevance | path

Searched refs:reflow (Results 1 – 25 of 1419) sorted by relevance

12345678910>>...57

/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-reflow.c199 if ((!reflow->items) || (!reflow->items[row])) in do_adjustment()
437 reflow->heights[reflow->count] = 0; in item_removed()
438 reflow->items[reflow->count] = NULL; in item_removed()
464 if (reflow->count > reflow->allocated_count) { in items_inserted()
465 while (reflow->count > reflow->allocated_count) in items_inserted()
467 reflow->heights = g_renew (int, reflow->heights, reflow->allocated_count); in items_inserted()
468 reflow->items = g_renew (GnomeCanvasItem *, reflow->items, reflow->allocated_count); in items_inserted()
523 reflow->allocated_count = reflow->count; in model_changed()
525 reflow->heights = g_new (int, reflow->count); in model_changed()
1494 if (reflow->width < reflow->minimum_width) in e_reflow_reflow()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/addressbook/gui/widgets/
H A Dea-minicard-view.c179 EReflow *reflow; in ea_minicard_view_get_name() local
191 if (!reflow) in ea_minicard_view_get_name()
208 reflow->count), display_name, reflow->count); in ea_minicard_view_get_name()
249 EReflow *reflow; in ea_minicard_view_get_n_children() local
258 if (!reflow) in ea_minicard_view_get_n_children()
303 if (!reflow) in ea_minicard_view_ref_child()
310reflow->items[index] = e_reflow_model_incarnate (reflow->model, index, GNOME_CANVAS_GROUP (reflow)… in ea_minicard_view_ref_child()
350 if (!reflow) in selection_interface_add_selection()
368 if (!reflow) in selection_interface_clear_selection()
392 if (!reflow) in selection_interface_get_selection_count()
[all …]
H A De-minicard.c641 EReflow *reflow = E_REFLOW (view); in e_minicard_event() local
643 if (reflow == NULL) { in e_minicard_event()
663reflow->items[model_index] = e_reflow_model_incarnate (reflow->model, model_index, GNOME_CANVAS_GR… in e_minicard_event()
665 reflow->items[model_index], in e_minicard_event()
690reflow->items[model_index] = e_reflow_model_incarnate (reflow->model, model_index, GNOME_CANVAS_GR… in e_minicard_event()
692 reflow->items[model_index], in e_minicard_event()
708 if (!reflow || in e_minicard_event()
730reflow->items[model_index] = e_reflow_model_incarnate (reflow->model, model_index, GNOME_CANVAS_GR… in e_minicard_event()
732 reflow->items[model_index], in e_minicard_event()
779reflow->items[adept_index] = e_reflow_model_incarnate (reflow->model, adept_index, GNOME_CANVAS_GR… in e_minicard_event()
[all …]
/dports/lang/elm/compiler-0.19.1/compiler/src/Reporting/Error/
H A DSyntax.hs633 , D.reflow $
1784 , D.reflow $
1971 , D.reflow $
2169 , D.reflow $
2405 [ D.reflow $
2412 , D.reflow $
3503 [ D.reflow $
3510 , D.reflow $
3746 , D.reflow $
3766 , D.reflow $
[all …]
H A DCanonicalize.hs156 D.reflow $
161 D.reflow $
216 D.reflow $
219 D.reflow
273 D.reflow $
276 D.reflow $
284 D.reflow $
287 D.reflow $
1066 D.reflow $
1196 D.reflow $
[all …]
H A DDocs.hs67 D.reflow $
71 D.reflow
80 D.reflow $
83 D.reflow $
169 D.reflow $
176 D.reflow $
189 D.reflow $
193 D.reflow $
202 D.reflow $
226 D.reflow $
[all …]
H A DMain.hs48 , D.reflow $
61 [ D.reflow $
74 D.reflow $
86 D.reflow $
94 D.reflow $
103 D.reflow $
114 [ D.reflow $ "I cannot handle that. The types that CAN be in flags include:"
116 D.reflow $
119 , D.reflow $
H A DType.hs1031 ( D.reflow $
1126 ( D.reflow $
1263 ( D.reflow $
1341 ( D.reflow $
1423 D.reflow $
1441 D.reflow $
1473 D.reflow $
1511 D.reflow $
1531 D.reflow $
1555 D.reflow $
[all …]
H A DJson.hs61 ( D.reflow (because reason problem)
94 , D.reflow $
119 [ D.reflow $
121 , D.reflow $
135 , D.reflow $
159 D.reflow $
172 [ D.reflow $
176 , D.reflow $
206 D.reflow $
216 D.reflow $
[all …]
H A DImport.hs53 D.reflow $
58 D.reflow $
88 D.reflow $
101 D.reflow $
110 D.reflow $
115 D.reflow $
121 D.reflow $
130 D.reflow $
135 D.reflow $
141 D.reflow $
/dports/lang/elm/compiler-0.19.1/builder/src/Reporting/
H A DExit.hs104 , D.reflow $
115 , D.reflow $
184 [ D.reflow $
258 [ D.reflow $
308 [ D.reflow $
382 [ D.reflow $
658 [ D.reflow $
664 , D.reflow $
684 [ D.reflow $
1621 [ D.reflow
[all …]
/dports/lang/elm/compiler-0.19.1/terminal/src/
H A DMain.hs86 reflow
108 reflow
147 reflow
183 [ reflow
186 , reflow
215 [ reflow
221 , reflow
224 , reflow
251 [ reflow
286 reflow
[all …]
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/muesli/reflow/
H A DREADME.md1reflow [![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.co…
13 import "github.com/muesli/reflow/wordwrap"
51 ![ANSI Example Output](https://github.com/muesli/reflow/blob/master/reflow.png)
/dports/devel/gh/cli-2.4.0/vendor/github.com/muesli/reflow/
H A DREADME.md1 # reflow chapter
3 …Release](https://img.shields.io/github/release/muesli/reflow.svg)](https://github.com/muesli/reflo…
4 [![Build Status](https://github.com/muesli/reflow/workflows/build/badge.svg)](https://github.com/mu…
5 …tps://coveralls.io/repos/github/muesli/reflow/badge.svg?branch=master)](https://coveralls.io/githu…
6 … ReportCard](http://goreportcard.com/badge/muesli/reflow)](http://goreportcard.com/report/muesli/r…
18 import "github.com/muesli/reflow/wordwrap"
53 import "github.com/muesli/reflow/wrap"
109 ![ANSI Example Output](https://github.com/muesli/reflow/blob/master/reflow.png)
116 import "github.com/muesli/reflow/indent"
147 import "github.com/muesli/reflow/dedent"
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/muesli/reflow/
H A DREADME.md1 # reflow chapter
3 …Release](https://img.shields.io/github/release/muesli/reflow.svg)](https://github.com/muesli/reflo…
4 [![Build Status](https://github.com/muesli/reflow/workflows/build/badge.svg)](https://github.com/mu…
5 …tps://coveralls.io/repos/github/muesli/reflow/badge.svg?branch=master)](https://coveralls.io/githu…
6 … ReportCard](http://goreportcard.com/badge/muesli/reflow)](http://goreportcard.com/report/muesli/r…
18 import "github.com/muesli/reflow/wordwrap"
53 import "github.com/muesli/reflow/wrap"
109 ![ANSI Example Output](https://github.com/muesli/reflow/blob/master/reflow.png)
116 import "github.com/muesli/reflow/indent"
147 import "github.com/muesli/reflow/dedent"
[all …]
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/muesli/reflow/
H A DREADME.md1 # reflow chapter
3 …Release](https://img.shields.io/github/release/muesli/reflow.svg)](https://github.com/muesli/reflo…
4 [![Build Status](https://github.com/muesli/reflow/workflows/build/badge.svg)](https://github.com/mu…
5 …tps://coveralls.io/repos/github/muesli/reflow/badge.svg?branch=master)](https://coveralls.io/githu…
6 … ReportCard](http://goreportcard.com/badge/muesli/reflow)](http://goreportcard.com/report/muesli/r…
18 import "github.com/muesli/reflow/wordwrap"
53 import "github.com/muesli/reflow/wrap"
109 ![ANSI Example Output](https://github.com/muesli/reflow/blob/master/reflow.png)
116 import "github.com/muesli/reflow/indent"
147 import "github.com/muesli/reflow/dedent"
[all …]
/dports/www/firefox-esr/firefox-91.8.0/docshell/base/
H A DnsIReflowObserver.idl11 * Called when an uninterruptible reflow has occurred.
13 * @param start timestamp when reflow ended, in milliseconds since
15 * @param end timestamp when reflow ended, in milliseconds since
18 void reflow(in DOMHighResTimeStamp start,
22 * Called when an interruptible reflow has occurred.
24 * @param start timestamp when reflow ended, in milliseconds since
26 * @param end timestamp when reflow ended, in milliseconds since
/dports/lang/spidermonkey78/firefox-78.9.0/docshell/base/
H A DnsIReflowObserver.idl11 * Called when an uninterruptible reflow has occurred.
13 * @param start timestamp when reflow ended, in milliseconds since
15 * @param end timestamp when reflow ended, in milliseconds since
18 void reflow(in DOMHighResTimeStamp start,
22 * Called when an interruptible reflow has occurred.
24 * @param start timestamp when reflow ended, in milliseconds since
26 * @param end timestamp when reflow ended, in milliseconds since
/dports/www/firefox/firefox-99.0/docshell/base/
H A DnsIReflowObserver.idl11 * Called when an uninterruptible reflow has occurred.
13 * @param start timestamp when reflow ended, in milliseconds since
15 * @param end timestamp when reflow ended, in milliseconds since
18 void reflow(in DOMHighResTimeStamp start,
22 * Called when an interruptible reflow has occurred.
24 * @param start timestamp when reflow ended, in milliseconds since
26 * @param end timestamp when reflow ended, in milliseconds since
/dports/mail/thunderbird/thunderbird-91.8.0/docshell/base/
H A DnsIReflowObserver.idl11 * Called when an uninterruptible reflow has occurred.
13 * @param start timestamp when reflow ended, in milliseconds since
15 * @param end timestamp when reflow ended, in milliseconds since
18 void reflow(in DOMHighResTimeStamp start,
22 * Called when an interruptible reflow has occurred.
24 * @param start timestamp when reflow ended, in milliseconds since
26 * @param end timestamp when reflow ended, in milliseconds since
/dports/lang/spidermonkey60/firefox-60.9.0/docshell/base/
H A DnsIReflowObserver.idl11 * Called when an uninterruptible reflow has occurred.
13 * @param start timestamp when reflow ended, in milliseconds since
15 * @param end timestamp when reflow ended, in milliseconds since
18 void reflow(in DOMHighResTimeStamp start,
22 * Called when an interruptible reflow has occurred.
24 * @param start timestamp when reflow ended, in milliseconds since
26 * @param end timestamp when reflow ended, in milliseconds since
/dports/www/firefox-legacy/firefox-52.8.0esr/docshell/base/
H A DnsIReflowObserver.idl11 * Called when an uninterruptible reflow has occurred.
13 * @param start timestamp when reflow ended, in milliseconds since
15 * @param end timestamp when reflow ended, in milliseconds since
18 void reflow(in DOMHighResTimeStamp start,
22 * Called when an interruptible reflow has occurred.
24 * @param start timestamp when reflow ended, in milliseconds since
26 * @param end timestamp when reflow ended, in milliseconds since
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/encoding/json/
H A Djson.go152 reflow bool
171 reflow := true
175 reflow = false
180 stack = append(stack, info{reflow})
181 if reflow {
188 reflow := true
192 reflow = false
197 stack = append(stack, info{reflow})
198 if reflow {
241 if stack[len(stack)-1].reflow {
/dports/mail/mblaze/mblaze-1.1/
H A Dmflow.c108 int reflow = 1; // re-evaluated on $PIPE_CONTENTTYPE in main() local
117 reflow = 0; in main()
119 reflow = (strncasecmp(s, "flowed", 6) == 0); in main()
170 if (!reflow && !force) { in main()
187 if (reflow && *line == ' ') { // space stuffing in main()
199 if (reflow && rd > 0 && line[rd-1] == ' ') { // flowed line in main()
213 if (reflow && column != 0) in main()
/dports/sysutils/nomad/nomad-1.1.0/ui/app/templates/components/
H A Dflex-masonry.hbs5 {{did-insert this.reflow}}
6 {{did-update this.reflow @columns}}
7 {{window-resize this.reflow}}>
10 {{yield item (action this.reflow)}}

12345678910>>...57