Home
last modified time | relevance | path

Searched refs:x (Results 376 – 400 of 2467556) sorted by path

1...<<11121314151617181920>>...98703

/dports/accessibility/orca/orca-41.1/src/orca/
H A Dorca_gui_navlist.py114 x, y, width, height = self._script.utilities.getBoundingBox(self._document)
116 self._gui.move(x + 100, y + 100)
H A Dorca_gui_prefs.py2903 match = lambda x: x.keysymstring == keyName \ argument
2904 and x.modifiers == modifiers \
2905 and x.click_count == clickCount \
2906 and x.handler
H A Dscript_utilities.py276 isCell = lambda x: x and x.getRole() in self.getCellRoles() argument
1276 isTable = lambda x: x and x.getRole() in tableRoles and "Table" in pyatspi.listInterfaces(x) argument
1745 return [x for x in Utilities._desktop if x is not None]
1899 pred = lambda x: x and x.parent and x.parent.getRole() == pyatspi.ROLE_LIST argument
1902 pred = lambda x: x and x.getRole() == role argument
2572 excludeIf = lambda x: x and x.getRole() in skipRoles argument
2611 isDialog = lambda x: x and x.getRole() in roles or self.isFunctionalDialog(x) argument
2615 isPresentable = lambda x: self.isShowingAndVisible(x) and (x.name or x.childCount) argument
3919 pred = lambda x: x and x.name == obj.name argument
4269 isHeader = lambda x: x and x.getRole() in roles argument
[all …]
/dports/accessibility/orca/orca-41.1/src/orca/scripts/
H A DMakefile.in489 set x; \
/dports/accessibility/orca/orca-41.1/src/orca/scripts/apps/Banshee/
H A Dscript_utilities.py29 obj, lambda x: x.getRole() == pyatspi.ROLE_TOOL_BAR))
/dports/accessibility/orca/orca-41.1/src/orca/scripts/apps/Instantbird/
H A Dchat.py69 hasRole = lambda x: x and x.getRole() == pyatspi.ROLE_PARAGRAPH argument
H A Dscript.py204 hasRole = lambda x: x and x.getRole() == pyatspi.ROLE_PAGE_TAB argument
/dports/accessibility/orca/orca-41.1/src/orca/scripts/apps/
H A DMakefile.in517 set x; \
/dports/accessibility/orca/orca-41.1/src/orca/scripts/apps/Thunderbird/
H A Dspellcheck.py65 isNonSpellCheckChild = lambda x: x and x.getRole() in roles argument
72 isEntry = lambda x: x and x.getRole() == pyatspi.ROLE_ENTRY \ argument
73 and x.getState().contains(pyatspi.STATE_SINGLE_LINE)
77 isError = lambda x: x and x.getRole() == pyatspi.ROLE_LABEL \ argument
78 and not ":" in x.name and not x.getRelationSet()
82 isList = lambda x: x and x.getRole() in [pyatspi.ROLE_LIST, pyatspi.ROLE_LIST_BOX] \ argument
83 and 'Selection' in x.get_interfaces()
/dports/accessibility/orca/orca-41.1/src/orca/scripts/apps/ekiga/
H A Dscript.py92 hasRole = lambda x: x and x.getRole() == pyatspi.ROLE_TEXT argument
/dports/accessibility/orca/orca-41.1/src/orca/scripts/apps/empathy/
H A Dscript.py125 hasRole = lambda x: x and x.getRole() == pyatspi.ROLE_PAGE_TAB argument
/dports/accessibility/orca/orca-41.1/src/orca/scripts/apps/evolution/
H A Dbraille_generator.py62 hasObj = lambda x: isinstance(x, (braille.Component, braille.Text)) argument
63 isObj = lambda x: self._script.utilities.isSameObject(obj, x.accessible) argument
H A Dscript_utilities.py105 isTreeTable = lambda x: x and x.getRole() == pyatspi.ROLE_TREE_TABLE argument
124 isSplitPane = lambda x: x and x.getRole() == pyatspi.ROLE_SPLIT_PANE argument
/dports/accessibility/orca/orca-41.1/src/orca/scripts/apps/gajim/
H A Dscript.py100 hasRole = lambda x: x and x.getRole() == pyatspi.ROLE_PAGE_TAB argument
/dports/accessibility/orca/orca-41.1/src/orca/scripts/apps/gcalctool/
H A Dscript.py72 isEditbar = lambda x: x and x.getRole() == pyatspi.ROLE_EDITBAR argument
77 isStatusLine = lambda x: x and x.getRole() == pyatspi.ROLE_TEXT \ argument
78 and not x.getState().contains(pyatspi.STATE_EDITABLE)
/dports/accessibility/orca/orca-41.1/src/orca/scripts/apps/gedit/
H A Dspellcheck.py48 isSplitPane = lambda x: x and x.getRole() == pyatspi.ROLE_SPLIT_PANE argument
55 isEntry = lambda x: x and x.getRole() == pyatspi.ROLE_TEXT \ argument
56 and x.getState().contains(pyatspi.STATE_SINGLE_LINE)
60 isPanel = lambda x: x and x.getRole() == pyatspi.ROLE_PANEL argument
65 isError = lambda x: x and x.getRole() == pyatspi.ROLE_LABEL \ argument
66 and not ":" in x.name and not x.getRelationSet()
70 isTable = lambda x: x and x.getRole() == pyatspi.ROLE_TABLE \ argument
71 and 'Selection' in x.get_interfaces()
/dports/accessibility/orca/orca-41.1/src/orca/scripts/apps/gnome-shell/
H A Dscript.py85 isDialog = lambda x: x and x.getRole() == pyatspi.ROLE_DIALOG argument
189 isRealFocus = lambda x: x and x.getRole() == pyatspi.ROLE_SLIDER argument
201 isDialog = lambda x: x and x.getRole() == pyatspi.ROLE_DIALOG argument
H A Dscript_utilities.py47 isSelected = lambda x: x and x.getState().contains(pyatspi.STATE_SELECTED) argument
51 for x in range(selection.nSelectedChildren):
52 children.append(selection.getSelectedChild(x))
100 hasRole = lambda x: x and x.getRole() in roles argument
/dports/accessibility/orca/orca-41.1/src/orca/scripts/apps/notification-daemon/
H A Dscript.py47 hasRole = lambda x: x and x.getRole() == pyatspi.ROLE_LABEL argument
/dports/accessibility/orca/orca-41.1/src/orca/scripts/apps/pidgin/
H A Dscript.py198 hasRole = lambda x: x and x.getRole() == pyatspi.ROLE_PAGE_TAB argument
/dports/accessibility/orca/orca-41.1/src/orca/scripts/apps/smuxi-frontend-gnome/
H A Dchat.py44 isPageTab = lambda x: x and x.getRole() == pyatspi.ROLE_PAGE_TAB argument
/dports/accessibility/orca/orca-41.1/src/orca/scripts/apps/soffice/
H A Dscript.py851 x = orca_state.lastInputEvent.x
853 weToggledIt = obj.queryComponent().contains(x, y, 0)
H A Dscript_utilities.py336 isScrollPane = lambda x: x and x.getRole() == pyatspi.ROLE_SCROLL_PANE argument
352 isParagraph = lambda x: x and x.getRole() == pyatspi.ROLE_PARAGRAPH argument
541 hasRole = lambda x: x and x.getRole() == pyatspi.ROLE_SPLIT_PANE argument
629 isComboBox = lambda x: x and x.getRole() == pyatspi.ROLE_COMBO_BOX argument
705 isSelection = lambda x: x and 'Selection' in pyatspi.listInterfaces(x) argument
882 convert = lambda x: self.columnConvert(x+1) argument
888 convert = lambda x: x + 1 argument
H A Dspeech_generator.py351 [x, y, width, height] = text.getRangeExtents(i, i + 1, 0)
352 if x < extents.x:
354 elif (x + width) > extents.x + extents.width:
H A Dspellcheck.py63 isPageTabList = lambda x: x and x.getRole() == pyatspi.ROLE_PAGE_TAB_LIST argument
67 isComboBox = lambda x: x and x.getRole() == pyatspi.ROLE_COMBO_BOX argument
73 isError = lambda x: x and x.getRole() == pyatspi.ROLE_TEXT and x.name \ argument
74 and x.parent.getRole() != pyatspi.ROLE_COMBO_BOX
78 isList = lambda x: x and x.getRole() == pyatspi.ROLE_LIST and x.name \ argument
79 and 'Selection' in x.get_interfaces() \
80 and x.parent.getRole() != pyatspi.ROLE_COMBO_BOX

1...<<11121314151617181920>>...98703