Home
last modified time | relevance | path

Searched refs:autoraise (Results 1 – 25 of 178) sorted by last modified time

12345678

/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_webbrowser.py81 self._test('open', kw=dict(autoraise=False),
106 self._test('open', kw=dict(autoraise=False),
131 self._test('open', kw=dict(autoraise=False),
156 self._test('open', kw=dict(autoraise=False),
181 self._test('open', kw=dict(autoraise=False),
/dports/lang/python310/Python-3.10.1/Lib/
H A Dwebbrowser.py71 def open(url, new=0, autoraise=True): argument
86 if browser.open(url, new, autoraise):
148 def open(self, url, new=0, autoraise=True): argument
172 def open(self, url, new=0, autoraise=True): argument
190 def open(self, url, new=0, autoraise=True): argument
226 autoraise = int(autoraise)
227 opt = self.raise_opts[autoraise]
257 def open(self, url, new=0, autoraise=True): argument
358 def open(self, url, new=0, autoraise=True): argument
442 def open(self, url, new=0, autoraise=True): argument
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_webbrowser.py79 self._test('open', kw=dict(autoraise=False),
104 self._test('open', kw=dict(autoraise=False),
129 self._test('open', kw=dict(autoraise=False),
154 self._test('open', kw=dict(autoraise=False),
179 self._test('open', kw=dict(autoraise=False),
/dports/lang/python38/Python-3.8.12/Lib/
H A Dwebbrowser.py71 def open(url, new=0, autoraise=True): argument
86 if browser.open(url, new, autoraise):
148 def open(self, url, new=0, autoraise=True): argument
172 def open(self, url, new=0, autoraise=True): argument
190 def open(self, url, new=0, autoraise=True): argument
226 autoraise = int(autoraise)
227 opt = self.raise_opts[autoraise]
257 def open(self, url, new=0, autoraise=True): argument
358 def open(self, url, new=0, autoraise=True): argument
442 def open(self, url, new=0, autoraise=True): argument
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_webbrowser.py79 self._test('open', kw=dict(autoraise=False),
104 self._test('open', kw=dict(autoraise=False),
129 self._test('open', kw=dict(autoraise=False),
154 self._test('open', kw=dict(autoraise=False),
179 self._test('open', kw=dict(autoraise=False),
/dports/lang/python37/Python-3.7.12/Lib/
H A Dwebbrowser.py71 def open(url, new=0, autoraise=True): argument
86 if browser.open(url, new, autoraise):
148 def open(self, url, new=0, autoraise=True): argument
172 def open(self, url, new=0, autoraise=True): argument
189 def open(self, url, new=0, autoraise=True): argument
220 def _invoke(self, args, remote, autoraise): argument
224 autoraise = int(autoraise)
225 opt = self.raise_opts[autoraise]
255 def open(self, url, new=0, autoraise=True): argument
355 def open(self, url, new=0, autoraise=True): argument
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dwebbrowser.py58 def open(url, new=0, autoraise=True): argument
61 if browser.open(url, new, autoraise):
147 def open(self, url, new=0, autoraise=True): argument
171 def open(self, url, new=0, autoraise=True): argument
188 def open(self, url, new=0, autoraise=True): argument
215 def _invoke(self, args, remote, autoraise): argument
219 autoraise = int(autoraise)
220 opt = self.raise_opts[autoraise]
259 def open(self, url, new=0, autoraise=True): argument
350 def open(self, url, new=0, autoraise=True): argument
[all …]
/dports/lang/python27/Python-2.7.18/Lib/
H A Dwebbrowser.py58 def open(url, new=0, autoraise=True): argument
61 if browser.open(url, new, autoraise):
147 def open(self, url, new=0, autoraise=True): argument
171 def open(self, url, new=0, autoraise=True): argument
188 def open(self, url, new=0, autoraise=True): argument
215 def _invoke(self, args, remote, autoraise): argument
219 autoraise = int(autoraise)
220 opt = self.raise_opts[autoraise]
259 def open(self, url, new=0, autoraise=True): argument
350 def open(self, url, new=0, autoraise=True): argument
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_webbrowser.py79 self._test('open', kw=dict(autoraise=False),
104 self._test('open', kw=dict(autoraise=False),
129 self._test('open', kw=dict(autoraise=False),
154 self._test('open', kw=dict(autoraise=False),
179 self._test('open', kw=dict(autoraise=False),
/dports/lang/python39/Python-3.9.9/Lib/
H A Dwebbrowser.py71 def open(url, new=0, autoraise=True): argument
86 if browser.open(url, new, autoraise):
148 def open(self, url, new=0, autoraise=True): argument
172 def open(self, url, new=0, autoraise=True): argument
190 def open(self, url, new=0, autoraise=True): argument
226 autoraise = int(autoraise)
227 opt = self.raise_opts[autoraise]
257 def open(self, url, new=0, autoraise=True): argument
358 def open(self, url, new=0, autoraise=True): argument
442 def open(self, url, new=0, autoraise=True): argument
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_webbrowser.py81 self._test('open', kw=dict(autoraise=False),
106 self._test('open', kw=dict(autoraise=False),
131 self._test('open', kw=dict(autoraise=False),
156 self._test('open', kw=dict(autoraise=False),
181 self._test('open', kw=dict(autoraise=False),
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dwebbrowser.py72 def open(url, new=0, autoraise=True): argument
87 if browser.open(url, new, autoraise):
149 def open(self, url, new=0, autoraise=True): argument
173 def open(self, url, new=0, autoraise=True): argument
191 def open(self, url, new=0, autoraise=True): argument
227 autoraise = int(autoraise)
228 opt = self.raise_opts[autoraise]
258 def open(self, url, new=0, autoraise=True): argument
359 def open(self, url, new=0, autoraise=True): argument
443 def open(self, url, new=0, autoraise=True): argument
[all …]
/dports/graphics/qgis/qgis-3.22.3/
H A DChangeLog109104 [ui] Enable autoraise state for attribute table form/table view buttons
250505 Set autoraise on browser dock info button
/dports/graphics/qgis-ltr/qgis-3.16.16/
H A DChangeLog75411 [ui] Enable autoraise state for attribute table form/table view buttons
216812 Set autoraise on browser dock info button
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A DChangeLog.33057 "auto-raise" and "auto-lower", not "autoraise" and "autolower".
15636 For FocusIn, ignore if unknown window, and handle autoraise.
H A DChangeLog.41212 (x_new_focus_frame): Don't autoraise here; just set that var.
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Dwebbrowser.rst54 .. function:: open(url, new=0, autoraise=True)
59 if possible. If *autoraise* is ``True``, the window is raised if possible
200 .. method:: controller.open(url, new=0, autoraise=True)
/dports/lang/python311/Python-3.11.0a3/Doc/whatsnew/
H A D2.5.rst1646 module's :func:`open` function supports an additional feature, an *autoraise*
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Dwebbrowser.rst54 .. function:: open(url, new=0, autoraise=True)
59 if possible. If *autoraise* is ``True``, the window is raised if possible
197 .. method:: controller.open(url, new=0, autoraise=True)
/dports/lang/python310/Python-3.10.1/Doc/whatsnew/
H A D2.5.rst1646 module's :func:`open` function supports an additional feature, an *autoraise*
/dports/lang/python39/Python-3.9.9/Doc/library/
H A Dwebbrowser.rst54 .. function:: open(url, new=0, autoraise=True)
59 if possible. If *autoraise* is ``True``, the window is raised if possible
197 .. method:: controller.open(url, new=0, autoraise=True)
/dports/lang/python39/Python-3.9.9/Doc/whatsnew/
H A D2.5.rst1646 module's :func:`open` function supports an additional feature, an *autoraise*
/dports/x11-wm/e16/e16-1.0.24/
H A DChangeLog1196 - Merge autoraise settings into focus settings dialog.
/dports/x11-wm/e16/e16-1.0.24/src/
H A DE.h150 } autoraise; member
H A Dfocus.c456 if (Conf.autoraise.enable) in doFocusToEwin()
461 TIMER_ADD(focus_timer_autoraise, Conf.autoraise.delay, in doFocusToEwin()
791 } autoraise; member
824 Conf.autoraise.enable = dd->autoraise.enable; in _DlgApplyFocus()
825 Conf.autoraise.delay = 10 * dd->autoraise.time; in _DlgApplyFocus()
861 dd->autoraise.enable = Conf.autoraise.enable; in _DlgFillFocus()
862 dd->autoraise.time = Conf.autoraise.delay / 10; in _DlgFillFocus()
968 DialogItemCheckButtonSetPtr(di, &dd->autoraise.enable); in _DlgFillFocus()
979 DialogItemSliderSetValPtr(di, &dd->autoraise.time); in _DlgFillFocus()
1234 CFG_ITEM_BOOL(Conf, autoraise.enable, 0),
[all …]

12345678