Home
last modified time | relevance | path

Searched refs:autojunk (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/py-nbdime/nbdime-3.1.1/nbdime/diffing/
H A Dseq_difflib.py47 s = SequenceMatcher(None, a, b, autojunk=False)
H A Dgeneric.py62 s = difflib.SequenceMatcher(None, x, y, autojunk=False)
/dports/devel/hyperscan/hyperscan-5.4.0/
H A D.gitignore10 autojunk
/dports/security/snortsam/snortsam-src-2.70/docs/
H A DINSTALL75 Snort via CVS, simply run snort/autojunk.sh, and then run ./configure and
77 If you built Snort from tarball, and you don't have the autojunk.sh file in
/dports/lang/python27/Python-2.7.18/Lib/
H A Ddifflib.py152 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
218 self.autojunk = autojunk
334 if self.autojunk and n >= 200:
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Ddifflib.py154 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
220 self.autojunk = autojunk
336 if self.autojunk and n >= 200:
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Ddifflib.py154 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
220 self.autojunk = autojunk
336 if self.autojunk and n >= 200:
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Ddifflib.py152 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
218 self.autojunk = autojunk
334 if self.autojunk and n >= 200:
/dports/www/seahub/seahub-8.0.7-server/seahub/utils/
H A Dhtmldiff.py148 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
214 self.autojunk = autojunk
330 if self.autojunk and n >= 200:
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Ddifflib.py151 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
212 self.autojunk = autojunk
328 if self.autojunk and n >= 200:
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Ddifflib.py151 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
212 self.autojunk = autojunk
328 if self.autojunk and n >= 200:
/dports/lang/python310/Python-3.10.1/Lib/
H A Ddifflib.py120 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
181 self.autojunk = autojunk
297 if self.autojunk and n >= 200:
/dports/lang/python37/Python-3.7.12/Lib/
H A Ddifflib.py151 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
212 self.autojunk = autojunk
328 if self.autojunk and n >= 200:
/dports/lang/python38/Python-3.8.12/Lib/
H A Ddifflib.py151 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
212 self.autojunk = autojunk
328 if self.autojunk and n >= 200:
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Ddifflib.py151 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
212 self.autojunk = autojunk
328 if self.autojunk and n >= 200:
/dports/lang/python39/Python-3.9.9/Lib/
H A Ddifflib.py120 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
181 self.autojunk = autojunk
297 if self.autojunk and n >= 200:
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Ddifflib.py120 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
181 self.autojunk = autojunk
297 if self.autojunk and n >= 200:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Ddifflib.py151 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
212 self.autojunk = autojunk
328 if self.autojunk and n >= 200:
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Ddifflib.pyi33 …nal[Callable[[_T], bool]] = ..., a: Sequence[_T] = ..., b: Sequence[_T] = ..., autojunk: bool = ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/
H A Ddifflib.pyi27 autojunk: bool = ...) -> None: ...
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Ddifflib.pyi32 …nal[Callable[[_T], bool]] = ..., a: Sequence[_T] = ..., b: Sequence[_T] = ..., autojunk: bool = ...
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_difflib.py43 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Ddifflib.pyi40 …nal[Callable[[_T], bool]] = ..., a: Sequence[_T] = ..., b: Sequence[_T] = ..., autojunk: bool = ...
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_difflib.py43 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_difflib.py43 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)

123