Home
last modified time | relevance | path

Searched refs:get_information (Results 1 – 25 of 51) sorted by relevance

123

/dports/science/py-qcengine/qcengine-0.21.0/qcengine/
H A D__init__.py8 from .extras import get_information
15 __version__ = get_information("version")
16 __git_revision__ = get_information("git_revision")
17 del get_information
H A Dextras.py16 def get_information(key):
34 return {"creator": "QCEngine", "version": get_information("version"), "routine": routine}
H A Dconfig.py14 from .extras import get_information
331 "qcengine_version": get_information("version"),
/dports/science/py-qcelemental/qcelemental-0.24.0/qcelemental/
H A D__init__.py11 from .extras import get_information
30 __version__ = get_information("version")
31 __git_revision__ = get_information("git_revision")
32 del get_information
H A Dextras.py14 def get_information(key: str):
/dports/science/py-qcelemental/qcelemental-0.24.0/qcelemental/util/
H A Dinternal.py3 from qcelemental.extras import get_information
13 return {"creator": "QCElemental", "version": get_information("version"), "routine": routine}
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/libmysqlgcs/xcom/
H A Dgcs_logging_system-t.cc37 MOCK_CONST_METHOD0(get_information, const std::string());
174 ON_CALL(*this, get_information()) in Wrapper_file_sink()
175 .WillByDefault(Invoke(m_sink, &Gcs_file_sink::get_information)); in Wrapper_file_sink()
185 MOCK_CONST_METHOD0(get_information, const std::string());
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/libmysqlgcs/src/interface/
H A Dgcs_logging_system.cc268 const std::string Gcs_async_buffer::get_information() const { in get_information() function in Gcs_async_buffer
272 << ":" << m_sink->get_information(); in get_information()
313 const std::string Gcs_output_sink::get_information() const { in get_information() function in Gcs_output_sink
455 const std::string Gcs_file_sink::get_information() const { in get_information() function in Gcs_file_sink
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/libmysqlgcs/include/mysql/gcs/
H A Dgcs_logging_system.h291 const std::string get_information() const;
431 const std::string get_information() const;
790 const std::string get_information() const;
H A Dgcs_logging.h103 virtual const std::string get_information() const = 0;
/dports/sysutils/czkawka/czkawka-3.3.1/czkawka_gui/src/
H A Dconnect_compute_results.rs77 let information = df.get_information(); in connect_compute_results()
291 let information = ef.get_information(); in connect_compute_results()
341 let information = vf.get_information(); in connect_compute_results()
392 let information = bf.get_information(); in connect_compute_results()
449 let information = tf.get_information(); in connect_compute_results()
594 let information = zf.get_information(); in connect_compute_results()
652 let information = mf.get_information(); in connect_compute_results()
788 let information = ifs.get_information(); in connect_compute_results()
847 let information = br.get_information(); in connect_compute_results()
/dports/astro/kosmorro/kosmorro-0.10.7/_kosmorro/
H A Dmain.py87 output = get_information(
139 def get_information( function
/dports/devel/p5-Data-HexDump-Range/Data-HexDump-Range-0.13.59/lib/Data/HexDump/Range/
H A DSplit.pm240 push @lines, $self->get_information(\@lines, $range->{COLOR}) ;
410 push @lines, $self->get_information(\@lines, $range->{COLOR}) ;
964 unshift @{$split_data}, $self->get_information($split_data) ;
970 sub get_information subroutine
/dports/audio/lollypop/lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95/lollypop/
H A Dinformation_store.py33 def get_information(self, name, path): member in InformationStore
H A Dinformation_downloader.py34 def get_information(self, artist, callback, *args): member in InformationDownloader
H A Dview_information.py148 content = self.__information_store.get_information(self.__artist_name,
154 downloader.get_information(self.__artist_name,
/dports/www/hiawatha-monitor/monitor/database/
H A Dsend_reports96 function get_information($db, $settings, $table, $columns, $user_id, $webserver_id, $hostnames) {
205 …if (($information = get_information($db, $settings, $stat["table"], $columns, $user["id"], $webser…
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/konica/
H A DTODO11 * get_information: You can add additional bytes. For what? They don't have any effect and don't
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dmod_manager.h171 std::string get_information( const MOD_INFORMATION *mod );
H A Dmod_manager_ui.cpp18 std::string mod_ui::get_information( const MOD_INFORMATION *mod ) in get_information() function in mod_ui
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dmod_manager.h171 std::string get_information( const MOD_INFORMATION *mod );
H A Dmod_manager_ui.cpp18 std::string mod_ui::get_information( const MOD_INFORMATION *mod ) in get_information() function in mod_ui
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/gstreamermm/
H A Dsdpmessage.h216 Glib::ustring get_information() const;
H A Dsdpmessage.cc192 Glib::ustring Media::get_information() const in get_information() function in Gst::SDP::Media
/dports/misc/opennn/opennn-5.0.5/opennn/
H A Dneural_network.h302 Tensor<string, 2> get_information() const;

123