Home
last modified time | relevance | path

Searched refs:scheme_functions (Results 1 – 11 of 11) sorted by relevance

/dports/print/py-python-ly/python-ly-0.9.6/ly/data/
H A D__init__.py98 def scheme_functions(): function
101 return _data.scheme_functions
116 return _data.scheme_keywords + _data.scheme_functions \
H A D_scheme_data.py1442 scheme_functions = [ variable
/dports/print/py-python-ly/python-ly-0.9.6/ly/lex/
H A Dscheme.py124 return match.group() in data.scheme_functions()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pygments/lexers/
H A Dlisp.py2461 scheme_functions = (
2575 (words(scheme_functions, prefix=r'(?<=\()'), Name.Function),
/dports/textproc/py-pygments/Pygments-2.7.2/pygments/lexers/
H A Dlisp.py2462 scheme_functions = ( variable in XtlangLexer
2576 (words(scheme_functions, prefix=r'(?<=\()'), Name.Function),
/dports/textproc/py-pygments/Pygments-2.7.2/build/lib/pygments/lexers/
H A Dlisp.py2462 scheme_functions = ( variable in XtlangLexer
2576 (words(scheme_functions, prefix=r'(?<=\()'), Name.Function),
/dports/textproc/py-pygments/stage/usr/local/lib/python3.8/site-packages/pygments/lexers/
H A Dlisp.py2462 scheme_functions = ( variable in XtlangLexer
2576 (words(scheme_functions, prefix=r'(?<=\()'), Name.Function),
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/pygments/lexers/
H A Dlisp.py2463 scheme_functions = ( variable in XtlangLexer
2577 (words(scheme_functions, prefix=r'(?<=\()'), Name.Function),
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/pygments/lexers/
H A Dlisp.py2464 scheme_functions = ( variable in XtlangLexer
2578 (words(scheme_functions, prefix=r'(?<=\()'), Name.Function),
/dports/textproc/py-pygments-25/Pygments-2.5.2/pygments/lexers/
H A Dlisp.py2464 scheme_functions = ( variable in XtlangLexer
2578 (words(scheme_functions, prefix=r'(?<=\()'), Name.Function),
/dports/math/py-pyFFTW/pyFFTW-0.13.0/pyfftw/
H A Dpyfftw.pyx596 # scheme_functions is a dictionary of functions, either
675 # that scheme_functions is an internal cdef object.
714 def scheme_functions(scheme): function
1139 functions = scheme_functions(scheme)