Home
last modified time | relevance | path

Searched +defs:w +defs:text (Results 251 – 275 of 14780) sorted by last modified time

1...<<11121314151617181920>>...592

/dports/lang/python38/Python-3.8.12/Lib/msilib/
H A D__init__.py441 def add(self, name, x, y, w, h, text, value = None): argument
450 def __init__(self, db, name, x, y, w, h, attr, title, first, default, cancel): argument
456 def control(self, name, type, x, y, w, h, attr, prop, text, next, help): argument
461 def text(self, name, x, y, w, h, attr, text): argument
465 def bitmap(self, name, x, y, w, h, text): argument
468 def line(self, name, x, y, w, h): argument
471 def pushbutton(self, name, x, y, w, h, attr, text, next): argument
474 def radiogroup(self, name, x, y, w, h, attr, prop, text, next): argument
480 def checkbox(self, name, x, y, w, h, attr, prop, text, next): argument
/dports/lang/python37/Python-3.7.12/Lib/tkinter/
H A Dfont.py149 def measure(self, text, displayof=None): argument
221 w = tkinter.Label(root, text="Hello, world", font=f) variable
224 w = tkinter.Button(root, text="Quit!", command=root.destroy) variable
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_xml_etree.py666 def data(self, text): argument
689 def data(self, text): argument
1757 def check_expat224_utf8_bug(self, text): argument
1836 def wref_cb(w): argument
H A Dtest_dis.py422 def strip_addresses(self, text): argument
499 def expected(count, w): argument
/dports/lang/python37/Python-3.7.12/Lib/msilib/
H A D__init__.py441 def add(self, name, x, y, w, h, text, value = None): argument
450 def __init__(self, db, name, x, y, w, h, attr, title, first, default, cancel): argument
456 def control(self, name, type, x, y, w, h, attr, prop, text, next, help): argument
461 def text(self, name, x, y, w, h, attr, text): argument
465 def bitmap(self, name, x, y, w, h, text): argument
468 def line(self, name, x, y, w, h): argument
471 def pushbutton(self, name, x, y, w, h, attr, text, next): argument
474 def radiogroup(self, name, x, y, w, h, attr, prop, text, next): argument
480 def checkbox(self, name, x, y, w, h, attr, prop, text, next): argument
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dposixmodule.c841 char text[1024]; in os2_error() local
6389 PyObject *w; in posix_readlink() local
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_xml_etree.py632 def data(self, text): argument
655 def data(self, text): argument
1387 def data(self, text): argument
1505 def check_expat224_utf8_bug(self, text): argument
1579 def wref_cb(w): argument
/dports/lang/python-legacy/Python-2.7.18/Lib/idlelib/
H A DEditorWindow.py86 import warnings as w namespace
509 def command(text=self.text, eventname=eventname): argument
1107 def command(text=text, eventname=eventname): argument
1598 def __init__(self, text, tabwidth): argument
/dports/lang/python27/Python-2.7.18/Modules/
H A Dposixmodule.c841 char text[1024]; in os2_error() local
6389 PyObject *w; in posix_readlink() local
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_xml_etree.py632 def data(self, text): argument
655 def data(self, text): argument
1387 def data(self, text): argument
1505 def check_expat224_utf8_bug(self, text): argument
1579 def wref_cb(w): argument
/dports/lang/python27/Python-2.7.18/Lib/idlelib/
H A DEditorWindow.py86 import warnings as w namespace
509 def command(text=self.text, eventname=eventname): argument
1107 def command(text=text, eventname=eventname): argument
1598 def __init__(self, text, tabwidth): argument
/dports/lang/python39/Python-3.9.9/Lib/tkinter/
H A Dfont.py152 def measure(self, text, displayof=None): argument
224 w = tkinter.Label(root, text="Hello, world", font=f) variable
227 w = tkinter.Button(root, text="Quit!", command=root.destroy) variable
H A Dsimpledialog.py33 text='', buttons=[], default=None, cancel=None, argument
259 def _setup_dialog(w): argument
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_xml_etree.py670 def data(self, text): argument
693 def data(self, text): argument
2233 def check_expat224_utf8_bug(self, text): argument
2449 def wref_cb(w): argument
H A Dtest_dis.py484 def strip_addresses(self, text): argument
562 def expected(count, w): argument
/dports/lang/python39/Python-3.9.9/Lib/msilib/
H A D__init__.py441 def add(self, name, x, y, w, h, text, value = None): argument
450 def __init__(self, db, name, x, y, w, h, attr, title, first, default, cancel): argument
456 def control(self, name, type, x, y, w, h, attr, prop, text, next, help): argument
461 def text(self, name, x, y, w, h, attr, text): argument
465 def bitmap(self, name, x, y, w, h, text): argument
468 def line(self, name, x, y, w, h): argument
471 def pushbutton(self, name, x, y, w, h, attr, text, next): argument
474 def radiogroup(self, name, x, y, w, h, attr, prop, text, next): argument
480 def checkbox(self, name, x, y, w, h, attr, prop, text, next): argument
/dports/lang/python311/Python-3.11.0a3/Lib/tkinter/
H A Dsimpledialog.py34 text='', buttons=[], default=None, cancel=None, argument
231 def _place_window(w, parent=None): argument
260 def _setup_dialog(w): argument
H A Dfont.py156 def measure(self, text, displayof=None): argument
228 w = tkinter.Label(root, text="Hello, world", font=f) variable
231 w = tkinter.Button(root, text="Quit!", command=root.destroy) variable
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_xml_etree.py688 def data(self, text): argument
711 def data(self, text): argument
2257 def check_expat224_utf8_bug(self, text): argument
2473 def wref_cb(w): argument
H A Dtest_dis.py519 def strip_addresses(self, text): argument
604 def expected(count, w): argument
/dports/lang/python311/Python-3.11.0a3/Lib/msilib/
H A D__init__.py441 def add(self, name, x, y, w, h, text, value = None): argument
450 def __init__(self, db, name, x, y, w, h, attr, title, first, default, cancel): argument
456 def control(self, name, type, x, y, w, h, attr, prop, text, next, help): argument
461 def text(self, name, x, y, w, h, attr, text): argument
465 def bitmap(self, name, x, y, w, h, text): argument
468 def line(self, name, x, y, w, h): argument
471 def pushbutton(self, name, x, y, w, h, attr, text, next): argument
474 def radiogroup(self, name, x, y, w, h, attr, prop, text, next): argument
480 def checkbox(self, name, x, y, w, h, attr, prop, text, next): argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/
H A DOS.java391 public static final byte[] text = ascii("text"); field in OS
753 public static final native int XQueryPointer(long display, long w, long [] root_return, long [] chi… in XQueryPointer()
768 public static final native int XSetTransientForHint(long display, long w, long prop_window); in XSetTransientForHint()
1788 public static final native void pango_layout_set_text(long layout, byte[] text, int length); in pango_layout_set_text()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/prediction/
H A Duser_history_predictor_test.cc2611 void InitSegmentsFromInputSequence(const string &text, in InitSegmentsFromInputSequence()
2624 const char32 w = Util::UTF8ToUCS4(begin, end, &mblen); in InitSegmentsFromInputSequence() local
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/prediction/
H A Duser_history_predictor_test.cc2611 void InitSegmentsFromInputSequence(const string &text, in InitSegmentsFromInputSequence()
2624 const char32 w = Util::UTF8ToUCS4(begin, end, &mblen); in InitSegmentsFromInputSequence() local
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/prediction/
H A Duser_history_predictor_test.cc2611 void InitSegmentsFromInputSequence(const string &text, in InitSegmentsFromInputSequence()
2624 const char32 w = Util::UTF8ToUCS4(begin, end, &mblen); in InitSegmentsFromInputSequence() local

1...<<11121314151617181920>>...592