Home
last modified time | relevance | path

Searched refs:autojunk (Results 26 – 50 of 69) sorted by relevance

123

/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2and3/
H A Ddifflib.pyi27 autojunk: bool = ...) -> None: ...
/dports/security/snort/snort-2.9.18/rpm/
H A Dsnort.spec96 if [ \( ! -s configure \) -a \( -x autojunk.sh \) ]; then
97 ./autojunk.sh
538 - Added code to run autojunk.sh for CVS tarball builds
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Ddifflib.rst53 the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
56 The *autojunk* parameter.
369 .. class:: SequenceMatcher(isjunk=None, a='', b='', autojunk=True)
385 The optional argument *autojunk* can be used to disable the automatic junk
389 The *autojunk* parameter.
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Ddifflib.rst53 the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
56 The *autojunk* parameter.
369 .. class:: SequenceMatcher(isjunk=None, a='', b='', autojunk=True)
385 The optional argument *autojunk* can be used to disable the automatic junk
389 The *autojunk* parameter.
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Ddifflib.rst46 the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
49 The *autojunk* parameter.
347 .. class:: SequenceMatcher(isjunk=None, a='', b='', autojunk=True)
363 The optional argument *autojunk* can be used to disable the automatic junk
367 The *autojunk* parameter.
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Ddifflib.rst46 the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
49 The *autojunk* parameter.
347 .. class:: SequenceMatcher(isjunk=None, a='', b='', autojunk=True)
363 The optional argument *autojunk* can be used to disable the automatic junk
367 The *autojunk* parameter.
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Ddifflib.rst53 the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
56 The *autojunk* parameter.
369 .. class:: SequenceMatcher(isjunk=None, a='', b='', autojunk=True)
385 The optional argument *autojunk* can be used to disable the automatic junk
389 The *autojunk* parameter.
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Ddifflib.rst52 the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
55 The *autojunk* parameter.
364 .. class:: SequenceMatcher(isjunk=None, a='', b='', autojunk=True)
380 The optional argument *autojunk* can be used to disable the automatic junk
384 The *autojunk* parameter.
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Ddifflib.rst53 the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
56 The *autojunk* parameter.
369 .. class:: SequenceMatcher(isjunk=None, a='', b='', autojunk=True)
385 The optional argument *autojunk* can be used to disable the automatic junk
389 The *autojunk* parameter.
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Ddifflib.rst53 the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
56 The *autojunk* parameter.
369 .. class:: SequenceMatcher(isjunk=None, a='', b='', autojunk=True)
385 The optional argument *autojunk* can be used to disable the automatic junk
389 The *autojunk* parameter.
/dports/lang/python39/Python-3.9.9/Doc/library/
H A Ddifflib.rst53 the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
56 The *autojunk* parameter.
369 .. class:: SequenceMatcher(isjunk=None, a='', b='', autojunk=True)
385 The optional argument *autojunk* can be used to disable the automatic junk
389 The *autojunk* parameter.
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/library/
H A Ddifflib.rst53 the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
56 The *autojunk* parameter.
369 .. class:: SequenceMatcher(isjunk=None, a='', b='', autojunk=True)
385 The optional argument *autojunk* can be used to disable the automatic junk
389 The *autojunk* parameter.
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Ddifflib.rst53 the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
56 The *autojunk* parameter.
369 .. class:: SequenceMatcher(isjunk=None, a='', b='', autojunk=True)
385 The optional argument *autojunk* can be used to disable the automatic junk
389 The *autojunk* parameter.
/dports/textproc/ibus-uniemoji/ibus-uniemoji-0.6.0-16-ga26c364/
H A Duniemoji.py312 autojunk=False).get_opcodes()
/dports/net/scapy/scapy-2.4.5/scapy/
H A Dutils.py365 def hexdiff(a, b, autojunk=False): argument
385 sm = difflib.SequenceMatcher(a=xb, b=yb, autojunk=autojunk)
403 if autojunk:
/dports/shells/xonsh/xonsh-0.7.9/xonsh/
H A Ddiff_history.py106 self.sm = difflib.SequenceMatcher(autojunk=False)
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/completers/python/
H A Dpython_completer.py542 autojunk = False )
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_difflib.py59 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_difflib.py59 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_difflib.py59 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_difflib.py59 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_difflib.py59 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_difflib.py59 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
/dports/shells/fish/fish-3.3.1/build_tools/
H A Dlittlecheck.py438 diff = SequenceMatcher(a=usedlines, b=usedchecks, autojunk=False)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_difflib.py59 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)

123