Home
last modified time | relevance | path

Searched refs:splitlist (Results 1 – 25 of 32) sorted by relevance

12

/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_misc.py24 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1))
39 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1))
56 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1))
71 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1))
93 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1))
108 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1))
Dtest_images.py58 self.assertEqual(self.root.splitlist(actual), expected)
/external/python/cpython2/Lib/lib-tk/
DtkFont.py74 font = tk.splitlist(tk.call("font", "actual", font))
84 if self.name not in tk.splitlist(tk.call("font", "names")):
94 self._split = tk.splitlist
172 return root.tk.splitlist(root.tk.call("font", "families"))
178 return root.tk.splitlist(root.tk.call("font", "names"))
DTkinter.py137 t = tk.splitlist(v)
308 cbname = self._tk.splitlist(cbname)[0]
310 if self._tk.splitlist(ca)[0] == cbname:
320 return map(self._tk.splitlist, self._tk.splitlist(
623 script = self.tk.splitlist(data)[0]
808 for child in self.tk.splitlist(
857 return self.tk.splitlist(self.tk.call(args))
1043 return self.tk.splitlist(
1063 return self.tk.splitlist(self.tk.call(what))
1142 return tuple(map(getint, self.tk.splitlist(string)))
[all …]
Dttk.py265 ltuple = tk.splitlist(ltuple)
398 return _list_from_statespec(self.tk.splitlist(
471 return self.tk.splitlist(self.tk.call(self._name, "element", "names"))
476 return self.tk.splitlist(self.tk.call(self._name, "element", "options", elementname))
510 return self.tk.splitlist(self.tk.call(self._name, "theme", "names"))
591 return self.tk.splitlist(str(self.tk.call(self._w, "state", statespec)))
904 return self.tk.splitlist(self.tk.call(self._w, "tabs") or ())
1194 return self.tk.splitlist(
1399 return self.tk.splitlist(self.tk.call(self._w, "selection", selop, items))
1464 return self.tk.splitlist(
DCanvas.py38 tk.splitlist(x)[0][1:],
39 self.canvas.tk.splitlist(
169 return self.canvas.tk.splitlist(self._do('gettags', self.tag))
DtkFileDialog.py91 return self._fixresult(widget, widget.tk.splitlist(result))
DTix.py249 y = self.tk.splitlist(x)
265 self.tk.splitlist(
376 return self.tk.splitlist(x)
974 return self.tk.splitlist(c)
1002 return self.tk.splitlist(c)
1247 names = self.tk.splitlist(self.tk.call(self._w, 'panes'))
1482 return self.tk.splitlist(c)
1589 return self.tk.splitlist(c)
/external/python/cpython3/Lib/tkinter/
Dfont.py76 font = tk.splitlist(tk.call("font", "actual", font))
86 if self.name not in tk.splitlist(tk.call("font", "names")):
97 self._split = tk.splitlist
187 return root.tk.splitlist(root.tk.call("font", "families", *args))
194 return root.tk.splitlist(root.tk.call("font", "names"))
D__init__.py131 t = tk.splitlist(v)
414 if self._tk.splitlist(ca)[0] == cbname:
425 splitlist = self._tk.splitlist
426 return [(splitlist(k), v) for k, v in map(splitlist,
427 splitlist(self._tk.call('trace', 'info', 'variable', self._name)))]
459 cbname = self._tk.splitlist(cbname)[0]
461 if self._tk.splitlist(ca)[0] == cbname:
477 return [self._tk.splitlist(x) for x in self._tk.splitlist(
834 script = self.tk.splitlist(data)[0]
1040 for child in self.tk.splitlist(
[all …]
Dttk.py264 ltuple = tk.splitlist(ltuple)
400 return _list_from_statespec(self.tk.splitlist(result))
403 return {k: _list_from_statespec(self.tk.splitlist(v))
471 return tuple(n.lstrip('-') for n in self.tk.splitlist(
477 return tuple(o.lstrip('-') for o in self.tk.splitlist(
512 return self.tk.splitlist(self.tk.call(self._name, "theme", "names"))
593 return self.tk.splitlist(str(self.tk.call(self._w, "state", statespec)))
906 return self.tk.splitlist(self.tk.call(self._w, "tabs") or ())
1224 return self.tk.splitlist(
1427 return self.tk.splitlist(self.tk.call(self._w, "selection"))
[all …]
Dtix.py245 y = self.tk.splitlist(x)
261 self.tk.splitlist(
372 return self.tk.splitlist(x)
972 return self.tk.splitlist(c)
1000 return self.tk.splitlist(c)
1116 names = self.tk.splitlist(self.tk.call(self._w, 'pages'))
1162 names = self.tk.splitlist(self.tk.call(self._w, 'pages'))
1244 names = self.tk.splitlist(self.tk.call(self._w, 'panes'))
1479 return self.tk.splitlist(c)
1585 return self.tk.splitlist(self.tk.call(self._w, 'getselection', mode))
[all …]
Dfiledialog.py346 return self._fixresult(widget, widget.tk.splitlist(result))
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_misc.py79 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1))
94 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1))
111 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1))
126 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1))
148 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1))
163 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1))
Dtest_images.py57 self.assertEqual(self.root.splitlist(actual), expected)
/external/python/cpython2/Lib/test/
Dtest_tcl.py539 splitlist = self.interp.tk.splitlist
541 self.assertRaises(TypeError, splitlist)
542 self.assertRaises(TypeError, splitlist, 'a', 'b')
543 self.assertRaises(TypeError, splitlist, 2)
579 self.assertEqual(splitlist(arg), res)
580 self.assertRaises(TclError, splitlist, '{')
760 self.assertRaises(OverflowError, tk.splitlist, value)
/external/python/cpython3/Lib/test/
Dtest_tcl.py526 splitlist = self.interp.tk.splitlist
528 self.assertRaises(TypeError, splitlist)
529 self.assertRaises(TypeError, splitlist, 'a', 'b')
530 self.assertRaises(TypeError, splitlist, 2)
570 self.assertEqual(splitlist(arg), res,
572 self.assertRaises(TclError, splitlist, '{')
735 self.assertRaises(OverflowError, tk.splitlist, value)
/external/ipsec-tools/src/racoon/
Disakmp_cfg.c1877 char *splitlist = addrlist; local
2020 splitlist =
2025 splitlist = addrlist;
2030 if (script_env_append(envp, envc, "SPLIT_INCLUDE", splitlist) != 0) {
2040 if (splitlist != addrlist)
2041 racoon_free(splitlist);
2046 splitlist =
2051 splitlist = addrlist;
2056 if (script_env_append(envp, envc, "SPLIT_LOCAL", splitlist) != 0) {
2066 if (splitlist != addrlist)
[all …]
/external/python/cpython2/Demo/tkinter/guido/
Dlisttree.py19 children = list.tk.splitlist(
DAttrDialog.py211 words = self.master.tk.splitlist(
374 items = self.master.tk.splitlist(
383 words = self.master.tk.splitlist(item)
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_functions.py8 def splitlist(self, arg): member in MockTkApp
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_functions.py7 def splitlist(self, arg): member in MockTkApp
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a2.rst320 Fixed memory leaks in Tkinter's methods splitlist() and split() when pass a
D3.6.4rc1.rst632 Fixed memory leaks in Tkinter's methods splitlist() and split() when pass a
/external/python/cpython2/Misc/NEWS.d/
D2.7.6rc1.rst445 Tkinter's splitlist() and split() methods now accept Tcl_Obj argument.

12