Searched refs:fromfiledate (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/ |
D | difflib.py | 1136 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', argument 1177 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm) 1182 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else '' 1222 fromfiledate='', tofiledate='', n=3, lineterm='\n'): argument 1265 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm) 1271 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else '' 1315 fromfiledate=b'', tofiledate=b'', n=3, lineterm=b'\n'): argument 1336 fromfiledate = decode(fromfiledate) 1340 lines = dfunc(a, b, fromfile, tofile, fromfiledate, tofiledate, n, lineterm)
|
/external/python/cpython2/Lib/ |
D | difflib.py | 1156 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', argument 1201 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else '' 1241 fromfiledate='', tofiledate='', n=3, lineterm='\n'): argument 1288 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''
|
/external/v8/gypfiles/ |
D | landmines.py | 143 fromfiledate=old_date, tofiledate=time.ctime(), n=0)
|
/external/python/cpython3/Doc/library/ |
D | difflib.rst | 147 .. function:: context_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, linet… 167 *tofile*, *fromfiledate*, and *tofiledate*. The modification times are normally 277 .. function:: unified_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, linet… 298 *tofile*, *fromfiledate*, and *tofiledate*. The modification times are normally 319 .. function:: diff_bytes(dfunc, a, b, fromfile=b'', tofile=b'', fromfiledate=b'', tofiledate=b'', n… 329 fromfile, tofile, fromfiledate, tofiledate, n, lineterm)``. The output of
|
/external/python/cpython2/Doc/library/ |
D | difflib.rst | 139 .. function:: context_diff(a, b[, fromfile][, tofile][, fromfiledate][, tofiledate][, n][, lineterm… 159 *tofile*, *fromfiledate*, and *tofiledate*. The modification times are normally 273 .. function:: unified_diff(a, b[, fromfile][, tofile][, fromfiledate][, tofiledate][, n][, lineterm… 294 *tofile*, *fromfiledate*, and *tofiledate*. The modification times are normally
|