Home
last modified time | relevance | path

Searched refs:methodExists (Results 1 – 25 of 65) sorted by relevance

123

/dports/databases/pear-MDB/MDB-1.3.0/tests/
H A DMDB_api_testcase.php107 function methodExists($name) { function in MDB_Api_TestCase
127 if (!$this->methodExists('getOption')) {
135 if (!$this->methodExists('setOption')) {
157 if (!$this->methodExists('loadManager')) {
175 if (!$this->methodExists('query')) {
183 if (!$this->methodExists('fetch')) {
195 if (!$this->methodExists('numCols')) {
H A DMDB_manager_testcase.php117 function methodExists(&$class, $name) { function in MDB_Manager_TestCase
128 if (!$this->methodExists($this->manager->database, 'dropDatabase')) {
133 if (!$this->methodExists($this->manager, 'updateDatabase')) {
147 if (!$this->methodExists($this->manager, 'updateDatabase')) {
/dports/databases/pear-MDB2/MDB2-2.5.0b5/tests/Standard/
H A DFunctionTest.php72 if (!$this->methodExists($this->db->function, 'functionTable')) {
93 if (!$this->methodExists($this->db->function, 'now')) {
123 if (!$this->methodExists($this->db->function, 'substring')) {
174 if (!$this->methodExists($this->db->function, 'concat')) {
196 if (!$this->methodExists($this->db->function, 'random')) {
218 if (!$this->methodExists($this->db->function, 'lower')) {
240 if (!$this->methodExists($this->db->function, 'upper')) {
262 if (!$this->methodExists($this->db->function, 'length')) {
284 if (!$this->methodExists($this->db->function, 'replace')) {
317 if (!$this->methodExists($this->db->function, 'unixtimestamp')) {
H A DApiTest.php200 if (!$this->methodExists($this->db, 'getOption')) {
213 if (!$this->methodExists($this->db, 'setOption')) {
228 if (!$this->methodExists($this->db, 'loadModule')) {
253 if (!$this->methodExists($this->db, 'query')) {
267 if (!$this->methodExists($this->db, 'exec')) {
283 if (!$this->methodExists($this->db, 'prepare')) {
298 if (!$this->methodExists($result, 'fetchRow')) {
316 if (!$this->methodExists($result, 'numRows')) {
331 if (!$this->methodExists($result, 'numCols')) {
H A DManagerTest.php134 if (!$this->methodExists($this->db->manager, $action)) {
143 if ($this->methodExists($this->db->manager, $action)) {
151 if (!$this->methodExists($this->db->manager, $action)) {
262 if (!$this->methodExists($this->db->manager, $action)) {
271 if ($this->methodExists($this->db->manager, $action)) {
279 if (!$this->methodExists($this->db->manager, $action)) {
289 if ($this->methodExists($this->db->manager, $action)) {
317 if (!$this->methodExists($this->db->manager, $action)) {
346 if (!$this->methodExists($this->db->manager, $action)) {
412 if (!$this->methodExists($this->db->manager, $action)) {
[all …]
H A DReverseTest.php337 if (!$this->methodExists($this->db->reverse, 'tableInfo')) {
387 if (!$this->methodExists($this->db->reverse, 'getTableFieldDefinition')) {
458 if (!$this->methodExists($this->db->reverse, 'getTableIndexDefinition')) {
523 if (!$this->methodExists($this->db->reverse, 'getTableConstraintDefinition')) {
/dports/devel/pear-HTML_QuickForm2/HTML_QuickForm2-2.2.2/tests/QuickForm2/
H A DRendererTest.php100 $this->assertTrue($renderer->methodExists('renderElement'));
101 $this->assertTrue($renderer->methodExists('sayHello'));
102 $this->assertFalse($renderer->methodExists('sayGoodbye'));
104 $this->assertTrue($renderer->methodExists('sayGoodbye'));
/dports/databases/pear-MDB2_Schema/MDB2_Schema-0.8.6/tests/
H A DMDB2SchemaTest.php60 if (!$this->methodExists($this->schema, $action)) {
92 if (!$this->methodExists($this->schema, $action)) {
126 if (!$this->methodExists($this->schema, $action)) {
133 if (!$this->methodExists($this->schema, $action)) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/javatests/src/org/chromium/content/browser/remoteobjects/
H A DRemoteObjectHostImplTest.java99 public Boolean methodExists; field in RemoteObjectHostImplTest.HasMethodCapture
103 methodExists = result; in call()
134 Assert.assertEquals(true, frobnicate.methodExists); in testBindsPipeIfObjectExists()
135 Assert.assertEquals(false, nonExistentMethod.methodExists); in testBindsPipeIfObjectExists()
/dports/www/matomo/piwik/core/
H A DDevelopment.php51 public static function methodExists($classOrObject, $method) function in Piwik\\Development
117 if (!self::methodExists($classOrObject, $method)) {
131 if (!self::methodExists($classOrObject, $method)) {
/dports/lang/php73/php-7.3.33/Zend/tests/
H A Dbug50810.phpt24 public function methodExists()
36 var_dump($example->methodExists());
/dports/www/mod_php81/php-8.1.1/Zend/tests/
H A Dbug50810.phpt24 public function methodExists()
36 var_dump($example->methodExists());
/dports/lang/php74/php-7.4.27/Zend/tests/
H A Dbug50810.phpt24 public function methodExists()
36 var_dump($example->methodExists());
/dports/lang/php81/php-8.1.1/Zend/tests/
H A Dbug50810.phpt24 public function methodExists()
36 var_dump($example->methodExists());
/dports/lang/php80/php-8.0.15/Zend/tests/
H A Dbug50810.phpt24 public function methodExists()
36 var_dump($example->methodExists());
/dports/www/mod_php73/php-7.3.33/Zend/tests/
H A Dbug50810.phpt24 public function methodExists()
36 var_dump($example->methodExists());
/dports/www/mod_php74/php-7.4.27/Zend/tests/
H A Dbug50810.phpt24 public function methodExists()
36 var_dump($example->methodExists());
/dports/www/mod_php80/php-8.0.15/Zend/tests/
H A Dbug50810.phpt24 public function methodExists()
36 var_dump($example->methodExists());
/dports/www/nextcloud/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Serialization/
H A DMessageSerializer.php65 Validate::methodExists($targetObject, 'getHeaders', 'targetObject');
66 Validate::methodExists($targetObject, 'getProtocolVersion', 'targetObject');
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Error/
H A DExceptionRenderer.php104 $methodExists = method_exists($this, $method);
106 if ($exception instanceof CakeException && !$methodExists) {
115 } elseif (!$methodExists) {
/dports/devel/allegro5/allegro5-5.2.7.0/android/gradle_project/allegro/src/main/java/org/liballeg/android/
H A DTouchListener.java31 if (Reflect.methodExists(event, "getActionMasked")) { // android-8 / 2.2.x in onTouch()
85 if (Reflect.methodExists(event, "getPointerCount")) { // android-5 / 2.0 in onTouch()
/dports/devel/pear-HTML_QuickForm2/HTML_QuickForm2-2.2.2/HTML/QuickForm2/Renderer/
H A DProxy.php138 public function methodExists($name) function in HTML_QuickForm2_Renderer_Proxy
141 $exists = parent::methodExists($name) || isset($this->_rendererMethods[$lower]);
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/
H A DRpcClientUtil.java150 return methodExists(methodHash, version, versionMap); in isMethodSupported()
167 private static boolean methodExists(int methodHash, long version, in methodExists() method in RpcClientUtil
/dports/editors/texworks/texworks-release-0.6.2/src/
H A DTWScript.cpp242 bool methodExists = false; in doCallMethod() local
272 methodExists = true; in doCallMethod()
410 if (methodExists) in doCallMethod()
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/webmozart/assert/
H A DCHANGELOG.md57 * added `Assert::methodExists()`

123