/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_misc.py | 24 (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))
|
D | test_images.py | 58 self.assertEqual(self.root.splitlist(actual), expected)
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_misc.py | 65 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1)) 80 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1)) 97 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1)) 112 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1)) 134 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1)) 149 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1))
|
D | test_images.py | 57 self.assertEqual(self.root.splitlist(actual), expected)
|
/external/python/cpython2/Lib/lib-tk/ |
D | tkFont.py | 74 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"))
|
D | Tkinter.py | 137 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 …]
|
D | ttk.py | 265 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(
|
D | Canvas.py | 38 tk.splitlist(x)[0][1:], 39 self.canvas.tk.splitlist( 169 return self.canvas.tk.splitlist(self._do('gettags', self.tag))
|
D | tkFileDialog.py | 91 return self._fixresult(widget, widget.tk.splitlist(result))
|
D | Tix.py | 249 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/ |
D | font.py | 75 font = tk.splitlist(tk.call("font", "actual", font)) 85 if self.name not in tk.splitlist(tk.call("font", "names")): 96 self._split = tk.splitlist 184 return root.tk.splitlist(root.tk.call("font", "families", *args)) 191 return root.tk.splitlist(root.tk.call("font", "names"))
|
D | __init__.py | 124 t = tk.splitlist(v) 392 if self._tk.splitlist(ca)[0] == cbname: 403 splitlist = self._tk.splitlist 404 return [(splitlist(k), v) for k, v in map(splitlist, 405 splitlist(self._tk.call('trace', 'info', 'variable', self._name)))] 437 cbname = self._tk.splitlist(cbname)[0] 439 if self._tk.splitlist(ca)[0] == cbname: 455 return [self._tk.splitlist(x) for x in self._tk.splitlist( 776 script = self.tk.splitlist(data)[0] 958 for child in self.tk.splitlist( [all …]
|
D | ttk.py | 265 ltuple = tk.splitlist(ltuple) 400 return _list_from_statespec(self.tk.splitlist( 473 return tuple(n.lstrip('-') for n in self.tk.splitlist( 479 return tuple(o.lstrip('-') for o in self.tk.splitlist( 514 return self.tk.splitlist(self.tk.call(self._name, "theme", "names")) 595 return self.tk.splitlist(str(self.tk.call(self._w, "state", statespec))) 908 return self.tk.splitlist(self.tk.call(self._w, "tabs") or ()) 1225 return self.tk.splitlist( 1445 return self.tk.splitlist(self.tk.call(self._w, "selection", selop, items)) 1517 return self.tk.splitlist(
|
D | tix.py | 245 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 …]
|
D | filedialog.py | 341 return self._fixresult(widget, widget.tk.splitlist(result))
|
/external/python/cpython3/Lib/test/ |
D | test_tcl.py | 521 splitlist = self.interp.tk.splitlist 523 self.assertRaises(TypeError, splitlist) 524 self.assertRaises(TypeError, splitlist, 'a', 'b') 525 self.assertRaises(TypeError, splitlist, 2) 564 self.assertEqual(splitlist(arg), res, 566 self.assertRaises(TclError, splitlist, '{') 725 self.assertRaises(OverflowError, tk.splitlist, value)
|
/external/python/cpython2/Lib/test/ |
D | test_tcl.py | 539 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/ipsec-tools/src/racoon/ |
D | isakmp_cfg.c | 1877 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/ |
D | listtree.py | 19 children = list.tk.splitlist(
|
D | AttrDialog.py | 211 words = self.master.tk.splitlist( 374 items = self.master.tk.splitlist( 383 words = self.master.tk.splitlist(item)
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_functions.py | 7 def splitlist(self, arg): member in MockTkApp
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_functions.py | 8 def splitlist(self, arg): member in MockTkApp
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a2.rst | 320 Fixed memory leaks in Tkinter's methods splitlist() and split() when pass a
|
D | 3.6.4rc1.rst | 637 Fixed memory leaks in Tkinter's methods splitlist() and split() when pass a
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.6rc1.rst | 445 Tkinter's splitlist() and split() methods now accept Tcl_Obj argument.
|