Home
last modified time | relevance | path

Searched refs:selection (Results 1 – 25 of 9341) sorted by relevance

12345678910>>...374

/dports/editors/calligra/calligra-3.2.1/sheets/tests/
H A DTestSelection.cpp39 Selection selection(&canvas); in initialize() local
42 QVERIFY(!selection.isEmpty()); in initialize()
46 selection.clear(); in initialize()
47 QVERIFY(!selection.isEmpty()); in initialize()
57 selection.initialize(region); in initialize()
61 selection.initialize(region); in initialize()
68 selection.initialize(region); in initialize()
92 selection.clearSubRegion(); in initialize()
97 selection.clear(); in initialize()
231 selection.clear(); in extend()
[all …]
/dports/devel/cdk/cdk-5.0-20161210/
H A Dselection.c132 selection->win = newwin (selection->boxHeight, selection->boxWidth, ypos, xpos); in newCDKSelection()
147 selection->scrollbarWin = subwin (selection->win, in newCDKSelection()
157 selection->scrollbarWin = subwin (selection->win, in newCDKSelection()
177 ObjOf (selection)->inputWindow = selection->win; in newCDKSelection()
239 drawCDKSelection (selection, ObjOf (selection)->box); in activateCDKSelection()
458 alignxy (WindowOf (selection), &xpos, &ypos, selection->boxWidth, selection->boxHeight); in _moveCDKSelection()
560 selection->choice[selection->selections[k]], in drawCDKSelectionList()
570 selection->togglePos = floorCDK (selection->currentItem * (double)selection->step); in drawCDKSelectionList()
584 drawObjBox (selection->win, ObjOf (selection)); in drawCDKSelectionList()
725 setViewSize (selection, selection->listSize); in setCDKSelectionTitle()
[all …]
/dports/editors/textadept/cdk-5.0-20200923/
H A Dselection.c132 selection->win = newwin (selection->boxHeight, selection->boxWidth, ypos, xpos); in newCDKSelection()
147 selection->scrollbarWin = subwin (selection->win, in newCDKSelection()
157 selection->scrollbarWin = subwin (selection->win, in newCDKSelection()
177 ObjOf (selection)->inputWindow = selection->win; in newCDKSelection()
239 drawCDKSelection (selection, ObjOf (selection)->box); in activateCDKSelection()
458 alignxy (WindowOf (selection), &xpos, &ypos, selection->boxWidth, selection->boxHeight); in _moveCDKSelection()
560 selection->choice[selection->selections[k]], in drawCDKSelectionList()
570 selection->togglePos = floorCDK (selection->currentItem * (double)selection->step); in drawCDKSelectionList()
584 drawObjBox (selection->win, ObjOf (selection)); in drawCDKSelectionList()
725 setViewSize (selection, selection->listSize); in setCDKSelectionTitle()
[all …]
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dselection.c132 selection->win = newwin (selection->boxHeight, selection->boxWidth, ypos, xpos); in newCDKSelection()
147 selection->scrollbarWin = subwin (selection->win, in newCDKSelection()
157 selection->scrollbarWin = subwin (selection->win, in newCDKSelection()
177 ObjOf (selection)->inputWindow = selection->win; in newCDKSelection()
239 drawCDKSelection (selection, ObjOf (selection)->box); in activateCDKSelection()
458 alignxy (WindowOf (selection), &xpos, &ypos, selection->boxWidth, selection->boxHeight); in _moveCDKSelection()
560 selection->choice[selection->selections[k]], in drawCDKSelectionList()
570 selection->togglePos = floorCDK (selection->currentItem * (double)selection->step); in drawCDKSelectionList()
584 drawObjBox (selection->win, ObjOf (selection)); in drawCDKSelectionList()
725 setViewSize (selection, selection->listSize); in setCDKSelectionTitle()
[all …]
/dports/devel/okteta/okteta-0.26.6/gui/test/
H A Dselectiontest.cpp24 const Selection selection; in testPlainConstructor() local
72 Selection selection; in testCompare() local
92 selection.setEnd(End); in testCompare()
110 Selection selection; in testSetStart() local
120 Selection selection; in testSetStartEnd() local
144 Selection selection; in testCancel() local
147 selection.cancel(); in testCancel()
155 Selection selection; in testSetForward() local
179 Selection selection; in testReverse() local
182 selection.reverse(); in testReverse()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpdisplayshell-selection.c94 Selection *selection; in gimp_display_shell_selection_init() local
105 shell->selection = selection; in gimp_display_shell_selection_init()
124 selection = shell->selection; in gimp_display_shell_selection_free()
210 Selection *selection = shell->selection; in gimp_display_shell_selection_set_show() local
239 if (selection->segs_in && selection->shell_visible) in selection_start()
266 shell->selection && shell->selection->show_selection) in gimp_display_shell_selection_draw()
412 &selection->n_segs_in, &selection->n_segs_out, in selection_generate_segs()
417 selection->segs_in = g_new (GimpSegment, selection->n_segs_in); in selection_generate_segs()
419 selection->segs_in, selection->n_segs_in, in selection_generate_segs()
428 selection->segs_out = g_new (GimpSegment, selection->n_segs_out); in selection_generate_segs()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimpcolorselection.c170 gimp_rgb_to_hsv (&selection->rgb, &selection->hsv); in gimp_color_selection_init()
200 gtk_box_pack_start (GTK_BOX (selection->left_vbox), selection->notebook, in gimp_color_selection_init()
250 selection->new_color = gimp_color_area_new (&selection->rgb, in gimp_color_selection_init()
264 selection->old_color = gimp_color_area_new (&selection->rgb, in gimp_color_selection_init()
289 gtk_box_pack_start (GTK_BOX (selection->right_vbox), selection->scales, in gimp_color_selection_init()
382 (GIMP_COLOR_SELECTOR (selection->notebook), selection->show_alpha); in gimp_color_selection_set_show_alpha()
384 (GIMP_COLOR_SELECTOR (selection->scales), selection->show_alpha); in gimp_color_selection_set_show_alpha()
428 gimp_rgb_to_hsv (&selection->rgb, &selection->hsv); in gimp_color_selection_set_color()
567 selection->hsv = *hsv; in gimp_color_selection_notebook_changed()
603 gimp_rgb_to_hsv (&selection->rgb, &selection->hsv); in gimp_color_selection_entry_changed()
[all …]
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/browser/
H A Dtest_caret.py63 if selection:
65 selection = selection.strip()
120 selection.toggle()
133 selection.toggle()
139 selection.toggle()
153 selection.toggle()
162 selection.toggle()
174 selection.toggle()
180 selection.toggle()
319 selection.toggle()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gtk/
H A Dsingleselection.c304 g_object_unref (selection); in test_create()
315 g_object_unref (selection); in test_create_empty()
355 g_object_unref (selection); in test_changes()
413 g_object_unref (selection); in test_selection()
484 g_object_unref (selection); in test_autoselect()
525 g_object_unref (selection); in test_autoselect_toggle()
559 ignore_changes (selection); in test_can_unselect()
562 g_object_unref (selection); in test_can_unselect()
600 ignore_changes (selection); in test_persistence()
603 g_object_unref (selection); in test_persistence()
[all …]
H A Dmultiselection.c304 g_object_unref (selection); in test_create()
315 g_object_unref (selection); in test_create_empty()
362 g_object_unref (selection); in test_changes()
413 g_object_unref (selection); in test_selection()
448 g_object_unref (selection); in test_select_range()
479 g_object_unref (selection); in test_readd()
521 g_object_unref (selection); in test_set_selection()
628 g_object_unref (selection); in test_selection_filter()
681 g_object_unref (selection); in test_set_model()
702 g_object_unref (selection); in test_empty()
[all …]
/dports/math/py-yt/yt-4.0.1/yt/frontends/artio/artio_headers/
H A Dartio_selector.c49 if ( selection->cursor == selection->num_ranges ) { in artio_selection_iterator()
57 *start = selection->list[2*selection->cursor]; in artio_selection_iterator()
60 *end = selection->list[2*selection->cursor+1]; in artio_selection_iterator()
82 count += selection->list[2*i+1] - selection->list[2*i] + 1; in artio_selection_size()
153 if ( selection->num_ranges == selection->size ) { in artio_selection_add_range()
172 selection->list[2*j+2] = selection->list[2*j]; in artio_selection_add_range()
173 selection->list[2*j+3] = selection->list[2*j+1]; in artio_selection_add_range()
188 if ( selection->list[2*i] == selection->list[2*i-1]+1 ) { in artio_selection_add_range()
189 selection->list[2*i-1] = selection->list[2*i+1]; in artio_selection_add_range()
192 selection->list[2*i] = selection->list[2*i+2]; in artio_selection_add_range()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktreeselection.c78 if (selection->destroy) in gtk_tree_selection_finalize()
101 GtkTreeSelection *selection; in _gtk_tree_selection_new() local
105 return selection; in _gtk_tree_selection_new()
120 GtkTreeSelection *selection; in _gtk_tree_selection_new_with_tree_view() local
127 return selection; in _gtk_tree_selection_new_with_tree_view()
223 selection->type = type; in gtk_tree_selection_set_mode()
240 return selection->type; in gtk_tree_selection_get_mode()
264 if (selection->destroy) in gtk_tree_selection_set_select_function()
969 tuple->selection = selection; in gtk_tree_selection_real_select_all()
1071 tuple->selection = selection; in gtk_tree_selection_real_unselect_all()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/libkis/
H A DSelection.cpp34 KisSelectionSP selection; member
41 d->selection = selection; in Selection()
59 return (d->selection == other.d->selection); in operator ==()
69 return new Selection(d->selection ? new KisSelection(*d->selection) in duplicate()
115 d->selection->clear(); in clear()
281 …d->selection->pixelSelection()->applySelection(selection->selection()->pixelSelection(), SELECTION… in replace()
287 …d->selection->pixelSelection()->applySelection(selection->selection()->pixelSelection(), SELECTION… in add()
293 …d->selection->pixelSelection()->applySelection(selection->selection()->pixelSelection(), SELECTION… in subtract()
299 …d->selection->pixelSelection()->applySelection(selection->selection()->pixelSelection(), SELECTION… in intersect()
305 …d->selection->pixelSelection()->applySelection(selection->selection()->pixelSelection(), SELECTION… in symmetricdifference()
[all …]
/dports/graphics/xournal/xournal-0.4.8.2016/src/
H A Dxo-selection.c299 ui.selection->move_layer = ui.selection->layer; in start_movesel()
344 ui.selection->new_y1 = ui.selection->bbox.top; in start_resizesel()
346 ui.selection->new_x1 = ui.selection->bbox.left; in start_resizesel()
347 ui.selection->new_x2 = ui.selection->bbox.right; in start_resizesel()
380 ui.selection->anchor_x = ui.selection->last_x = 0; in start_vertspace()
384 ui.selection->move_layer = ui.selection->layer; in start_vertspace()
525 ui.selection->layer = ui.selection->move_layer; in finalize_movesel()
589 ui.selection->bbox.left = ui.selection->new_x1; in finalize_resizesel()
592 ui.selection->bbox.left = ui.selection->new_x2; in finalize_resizesel()
596 ui.selection->bbox.top = ui.selection->new_y1; in finalize_resizesel()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktreeselection.c175 if (selection->destroy) in gtk_tree_selection_finalize()
176 selection->destroy (selection->user_data); in gtk_tree_selection_finalize()
235 return selection; in _gtk_tree_selection_new()
257 return selection; in _gtk_tree_selection_new_with_tree_view()
350 selection->type = type; in gtk_tree_selection_set_mode()
369 return selection->type; in gtk_tree_selection_get_mode()
395 if (selection->destroy) in gtk_tree_selection_set_select_function()
396 selection->destroy (selection->user_data); in gtk_tree_selection_set_select_function()
1081 tuple->selection = selection; in gtk_tree_selection_real_select_all()
1182 tuple->selection = selection; in gtk_tree_selection_real_unselect_all()
[all …]
/dports/misc/geekcode/geekcode-1.7.3/
H A Dgc_computers.c58 } while (selection < 0 || selection > 8); in get_computers()
99 } while (selection < 0 || selection > 12); in get_unix_type()
159 } while (selection < 0 || selection > 8); in get_unix()
200 } while (selection < 0 || selection > 10); in get_perl()
241 } while (selection < 0 || selection > 9); in get_linux()
282 } while (selection < 0 || selection > 8); in get_emacs()
323 } while (selection < 0 || selection > 6); in get_www()
364 } while (selection < 0 || selection > 10); in get_usenet()
405 } while (selection < 0 || selection > 8); in get_oracle()
487 } while (selection < 0 || selection > 9); in get_windows()
[all …]
H A Dgc_entertainment.c27 int selection = 99; in get_startrek() local
58 } while (selection < 0 || selection > 8); in get_startrek()
63 return selection; in get_startrek()
99 } while (selection < 0 || selection > 7); in get_babylon5()
140 } while (selection < 0 || selection > 7); in get_xfiles()
181 } while (selection < 0 || selection > 8); in get_rp()
222 } while (selection < 0 || selection > 7); in get_television()
263 } while (selection < 0 || selection > 7); in get_books()
304 } while (selection < 0 || selection > 9); in get_dilbert()
345 } while (selection < 0 || selection > 9); in get_doom()
[all …]
/dports/science/v_sim/v_sim-3.8.0/src/uiElements/
H A Dui_selection.c278 if (selection->priv->data) in visu_ui_selection_setNodeModel()
284 selection->priv->data = data; in visu_ui_selection_setNodeModel()
330 if (selection->priv->marks) in visu_ui_selection_setHighlightModel()
332 g_signal_handler_disconnect(selection->priv->marks, selection->priv->hl_signal); in visu_ui_selection_setHighlightModel()
342 _updateHighlight(selection); in visu_ui_selection_setHighlightModel()
401 if (!selection->priv->data) in visu_ui_selection_add()
474 if (!selection->priv->data) in visu_ui_selection_append()
531 if (!selection->priv->marks) in visu_ui_selection_appendHighlightedNodes()
679 if (!selection->priv->marks) in visu_ui_selection_highlight()
711 g_signal_handler_block(selection->priv->marks, selection->priv->hl_signal); in visu_ui_selection_highlight()
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/tests/
H A Dselect.test179 selection own -selection CLIPBOARD .f1
187 selection own -selection CLIPBOARD .f1
221 selection own -selection CLIPBOARD .f1
277 list [selection own] [selection own -selection CLIPBOARD]
324 selection own -selection CLIPBOARD .
363 selection own -selection CLIPBOARD
583 set result [list [selection own] [selection own -selection CLIPBOARD]]
585 lappend result [selection own] [selection own -selection CLIPBOARD]
590 set result [list [selection own] [selection own -selection CLIPBOARD]]
592 lappend result [selection own] [selection own -selection CLIPBOARD]
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_code_widget_selection.c58 pd->selection = selection; in elm_code_widget_selection_start()
88 pd->selection = selection; in elm_code_widget_selection_end()
128 selection->start_line = selection->end_line = 1; in elm_code_widget_selection_normalized_get()
129 selection->start_col = selection->end_col = 1; in elm_code_widget_selection_normalized_get()
141 selection->start_line = pd->selection->end_line; in elm_code_widget_selection_normalized_get()
142 selection->start_col = pd->selection->end_col; in elm_code_widget_selection_normalized_get()
144 selection->end_col = pd->selection->start_col; in elm_code_widget_selection_normalized_get()
150 selection->end_line = pd->selection->end_line; in elm_code_widget_selection_normalized_get()
151 selection->end_col = pd->selection->end_col; in elm_code_widget_selection_normalized_get()
286 if (selection->start_line == selection->end_line) in _elm_code_widget_selection_delete_do()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/
H A DGenericsSelectionTest.java30 String selection = "Z"; in test0001() local
45 int selectionEnd = str.lastIndexOf(selection) + selection.length() - 1; in test0001()
69 String selection = "Z"; in test0002() local
86 int selectionEnd = str.lastIndexOf(selection) + selection.length() - 1; in test0002()
123 int selectionEnd = str.lastIndexOf(selection) + selection.length() - 1; in test0003()
164 int selectionEnd = str.lastIndexOf(selection) + selection.length() - 1; in test0004()
201 int selectionEnd = str.lastIndexOf(selection) + selection.length() - 1; in test0005()
242 int selectionEnd = str.lastIndexOf(selection) + selection.length() - 1; in test0006()
279 int selectionEnd = str.lastIndexOf(selection) + selection.length() - 1; in test0007()
320 int selectionEnd = str.lastIndexOf(selection) + selection.length() - 1; in test0008()
[all …]
/dports/graphics/gpaint/gpaint-2-0.3.3/src/
H A Dselection.c167 selection->timer = gtk_timeout_add(FLASH_RATE, (GtkFunction)(selection_on_tick), selection); in selection_new()
170 selection->gc = gdk_gc_new(d); in selection_new()
171 g_assert(selection->gc); in selection_new()
181 return selection; in selection_new()
228 selection->flash_enabled = TRUE; in selection_enable_flash()
234 selection_clear_flash(selection); in selection_disable_flash()
357 if (selection->flash_enabled) in selection_on_tick()
368 while (selection->flash_state) in selection_clear_flash()
387 selection->gc, in selection_draw_flash()
391 selection->flash_state++; in selection_draw_flash()
[all …]
/dports/deskutils/bijiben/bijiben-40.1/src/libbiji/editor/
H A Dbiji-editor-selection.c60 if (selection->priv->attrs & attr) { in check_and_update_typing_attr()
89 g_clear_object (&selection->priv->webview); in editor_selection_set_webview()
90 selection->priv->webview = g_object_ref (webview); in editor_selection_set_webview()
111 e_editor_selection_get_bold (selection)); in e_editor_selection_get_property()
116 e_editor_selection_get_italic (selection)); in e_editor_selection_get_property()
141 selection, g_value_get_object (value)); in e_editor_selection_set_property()
146 selection, g_value_get_boolean (value)); in e_editor_selection_set_property()
151 selection, g_value_get_boolean (value)); in e_editor_selection_set_property()
156 selection, g_value_get_boolean (value)); in e_editor_selection_set_property()
169 g_object_unref (selection->priv->webview); in e_editor_selection_finalize()
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/flake/tests/
H A DTestSelection.cpp30 KoSelection selection; in testSelectedShapes() local
35 QCOMPARE(selection.count(), 0); in testSelectedShapes()
37 selection.select(shape1); in testSelectedShapes()
49 selection.select(shape2); in testSelectedShapes()
50 selection.select(shape3); in testSelectedShapes()
59 selection.select(group1); in testSelectedShapes()
71 selection.select(group2); in testSelectedShapes()
86 selection.select(container); in testSelectedShapes()
101 KoSelection selection; in testSize() local
107 selection.select( &shape1 ); in testSize()
[all …]
/dports/graphics/ipe/ipe-7.2.23/src/ipelets/lua/
H A Dalign.lua70 selection[#selection + 1] = i
92 selection = selection,
190 local rear = p:bbox(selection[#selection])
206 local rear = p:bbox(selection[#selection])
220 local rear = p:bbox(selection[#selection])
235 local selection = model:selection()
251 selection = selection,
302 local rear = p:bbox(selection[#selection])
318 local rear = p:bbox(selection[#selection])
347 local selection = model:selection()
[all …]

12345678910>>...374