Home
last modified time | relevance | path

Searched refs:the_error (Results 1 – 15 of 15) sorted by relevance

/dports/deskutils/gcal/gcal-4.1/src/
H A Drc-insert.c2043 the_error = 0.0;
2737 the_error = rise;
2757 the_error = set;
2774 the_error = rise;
2790 the_error = set;
2988 ROUND ((the_error -
3016 ROUND ((the_error -
3048 the_error = abs (the_error);
3108 &the_error);
3109 the_error = abs (the_error);
[all …]
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/python/
H A DPySQLRDB.py.in175 the_error=CSQLRelay.cursorErrorMessage(self.cursor)
176 if the_error:
177 raise DatabaseError('<pre>%s</pre>' % the_error)
201 the_error=CSQLRelay.cursorErrorMessage(self.cursor)
202 if the_error:
203 raise DatabaseError('<pre>%s</pre>' % the_error)
/dports/graphics/autotrace/autotrace-0.31.1/
H A Ddespeckle.c46 int the_error; in calc_error() local
50 the_error = temp * temp; in calc_error()
52 the_error += temp * temp; in calc_error()
54 the_error += temp * temp; in calc_error()
56 return the_error; in calc_error()
73 int the_error; in calc_error_8() local
77 the_error = temp * temp; in calc_error_8()
79 return the_error; in calc_error_8()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/autotrace/
H A Ddespeckle.c45 int the_error; in calc_error() local
49 the_error = temp * temp; in calc_error()
51 the_error += temp * temp; in calc_error()
53 the_error += temp * temp; in calc_error()
55 return the_error; in calc_error()
69 int the_error; in calc_error_8() local
71 the_error = abs(color1[0] - color2[0]); in calc_error_8()
73 return the_error; in calc_error_8()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/
H A DReaderWriterQTKit.mm154 NSError* the_error = nil;
175 qtMovie = [[QTMovie alloc] initWithAttributes:movie_attributes error:&the_error];
185 // NSLog(@"Failed to open file: %@, %@", ns_string, [the_error localizedDescription]…
248 OSStatus the_error = QTPixelBufferContextCreate(
252 if(noErr != the_error)
254 …elBufferContextCreate: os_status=%d, pixelBufferContextForQTOpenGL=%x", the_error, pixelBufferCont…
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/QTKit/
H A DReaderWriterQTKit.mm154 NSError* the_error = nil;
175 qtMovie = [[QTMovie alloc] initWithAttributes:movie_attributes error:&the_error];
185 // NSLog(@"Failed to open file: %@, %@", ns_string, [the_error localizedDescription]…
248 OSStatus the_error = QTPixelBufferContextCreate(
252 if(noErr != the_error)
254 …elBufferContextCreate: os_status=%d, pixelBufferContextForQTOpenGL=%x", the_error, pixelBufferCont…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/requests/api/graphql/mutations/design_management/
H A Ddelete_spec.rb43 expect(graphql_errors).to include(a_hash_including('message' => the_error))
/dports/devel/aegis/aegis-4.25.D510/libaegis/
H A Dsub.cc495 const char *the_error = i18n("unknown substitution name"); in execute() local
500 inner.var_set_charstar("MeSsaGe", gettext(the_error)); in execute()
518 const char *the_error = i18n("ambiguous substitution name"); in execute() local
523 inner.var_set_charstar("MeSsaGe", gettext(the_error)); in execute()
/dports/irc/epic4/epic4-2.10.9/source/
H A Dparse.c561 const char * the_error; in p_error() local
564 if (!(the_error = ArgList[0])) in p_error()
570 if (do_hook(ERROR_LIST, "%s %s", from, the_error)) in p_error()
571 say("%s %s", from, the_error); in p_error()
/dports/devel/cook/cook-2.30/common/
H A Dsub.c450 char *the_error; in execute() local
456 the_error = scp->suberr ? scp->suberr : "this is a bug"; in execute()
459 sub_var_set_charstar(scp2, "Message", gettext(the_error)); in execute()
/dports/irc/epic5/epic5-2.1.6/source/
H A Dparse.c641 const char * the_error; in p_error() local
644 if (!(the_error = ArgList[0])) in p_error()
650 if (do_hook(ERROR_LIST, "%s %s", from, the_error)) in p_error()
651 say("%s %s", from, the_error); in p_error()
/dports/security/py-txtorcon/txtorcon-21.1.0/test/
H A Dtest_endpoints.py1870 the_error = Exception("a bad thing")
1873 raise the_error
1879 self.assertEqual(errs[0].value, the_error)
/dports/x11/xterm/xterm-370/
H A Dmisc.c2181 int the_error = errno; in open_userfile() local
2184 the_error, in open_userfile()
2185 SysErrorMsg(the_error)); in open_userfile()
2193 int the_error = errno; in open_userfile() local
2196 the_error, in open_userfile()
2197 SysErrorMsg(the_error)); in open_userfile()
6458 int the_error = errno; in xioerror() local
6461 the_error, SysErrorMsg(the_error), in xioerror()
/dports/www/coppermine/cpg1.6.x-1.6.12/include/
H A Dfunctions.inc.php236 function cpg_db_error($the_error, $dbobj=null) argument
242 …log_write("$the_error the following error was encountered: $LINEBREAK" . $dbo->getError(), CPG_DAT…
247 $the_error .= $LINEBREAK . $LINEBREAK . 'database error: ' . $dbo->getError() . $LINEBREAK;
249 …l\" id=\"dbsql\"><textarea rows=\"8\" cols=\"60\">" . htmlspecialchars($the_error) . "</textarea><…
/dports/devel/openocd/openocd-0.11.0/src/server/
H A Dgdb_server.c1082 static void gdb_send_error(struct connection *connection, uint8_t the_error) in gdb_send_error() argument
1085 snprintf(err, 4, "E%2.2X", the_error); in gdb_send_error()