Home
last modified time | relevance | path

Searched refs:entrypath (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Demo/tix/samples/
DSHList2.py127 entrypath = '.' + mgr + '.' + key
132 hlist.add(entrypath, text=name, style=style['empl_name'])
133 hlist.item_create(entrypath, 1, itemtype=Tix.TEXT,
/external/python/dateutil/dateutil/zoneinfo/
Drebuild.py37 entrypath = os.path.join(zonedir, entry)
38 tf.add(entrypath, entry)
/external/python/cpython3/Lib/tkinter/
Dtix.py1522 def close(self, entrypath): argument
1524 self.tk.call(self._w, 'close', entrypath)
1526 def getmode(self, entrypath): argument
1528 return self.tk.call(self._w, 'getmode', entrypath)
1530 def open(self, entrypath): argument
1532 self.tk.call(self._w, 'open', entrypath)
1534 def setmode(self, entrypath, mode='none'): argument
1544 self.tk.call(self._w, 'setmode', entrypath, mode)
1569 def close(self, entrypath): argument
1571 self.tk.call(self._w, 'close', entrypath)
[all …]
/external/python/cpython2/Lib/lib-tk/
DTix.py1525 def close(self, entrypath): argument
1527 self.tk.call(self._w, 'close', entrypath)
1529 def getmode(self, entrypath): argument
1531 return self.tk.call(self._w, 'getmode', entrypath)
1533 def open(self, entrypath): argument
1535 self.tk.call(self._w, 'open', entrypath)
1537 def setmode(self, entrypath, mode='none'): argument
1547 self.tk.call(self._w, 'setmode', entrypath, mode)
1572 def close(self, entrypath): argument
1574 self.tk.call(self._w, 'close', entrypath)
[all …]
/external/curl/lib/
Dftp.h118 char *entrypath; /* the PWD reply when we logged on */ member
Dftp.c865 if(conn->bits.reuse && ftpc->entrypath && in ftp_state_cwd()
873 result = Curl_pp_sendf(&ftpc->pp, "CWD %s", ftpc->entrypath); in ftp_state_cwd()
2845 Curl_safefree(ftpc->entrypath); in ftp_statemach_act()
2846 ftpc->entrypath = dir; /* remember this */ in ftp_statemach_act()
2847 infof(data, "Entry path is '%s'\n", ftpc->entrypath); in ftp_statemach_act()
2849 data->state.most_recent_ftp_entrypath = ftpc->entrypath; in ftp_statemach_act()
2854 Curl_safefree(ftpc->entrypath); in ftp_statemach_act()
2855 ftpc->entrypath = dir; /* remember this */ in ftp_statemach_act()
2856 infof(data, "Entry path is '%s'\n", ftpc->entrypath); in ftp_statemach_act()
2858 data->state.most_recent_ftp_entrypath = ftpc->entrypath; in ftp_statemach_act()
[all …]