Home
last modified time | relevance | path

Searched refs:checkInstance (Results 1 – 25 of 67) sorted by relevance

123

/dports/www/tikiwiki/tiki-21.2/lib/test/core/Files/
H A DCheckAttachmentGalleryTest.php55 $checkInstance = new CheckAttachmentGallery($type);
57 $result = $checkInstance->analyse();
81 $checkInstance = new CheckAttachmentGallery($type);
83 $result = $checkInstance->analyse();
98 $checkInstance = new CheckAttachmentGallery($type);
99 $result = $checkInstance->analyse();
115 $checkInstance = new CheckAttachmentGallery($type);
121 $result = $checkInstance->analyse();
142 $result = $checkInstance->analyse();
182 $result = $checkInstance->analyse();
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Dhelpmanager.cpp45 static bool checkInstance() in checkInstance() function
79 if (checkInstance()) in registerDocumentation()
85 if (checkInstance()) in unregisterDocumentation()
91 return checkInstance() ? m_instance->linksForIdentifier(id) : QMultiMap<QString, QUrl>(); in linksForIdentifier()
96 return checkInstance() ? m_instance->linksForKeyword(keyword) : QMultiMap<QString, QUrl>(); in linksForKeyword()
101 return checkInstance() ? m_instance->fileData(url) : QByteArray(); in fileData()
106 if (checkInstance()) in showHelpUrl()
/dports/www/nextcloud/nextcloud/apps-pkg/workflowengine/lib/Service/
H A DRuleMatcher.php225 $checkInstance = $this->container->query($check['class']);
231 if ($checkInstance instanceof IFileCheck) {
235 …$checkInstance->setFileInfo($this->fileInfo['storage'], $this->fileInfo['path'], $this->fileInfo['…
236 } elseif ($checkInstance instanceof IEntityCheck) {
239 $checkInstance->setEntitySubject($entity, $subject);
241 } elseif (!$checkInstance instanceof ICheck) {
245 return $checkInstance->executeCheck($check['operator'], $check['value']);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php113 public static function checkInstance(self $x, self $y) function in phpseclib3\\Math\\PrimeField\\Integer
127 static::checkInstance($this, $x);
139 static::checkInstance($this, $x);
151 static::checkInstance($this, $x);
169 static::checkInstance($this, $x);
187 static::checkInstance($this, $x);
199 static::checkInstance($this, $x);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php113 public static function checkInstance(self $x, self $y) function in phpseclib3\\Math\\PrimeField\\Integer
127 static::checkInstance($this, $x);
139 static::checkInstance($this, $x);
151 static::checkInstance($this, $x);
169 static::checkInstance($this, $x);
187 static::checkInstance($this, $x);
199 static::checkInstance($this, $x);
/dports/www/owncloud/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php113 public static function checkInstance(self $x, self $y) function in phpseclib3\\Math\\PrimeField\\Integer
127 static::checkInstance($this, $x);
139 static::checkInstance($this, $x);
151 static::checkInstance($this, $x);
169 static::checkInstance($this, $x);
187 static::checkInstance($this, $x);
199 static::checkInstance($this, $x);
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/mediax/jai/
H A DFactoryCache.java139 checkInstance(factoryInstance); in addFactory()
177 checkInstance(factoryInstance); in removeFactory()
226 checkInstance(preferredOp); in setPreference()
227 checkInstance(otherOp); in setPreference()
278 checkInstance(preferredOp); in unsetPreference()
279 checkInstance(otherOp); in unsetPreference()
435 private boolean checkInstance(Object factoryInstance) { in checkInstance() method in FactoryCache
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php102 private static function checkInstance(self $x, self $y) function in phpseclib3\\Math\\BinaryField\\Integer
116 static::checkInstance($this, $x);
128 static::checkInstance($this, $x);
355 static::checkInstance($this, $y);
382 static::checkInstance($this, $y);
429 static::checkInstance($this, $x);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php102 private static function checkInstance(self $x, self $y) function in phpseclib3\\Math\\BinaryField\\Integer
116 static::checkInstance($this, $x);
128 static::checkInstance($this, $x);
355 static::checkInstance($this, $y);
382 static::checkInstance($this, $y);
429 static::checkInstance($this, $x);
/dports/www/owncloud/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php102 private static function checkInstance(self $x, self $y) function in phpseclib3\\Math\\BinaryField\\Integer
116 static::checkInstance($this, $x);
128 static::checkInstance($this, $x);
355 static::checkInstance($this, $y);
382 static::checkInstance($this, $y);
429 static::checkInstance($this, $x);
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/tests/CI/
H A Dubuntu20.04.supp12 fun:checkInstance
26 fun:checkInstance
/dports/sysutils/istio/istio-1.6.7/mixer/test/e2e/
H A De2e_reftracking_test.go56 name: checkInstance
72 - checkInstance.samplecheck
/dports/databases/akonadi/akonadi-21.12.3/src/akonadicontrol/
H A Dagentmanager.cpp342 if (!checkInstance(identifier)) { in agentInstanceStatus()
351 if (!checkInstance(identifier)) { in agentInstanceStatusMessage()
360 if (!checkInstance(identifier)) { in agentInstanceProgress()
385 if (!checkInstance(identifier)) { in agentInstanceOnline()
413 if (!checkInstance(identifier)) { in agentInstanceName()
481 if (!checkInstance(identifier)) { in restartAgentInstance()
781 bool AgentManager::checkInstance(const QString &identifier) const in checkInstance() function in AgentManager
793 if (!checkInstance(identifier)) { in checkResourceInterface()
821 if (!checkInstance(identifier)) { in checkAgentInterfaces()
/dports/lang/rhino/rhino1_7R4/examples/
H A DFile.java286 File thisFile = checkInstance(thisObj); in write0()
321 private static File checkInstance(Scriptable obj) { in checkInstance() method in File
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/
H A Dqt5informationnodeinstanceserver.cpp1330 ServerNodeInstance checkInstance = instance; in findView3DForInstance() local
1331 while (checkInstance.isValid()) { in findView3DForInstance()
1332 if (checkInstance.isSubclassOf("QQuick3DViewport")) in findView3DForInstance()
1333 return checkInstance.internalObject(); in findView3DForInstance()
1335 checkInstance = checkInstance.parent(); in findView3DForInstance()
1414 ServerNodeInstance checkInstance = instance; in find3DSceneRoot() local
1415 bool foundNode = checkInstance.isSubclassOf("QQuick3DNode"); in find3DSceneRoot()
1416 while (checkInstance.isValid()) { in find3DSceneRoot()
1427 checkInstance = parentInstance; in find3DSceneRoot()
1431 checkInstance = parentInstance; in find3DSceneRoot()
[all …]
/dports/sysutils/k3b/k3b-21.12.3/libk3b/tools/qprocess/private/
H A Dqcoreapplication_p.h90 static bool checkInstance(const char *method);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/kernel/
H A Dqcoreapplication_p.h104 static bool checkInstance(const char *method);
H A Dqcoreapplication.cpp222 bool QCoreApplicationPrivate::checkInstance(const char *function) in checkInstance() function in QCoreApplicationPrivate
579 if (!QCoreApplicationPrivate::checkInstance("qAppName")) in qAppName()
1210 if (!QCoreApplicationPrivate::checkInstance("exec")) in exec()
1848 if (!QCoreApplicationPrivate::checkInstance("installTranslator")) in installTranslator()
1874 if (!QCoreApplicationPrivate::checkInstance("removeTranslator")) in removeTranslator()
2826 if (!QCoreApplicationPrivate::checkInstance("enter_loop")) in enter_loop()
2844 if (!QCoreApplicationPrivate::checkInstance("exit_loop")) in exit_loop()
2861 if (!QCoreApplicationPrivate::checkInstance("loopLevel")) in loopLevel()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/tests/
H A Dknown_issues.supp38 fun:checkInstance
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqcoreapplication_p.h109 static bool checkInstance(const char *method);
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqcoreapplication_p.h109 static bool checkInstance(const char *method);
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqcoreapplication_p.h109 static bool checkInstance(const char *method);
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqcoreapplication_p.h109 static bool checkInstance(const char *method);
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqcoreapplication_p.h109 static bool checkInstance(const char *method);
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqcoreapplication_p.h109 static bool checkInstance(const char *method);

123