Home
last modified time | relevance | path

Searched refs:selection_state (Results 1 – 25 of 62) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/x11/
H A Dx11_clipboard_ozone.cc133 auto& selection_state = in OnSelectionRequest() local
203 selection_state.mime_types.clear(); in OnSelectionNotify()
238 selection_state.request_data_map->emplace(selection_state.data_mime_type, in OnSelectionNotify()
241 .Run(selection_state.data); in OnSelectionNotify()
249 .Run(selection_state.data); in OnSelectionNotify()
262 selection_state.mime_types.clear(); in OnSetSelectionOwnerNotify()
263 selection_state.data_mime_type.clear(); in OnSetSelectionOwnerNotify()
264 selection_state.data.reset(); in OnSetSelectionOwnerNotify()
312 selection_state.data.reset(); in ReadRemoteClipboard()
336 selection_state.offer_data_map = data_map; in OfferClipboardData()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/x11/
H A Dx11_clipboard_ozone.cc238 selection_state.mime_types.clear(); in OnSelectionNotify()
276 selection_state.data = tmp; in OnSelectionNotify()
284 selection_state.request_data_map->emplace(selection_state.data_mime_type, in OnSelectionNotify()
287 .Run(selection_state.data); in OnSelectionNotify()
302 selection_state.mime_types.clear(); in OnSetSelectionOwnerNotify()
303 selection_state.data_mime_type.clear(); in OnSetSelectionOwnerNotify()
304 selection_state.data.clear(); in OnSetSelectionOwnerNotify()
351 selection_state.data.clear(); in ReadRemoteClipboard()
374 selection_state.offer_data_map = data_map; in OfferClipboardData()
401 selection_state.data_mime_type = mime_type; in RequestClipboardData()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/editor/
H A Dcanvas.py99 sr = canvas.selection_state.rect
307 self.selection_state.reset()
317 self.selection_state.reset()
421 sr = self.selection_state.rect
428 sr = self.selection_state.rect
435 sr = self.selection_state.rect
514 … if self.selection_state.rect is not None and self.selection_state.rect.contains(pos):
541 self.selection_state.drag_corner = self.selection_state.dragging
548 if self.selection_state.rect is None or not self.selection_state.rect.contains(pos):
563 self.selection_state.dragging = self.selection_state.last_drag_pos = None
[all …]
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/filters/
H A Dapp.py114 return bool(get_app().current_buffer.selection_state)
221 or app.current_buffer.selection_state
242 or app.current_buffer.selection_state
261 or app.current_buffer.selection_state
280 or app.current_buffer.selection_state
299 or app.current_buffer.selection_state
314 return bool(app.current_buffer.selection_state)
356 or app.current_buffer.selection_state
367 app.editing_mode == EditingMode.EMACS and app.current_buffer.selection_state
375 app.current_buffer.selection_state
[all …]
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/filters/
H A Dapp.py104 return bool(get_app().current_buffer.selection_state)
204 or app.current_buffer.selection_state):
220 or app.current_buffer.selection_state
236 or app.current_buffer.selection_state
252 or app.current_buffer.selection_state
266 return bool(app.current_buffer.selection_state)
307 or app.current_buffer.selection_state
317 and app.current_buffer.selection_state)
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/filters/
H A Dapp.py104 return bool(get_app().current_buffer.selection_state)
204 or app.current_buffer.selection_state):
220 or app.current_buffer.selection_state
236 or app.current_buffer.selection_state
252 or app.current_buffer.selection_state
266 return bool(app.current_buffer.selection_state)
307 or app.current_buffer.selection_state
317 and app.current_buffer.selection_state)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/filters/
H A Dcli.py89 return bool(cli.current_buffer.selection_state)
271 or cli.current_buffer.selection_state):
287 or cli.current_buffer.selection_state
303 or cli.current_buffer.selection_state
319 or cli.current_buffer.selection_state
335 return bool(cli.current_buffer.selection_state)
379 or cli.current_buffer.selection_state
392 and cli.current_buffer.selection_state)
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/filters/
H A Dcli.py89 return bool(cli.current_buffer.selection_state)
271 or cli.current_buffer.selection_state):
287 or cli.current_buffer.selection_state
303 or cli.current_buffer.selection_state
319 or cli.current_buffer.selection_state
335 return bool(cli.current_buffer.selection_state)
379 or cli.current_buffer.selection_state
392 and cli.current_buffer.selection_state)
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/key_binding/bindings/
H A Dvi.py261 selection_state = buff.selection_state
344 selection_state = buff.selection_state
433 if bool(buffer.selection_state):
687 buff.selection_state and buff.selection_state.type == SelectionType.BLOCK
852 selection_state = event.current_buffer.selection_state
854 if selection_state is not None:
873 selection_state = event.current_buffer.selection_state
875 if selection_state is not None:
887 selection_state = event.current_buffer.selection_state
889 if selection_state is not None:
[all …]
H A Demacs.py468 if buff.selection_state is not None:
471 buff.selection_state.enter_shift_mode()
499 if buff.selection_state is not None:
500 if buff.cursor_position == buff.selection_state.original_cursor_position:
533 if buff.selection_state:
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/key_binding/bindings/
H A Dvi.py295 selection_state = buff.selection_state
313 buff.selection_state = None
373 if bool(buffer.selection_state):
598 return buff.selection_state and buff.selection_state.type == SelectionType.BLOCK
740 selection_state = event.current_buffer.selection_state
742 if selection_state.type != SelectionType.LINES:
743 selection_state.type = SelectionType.LINES
758 selection_state = event.current_buffer.selection_state
771 selection_state = event.current_buffer.selection_state
774 selection_state.type = SelectionType.BLOCK
[all …]
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/key_binding/bindings/
H A Dvi.py295 selection_state = buff.selection_state
313 buff.selection_state = None
373 if bool(buffer.selection_state):
598 return buff.selection_state and buff.selection_state.type == SelectionType.BLOCK
740 selection_state = event.current_buffer.selection_state
742 if selection_state.type != SelectionType.LINES:
743 selection_state.type = SelectionType.LINES
758 selection_state = event.current_buffer.selection_state
771 selection_state = event.current_buffer.selection_state
774 selection_state.type = SelectionType.BLOCK
[all …]
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/key_binding/bindings/
H A Dvi.py275 selection_state = buff.selection_state
293 buff.selection_state = None
367 if bool(buffer.selection_state):
577 return buff.selection_state and buff.selection_state.type == SelectionType.BLOCK
719 selection_state = event.current_buffer.selection_state
721 if selection_state.type != SelectionType.LINES:
722 selection_state.type = SelectionType.LINES
737 selection_state = event.current_buffer.selection_state
750 selection_state = event.current_buffer.selection_state
753 selection_state.type = SelectionType.BLOCK
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/key_binding/bindings/
H A Dvi.py275 selection_state = buff.selection_state
293 buff.selection_state = None
367 if bool(buffer.selection_state):
577 return buff.selection_state and buff.selection_state.type == SelectionType.BLOCK
719 selection_state = event.current_buffer.selection_state
721 if selection_state.type != SelectionType.LINES:
722 selection_state.type = SelectionType.LINES
737 selection_state = event.current_buffer.selection_state
750 selection_state = event.current_buffer.selection_state
753 selection_state.type = SelectionType.BLOCK
[all …]
/dports/devel/dconf-editor/dconf-editor-3.38.3/editor/
H A Dbookmarks.vala257 …internal static void _update_actions (OverlayedList.SelectionState selection_state, ref SimpleActi…
259 trash_bookmark_action.set_enabled (selection_state != OverlayedList.SelectionState.EMPTY);
261 bool one_middle_selection = selection_state == OverlayedList.SelectionState.MIDDLE;
262 …bool enable_move_up_action = one_middle_selection || (selection_state == OverlayedList.Select…
263 …bool enable_move_down_action = one_middle_selection || (selection_state == OverlayedList.Select…
267 bool multiple_middle_selections = selection_state == OverlayedList.SelectionState.MULTIPLE;
268 … move_top_action.set_enabled ((selection_state == OverlayedList.SelectionState.MULTIPLE_LAST)
271 … move_bottom_action.set_enabled ((selection_state == OverlayedList.SelectionState.MULTIPLE_FIRST)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/
H A Dbuffer.py290 self.selection_state = None
419 self.selection_state = None
451 self.text, self.cursor_position, self.selection_state]
600 elif not self.selection_state:
616 elif not self.selection_state:
671 assert self.selection_state
674 from_, to = sorted([self.cursor_position, self.selection_state.original_cursor_position])
969 self.selection_state = SelectionState(self.cursor_position, selection_type)
979 self.selection_state = None
1217 selection = self.selection_state
[all …]
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/
H A Dbuffer.py291 self.selection_state = None
420 self.selection_state = None
452 self.text, self.cursor_position, self.selection_state]
601 elif not self.selection_state:
617 elif not self.selection_state:
672 assert self.selection_state
675 from_, to = sorted([self.cursor_position, self.selection_state.original_cursor_position])
970 self.selection_state = SelectionState(self.cursor_position, selection_type)
980 self.selection_state = None
1218 selection = self.selection_state
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dtextcontrol.rs170 let original_selection_state = self.textinput.borrow().selection_state(); in set_dom_range_text()
272 …original_selection_state = original_selection_state.unwrap_or_else(|| textinput.selection_state()); in set_range()
284 if textinput.selection_state() != original_selection_state { in set_range()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/object_collection_manager/
H A Doperator_utils.py495 …t_collection_objects(is_master_collection, collection_name, replace, nested, selection_state=None): argument
509 if selection_state == None:
510 selection_state = get_move_selection().isdisjoint(target_collection.objects)
515 obj.select_set(selection_state)
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/metasearch/impl/
H A DEngineImpl.java178 private int selection_state = SEL_STATE_DESELECTED; field in EngineImpl
247 selection_state = (int)ImportExportUtils.importLong( map, "selected", SEL_STATE_DESELECTED ); in EngineImpl()
308 map.put( "selected", new Long( selection_state )); in exportToBencodedMap()
1085 return( selection_state ); in getSelectionState()
1092 if ( state != selection_state ){ in setSelectionState()
1099 selection_state == SEL_STATE_MANUAL_SELECTED ){ in setSelectionState()
1107 selection_state = state; in setSelectionState()
1133 …boolean selected = selection_state != SEL_STATE_DESELECTED && selection_state != SEL_STATE_FORCE_D… in checkSelectionStateRecorded()
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/
H A Dbuffer.py297 self.selection_state = None
441 self.selection_state = None
479 self.text, self.cursor_position, self.selection_state]
645 elif not self.selection_state:
661 elif not self.selection_state:
716 assert self.selection_state
719 from_, to = sorted([self.cursor_position, self.selection_state.original_cursor_position])
1006 self.selection_state = SelectionState(self.cursor_position, selection_type)
1024 self.selection_state = None
1325 selection = self.selection_state
[all …]
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/
H A Dbuffer.py297 self.selection_state = None
441 self.selection_state = None
479 self.text, self.cursor_position, self.selection_state]
645 elif not self.selection_state:
661 elif not self.selection_state:
716 assert self.selection_state
719 from_, to = sorted([self.cursor_position, self.selection_state.original_cursor_position])
1006 self.selection_state = SelectionState(self.cursor_position, selection_type)
1024 self.selection_state = None
1325 selection = self.selection_state
[all …]
/dports/devel/py-ptpython/ptpython-3.0.20/ptpython/
H A Dlayout.py373 elif bool(app.current_buffer.selection_state) and not python_input.vi_mode:
437 if app.current_buffer.selection_state is not None:
438 if app.current_buffer.selection_state.type == SelectionType.LINES:
440 elif app.current_buffer.selection_state.type == SelectionType.CHARACTERS:
443 elif app.current_buffer.selection_state.type == SelectionType.BLOCK:
/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Dview_collection.c108 GtkStateType selection_state,
329 GtkStateType selection_state; in draw_item() local
335 selection_state = filer_window->selection_state; in draw_item()
337 selection_state = GTK_STATE_NORMAL; in draw_item()
339 color = &widget->style->base[selection_state]; in draw_item()
371 selection_state, in draw_item()
377 selection_state, in draw_item()
636 GtkStateType selection_state, in draw_string() argument
639 GdkGC *gc = selection_state == GTK_STATE_NORMAL in draw_string()
641 : widget->style->text_gc[selection_state]; in draw_string()
[all …]
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/
H A Dbuffer.py340 self.selection_state: Optional[SelectionState] = None
542 self.selection_state = None
580 self.text, self.cursor_position, self.selection_state
758 elif not self.selection_state:
776 elif not self.selection_state:
839 assert self.selection_state
843 [self.cursor_position, self.selection_state.original_cursor_position]
1144 self.selection_state = SelectionState(self.cursor_position, selection_type)
1162 self.selection_state = None
1492 selection = self.selection_state
[all …]

123