Home
last modified time | relevance | path

Searched refs:commandlist (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
DEasyDialogs.py437 def GetArgv(optionlist=None, commandlist=None, addoldfile=1, addnewfile=1, addfolder=1, id=ARGV_ID): argument
455 if commandlist:
456 _setmenu(d.GetDialogItemAsControl(ARGV_COMMAND_GROUP), commandlist)
457 if type(commandlist[0]) == type(()) and len(commandlist[0]) > 1:
458 help = commandlist[0][-1]
511 if 0 <= idx < len(commandlist) and type(commandlist[idx]) == type(()) and \
512 len(commandlist[idx]) > 1:
513 help = commandlist[idx][-1]
518 if 0 <= idx < len(commandlist):
519 command = commandlist[idx]
[all …]
/external/syslinux/gpxe/src/include/
Dcmdlist.h9 void commandlist() in commandlist() function
/external/python/cpython2/Doc/library/
Deasydialogs.rst71 .. function:: GetArgv([optionlist[ commandlist[, addoldfile[, addnewfile[, addfolder[, id]]]]]])
102 *commandlist* is a list of items of the form *cmdstr* or ``(cmdstr, descr)``,