Home
last modified time | relevance | path

Searched refs:error (Results 326 – 350 of 1814) sorted by last modified time

1...<<11121314151617181920>>...73

/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DEveOnline.php75 } elseif (isset($data['error'])) {
/plugin/evesso/classes/
H A DoAuthHTTPClient.php41 throw new TokenResponseException($msg . $http->error);
/plugin/stlviewer/stlviewer/
H A Dstl_viewer.min.js2error=null,this.options=t,this.parent_element=e,this.get_opt=function(e,t){return o.options?!1!==o…
H A Dthree.min.js2error("THREE.Matrix3: the constructor no longer reads arguments. use .set() instead.")}var e=t.pro…
H A DCanvasRenderer.js309 console.error( 'THREE.CanvasRenderer.render: camera is not an instance of THREE.Camera.' );
H A DProjector.js147 console.error( 'THREE.Projector: .pickingRay() is now raycaster.setFromCamera().' );
H A Dload_stl.min.js2error.code){case a.target.error.NOT_FOUND_ERR:e="File not found";break;case a.target.error.NOT_REA…
/plugin/sync/
H A Dstyle.css5 div.dokuwiki div.sync_left div.error {
/plugin/davcal/vendor/sabre/event/lib/
H A DPromise.php131 function error(callable $onRejected) { function in Sabre\\Event\\Promise
198 )->error(
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md126 * Fixed: Now throwing an error when a Request object is being created with
177 error occurs.
H A DREADME.md203 `afterRequest` and `error`.
221 $client->on('error', function($request, $response, &$retry, $retryCount) {
223 // The error event is triggered for every response with a HTTP code higher
228 $client->on('error:401', function($request, $response, &$retry, $retryCount) {
230 // You can also listen for specific error codes. This example shows how
268 function($error) {
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js9359 var onError = ajaxSettings.error;
9384 error: function (xhr, statusText, errorThrown) {
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php206 $client->on('error', function() use (&$called) {
209 $client->on('error:404', function() use (&$called) {
303 'Curl error',
313 $this->assertEquals('Curl error', $result['curl_errmsg']);
359 'Curl error',
369 $this->assertEquals('Curl error', $e->getMessage());
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md144 * Added: A LibXMLException is now thrown if the XMLReader comes across an error.
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DReportNotSupported.php27 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:supported-report');
28 $errorNode->appendChild($error);
H A DTooManyMatches.php33 … $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:number-of-matches-within-limits');
34 $errorNode->appendChild($error);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php259 $error = $DOM->createElementNS('DAV:', 'd:error');
260 $error->setAttribute('xmlns:s', self::NS_SABREDAV);
261 $DOM->appendChild($error);
270 … $error->appendChild($DOM->createElement('s:sabredav-version', $h(Version::VERSION)));
273 $error->appendChild($DOM->createElement('s:exception', $h(get_class($e))));
274 $error->appendChild($DOM->createElement('s:message', $h($e->getMessage())));
276 $error->appendChild($DOM->createElement('s:file', $h($e->getFile())));
277 $error->appendChild($DOM->createElement('s:line', $h($e->getLine())));
278 $error->appendChild($DOM->createElement('s:code', $h($e->getCode())));
292 $error->appendChild($xPrevious);
[all …]
/plugin/davcal/vendor/sabre/dav/bin/
H A Dnaturalselection119 parser.error("This utility requires at least 1 argument")
H A Dgooglecode_upload.py219 parser.error('File summary is missing.')
221 parser.error('Project name is missing.')
223 parser.error('File to upload not provided.')
225 parser.error('Only one file may be specified.')
/plugin/davcal/vendor/sabre/event/tests/
H A DPromiseTest.php163 $promise->error(function($reason) {
/plugin/davcal/vendor/sabre/http/examples/
H A Dasyncclient.php46 // This is the 'error' callback. It is called for general connection
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php528 $error = stream_get_contents($this->cli->stderr);
533 "This should have been error free. stderr output:\n" . $error
576 $error = stream_get_contents($this->cli->stderr);
581 "This should have been error free. stderr output:\n" . $error
619 $error = stream_get_contents($this->cli->stderr);
624 "This should have been error free. stderr output:\n" . $error
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md22 would throw an error.
89 * #176: A missing `UID` is no longer an error, but a warning for the vCard
235 * Fixed: Issue #26. Return a more descriptive error when coming across broken
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php176 * @param callable $error
179 … function sendAsync(RequestInterface $request, callable $success = null, callable $error = null) { argument
182 $this->sendAsyncInternal($request, $success, $error);
541 * @param callable $error
544 …sendAsyncInternal(RequestInterface $request, callable $success, callable $error, $retryCount = 0) { argument
558 $error,
/plugin/davcal/
H A Dscript.js87 error: function() { method in AnonymousFunction810540b70400.fcOptions.events

1...<<11121314151617181920>>...73