Home
last modified time | relevance | path

Searched refs:deprecated_function (Results 1 – 25 of 58) sorted by relevance

123

/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/deprecated/
H A D__init__.py139 @deprecated_function
147 @deprecated_function
155 @deprecated_function
167 @deprecated_function
180 @deprecated_function
188 @deprecated_function
196 @deprecated_function
204 @deprecated_function
214 @deprecated_function
224 @deprecated_function
[all …]
/dports/security/py-passlib/passlib-1.7.4/passlib/utils/
H A Ddes.py17 from passlib.utils.decor import deprecated_function
20 expand_des_key = deprecated_function(deprecated="1.7", removed="1.8",
23 des_encrypt_block = deprecated_function(deprecated="1.7", removed="1.8",
26 des_encrypt_int_block = deprecated_function(deprecated="1.7", removed="1.8",
35 @deprecated_function(deprecated="1.6", removed="1.8",
H A Dpbkdf2.py15 from passlib.utils.decor import deprecated_function
44 norm_hash_name = deprecated_function(deprecated="1.7", removed="1.8", func_module=__name__,
H A Ddecor.py151 def deprecated_function(msg=None, deprecated=None, removed=None, updoc=True, function
228 return deprecated_function(msg, deprecated, removed, updoc, replacement,
H A D__init__.py57 deprecated_function,
804 @deprecated_function(deprecated="1.6", removed="1.7")
1142 @deprecated_function(deprecated="1.7", removed="2.0",
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/passlib/utils/
H A Ddes.py17 from passlib.utils.decor import deprecated_function
20 expand_des_key = deprecated_function(deprecated="1.7", removed="1.8",
23 des_encrypt_block = deprecated_function(deprecated="1.7", removed="1.8",
26 des_encrypt_int_block = deprecated_function(deprecated="1.7", removed="1.8",
35 @deprecated_function(deprecated="1.6", removed="1.8",
H A Dpbkdf2.py15 from passlib.utils.decor import deprecated_function
44 norm_hash_name = deprecated_function(deprecated="1.7", removed="1.8", func_module=__name__,
H A Ddecor.py151 def deprecated_function(msg=None, deprecated=None, removed=None, updoc=True, function
228 return deprecated_function(msg, deprecated, removed, updoc, replacement,
H A D__init__.py52 deprecated_function,
724 @deprecated_function(deprecated="1.6", removed="1.7")
980 @deprecated_function(deprecated="1.7", removed="2.0",
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/xhpast/rules/__tests__/deprecation/
H A Ddeprecated-function.lint-test3 deprecated_function();
12 "deprecated_function": "This function is deprecated."
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/xhpast/rules/__tests__/deprecation/
H A Ddeprecated-function.lint-test3 deprecated_function();
12 "deprecated_function": "This function is deprecated."
/dports/games/pioneer/pioneer-20210723/data/libs/
H A Dautoload.lua22 local deprecated_function = debug.getinfo(2)
30 …print("The function \""..(name or deprecated_function.name or "[unknown]").."\" has changed its in…
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_error_codes/src/error_codes/
H A DE0538.md11 fn deprecated_function() {}
26 fn deprecated_function() {}
H A DE0541.md11 fn deprecated_function() {}
28 fn deprecated_function() {}
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_symbol_versioning.py23 deprecated_function,
30 @deprecated_function(deprecated_in((0, 7, 0)))
66 @deprecated_function(deprecated_in((0, 7, 0)))
219 symbol_versioning.deprecated_function,
/dports/devel/py-PyUtilib/PyUtilib-6.0.0/pyutilib/misc/
H A Dmisc.py28 def deprecated(deprecated_function): argument
43 "Use of deprecated function '%s'." % deprecated_function.__name__,
45 filename=deprecated_function.__code__.co_filename,
46 lineno=deprecated_function.__code__.co_firstlineno + 1)
47 return deprecated_function(*args, **kwargs)
/dports/cad/uranium/Uranium-3ed9c4de/UM/
H A DDecorators.py21 def deprecated_function(*args, **kwargs): function
26 return deprecated_function
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A Dgeohash.py33 from pygeodesy.props import deprecated_function, deprecated_method, \
671 @deprecated_function
677 @deprecated_function
683 @deprecated_function
H A DellipsoidalVincenty.py69 from pygeodesy.props import deprecated_function, deprecated_method, \
383 @deprecated_function
527 @deprecated_function
H A DellipsoidalNvector.py40 from pygeodesy.props import deprecated_class, deprecated_function, \
647 @deprecated_function
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsexpressionlexer.ll133 deprecated_function "$"[xXyY]_?[aA][tT]
227 {deprecated_function} { TEXT; return NAME; }
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsexpressionlexer.ll133 deprecated_function "$"[xXyY]_?[aA][tT]
227 {deprecated_function} { TEXT; return NAME; }
/dports/science/py-ase/ase-3.22.0/ase/utils/
H A D__init__.py58 def deprecated_function(*args, **kwargs): function
64 return deprecated_function
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dsymbol_versioning.py89 def deprecated_function(deprecation_version): function
/dports/textproc/libsass/libsass-3.6.4/src/
H A Derror_handling.hpp229 void deprecated_function(sass::string msg, SourceSpan pstate);

123