Home
last modified time | relevance | path

Searched refs:isjunk (Results 1 – 25 of 56) sorted by relevance

123

/dports/textproc/py-zope.tal/zope.tal-3.6.1/src/zope/tal/
H A Dndiff.py127 def __init__(self, isjunk=None, a='', b=''): argument
165 self.isjunk = isjunk
223 isjunk, junkdict = self.isjunk, {}
224 if isjunk:
226 if isjunk(elt):
/dports/textproc/meld/meld-3.20.4/meld/matchers/
H A Dmyers.py65 def __init__(self, isjunk=None, a="", b=""): argument
66 if isjunk is not None:
351 def __init__(self, isjunk=None, a="", b="", syncpoints=None): argument
352 super().__init__(isjunk, a, b)
353 self.isjunk = isjunk
375 matcher = MyersSequenceMatcher(self.isjunk, a, b)
/dports/games/quakeforge/quakeforge-0.7.2/ruamoko/scheme/
H A DLexer.r20 BOOL isjunk (string x)
27 return (x != "" && x != "(" && x !=")" && !isjunk (x));
55 for (len = 0; isjunk(str_mid(source, len, len+1)); len++) {
/dports/textproc/meld-legacy/meld-1.8.6/meld/
H A Dmatchers.py83 def __init__(self, isjunk=None, a="", b=""): argument
84 if isjunk is not None:
366 def __init__(self, isjunk=None, a="", b="", syncpoints=None): argument
367 MyersSequenceMatcher.__init__(self, isjunk, a, b)
368 self.isjunk = isjunk
390 matcher = MyersSequenceMatcher(self.isjunk, a, b)
/dports/textproc/py-patiencediff/patiencediff-0.2.2/patiencediff/
H A D_patiencediff_py.py213 def __init__(self, isjunk=None, a='', b=''): argument
214 if isjunk is not None:
217 difflib.SequenceMatcher.__init__(self, isjunk, a, b)
/dports/devel/py-python-Levenshtein/python-Levenshtein-0.12.2/Levenshtein/
H A DStringMatcher.py11 def __init__(self, isjunk=None, seq1='', seq2=''): argument
12 if isjunk:
/dports/devel/py-fuzzywuzzy/fuzzywuzzy-0.15.1/fuzzywuzzy/
H A DStringMatcher.py22 def __init__(self, isjunk=None, seq1='', seq2=''): argument
23 if isjunk:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/util/
H A Dmatching.py24 isjunk=None, a=name_func(obj), b=target_name).ratio()
/dports/lang/python27/Python-2.7.18/Lib/
H A Ddifflib.py152 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
216 self.isjunk = isjunk
324 isjunk = self.isjunk
325 if isjunk:
327 if isjunk(elt):
/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
218 self.isjunk = isjunk
326 isjunk = self.isjunk
327 if isjunk:
329 if isjunk(elt):
/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
218 self.isjunk = isjunk
326 isjunk = self.isjunk
327 if isjunk:
329 if isjunk(elt):
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Ddifflib.py152 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
216 self.isjunk = isjunk
324 isjunk = self.isjunk
325 if isjunk:
327 if isjunk(elt):
/dports/www/seahub/seahub-8.0.7-server/seahub/utils/
H A Dhtmldiff.py148 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
212 self.isjunk = isjunk
320 isjunk = self.isjunk
321 if isjunk:
323 if isjunk(elt):
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Ddifflib.py151 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
210 self.isjunk = isjunk
317 isjunk = self.isjunk
318 if isjunk:
320 if isjunk(elt):
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Ddifflib.py151 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
210 self.isjunk = isjunk
317 isjunk = self.isjunk
318 if isjunk:
320 if isjunk(elt):
/dports/lang/python310/Python-3.10.1/Lib/
H A Ddifflib.py120 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
179 self.isjunk = isjunk
286 isjunk = self.isjunk
287 if isjunk:
289 if isjunk(elt):
/dports/lang/python37/Python-3.7.12/Lib/
H A Ddifflib.py151 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
210 self.isjunk = isjunk
317 isjunk = self.isjunk
318 if isjunk:
320 if isjunk(elt):
/dports/lang/python38/Python-3.8.12/Lib/
H A Ddifflib.py151 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
210 self.isjunk = isjunk
317 isjunk = self.isjunk
318 if isjunk:
320 if isjunk(elt):
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Ddifflib.py151 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
210 self.isjunk = isjunk
317 isjunk = self.isjunk
318 if isjunk:
320 if isjunk(elt):
/dports/lang/python39/Python-3.9.9/Lib/
H A Ddifflib.py120 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
179 self.isjunk = isjunk
286 isjunk = self.isjunk
287 if isjunk:
289 if isjunk(elt):
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Ddifflib.py120 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
179 self.isjunk = isjunk
286 isjunk = self.isjunk
287 if isjunk:
289 if isjunk(elt):
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Ddifflib.py151 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
210 self.isjunk = isjunk
317 isjunk = self.isjunk
318 if isjunk:
320 if isjunk(elt):
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_difflib.py33 sm = difflib.SequenceMatcher(isjunk=lambda x: x == ' ',
37 sm = difflib.SequenceMatcher(isjunk=lambda x: x == ' ',
41 sm = difflib.SequenceMatcher(isjunk=lambda x: x in [' ', 'b'],
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_difflib.py33 sm = difflib.SequenceMatcher(isjunk=lambda x: x == ' ',
37 sm = difflib.SequenceMatcher(isjunk=lambda x: x == ' ',
41 sm = difflib.SequenceMatcher(isjunk=lambda x: x in [' ', 'b'],
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_difflib.py33 sm = difflib.SequenceMatcher(isjunk=lambda x: x == ' ',
37 sm = difflib.SequenceMatcher(isjunk=lambda x: x == ' ',
41 sm = difflib.SequenceMatcher(isjunk=lambda x: x in [' ', 'b'],

123