Home
last modified time | relevance | path

Searched refs:indexOfMethod (Results 1 – 25 of 551) sorted by relevance

12345678910>>...23

/dports/net-im/ktp-common-internals/ktp-common-internals-21.12.3/otr-proxy/KTpProxy/
H A Dsvc-channel-proxy.cpp63 …if (adaptee()->metaObject()->indexOfMethod("connectProxy(Tp::Service::ChannelProxyInterfaceOTRAdap… in ConnectProxy()
76 …if (adaptee()->metaObject()->indexOfMethod("disconnectProxy(Tp::Service::ChannelProxyInterfaceOTRA… in DisconnectProxy()
89 …if (adaptee()->metaObject()->indexOfMethod("sendMessage(Tp::MessagePartList,uint,Tp::Service::Chan… in SendMessage()
104 …if (adaptee()->metaObject()->indexOfMethod("acknowledgePendingMessages(Tp::UIntList,Tp::Service::C… in AcknowledgePendingMessages()
118 …if (adaptee()->metaObject()->indexOfMethod("initialize(Tp::Service::ChannelProxyInterfaceOTRAdapto… in Initialize()
131 …if (adaptee()->metaObject()->indexOfMethod("stop(Tp::Service::ChannelProxyInterfaceOTRAdaptor::Sto… in Stop()
144 …if (adaptee()->metaObject()->indexOfMethod("trustFingerprint(QString,bool,Tp::Service::ChannelProx… in TrustFingerprint()
158 …if (adaptee()->metaObject()->indexOfMethod("startPeerAuthentication(QString,QString,Tp::Service::C… in StartPeerAuthentication()
172 …if (adaptee()->metaObject()->indexOfMethod("respondPeerAuthentication(QString,Tp::Service::Channel… in RespondPeerAuthentication()
186 …if (adaptee()->metaObject()->indexOfMethod("abortPeerAuthentication(Tp::Service::ChannelProxyInter… in AbortPeerAuthentication()
H A Dsvc-proxy-service.cpp36 …if (adaptee()->metaObject()->indexOfMethod("generatePrivateKey(QDBusObjectPath,Tp::Service::ProxyS… in GeneratePrivateKey()
50 …if (adaptee()->metaObject()->indexOfMethod("getFingerprintForAccount(QDBusObjectPath,Tp::Service::… in GetFingerprintForAccount()
65 …if (adaptee()->metaObject()->indexOfMethod("getKnownFingerprints(QDBusObjectPath,Tp::Service::Prox… in GetKnownFingerprints()
80 …if (adaptee()->metaObject()->indexOfMethod("trustFingerprint(QDBusObjectPath,QString,QString,bool,… in TrustFingerprint()
94 …if (adaptee()->metaObject()->indexOfMethod("forgetFingerprint(QDBusObjectPath,QString,QString,Tp::… in ForgetFingerprint()
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/layouts/
H A Dsyncedlaunchers.cpp96 int methodIndex = metaObject->indexOfMethod("addSyncedLauncher(QVariant,QVariant)"); in addLauncher()
121 int methodIndex = metaObject->indexOfMethod("removeSyncedLauncher(QVariant,QVariant)"); in removeLauncher()
146 …int methodIndex = metaObject->indexOfMethod("addSyncedLauncherToActivity(QVariant,QVariant,QVarian… in addLauncherToActivity()
171 …int methodIndex = metaObject->indexOfMethod("removeSyncedLauncherFromActivity(QVariant,QVariant,QV… in removeLauncherFromActivity()
196 int methodIndex = metaObject->indexOfMethod("dropSyncedUrls(QVariant,QVariant)"); in urlsDropped()
224 … int methodIndex = metaObject->indexOfMethod("validateSyncedLaunchersOrder(QVariant,QVariant)"); in validateLaunchersOrder()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/tests/Generic/List/
H A DList.Generic.Tests.IndexOf.cs80 … public void IndexOf_NoDuplicates(IndexOfMethod indexOfMethod, int count, bool frontToBackOrder) in IndexOf_NoDuplicates() argument
84 IndexOfDelegate IndexOf = IndexOfDelegateFromType(indexOfMethod); in IndexOf_NoDuplicates()
94 …public void IndexOf_NonExistingValues(IndexOfMethod indexOfMethod, int count, bool frontToBackOrde… in IndexOf_NonExistingValues() argument
98 IndexOfDelegate IndexOf = IndexOfDelegateFromType(indexOfMethod); in IndexOf_NonExistingValues()
108 … public void IndexOf_DefaultValue(IndexOfMethod indexOfMethod, int count, bool frontToBackOrder) in IndexOf_DefaultValue() argument
112 IndexOfDelegate IndexOf = IndexOfDelegateFromType(indexOfMethod); in IndexOf_DefaultValue()
121 … public void IndexOf_OrderIsCorrect(IndexOfMethod indexOfMethod, int count, bool frontToBackOrder) in IndexOf_OrderIsCorrect() argument
126 IndexOfDelegate IndexOf = IndexOfDelegateFromType(indexOfMethod); in IndexOf_OrderIsCorrect()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativeproperty/
H A Dtst_qdeclarativeproperty.cpp161 QCOMPARE(prop.connectNotifySignal(0, obj->metaObject()->indexOfMethod("deleteLater()")), false); in qmlmetaproperty()
162 … QCOMPARE(prop.connectNotifySignal(obj, obj->metaObject()->indexOfMethod("deleteLater()")), false); in qmlmetaproperty()
258 … QCOMPARE(prop.connectNotifySignal(0, obj->metaObject()->indexOfMethod("deleteLater()")), false); in qmlmetaproperty_object()
305 … QCOMPARE(prop.connectNotifySignal(0, obj->metaObject()->indexOfMethod("deleteLater()")), false); in qmlmetaproperty_object()
359 … QCOMPARE(prop.connectNotifySignal(0, obj->metaObject()->indexOfMethod("deleteLater()")), false); in qmlmetaproperty_object_string()
406 … QCOMPARE(prop.connectNotifySignal(0, obj->metaObject()->indexOfMethod("deleteLater()")), false); in qmlmetaproperty_object_string()
455 … QCOMPARE(prop.connectNotifySignal(0, obj->metaObject()->indexOfMethod("deleteLater()")), false); in qmlmetaproperty_object_string()
478 QCOMPARE(prop.index(), dobject.metaObject()->indexOfMethod("clicked()")); in qmlmetaproperty_object_string()
526 QCOMPARE(prop.index(), dobject.metaObject()->indexOfMethod("oddlyNamedNotifySignal()")); in qmlmetaproperty_object_string()
776 QCOMPARE(prop.index(), dobject.metaObject()->indexOfMethod("clicked()")); in qmlmetaproperty_object_string_context()
[all …]
/dports/audio/traverso/traverso-0.49.6/src/common/
H A DTsar.cpp229 index = caller->metaObject()->indexOfMethod(slotSignature); in create_event()
233 index = caller->metaObject()->indexOfMethod(norm.constData()); in create_event()
244 …index = caller->metaObject()->indexOfMethod(signalSignature) - caller->metaObject()->methodOffset(… in create_event()
248 …index = caller->metaObject()->indexOfMethod(norm.constData()) - caller->metaObject()->methodOffset… in create_event()
/dports/www/qt5-webchannel/kde-qtwebchannel-5.15.2p2/tests/auto/webchannel/
H A Dtst_webchannel.cpp388 const auto index = obj.metaObject()->indexOfMethod(signature); in testInfoForObject()
531 int getterMethod = metaObject()->indexOfMethod("readInt()"); in testInvokeMethodConversion()
541 int getterMethod = metaObject()->indexOfMethod("readBool()"); in testInvokeMethodConversion()
549 int getterMethod = metaObject()->indexOfMethod("readDouble()"); in testInvokeMethodConversion()
557 int getterMethod = metaObject()->indexOfMethod("readVariant()"); in testInvokeMethodConversion()
565 int getterMethod = metaObject()->indexOfMethod("readJsonValue()"); in testInvokeMethodConversion()
577 int getterMethod = metaObject()->indexOfMethod("readJsonObject()"); in testInvokeMethodConversion()
589 int getterMethod = metaObject()->indexOfMethod("readJsonArray()"); in testInvokeMethodConversion()
602 const auto method1 = metaObject()->indexOfMethod("readOverload(int)"); in testFunctionOverloading()
604 const auto method2 = metaObject()->indexOfMethod("readOverload(QString)"); in testFunctionOverloading()
[all …]
/dports/deskutils/kaddressbook/kaddressbook-21.12.3/kontactplugin/
H A Dkaddressbook_plugin.cpp65 if (part->metaObject()->indexOfMethod("newContact()") == -1) { in slotNewContact()
80 if (part->metaObject()->indexOfMethod("newGroup()") == -1) { in slotNewContactGroup()
127 if (localPart->metaObject()->indexOfMethod("updateQuickSearchText()") == -1) { in shortcutChanged()
/dports/devel/qt5-remoteobjects/kde-qtremoteobjects-5.15.2p3/src/remoteobjects/
H A Dqremoteobjectregistry.cpp167 …static int index = QRemoteObjectRegistry::staticMetaObject.indexOfMethod("addSource(QRemoteObjectS… in addSource()
188 …static int index = QRemoteObjectRegistry::staticMetaObject.indexOfMethod("removeSource(QRemoteObje… in removeSource()
219 …static const int index = QRemoteObjectRegistry::staticMetaObject.indexOfMethod("addSource(QRemoteO… in pushToRegistryIfNeeded()
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/view/
H A Dcontainmentinterface.cpp88 int aeIndex = m_shortcutsHost->metaObject()->indexOfMethod("activateEntryAtIndex(QVariant)"); in identifyMethods()
89 …int niIndex = m_shortcutsHost->metaObject()->indexOfMethod("newInstanceForEntryAtIndex(QVariant)"); in identifyMethods()
90 …int sbIndex = m_shortcutsHost->metaObject()->indexOfMethod("setShowAppletShortcutBadges(QVariant,Q… in identifyMethods()
91 int afiIndex = m_shortcutsHost->metaObject()->indexOfMethod("appletIdForIndex(QVariant)"); in identifyMethods()
218 … int methodIndex = metaObject->indexOfMethod("updateBadge(QVariant,QVariant)"); in updateBadgeForLatteTask()
263 int methodIndex{metaObject->indexOfMethod("activateTaskAtIndex(QVariant)")}; in activatePlasmaTask()
310 … int methodIndex{metaObject->indexOfMethod("newInstanceForTaskAtIndex(QVariant)")}; in newInstanceForPlasmaTask()
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/libpyside/
H A Ddynamicqmetaobject.cpp84 int indexOfMethod(QMetaMethod::MethodType mtype,
154 int MetaObjectBuilderPrivate::indexOfMethod(QMetaMethod::MethodType mtype, in indexOfMethod() function in MetaObjectBuilderPrivate
170 result = m_builder->indexOfMethod(signature); in indexOfMethod()
187 result = m_baseObject->indexOfMethod(signature); in indexOfMethod()
193 int MetaObjectBuilder::indexOfMethod(QMetaMethod::MethodType mtype, in indexOfMethod() function in MetaObjectBuilder
196 return m_d->indexOfMethod(mtype, signature); in indexOfMethod()
300 notifyId = indexOfMethod(QMetaMethod::Signal, signalNotify); in getPropertyNotifyId()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/libpyside/
H A Ddynamicqmetaobject.cpp84 int indexOfMethod(QMetaMethod::MethodType mtype,
154 int MetaObjectBuilderPrivate::indexOfMethod(QMetaMethod::MethodType mtype, in indexOfMethod() function in MetaObjectBuilderPrivate
170 result = m_builder->indexOfMethod(signature); in indexOfMethod()
187 result = m_baseObject->indexOfMethod(signature); in indexOfMethod()
193 int MetaObjectBuilder::indexOfMethod(QMetaMethod::MethodType mtype, in indexOfMethod() function in MetaObjectBuilder
196 return m_d->indexOfMethod(mtype, signature); in indexOfMethod()
300 notifyId = indexOfMethod(QMetaMethod::Signal, signalNotify); in getPropertyNotifyId()
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/libpyside/
H A Ddynamicqmetaobject.cpp84 int indexOfMethod(QMetaMethod::MethodType mtype,
154 int MetaObjectBuilderPrivate::indexOfMethod(QMetaMethod::MethodType mtype, in indexOfMethod() function in MetaObjectBuilderPrivate
170 result = m_builder->indexOfMethod(signature); in indexOfMethod()
187 result = m_baseObject->indexOfMethod(signature); in indexOfMethod()
193 int MetaObjectBuilder::indexOfMethod(QMetaMethod::MethodType mtype, in indexOfMethod() function in MetaObjectBuilder
196 return m_d->indexOfMethod(mtype, signature); in indexOfMethod()
300 notifyId = indexOfMethod(QMetaMethod::Signal, signalNotify); in getPropertyNotifyId()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/codesnippets/doc/src/snippets/code/
H A Dsrc_corelib_kernel_qmetaobject.cpp110 methodIndex = pushButton.metaObject().indexOfMethod("animateClick()") in wrapInFunction()
122 methodIndex = obj.metaObject().indexOfMethod(normalizedSignature) in wrapInFunction()
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/codesnippets/doc/src/snippets/code/
H A Dsrc_corelib_kernel_qmetaobject.cpp110 methodIndex = pushButton.metaObject().indexOfMethod("animateClick()") in wrapInFunction()
122 methodIndex = obj.metaObject().indexOfMethod(normalizedSignature) in wrapInFunction()
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/codesnippets/doc/src/snippets/code/
H A Dsrc_corelib_kernel_qmetaobject.cpp110 methodIndex = pushButton.metaObject().indexOfMethod("animateClick()") in wrapInFunction()
122 methodIndex = obj.metaObject().indexOfMethod(normalizedSignature) in wrapInFunction()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/benchmarks/corelib/kernel/qmetaobject/
H A Dmain.cpp133 void indexOfMethod();
182 void tst_qmetaobject::indexOfMethod() in indexOfMethod() function in tst_qmetaobject
188 (void)mo->indexOfMethod(p); in indexOfMethod()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/network/access/
H A Dqnetworkreply.cpp591 int id = metaObject()->indexOfMethod("sslConfigurationImplementation()"); in sslConfiguration()
608 int id = metaObject()->indexOfMethod("setSslConfigurationImplementation(QSslConfiguration)"); in setSslConfiguration()
641 int id = metaObject()->indexOfMethod("ignoreSslErrorsImplementation(QList<QSslError>)"); in ignoreSslErrors()
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/code/
H A Dsrc_corelib_kernel_qmetaobject.cpp114 int methodIndex = pushButton->metaObject()->indexOfMethod("animateClick()"); in wrapInFunction()
126 int methodIndex = obj->metaObject()->indexOfMethod(normalizedSignature); in wrapInFunction()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/code/
H A Dsrc_corelib_kernel_qmetaobject.cpp124 int methodIndex = pushButton->metaObject()->indexOfMethod("animateClick()"); in wrapInFunction()
136 int methodIndex = obj->metaObject()->indexOfMethod(normalizedSignature); in wrapInFunction()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/code/
H A Dsrc_corelib_kernel_qmetaobject.cpp124 int methodIndex = pushButton->metaObject()->indexOfMethod("animateClick()"); in wrapInFunction()
136 int methodIndex = obj->metaObject()->indexOfMethod(normalizedSignature); in wrapInFunction()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/code/
H A Dsrc_corelib_kernel_qmetaobject.cpp124 int methodIndex = pushButton->metaObject()->indexOfMethod("animateClick()"); in wrapInFunction()
136 int methodIndex = obj->metaObject()->indexOfMethod(normalizedSignature); in wrapInFunction()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/code/
H A Dsrc_corelib_kernel_qmetaobject.cpp124 int methodIndex = pushButton->metaObject()->indexOfMethod("animateClick()"); in wrapInFunction()
136 int methodIndex = obj->metaObject()->indexOfMethod(normalizedSignature); in wrapInFunction()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/code/
H A Dsrc_corelib_kernel_qmetaobject.cpp124 int methodIndex = pushButton->metaObject()->indexOfMethod("animateClick()"); in wrapInFunction()
136 int methodIndex = obj->metaObject()->indexOfMethod(normalizedSignature); in wrapInFunction()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/code/
H A Dsrc_corelib_kernel_qmetaobject.cpp124 int methodIndex = pushButton->metaObject()->indexOfMethod("animateClick()"); in wrapInFunction()
136 int methodIndex = obj->metaObject()->indexOfMethod(normalizedSignature); in wrapInFunction()

12345678910>>...23