Home
last modified time | relevance | path

Searched refs:fromfiledate (Results 1 – 25 of 75) sorted by relevance

123

/dports/textproc/py-patiencediff/patiencediff-0.2.2/patiencediff/
H A D__init__.py33 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', argument
77 if fromfiledate:
78 fromfiledate = '\t' + str(fromfiledate)
85 yield '--- %s%s%s' % (fromfile, fromfiledate, lineterm)
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/tools/
H A Dpydiff.py235 fromfiledate = os.stat(self.fromfile).st_mtime
238 fromfiledate = time.time()
241 fromfiledate = 0
260 fromfiledate = time.ctime(fromfiledate)
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/cram/cram/
H A D_diff.py109 def unified_diff(l1, l2, fromfile=b(''), tofile=b(''), fromfiledate=b(''), argument
134 if fromfiledate:
135 fromdate = b('\t') + fromfiledate
/dports/devel/cram/cram-0.7/cram/
H A D_diff.py109 def unified_diff(l1, l2, fromfile=b(''), tofile=b(''), fromfiledate=b(''), argument
134 if fromfiledate:
135 fromdate = b('\t') + fromfiledate
/dports/www/firefox/firefox-99.0/third_party/python/cram/cram/
H A D_diff.py109 def unified_diff(l1, l2, fromfile=b(''), tofile=b(''), fromfiledate=b(''), argument
134 if fromfiledate:
135 fromdate = b('\t') + fromfiledate
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/cram/cram/
H A D_diff.py109 def unified_diff(l1, l2, fromfile=b(''), tofile=b(''), fromfiledate=b(''), argument
134 if fromfiledate:
135 fromdate = b('\t') + fromfiledate
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/cram/cram/
H A D_diff.py109 def unified_diff(l1, l2, fromfile=b(''), tofile=b(''), fromfiledate=b(''), argument
134 if fromfiledate:
135 fromdate = b('\t') + fromfiledate
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/cram/cram/
H A D_diff.py109 def unified_diff(l1, l2, fromfile=b(''), tofile=b(''), fromfiledate=b(''), argument
134 if fromfiledate:
135 fromdate = b('\t') + fromfiledate
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/cram/cram/
H A D_diff.py109 def unified_diff(l1, l2, fromfile=b(''), tofile=b(''), fromfiledate=b(''), argument
134 if fromfiledate:
135 fromdate = b('\t') + fromfiledate
/dports/biology/pbbam/pbbam-0.18.0/tests/scripts/cram/
H A D_diff.py109 def unified_diff(l1, l2, fromfile=b(''), tofile=b(''), fromfiledate=b(''), argument
134 if fromfiledate:
135 fromdate = b('\t') + fromfiledate
/dports/devel/eric6/eric6-21.11/eric/eric6/UI/
H A DDiffDialog.py216 fromfiledate, tofiledate): argument
228 unified_diff(a, b, fromfile, tofile, fromfiledate, tofiledate)
238 fromfiledate, tofiledate): argument
250 context_diff(a, b, fromfile, tofile, fromfiledate, tofiledate)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Ddifflib.py1125 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', argument
1166 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm)
1171 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''
1211 fromfiledate='', tofiledate='', n=3, lineterm='\n'): argument
1254 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm)
1260 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''
1304 fromfiledate=b'', tofiledate=b'', n=3, lineterm=b'\n'): argument
1325 fromfiledate = decode(fromfiledate)
1329 lines = dfunc(a, b, fromfile, tofile, fromfiledate, tofiledate, n, lineterm)
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Ddifflib.py1125 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', argument
1166 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm)
1171 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''
1211 fromfiledate='', tofiledate='', n=3, lineterm='\n'): argument
1254 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm)
1260 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''
1304 fromfiledate=b'', tofiledate=b'', n=3, lineterm=b'\n'): argument
1325 fromfiledate = decode(fromfiledate)
1329 lines = dfunc(a, b, fromfile, tofile, fromfiledate, tofiledate, n, lineterm)
/dports/lang/python310/Python-3.10.1/Lib/
H A Ddifflib.py1095 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', argument
1136 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm)
1141 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''
1181 fromfiledate='', tofiledate='', n=3, lineterm='\n'): argument
1224 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm)
1230 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''
1274 fromfiledate=b'', tofiledate=b'', n=3, lineterm=b'\n'): argument
1295 fromfiledate = decode(fromfiledate)
1299 lines = dfunc(a, b, fromfile, tofile, fromfiledate, tofiledate, n, lineterm)
/dports/lang/python37/Python-3.7.12/Lib/
H A Ddifflib.py1136 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)
/dports/lang/python38/Python-3.8.12/Lib/
H A Ddifflib.py1125 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', argument
1166 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm)
1171 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''
1211 fromfiledate='', tofiledate='', n=3, lineterm='\n'): argument
1254 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm)
1260 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''
1304 fromfiledate=b'', tofiledate=b'', n=3, lineterm=b'\n'): argument
1325 fromfiledate = decode(fromfiledate)
1329 lines = dfunc(a, b, fromfile, tofile, fromfiledate, tofiledate, n, lineterm)
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Ddifflib.py1125 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', argument
1166 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm)
1171 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''
1211 fromfiledate='', tofiledate='', n=3, lineterm='\n'): argument
1254 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm)
1260 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''
1304 fromfiledate=b'', tofiledate=b'', n=3, lineterm=b'\n'): argument
1325 fromfiledate = decode(fromfiledate)
1329 lines = dfunc(a, b, fromfile, tofile, fromfiledate, tofiledate, n, lineterm)
/dports/lang/python39/Python-3.9.9/Lib/
H A Ddifflib.py1095 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', argument
1136 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm)
1141 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''
1181 fromfiledate='', tofiledate='', n=3, lineterm='\n'): argument
1224 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm)
1230 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''
1274 fromfiledate=b'', tofiledate=b'', n=3, lineterm=b'\n'): argument
1295 fromfiledate = decode(fromfiledate)
1299 lines = dfunc(a, b, fromfile, tofile, fromfiledate, tofiledate, n, lineterm)
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Ddifflib.py1095 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', argument
1136 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm)
1141 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''
1181 fromfiledate='', tofiledate='', n=3, lineterm='\n'): argument
1224 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm)
1230 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''
1274 fromfiledate=b'', tofiledate=b'', n=3, lineterm=b'\n'): argument
1295 fromfiledate = decode(fromfiledate)
1299 lines = dfunc(a, b, fromfile, tofile, fromfiledate, tofiledate, n, lineterm)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Ddifflib.py1125 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', argument
1166 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm)
1171 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''
1211 fromfiledate='', tofiledate='', n=3, lineterm='\n'): argument
1254 _check_types(a, b, fromfile, tofile, fromfiledate, tofiledate, lineterm)
1260 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''
1304 fromfiledate=b'', tofiledate=b'', n=3, lineterm=b'\n'): argument
1325 fromfiledate = decode(fromfiledate)
1329 lines = dfunc(a, b, fromfile, tofile, fromfiledate, tofiledate, n, lineterm)
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/
H A Ddifflib.pyi51 tofile: _StrType = ..., fromfiledate: _StrType = ..., tofiledate: _StrType = ...,
54 tofile: _StrType = ..., fromfiledate: _StrType = ..., tofiledate: _StrType = ...,
82 fromfiledate: bytes = ...,
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Ddifflib.pyi73 fromfiledate: str = ...,
83 fromfiledate: str = ...,
128 fromfiledate: bytes = ...,
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Ddifflib.pyi81 fromfiledate: _StrType = ...,
91 fromfiledate: _StrType = ...,
149 fromfiledate: bytes = ...,
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2and3/
H A Ddifflib.pyi58 tofile: _StrType = ..., fromfiledate: _StrType = ..., tofiledate: _StrType = ...,
61 tofile: _StrType = ..., fromfiledate: _StrType = ..., tofiledate: _StrType = ...,
94 fromfiledate: bytes = ...,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dulwich/
H A Dpatch.py102 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', argument
113 fromdate = '\t{}'.format(fromfiledate) if fromfiledate else ''

123