Home
last modified time | relevance | path

Searched refs:getLastError (Results 1 – 25 of 894) sorted by relevance

12345678910>>...36

/dports/cad/gmsh/gmsh-4.9.2-source/api/
H A Dgmsh.py248 raise Exception(logger.getLastError())
263 raise Exception(logger.getLastError())
278 raise Exception(logger.getLastError())
293 raise Exception(logger.getLastError())
306 raise Exception(logger.getLastError())
319 raise Exception(logger.getLastError())
342 raise Exception(logger.getLastError())
363 raise Exception(logger.getLastError())
382 raise Exception(logger.getLastError())
8119 def getLastError(): member in logger
[all …]
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/BFS/test/
H A Dtestmain.cpp35 printf("ERROR: %s\n", getLastError(handle)); in main()
40 printf("ERROR: %s\n", getLastError(handle)); in main()
47 printf("ERROR: %s\n", getLastError(handle)); in main()
51 printf("ERROR: %s\n", getLastError(handle)); in main()
55 printf("ERROR: %s\n", getLastError(handle)); in main()
60 printf("ERROR: %s\n", getLastError(handle)); in main()
64 printf("ERROR: %s\n", getLastError(handle)); in main()
122 printf("ERROR: %s\n", getLastError(handle)); in main()
129 printf("ERROR: %s\n", getLastError(handle)); in main()
136 printf("ERROR: %s\n", getLastError(handle)); in main()
[all …]
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/linux/
H A DLibRTTest.java69 … assertNotEquals("Failed to shm_open " + share + ". Error: " + Native.getLastError(), -1, fd); in testMmapToShm()
76 assertNotEquals("Failed to ftruncate. Error: " + Native.getLastError(), -1, ret); in testMmapToShm()
79 … assertNotEquals("Failed mmap to new share. Error: " + Native.getLastError(), MAP_FAILED, p); in testMmapToShm()
82 … assertNotEquals("Failed to close file descriptor. Error: " + Native.getLastError(), -1, ret); in testMmapToShm()
87 assertNotEquals("Failed msync. Error: " + Native.getLastError(), -1, ret); in testMmapToShm()
90 assertNotEquals("Failed munmap. Error: " + Native.getLastError(), -1, ret); in testMmapToShm()
98 … assertEquals("Re-creating existing share errno should be EEXIST", EEXIST, Native.getLastError()); in testMmapToShm()
101 … assertNotEquals("Failed to re-open " + share + ". Error: " + Native.getLastError(), -1, fd); in testMmapToShm()
107 … assertNotEquals("Failed to close file descriptor. Error: " + Native.getLastError(), -1, ret); in testMmapToShm()
112 assertNotEquals("Failed munmap. Error: " + Native.getLastError(), -1, ret); in testMmapToShm()
[all …]
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/linux/
H A DXAttrUtil.java221 eno = Native.getLastError(); in getXAttrBytes()
228 eno = Native.getLastError(); in getXAttrBytes()
254 eno = Native.getLastError(); in getXAttrAsMemory()
265 eno = Native.getLastError(); in getXAttrAsMemory()
321 eno = Native.getLastError(); in lGetXAttrBytes()
328 eno = Native.getLastError(); in lGetXAttrBytes()
355 eno = Native.getLastError(); in lGetXAttrAsMemory()
366 eno = Native.getLastError(); in lGetXAttrAsMemory()
419 eno = Native.getLastError(); in fGetXAttrBytes()
426 eno = Native.getLastError(); in fGetXAttrBytes()
[all …]
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/
H A DWininetTest.java44 int lastError = Native.getLastError(); in testFindCloseUrlCache()
52 int lastError = Native.getLastError(); in testDeleteUrlCacheEntry()
61 int lastError = Native.getLastError(); in testFindFirstUrlCacheEntry()
80 lastError = Native.getLastError(); in testFindNextUrlCacheEntry()
87 lastError = Native.getLastError(); in testFindNextUrlCacheEntry()
99 lastError = Native.getLastError(); in testFindNextUrlCacheEntry()
110 lastError = Native.getLastError(); in testFindNextUrlCacheEntry()
117 lastError = Native.getLastError(); in testFindNextUrlCacheEntry()
124 throw new Win32Exception(Native.getLastError()); in testFindNextUrlCacheEntry()
/dports/mail/bincimap/bincimap-1.2.13final/src/
H A Dbincimap-up.cc61 if (session.getLastError() != "") { in main()
63 logger << "error initializing Binc IMAP: " << session.getLastError() in main()
129 com << "* NO " << session.getLastError() << endl; in main()
133 com << "* BAD " << session.getLastError() << endl; in main()
162 com << "* NO " << session.getLastError() << endl; in main()
166 com << "* BAD " << session.getLastError() << endl; in main()
180 << request.getName() << " failed: " << session.getLastError() << endl; in main()
185 << " failed: " << session.getLastError() << endl; in main()
204 logger << "(" << com.getLastError() << ") "; in main()
/dports/www/owncloud/owncloud/lib/private/Setup/
H A DOCI.php77 $errorMessage = $this->getLastError();
103 $entry = $this->trans->t('DB Error: "%s"', [$this->getLastError($connection)]) . '<br />';
159 $entry = $this->trans->t('DB Error: "%s"', [$this->getLastError($connection)]) . '<br />';
185 $entry = $this->trans->t('DB Error: "%s"', [$this->getLastError($connection)]) . '<br />';
192 $entry = $this->trans->t('DB Error: "%s"', [$this->getLastError($connection)]) . '<br />';
203 $entry = $this->trans->t('DB Error: "%s"', [$this->getLastError($connection)]) . '<br />';
210 $entry = $this->trans->t('DB Error: "%s"', [$this->getLastError($connection)]) . '<br />';
221 $entry = $this->trans->t('DB Error: "%s"', [$this->getLastError($connection)]) . '<br />';
238 $entry = $this->trans->t('DB Error: "%s"', [$this->getLastError($connection)]) . '<br />';
244 $entry = $this->trans->t('DB Error: "%s"', [$this->getLastError($connection)]) . '<br />';
[all …]
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DGDI32Util.java78 throw new Win32Exception(Native.getLastError()); in getScreenshot()
90 throw new Win32Exception(Native.getLastError()); in getScreenshot()
110 throw new Win32Exception(Native.getLastError()); in getScreenshot()
115 throw new Win32Exception(Native.getLastError()); in getScreenshot()
120 throw new Win32Exception(Native.getLastError()); in getScreenshot()
125 throw new Win32Exception(Native.getLastError()); in getScreenshot()
139 throw new Win32Exception(Native.getLastError()); in getScreenshot()
156 Win32Exception ex = new Win32Exception(Native.getLastError()); in getScreenshot()
166 Win32Exception ex = new Win32Exception(Native.getLastError()); in getScreenshot()
177 Win32Exception ex = new Win32Exception(Native.getLastError()); in getScreenshot()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DRedis.php151 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
184 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
209 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
237 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
276 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
279 throw new Exception\RuntimeException($redis->getLastError());
299 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
317 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
335 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
353 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DRedis.php151 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
184 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
209 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
237 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
276 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
279 throw new Exception\RuntimeException($redis->getLastError());
299 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
317 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
335 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
353 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DRedis.php151 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
184 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
209 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
237 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
276 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
279 throw new Exception\RuntimeException($redis->getLastError());
299 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
317 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
335 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
353 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DRedis.php151 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
184 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
209 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
237 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
276 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
279 throw new Exception\RuntimeException($redis->getLastError());
299 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
317 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
335 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
353 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DRedis.php151 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
184 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
209 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
237 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
276 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
279 throw new Exception\RuntimeException($redis->getLastError());
299 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
317 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
335 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
353 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DRedis.php151 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
184 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
209 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
237 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
276 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
279 throw new Exception\RuntimeException($redis->getLastError());
299 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
317 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
335 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
353 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DRedis.php151 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
184 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
209 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
237 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
276 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
279 throw new Exception\RuntimeException($redis->getLastError());
299 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
317 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
335 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
353 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DRedis.php151 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
184 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
209 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
237 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
276 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
279 throw new Exception\RuntimeException($redis->getLastError());
299 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
317 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
335 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
353 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DRedis.php151 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
184 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
209 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
237 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
276 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
279 throw new Exception\RuntimeException($redis->getLastError());
299 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
317 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
335 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
353 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DRedis.php151 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
184 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
209 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
237 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
276 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
279 throw new Exception\RuntimeException($redis->getLastError());
299 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
317 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
335 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
353 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DRedis.php151 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
184 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
209 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
237 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
276 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
279 throw new Exception\RuntimeException($redis->getLastError());
299 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
317 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
335 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
353 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DRedis.php151 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
184 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
209 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
237 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
276 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
279 throw new Exception\RuntimeException($redis->getLastError());
299 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
317 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
335 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
353 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
[all …]
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Cache/Storage/Adapter/
H A DRedis.php151 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
184 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
209 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
237 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
276 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
279 throw new Exception\RuntimeException($redis->getLastError());
299 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
317 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
335 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
353 throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
[all …]
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/ulxmlrpcpp/
H A Dulxr_connection.cpp189 CppString s = getErrorString(getLastError()); in ULXR_API_IMPL()
208 switch(getLastError()) in ULXR_API_IMPL()
226 + getErrorString(getLastError())), 500); in ULXR_API_IMPL()
291 + getErrorString(getLastError()), 500); in ULXR_API_IMPL()
301 switch(getLastError()) in ULXR_API_IMPL()
396 + getErrorString(getLastError()), 500); in ULXR_API_IMPL()
444 CppString s = getErrorString(getLastError()); in ULXR_API_IMPL()
517 + getErrorString(getLastError()), 500); in ULXR_API_IMPL()
532 ULXR_TRACE(ULXR_PCHAR("read 6: ") << getErrorString(getLastError())); in ULXR_API_IMPL()
533 switch(getLastError()) in ULXR_API_IMPL()
[all …]
/dports/textproc/xalan-c/xalan_c-1.12/Tests/Transformer/
H A DTestXalanTransformer.cpp103 cout << xalan.getLastError(); in runTests()
113 cout << xalan.getLastError(); in runTests()
120 cout << xalan.getLastError(); in runTests()
127 cout << xalan.getLastError(); in runTests()
136 cout << xalan.getLastError(); in runTests()
151 cout << xalan.getLastError(); in runTests()
168 cout << xalan.getLastError(); in runTests()
175 cout << xalan.getLastError(); in runTests()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/redis/
H A DRedisConnRef.php88 public function getLastError() { function in RedisConnRef
211 if ( preg_match( '/^ERR operation not permitted\b/', $this->conn->getLastError() ) ) {
231 $this->lastError = $this->conn->getLastError() ?: $this->lastError;
256 if ( preg_match( '/^ERR operation not permitted\b/', $conn->getLastError() ) ) {
266 if ( preg_match( '/^NOSCRIPT/', $conn->getLastError() ) ) {
275 if ( $conn->getLastError() ) { // script bug?
280 'lua_error' => $conn->getLastError()
285 $this->lastError = $conn->getLastError() ?: $this->lastError;
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/redis/
H A DRedisConnRef.php88 public function getLastError() { function in RedisConnRef
210 if ( preg_match( '/^ERR operation not permitted\b/', $this->conn->getLastError() ) ) {
230 $this->lastError = $this->conn->getLastError() ?: $this->lastError;
255 if ( preg_match( '/^ERR operation not permitted\b/', $conn->getLastError() ) ) {
265 if ( preg_match( '/^NOSCRIPT/', $conn->getLastError() ) ) {
274 if ( $conn->getLastError() ) { // script bug?
279 'lua_error' => $conn->getLastError()
284 $this->lastError = $conn->getLastError() ?: $this->lastError;

12345678910>>...36