Home
last modified time | relevance | path

Searched refs:context_diff (Results 201 – 225 of 319) sorted by relevance

12345678910>>...13

/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/packaging/
H A Dnoxfile.py139 diff_generator = difflib.context_diff(
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Ddifflib.pyi78 def context_diff(
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/packaging/
H A Dnoxfile.py139 diff_generator = difflib.context_diff(
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Ddifflib.pyi86 def context_diff(
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2and3/
H A Ddifflib.pyi60 def context_diff(a: Sequence[_StrType], b: Sequence[_StrType], fromfile: _StrType = ...,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/bindings/
H A Dbindings_tests.py221 return ''.join(difflib.context_diff(file1_lines, file2_lines))
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/system/interfaces_file/
H A Dtest_interfaces_file.py65 diffs = difflib.context_diff(f1.readlines(),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/
H A Dtest_interfaces_file.py57 diffs = difflib.context_diff(f1.readlines(),
/dports/science/qmcpack/qmcpack-3.11.0/tests/coverage/
H A Dread_gcov.py428 … diff = difflib.context_diff(input_buf.readlines(), output_buf.readlines(),input_file,output_name)
/dports/devel/monotone/monotone-1.1/src/
H A Doptions_list.hh340 diff_format = context_diff; in OPTSET()
H A Ddiff_output.cc582 case context_diff: in make_diff()
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Ddifflib.rst152 .. function:: context_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, linet…
178 >>> sys.stdout.writelines(context_diff(s1, s2, fromfile='before.py', tofile='after.py'))
329 :func:`context_diff`.
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Ddifflib.rst152 .. function:: context_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, linet…
178 >>> sys.stdout.writelines(context_diff(s1, s2, fromfile='before.py', tofile='after.py'))
329 :func:`context_diff`.
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Ddifflib.rst139 .. function:: context_diff(a, b[, fromfile][, tofile][, fromfiledate][, tofiledate][, n][, lineterm…
165 >>> for line in context_diff(s1, s2, fromfile='before.py', tofile='after.py'):
776 diff = difflib.context_diff(fromlines, tolines, fromfile, tofile,
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Ddifflib.rst139 .. function:: context_diff(a, b[, fromfile][, tofile][, fromfiledate][, tofiledate][, n][, lineterm…
165 >>> for line in context_diff(s1, s2, fromfile='before.py', tofile='after.py'):
776 diff = difflib.context_diff(fromlines, tolines, fromfile, tofile,
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Ddifflib.rst152 .. function:: context_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, linet…
178 >>> sys.stdout.writelines(context_diff(s1, s2, fromfile='before.py', tofile='after.py'))
329 :func:`context_diff`.
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Ddifflib.rst147 .. function:: context_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, linet…
173 >>> sys.stdout.writelines(context_diff(s1, s2, fromfile='before.py', tofile='after.py'))
324 :func:`context_diff`.
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Ddifflib.rst152 .. function:: context_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, linet…
178 >>> sys.stdout.writelines(context_diff(s1, s2, fromfile='before.py', tofile='after.py'))
329 :func:`context_diff`.
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Ddifflib.rst152 .. function:: context_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, linet…
178 >>> sys.stdout.writelines(context_diff(s1, s2, fromfile='before.py', tofile='after.py'))
329 :func:`context_diff`.
/dports/lang/python39/Python-3.9.9/Doc/library/
H A Ddifflib.rst152 .. function:: context_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, linet…
178 >>> sys.stdout.writelines(context_diff(s1, s2, fromfile='before.py', tofile='after.py'))
329 :func:`context_diff`.
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/library/
H A Ddifflib.rst152 .. function:: context_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, linet…
178 >>> sys.stdout.writelines(context_diff(s1, s2, fromfile='before.py', tofile='after.py'))
329 :func:`context_diff`.
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Ddifflib.rst152 .. function:: context_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, linet…
178 >>> sys.stdout.writelines(context_diff(s1, s2, fromfile='before.py', tofile='after.py'))
329 :func:`context_diff`.
/dports/net-mgmt/py-napalm/napalm-3.3.1/napalm/base/test/
H A Dbase.py44 for line in difflib.context_diff(orig.splitlines(), new.splitlines()):
/dports/devel/ispc/ispc-1.16.1/utils/lit/lit/
H A DTestRunner.py435 func = difflib.unified_diff if unified_diff else difflib.context_diff
468 func = difflib.unified_diff if unified_diff else difflib.context_diff
/dports/devel/llvm90/llvm-9.0.1.src/utils/lit/lit/
H A DTestRunner.py438 func = difflib.unified_diff if unified_diff else difflib.context_diff
471 func = difflib.unified_diff if unified_diff else difflib.context_diff

12345678910>>...13