Home
last modified time | relevance | path

Searched refs:Introspection (Results 1 – 25 of 1515) sorted by relevance

12345678910>>...61

/dports/x11-toolkits/p5-Gtk3/Gtk3-0.034/lib/
H A DGtk3.pm48 use Glib::Object::Introspection;
453 Glib::Object::Introspection->setup (
461 Glib::Object::Introspection->setup (
468 Glib::Object::Introspection->setup (
474 Glib::Object::Introspection->setup (
1145 Glib::Object::Introspection->invoke (
1710 Glib::Object::Introspection->invoke (
1734 Glib::Object::Introspection->invoke (
1756 Glib::Object::Introspection->invoke (
1833 Glib::Object::Introspection->invoke (
[all …]
/dports/devel/p5-Glib-Object-Introspection/Glib-Object-Introspection-0.049/
H A DNEWS1 Overview of changes in Glib::Object::Introspection 0.049
6 Overview of changes in Glib::Object::Introspection 0.048
17 Overview of changes in Glib::Object::Introspection 0.047
24 Overview of changes in Glib::Object::Introspection 0.046
33 Overview of changes in Glib::Object::Introspection 0.045
39 Overview of changes in Glib::Object::Introspection 0.044
45 Overview of changes in Glib::Object::Introspection 0.043
50 Overview of changes in Glib::Object::Introspection 0.042
60 Overview of changes in Glib::Object::Introspection 0.041
71 Overview of changes in Glib::Object::Introspection 0.040
[all …]
H A DMETA.yml5 - 'Glib::Object::Introspection Team <gtk-perl-list at gnome dot org>'
19 name: Glib-Object-Introspection
28 - Glib::Object::Introspection::_FuncWrapper
36 bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Glib-Object-Introspection
/dports/devel/efl/efl-1.25.1/src/lib/eldbus/
H A Deldbus_types.eot16 enum @beta @extern Eldbus.Introspection.Argument_Direction
26 enum @beta @extern Eldbus.Introspection.Property_Access
35 struct @beta @extern Eldbus.Introspection.Node
43 struct @beta @extern Eldbus.Introspection.Interface
53 struct @beta @extern Eldbus.Introspection.Method
61 struct @beta @extern Eldbus.Introspection.Property
66 access: Eldbus.Introspection.Property_Access; [[Property access rights]]
70 struct @beta @extern Eldbus.Introspection.Annotation
77 struct @beta @extern Eldbus.Introspection.Argument
82 direction: Eldbus.Introspection.Argument_Direction; [[Argument direction]]
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/core/
H A Dsc_introspection.hpp100 class Introspection { class
102 Introspection();
103 Introspection(Introspection const& rhs) = default;
104 explicit Introspection(QString const& yamlString);
106 Introspection& operator=(Introspection const& rhs) = default;
107 Introspection& operator=(Introspection&& rhs);
H A Dsc_introspection.cpp36 Introspection::Introspection() { initPaths(); }
38 Introspection::Introspection(QString const& yamlString) {
45 Introspection& Introspection::operator=(Introspection&& rhs) {
54 void Introspection::initPaths() {
59 bool Introspection::parse(const QString& yamlString) {
167 QString Introspection::compactLibraryPath(QString const& path) const {
180 void Introspection::inferClassLibraryPath() {
195 bool Introspection::ensureIntrospectionData() const {
203 const Class* Introspection::findClass(const QString& className) const {
215 std::vector<const Class*> Introspection::findClassPartial(const QString& partialClassName) const {
[all …]
/dports/devel/libpeas/libpeas-1.26.0/tests/libpeas/plugins/extension-lua/
H A Dextension-lua51.lua21 local Introspection = lgi.Introspection
26 Introspection.Abstract:derive('ExtensionLuaAbstract')
30 Introspection.Prerequisite:derive('ExtensionLuaPlugin', {
32 Introspection.Base,
33 Introspection.Callable,
34 Introspection.HasPrerequisite })
/dports/devel/py-libpeas/libpeas-1.26.0/tests/libpeas/plugins/extension-lua/
H A Dextension-lua51.lua21 local Introspection = lgi.Introspection
26 Introspection.Abstract:derive('ExtensionLuaAbstract')
30 Introspection.Prerequisite:derive('ExtensionLuaPlugin', {
32 Introspection.Base,
33 Introspection.Callable,
34 Introspection.HasPrerequisite })
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/baremetal_introspection/v1/
H A D_proxy.py57 return _introspect.Introspection.list(self, **query)
70 res = _introspect.Introspection.new(connection=self._get_connection(),
87 return self._get(_introspect.Introspection, introspection)
100 res = self._get_resource(_introspect.Introspection, introspection)
119 res = self._get_resource(_introspect.Introspection, introspection)
143 res = self._get_resource(_introspect.Introspection, introspection)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/dbus-1.2.15.1/lib/DBus/
H A DIntrospection.hs1 module DBus.Introspection
5 import DBus.Introspection.Types as X
6 import DBus.Introspection.Parse as X
7 import DBus.Introspection.Render as X
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/doc/source/user/resources/baremetal_introspection/v1/
H A Dintrospection.rst1 openstack.baremetal_introspection.v1.Introspection
6 The Introspection Class
9 The ``Introspection`` class inherits from
12 .. autoclass:: openstack.baremetal_introspection.v1.introspection.Introspection
/dports/security/vault/vault-1.8.2/vendor/github.com/gophercloud/gophercloud/openstack/baremetalintrospection/v1/introspection/
H A Dresults.go17 func (r introspectionResult) Extract() (*Introspection, error) {
18 var s Introspection
36 func ExtractIntrospections(r pagination.Page) ([]Introspection, error) {
37 var s []Introspection
51 type Introspection struct { struct
97 func (r *Introspection) UnmarshalJSON(b []byte) error { argument
98 type tmp Introspection
110 *r = Introspection(s.tmp)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/gophercloud/gophercloud/openstack/baremetalintrospection/v1/introspection/
H A Dresults.go17 func (r introspectionResult) Extract() (*Introspection, error) {
18 var s Introspection
36 func ExtractIntrospections(r pagination.Page) ([]Introspection, error) {
37 var s []Introspection
51 type Introspection struct { struct
97 func (r *Introspection) UnmarshalJSON(b []byte) error { argument
98 type tmp Introspection
110 *r = Introspection(s.tmp)
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/docs/website/
H A Dusers.rst5 Bindings based on GObject-Introspection
11 * `pygir-ctypes <http://code.google.com/p/pygir-ctypes/>`__ - Pure Python GObject Introspection Rep…
12 * `pgi <http://github.com/lazka/pgi>`__ - Pure Python GObject Introspection Bindings (runtime)
13 * `GTK2-Perl/Introspection <https://wiki.gnome.org/GTK2-Perl/Introspection>`__ - Perl bindings (run…
27 …st-gobject-introspection>`__ - A branch of GNU Smalltalk which adds GObject Introspection bindings.
35 * `hbgi <https://github.com/tuffnatty/hbgi>`__ - Harbour bindings for GObject Introspection (runtim…
39 Projects using GObject Introspection
47 …* `gir2xmi <https://github.com/jralls/gir2xmi>`__ - UML model generator for GObject-Introspection
52 Projects that could use GObject-Introspection
55 …<http://www.mono-project.com/GAPI>`__ could replace its gapi2-parser by using GOject-Introspection.
[all …]
/dports/devel/p5-Glib-Object-Introspection/Glib-Object-Introspection-0.049/t/inc/
H A Dsetup.pl2 use Glib::Object::Introspection;
33 Glib::Object::Introspection->setup(
42 Glib::Object::Introspection->setup(
57 return Glib::Object::Introspection->CHECK_VERSION ($x, $y, $z);
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/openstack/baremetalintrospection/v1/introspection/
H A Dresults.go17 func (r introspectionResult) Extract() (*Introspection, error) {
18 var s Introspection
36 func ExtractIntrospections(r pagination.Page) ([]Introspection, error) {
37 var s []Introspection
51 type Introspection struct { struct
97 func (r *Introspection) UnmarshalJSON(b []byte) error { argument
98 type tmp Introspection
110 *r = Introspection(s.tmp)
/dports/devel/libpeas/libpeas-1.26.0/tests/libpeas/plugins/extension-python/
H A Dextension-py.py.in24 from gi.repository import GObject, Introspection, Peas
30 class ExtensionPythonAbstract(Introspection.Abstract):
34 class ExtensionPythonPlugin(Introspection.Prerequisite, Peas.Activatable,
35 Introspection.Base, Introspection.Callable,
36 Introspection.HasPrerequisite):
/dports/devel/py-libpeas/libpeas-1.26.0/tests/libpeas/plugins/extension-python/
H A Dextension-py.py.in24 from gi.repository import GObject, Introspection, Peas
30 class ExtensionPythonAbstract(Introspection.Abstract):
34 class ExtensionPythonPlugin(Introspection.Prerequisite, Peas.Activatable,
35 Introspection.Base, Introspection.Callable,
36 Introspection.HasPrerequisite):
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/openstack/baremetalintrospection/v1/introspection/
H A Dresults.go17 func (r introspectionResult) Extract() (*Introspection, error) {
18 var s Introspection
36 func ExtractIntrospections(r pagination.Page) ([]Introspection, error) {
37 var s []Introspection
51 type Introspection struct { struct
97 func (r *Introspection) UnmarshalJSON(b []byte) error { argument
98 type tmp Introspection
110 *r = Introspection(s.tmp)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/openstack/baremetalintrospection/v1/introspection/
H A Dresults.go17 func (r introspectionResult) Extract() (*Introspection, error) {
18 var s Introspection
36 func ExtractIntrospections(r pagination.Page) ([]Introspection, error) {
37 var s []Introspection
51 type Introspection struct { struct
97 func (r *Introspection) UnmarshalJSON(b []byte) error { argument
98 type tmp Introspection
110 *r = Introspection(s.tmp)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/openstack/baremetalintrospection/v1/introspection/
H A Dresults.go17 func (r introspectionResult) Extract() (*Introspection, error) {
18 var s Introspection
36 func ExtractIntrospections(r pagination.Page) ([]Introspection, error) {
37 var s []Introspection
51 type Introspection struct { struct
97 func (r *Introspection) UnmarshalJSON(b []byte) error { argument
98 type tmp Introspection
110 *r = Introspection(s.tmp)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gophercloud/gophercloud/openstack/baremetalintrospection/v1/introspection/
H A Dresults.go17 func (r introspectionResult) Extract() (*Introspection, error) {
18 var s Introspection
36 func ExtractIntrospections(r pagination.Page) ([]Introspection, error) {
37 var s []Introspection
51 type Introspection struct { struct
97 func (r *Introspection) UnmarshalJSON(b []byte) error { argument
98 type tmp Introspection
110 *r = Introspection(s.tmp)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/dbus-1.2.15.1/tests/
H A DDBusTests.hs28 import DBusTests.Introspection
47 import DBus.Introspection.Parse ()
48 import DBus.Introspection.Render ()
49 import DBus.Introspection.Types ()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DIntrospection.h18 namespace Introspection {
41 static bool check = Halide::Internal::Introspection::dump_stack_frame(); \
82 std::string loc = Introspection::get_source_location(); in check_introspection()
83 std::string name = Introspection::get_variable_name(var, type); in check_introspection()
145 Halide::Internal::Introspection::test_compilation_unit(&test, &test_a, &offset_marker); in TestCompilationUnit()
/dports/devel/autoconf-archive/autoconf-archive-2019.01.06/m4/
H A Dax_check_girs_gjs.m411 # Check that the GObject Introspection module $MODULE is importable in GJS
15 # GObject Introspection
18 # bindings live in a GObject Introspection repository (GIR) file, which is
21 # Note that for the purposes of GObject Introspection, the API version is
55 Introspection bindings for the $1 library.

12345678910>>...61