Home
last modified time | relevance | path

Searched refs:metatype (Results 1 – 25 of 1250) sorted by relevance

12345678910>>...50

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.compendium.tests/
H A Dbuild.properties21 source.bundle_tests/metatype.tb1.jar = bundles_src/metatype/tb1/
23 source.bundle_tests/metatype.tb2.jar = bundles_src/metatype/tb2/
25 source.bundle_tests/metatype.tb3.jar = bundles_src/metatype/tb3/
27 source.bundle_tests/metatype.tb4.jar = bundles_src/metatype/tb4/
29 source.bundle_tests/metatype.tb5.jar = bundles_src/metatype/tb5/
46 jars.compile.order = bundle_tests/metatype/metatype.tb1.jar,\
47 bundle_tests/metatype/metatype.tb2.jar,\
48 bundle_tests/metatype/metatype.tb3.jar,\
49 bundle_tests/metatype/metatype.tb4.jar,\
50 bundle_tests/metatype/metatype.tb5.jar,\
[all …]
/dports/net-mgmt/observium/observium/includes/polling/
H A Dos.inc.php77 foreach ($os_metatypes as $metatype)
80 isset($matches[$metatype]) && $matches[$metatype] != '')
82 $os_values[$metatype] = $matches[$metatype];
88 if (isset($matches[$metatype.$num]) && $matches[$metatype.$num] != '')
90 $os_values[$metatype] .= ' ' . $matches[$metatype.$num];
96 $$metatype = $os_values[$metatype]; // Set metatype variable variable
106 foreach ($os_metatypes as $metatype)
133 $$metatype = $os_values[$metatype]; // Set metatype variable variable
134 …print_debug("Added OS param from SNMP definition walk: '$metatype' = '".$os_values[$metatype]."'");
166 if (!isset($$metatype) || $$metatype == '' || str_istarts($$metatype, 'generic'))
[all …]
H A Dsystem.inc.php29 foreach ($system_metatypes as $metatype)
32 …$param = ($metatype == 'sysUpTime') ? 'uptime' : strtolower($metatype); // For sysUptime use simpl…
40 … if (!isset($poll_device[$metatype]) || // Poll if metatype not already set
41 … $metatype == 'sysUpTime' || $metatype == 'reboot' || // Or uptime/reboot (always polled)
64 if ($metatype == 'sysUpTime' || $metatype == 'reboot')
68 if ($metatype == 'reboot' && is_numeric($value))
78 … $uptimes['message'] = 'Using device MIB poller '.$metatype.': ' . $uptimes['message'];
86 $poll_device[$metatype] = $value;
87 print_debug("Added System param from SNMP definition walk: '$metatype' = '$value'");
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/META-INF/
H A DMANIFEST.MF4 Bundle-SymbolicName: org.eclipse.equinox.metatype
5 Bundle-Activator: org.eclipse.equinox.metatype.impl.Activator
12 org.osgi.service.metatype;version="[1.2.0,1.5.0)",
16 Export-Package: org.eclipse.equinox.metatype;version="1.3.0",
22 osgi.implementation="osgi.metatype";
24 uses:="org.osgi.service.metatype",
26 osgi.extender="osgi.metatype";
28 uses:="org.osgi.service.metatype",
30 objectClass:List<String>="org.osgi.service.metatype.MetaTypeService";
31 uses:="org.osgi.service.metatype"
[all …]
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/btparse/src/
H A Dbibtex.c92 bt_metatype metatype; local
96 metatype = entry_metatype();
98 zzastArg(1)->metatype = metatype;
101 body(zzSTR, metatype ); zzlink(_root, &_sibling, &_tail);
113 body(AST**_root, bt_metatype metatype ) in body() argument
115 body(_root,metatype) in body()
117 bt_metatype metatype ;
150 contents(AST**_root, bt_metatype metatype ) in contents() argument
152 contents(_root,metatype) in contents()
154 bt_metatype metatype ;
[all …]
H A Dtraversal.c48 return entry->metatype; in bt_entry_metatype()
64 if (entry->metatype == BTE_REGULAR && in bt_entry_key()
79 bt_metatype metatype; in bt_next_field() local
84 metatype = entry->metatype; in bt_next_field()
85 if (metatype != BTE_MACRODEF && metatype != BTE_REGULAR) in bt_next_field()
91 if (metatype == BTE_REGULAR && field->nodetype == BTAST_KEY) in bt_next_field()
123 mt = top->metatype; in bt_next_value()
164 mt = node->metatype; in bt_get_text()
/dports/textproc/btparse/btparse-0.35/src/
H A Dbibtex.c91 bt_metatype metatype; local
95 metatype = entry_metatype();
97 zzastArg(1)->metatype = metatype;
100 body(zzSTR, metatype ); zzlink(_root, &_sibling, &_tail);
112 body(AST**_root, bt_metatype metatype ) in body() argument
114 body(_root,metatype) in body()
116 bt_metatype metatype ;
149 contents(AST**_root, bt_metatype metatype ) in contents() argument
151 contents(_root,metatype) in contents()
153 bt_metatype metatype ;
[all …]
H A Dtraversal.c48 return entry->metatype; in bt_entry_metatype()
64 if (entry->metatype == BTE_REGULAR && in bt_entry_key()
79 bt_metatype metatype; in bt_next_field() local
84 metatype = entry->metatype; in bt_next_field()
85 if (metatype != BTE_MACRODEF && metatype != BTE_REGULAR) in bt_next_field()
91 if (metatype == BTE_REGULAR && field->nodetype == BTAST_KEY) in bt_next_field()
123 mt = top->metatype; in bt_next_value()
164 mt = node->metatype; in bt_get_text()
/dports/biology/pbbam/pbbam-0.18.0/src/
H A DDataSetBaseTypes.cpp50 IndexedDataType::IndexedDataType(const std::string& metatype, const std::string& filename, in IndexedDataType() argument
52 : InputOutputDataType(metatype, filename, label, xsd) in IndexedDataType()
68 InputOutputDataType::InputOutputDataType(const std::string& metatype, const std::string& filename, in InputOutputDataType() argument
70 : StrictEntityType(metatype, label, xsd) in InputOutputDataType()
79 StrictEntityType::StrictEntityType(const std::string& metatype, const std::string& label, in StrictEntityType() argument
84 MetaType(metatype); in StrictEntityType()
87 const size_t numChars = metatype.size(); in StrictEntityType()
91 const char c = metatype.at(i); in StrictEntityType()
/dports/misc/tellico/tellico-3.4.2/src/3rdparty/btparse/
H A Dtraversal.c48 return entry->metatype; in bt_entry_metatype()
64 if (entry->metatype == BTE_REGULAR && in bt_entry_key()
79 bt_metatype metatype; in bt_next_field() local
84 metatype = entry->metatype; in bt_next_field()
85 if (metatype != BTE_MACRODEF && metatype != BTE_REGULAR) in bt_next_field()
91 if (metatype == BTE_REGULAR && field->nodetype == BTAST_KEY) in bt_next_field()
123 mt = top->metatype; in bt_next_value()
164 mt = node->metatype; in bt_get_text()
H A Dbibtex.c84 bt_metatype metatype; in entry() local
88 metatype = entry_metatype(); in entry()
90 zzastArg(1)->metatype = metatype; in entry()
93 body(zzSTR, metatype ); zzlink(_root, &_sibling, &_tail); in entry()
104 body(AST**_root, bt_metatype metatype ) in body() argument
111 if (!(metatype == BTE_COMMENT )) {zzfailed_pred(" metatype == BTE_COMMENT ");} in body()
120 contents(zzSTR, metatype ); zzlink(_root, &_sibling, &_tail); in body()
135 contents(AST**_root, bt_metatype metatype ) in contents() argument
164 if ( (setwd1[LA(1)]&0x10)&&(metatype == BTE_MACRODEF ) ) { in contents()
165 if (!(metatype == BTE_MACRODEF )) {zzfailed_pred(" metatype == BTE_MACRODEF ");} in contents()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/metatype/tests/
H A DAttributeTypePasswordTest.java14 package org.eclipse.equinox.metatype.tests;
18 import org.osgi.service.metatype.*;
42 MetaTypeInformation mti = metatype.getMetaTypeInformation(bundle); in doTestAttributeTypePassword1()
63 MetaTypeInformation mti = metatype.getMetaTypeInformation(bundle); in doTestAttributeTypePassword2()
82 MetaTypeInformation mti = metatype.getMetaTypeInformation(bundle); in doTestAttributeTypePassword3()
102 MetaTypeInformation mti = metatype.getMetaTypeInformation(bundle); in doTestAttributeTypePassword4()
123 MetaTypeInformation mti = metatype.getMetaTypeInformation(bundle); in doTestAttributeTypePassword5()
144 MetaTypeInformation mti = metatype.getMetaTypeInformation(bundle); in doTestAttributeTypePassword6()
/dports/databases/py-qt5-sql/PyQt5-5.15.4/qpy/QtQuick/
H A Dqpyquick_chimera_helpers.cpp74 int metatype = QList_QObject_metatype(); in qpyquick_to_qvariant_convertor() local
77 if (metatype == 0) in qpyquick_to_qvariant_convertor()
87 var = QVariant(metatype, &qlo); in qpyquick_to_qvariant_convertor()
96 int metatype, bool *okp) in qpyquick_to_qvariant_data_convertor() argument
99 if (metatype != QList_QObject_metatype()) in qpyquick_to_qvariant_data_convertor()
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/qpy/QtQuick/
H A Dqpyquick_chimera_helpers.cpp74 int metatype = QList_QObject_metatype(); in qpyquick_to_qvariant_convertor() local
77 if (metatype == 0) in qpyquick_to_qvariant_convertor()
87 var = QVariant(metatype, &qlo); in qpyquick_to_qvariant_convertor()
96 int metatype, bool *okp) in qpyquick_to_qvariant_data_convertor() argument
99 if (metatype != QList_QObject_metatype()) in qpyquick_to_qvariant_data_convertor()
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/qpy/QtQuick/
H A Dqpyquick_chimera_helpers.cpp74 int metatype = QList_QObject_metatype(); in qpyquick_to_qvariant_convertor() local
77 if (metatype == 0) in qpyquick_to_qvariant_convertor()
87 var = QVariant(metatype, &qlo); in qpyquick_to_qvariant_convertor()
96 int metatype, bool *okp) in qpyquick_to_qvariant_data_convertor() argument
99 if (metatype != QList_QObject_metatype()) in qpyquick_to_qvariant_data_convertor()
/dports/www/py-qt5-websockets/PyQt5-5.15.4/qpy/QtQuick/
H A Dqpyquick_chimera_helpers.cpp74 int metatype = QList_QObject_metatype(); in qpyquick_to_qvariant_convertor() local
77 if (metatype == 0) in qpyquick_to_qvariant_convertor()
87 var = QVariant(metatype, &qlo); in qpyquick_to_qvariant_convertor()
96 int metatype, bool *okp) in qpyquick_to_qvariant_data_convertor() argument
99 if (metatype != QList_QObject_metatype()) in qpyquick_to_qvariant_data_convertor()
/dports/www/py-qt5-webkit/PyQt5-5.15.4/qpy/QtQuick/
H A Dqpyquick_chimera_helpers.cpp74 int metatype = QList_QObject_metatype(); in qpyquick_to_qvariant_convertor() local
77 if (metatype == 0) in qpyquick_to_qvariant_convertor()
87 var = QVariant(metatype, &qlo); in qpyquick_to_qvariant_convertor()
96 int metatype, bool *okp) in qpyquick_to_qvariant_data_convertor() argument
99 if (metatype != QList_QObject_metatype()) in qpyquick_to_qvariant_data_convertor()
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/qpy/QtQuick/
H A Dqpyquick_chimera_helpers.cpp74 int metatype = QList_QObject_metatype(); in qpyquick_to_qvariant_convertor() local
77 if (metatype == 0) in qpyquick_to_qvariant_convertor()
87 var = QVariant(metatype, &qlo); in qpyquick_to_qvariant_convertor()
96 int metatype, bool *okp) in qpyquick_to_qvariant_data_convertor() argument
99 if (metatype != QList_QObject_metatype()) in qpyquick_to_qvariant_data_convertor()
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/qpy/QtQuick/
H A Dqpyquick_chimera_helpers.cpp74 int metatype = QList_QObject_metatype(); in qpyquick_to_qvariant_convertor() local
77 if (metatype == 0) in qpyquick_to_qvariant_convertor()
87 var = QVariant(metatype, &qlo); in qpyquick_to_qvariant_convertor()
96 int metatype, bool *okp) in qpyquick_to_qvariant_data_convertor() argument
99 if (metatype != QList_QObject_metatype()) in qpyquick_to_qvariant_data_convertor()
/dports/x11-toolkits/py-qt5-widgets/PyQt5-5.15.4/qpy/QtQuick/
H A Dqpyquick_chimera_helpers.cpp74 int metatype = QList_QObject_metatype(); in qpyquick_to_qvariant_convertor() local
77 if (metatype == 0) in qpyquick_to_qvariant_convertor()
87 var = QVariant(metatype, &qlo); in qpyquick_to_qvariant_convertor()
96 int metatype, bool *okp) in qpyquick_to_qvariant_data_convertor() argument
99 if (metatype != QList_QObject_metatype()) in qpyquick_to_qvariant_data_convertor()
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/qpy/QtQuick/
H A Dqpyquick_chimera_helpers.cpp74 int metatype = QList_QObject_metatype(); in qpyquick_to_qvariant_convertor() local
77 if (metatype == 0) in qpyquick_to_qvariant_convertor()
87 var = QVariant(metatype, &qlo); in qpyquick_to_qvariant_convertor()
96 int metatype, bool *okp) in qpyquick_to_qvariant_data_convertor() argument
99 if (metatype != QList_QObject_metatype()) in qpyquick_to_qvariant_data_convertor()
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/qpy/QtQuick/
H A Dqpyquick_chimera_helpers.cpp74 int metatype = QList_QObject_metatype(); in qpyquick_to_qvariant_convertor() local
77 if (metatype == 0) in qpyquick_to_qvariant_convertor()
87 var = QVariant(metatype, &qlo); in qpyquick_to_qvariant_convertor()
96 int metatype, bool *okp) in qpyquick_to_qvariant_data_convertor() argument
99 if (metatype != QList_QObject_metatype()) in qpyquick_to_qvariant_data_convertor()
/dports/net/py-qt5-network/PyQt5-5.15.4/qpy/QtQuick/
H A Dqpyquick_chimera_helpers.cpp74 int metatype = QList_QObject_metatype(); in qpyquick_to_qvariant_convertor() local
77 if (metatype == 0) in qpyquick_to_qvariant_convertor()
87 var = QVariant(metatype, &qlo); in qpyquick_to_qvariant_convertor()
96 int metatype, bool *okp) in qpyquick_to_qvariant_data_convertor() argument
99 if (metatype != QList_QObject_metatype()) in qpyquick_to_qvariant_data_convertor()
/dports/devel/py-qt5-remoteobjects/PyQt5-5.15.4/qpy/QtQuick/
H A Dqpyquick_chimera_helpers.cpp74 int metatype = QList_QObject_metatype(); in qpyquick_to_qvariant_convertor() local
77 if (metatype == 0) in qpyquick_to_qvariant_convertor()
87 var = QVariant(metatype, &qlo); in qpyquick_to_qvariant_convertor()
96 int metatype, bool *okp) in qpyquick_to_qvariant_data_convertor() argument
99 if (metatype != QList_QObject_metatype()) in qpyquick_to_qvariant_data_convertor()
/dports/devel/py-qt5-test/PyQt5-5.15.4/qpy/QtQuick/
H A Dqpyquick_chimera_helpers.cpp74 int metatype = QList_QObject_metatype(); in qpyquick_to_qvariant_convertor() local
77 if (metatype == 0) in qpyquick_to_qvariant_convertor()
87 var = QVariant(metatype, &qlo); in qpyquick_to_qvariant_convertor()
96 int metatype, bool *okp) in qpyquick_to_qvariant_data_convertor() argument
99 if (metatype != QList_QObject_metatype()) in qpyquick_to_qvariant_data_convertor()

12345678910>>...50