Home
last modified time | relevance | path

Searched defs:get_params (Results 1 – 25 of 594) sorted by relevance

12345678910>>...24

/dports/security/libdecaf/libdecaf-1.0.0/src/GENERATED/include/decaf/
H A Dshake.hxx179 inline const struct decaf_kparams_s *SHAKE<128>::get_params() { return &DECAF_SHAKE128_params_s; } in get_params() function in decaf::SHAKE
180 inline const struct decaf_kparams_s *SHAKE<256>::get_params() { return &DECAF_SHAKE256_params_s; } in get_params() function in decaf::SHAKE
181 inline const struct decaf_kparams_s *SHA3<224>::get_params() { return &DECAF_SHA3_224_params_s; } in get_params() function in decaf::SHA3
182 inline const struct decaf_kparams_s *SHA3<256>::get_params() { return &DECAF_SHA3_256_params_s; } in get_params() function in decaf::SHA3
183 inline const struct decaf_kparams_s *SHA3<384>::get_params() { return &DECAF_SHA3_384_params_s; } in get_params() function in decaf::SHA3
184 inline const struct decaf_kparams_s *SHA3<512>::get_params() { return &DECAF_SHA3_512_params_s; } in get_params() function in decaf::SHA3
188 template<> inline const struct decaf_kparams_s *SHAKE<128>::get_params() { return &DECAF_SHAKE128_p… in get_params() function in decaf::SHAKE
189 template<> inline const struct decaf_kparams_s *SHAKE<256>::get_params() { return &DECAF_SHAKE256_p… in get_params() function in decaf::SHAKE
190 template<> inline const struct decaf_kparams_s *SHA3<224>::get_params() { return &DECAF_SHA3_224_p… in get_params() function in decaf::SHA3
191 template<> inline const struct decaf_kparams_s *SHA3<256>::get_params() { return &DECAF_SHA3_256_p… in get_params() function in decaf::SHA3
[all …]
/dports/security/libdecaf/libdecaf-1.0.0/src/public_include/decaf/
H A Dshake.hxx179 inline const struct decaf_kparams_s *SHAKE<128>::get_params() { return &DECAF_SHAKE128_params_s; } in get_params() function in decaf::SHAKE
180 inline const struct decaf_kparams_s *SHAKE<256>::get_params() { return &DECAF_SHAKE256_params_s; } in get_params() function in decaf::SHAKE
181 inline const struct decaf_kparams_s *SHA3<224>::get_params() { return &DECAF_SHA3_224_params_s; } in get_params() function in decaf::SHA3
182 inline const struct decaf_kparams_s *SHA3<256>::get_params() { return &DECAF_SHA3_256_params_s; } in get_params() function in decaf::SHA3
183 inline const struct decaf_kparams_s *SHA3<384>::get_params() { return &DECAF_SHA3_384_params_s; } in get_params() function in decaf::SHA3
184 inline const struct decaf_kparams_s *SHA3<512>::get_params() { return &DECAF_SHA3_512_params_s; } in get_params() function in decaf::SHA3
188 template<> inline const struct decaf_kparams_s *SHAKE<128>::get_params() { return &DECAF_SHAKE128_p… in get_params() function in decaf::SHAKE
189 template<> inline const struct decaf_kparams_s *SHAKE<256>::get_params() { return &DECAF_SHAKE256_p… in get_params() function in decaf::SHAKE
190 template<> inline const struct decaf_kparams_s *SHA3<224>::get_params() { return &DECAF_SHA3_224_p… in get_params() function in decaf::SHA3
191 template<> inline const struct decaf_kparams_s *SHA3<256>::get_params() { return &DECAF_SHA3_256_p… in get_params() function in decaf::SHA3
[all …]
/dports/www/moodle310/moodle/admin/webservice/
H A Dtestclient_forms.php83 public function get_params() { function in webservice_test_client_base_form
123 public function get_params() { function in core_course_create_categories_testclient_form
169 public function get_params() { function in core_course_delete_categories_testclient_form
227 public function get_params() { function in core_course_update_categories_testclient_form
330 public function get_params() { function in core_get_string_testclient_form
/dports/www/moodle311/moodle/admin/webservice/
H A Dtestclient_forms.php83 public function get_params() { function in webservice_test_client_base_form
123 public function get_params() { function in core_course_create_categories_testclient_form
169 public function get_params() { function in core_course_delete_categories_testclient_form
227 public function get_params() { function in core_course_update_categories_testclient_form
330 public function get_params() { function in core_get_string_testclient_form
/dports/www/moodle39/moodle/admin/webservice/
H A Dtestclient_forms.php83 public function get_params() { function in webservice_test_client_base_form
123 public function get_params() { function in core_course_create_categories_testclient_form
169 public function get_params() { function in core_course_delete_categories_testclient_form
227 public function get_params() { function in core_course_update_categories_testclient_form
330 public function get_params() { function in core_get_string_testclient_form
/dports/math/stanmath/math-4.2.0/test/prob/
H A Dutility.hpp176 fvar<fvar<double>> get_params<fvar<fvar<double>>>( in get_params() function
186 fvar<fvar<var>> get_params<fvar<fvar<var>>>( in get_params() function
213 vector<double> get_params<vector<double>>( in get_params() function
231 vector<fvar<double>> get_params<vector<fvar<double>>>( in get_params() function
242 vector<fvar<var>> get_params<vector<fvar<var>>>( in get_params() function
264 vector<fvar<fvar<var>>> get_params<vector<fvar<fvar<var>>>>( in get_params() function
343 fvar<fvar<double>> get_params<fvar<fvar<double>>>( in get_params() function
353 fvar<fvar<var>> get_params<fvar<fvar<var>>>( in get_params() function
381 vector<double> get_params<vector<double>>( in get_params() function
400 vector<fvar<double>> get_params<vector<fvar<double>>>( in get_params() function
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/log/
H A Dnet_log_with_source.h31 const ParametersCallback& get_params) const { in AddEntry()
42 const ParametersCallback& get_params) const { in BeginEvent()
51 const ParametersCallback& get_params) const { in EndEvent()
60 const ParametersCallback& get_params) const { in AddEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/log/
H A Dnet_log_with_source.h31 const ParametersCallback& get_params) const { in AddEntry()
42 const ParametersCallback& get_params) const { in BeginEvent()
51 const ParametersCallback& get_params) const { in EndEvent()
60 const ParametersCallback& get_params) const { in AddEvent()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_netbios.ps132 $get_params = @{ variable
41 $get_params = @{ in =() variable
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/plugins/modules/
H A Dwin_netbios.ps132 $get_params = @{ variable
41 $get_params = @{ in =() variable
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/ensemble/tests/
H A Dtest_base.py112 def get_params(self, *args, **kwargs): member in test_set_random_states.AlphaParamPipeline
117 def get_params(self, *args, **kwargs): member in test_set_random_states.RevParamPipeline
/dports/math/py-jax/jax-0.2.9/jax/experimental/
H A Doptimizers.py226 def get_params(x): function
251 def get_params(state): function
278 def get_params(state): function
314 def get_params(state): function
343 def get_params(state): function
377 def get_params(state): function
413 def get_params(state): function
448 def get_params(state): function
494 def get_params(state): function
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/kivy/uix/dialogs/
H A Dinstallwizard.py634 def get_params(self, button): member in WizardDialog
654 def get_params(self, button): member in WizardMultisigDialog
689 def get_params(self, button): member in WizardKnownOTPDialog
712 def get_params(self, button): member in WizardNewOTPDialog
725 def get_params(self, button): member in WizardEmailDialog
748 def get_params(self, button): member in WizardConfirmDialog
797 def get_params(self, b): member in LineDialog
832 def get_params(self, b): member in ChoiceLineDialog
861 def get_params(self, b): member in ShowSeedDialog
996 def get_params(self, b): member in RestoreSeedDialog
[all …]
/dports/benchmarks/tsung/tsung-1.7.0/src/tsung_recorder/
H A Dts_proxy_pgsql.erl262 get_params(0,Tail,Acc) -> function
264 get_params(N,<<-1:32/integer-signed,Tail/binary>>,Acc) -> function
266 get_params(N,<<Size:32/integer,S:Size/binary,Tail/binary>>,Acc) -> function
/dports/biology/p5-Bio-DB-NCBIHelper/Bio-DB-NCBIHelper-1.7.7/lib/Bio/DB/
H A DGenBank.pm234 sub get_params { subroutine
H A DEntrezGene.pm143 sub get_params { subroutine
H A DGenPept.pm150 sub get_params { subroutine
/dports/deskutils/py-py3status/py3status-3.40/py3status/
H A Dformatter.py310 def get(self, get_params, block): argument
417 def _check_valid_condition(self, get_params): argument
453 def _check_valid_basic(self, get_params): argument
572 def check_valid(self, get_params): argument
579 def render(self, get_params, module, _if=None): argument
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/_utils/
H A Dclass_inspect.py10 def get_params(cls, instance, ignore=None): function
/dports/math/PDL/PDL-2.019/Basic/Gen/PP/
H A DSymTab.pm62 sub get_params { subroutine
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Ddiff_discussion.rb58 def get_params method in DiffDiscussion
/dports/devel/libiqxmlrpc/libiqxmlrpc-0.13.5/libiqxmlrpc/
H A Drequest.h36 const Param_list& get_params() const { return params; } in get_params() function
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/
H A DHandlerBaseI.pm215 sub get_params { subroutine
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/vecf/
H A Dboxm2_vecf_composite_head_model.h26 boxm2_vecf_composite_head_parameters const& get_params() const {return params_;} in get_params() function
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/plugins/xep_0009/stanza/
H A DRPC.py38 def get_params(self): member in MethodCall
54 def get_params(self): member in MethodResponse

12345678910>>...24