100+ results for 'ERROR'

Not the results you expected?

CallReader.java (git://github.com/twilio/twilio-java.git) Java · 379 lines

326 RestException restException = RestException.fromJson(response.getStream(), client.getObjectMapper());

327 if (restException == null) {

328 throw new ApiException("Server Error, no content");

329 }

330 throw new ApiException(restException);

sumeuler.hs (git://github.com/PatrickMaier/HdpH.git) Haskell · 334 lines

205

206 -- parse runtime system config options (+ seed for random number generator)

207 -- abort if there is an error

208 parseOpts :: [String] -> IO (RTSConf, Int, [String])

209 parseOpts args = do

210 either_conf <- updateConf args defaultRTSConf

211 case either_conf of

212 Left err_msg -> error $ "parseOpts: " ++ err_msg

213 Right (conf, []) -> return (conf, 0, [])

214 Right (conf, arg':args') ->

Xmlable.hs (http://hixay.googlecode.com/svn/trunk/) Haskell · 324 lines

32 isVal XtVal = True; isVal _ = False

33

34 newtype Errors = Errors { errors :: [(Int, String)] } deriving Eq

35 instance Monoid Errors where

39 GT -> a

40 LT -> b

41 instance Error Errors where

42 noMsg = mempty

43 strMsg = (\(a,b) -> Errors [(read a, b)]) . span isDigit

101 )

102

103 throwErrorX s = get >>= \xs -> throwError $ Errors $ case xs of

104 [] -> [(-1, "There is not enough xml data")]

105 ((n,x):_) -> [(n, s ++ " at " ++ show (map snd $ takeWhile ((==n) . fst) xs) ++ ". Position = " ++ show n)]

106 bindX m s = m `catchError` (throwError . Errors . map (second $ (s++) . (" -> "++)) . errors)

107

108 parseListChar = parseSimple id

FileDatastore.tex (https://code.google.com/p/opensees-websocket/) LaTeX · 252 lines

91 of file pointers for the ID, Vector and Matrix files and then zeros

92 these arrays. If the files could not be opened, or there is not enough

93 memory for the arrays an error message is printed and the program

94 is terminated. \\

95

113 check is made to ensure that the current domain stamp and the one at

114 the time of this last commit are the same. If they are different, an

115 error message is printed and $-1$ is returned. A check is then made to

116 see if the component base relations have been updated for this current domain

117 stamp. If they have not been the base relations are updated, and each

121 and the component information sent, $0$ if just the Domain relation

122 needed to be updated. A warning message and a negative number is

123 printed if an error occurs. \\

124

125

Region.cs (https://StaMa.svn.codeplex.com/svn) C# · 398 lines

160 index++;

161 }

162 // Logical error

163 throw new Exception("Internal error: Region instance not contained in regions list of parent state.");

SocketExtensions.cs (https://rxx.svn.codeplex.com/svn) C# · 417 lines

185 [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "socket",

186 Justification = "Needed for parity with .NET 4.0 Framework.")]

187 internal static int EndReceive(this Socket socket, IAsyncResult asyncResult, out SocketError errorCode)

188 {

189 Contract.Requires(asyncResult != null);

191 using (var args = EndInvoke(asyncResult))

192 {

193 errorCode = args.SocketError;

194

195 return args.BytesTransferred;

405 }

406

407 if (args.SocketError != SocketError.Success)

408 {

409 throw new SocketException((int) args.SocketError);

nsIDOMHTMLAppletElement.h (http://firefox-mac-pdf.googlecode.com/svn/trunk/) C Header · 309 lines ✨ Summary

This is a C header file that defines an interface for a DOM HTML AppletElement class. It provides a set of methods for accessing and modifying attributes such as align, alt, archive, code, codeBase, height, hspace, name, object, vspace, and width. The implementation of these methods is left to the derived classes, which must implement all the required methods.

137 /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */

138 #define NS_FORWARD_SAFE_NSIDOMHTMLAPPLETELEMENT(_to) \

139 NS_SCRIPTABLE NS_IMETHOD GetAlign(nsAString & aAlign) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAlign(aAlign); } \

140 NS_SCRIPTABLE NS_IMETHOD SetAlign(const nsAString & aAlign) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAlign(aAlign); } \

141 NS_SCRIPTABLE NS_IMETHOD GetAlt(nsAString & aAlt) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAlt(aAlt); } \

142 NS_SCRIPTABLE NS_IMETHOD SetAlt(const nsAString & aAlt) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAlt(aAlt); } \

143 NS_SCRIPTABLE NS_IMETHOD GetArchive(nsAString & aArchive) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetArchive(aArchive); } \

144 NS_SCRIPTABLE NS_IMETHOD SetArchive(const nsAString & aArchive) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetArchive(aArchive); } \

145 NS_SCRIPTABLE NS_IMETHOD GetCode(nsAString & aCode) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCode(aCode); } \

146 NS_SCRIPTABLE NS_IMETHOD SetCode(const nsAString & aCode) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCode(aCode); } \

147 NS_SCRIPTABLE NS_IMETHOD GetCodeBase(nsAString & aCodeBase) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCodeBase(aCodeBase); } \

148 NS_SCRIPTABLE NS_IMETHOD SetCodeBase(const nsAString & aCodeBase) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCodeBase(aCodeBase); } \

odecpp_collision.h (https://bitbucket.org/rutad/libs.git) C Header · 429 lines

28 #ifdef __cplusplus

29

30 //#include <ode/error.h>

31

32 //namespace ode {

x86-64-specific-reg.l (https://github.com/atgreen/moxiedev.git) LEX · 376 lines

10 .*:[0-9]*: Warning: .*rax.*rdi.*

11 .*:[0-9]*: Warning: .*rax.*rsi.*

12 .*:[0-9]*: Error: .*rax.* 2 .*mwait.*

13 .*:[0-9]*: Error: .*rax.* 2 .*monitor.*

14 .*:[0-9]*: Error: .*rax.* 3 .*monitor.*

15 .*:[0-9]*: Error: .*eax.* 2 .*invlpga.*

24 .*:[0-9]*: Warning: .*rcx.*rdi.*

25 .*:[0-9]*: Warning: .*rcx.*rsi.*

26 .*:[0-9]*: Error: .*rcx.* 1 .*mwait.*

27 .*:[0-9]*: Error: .*rcx.* 1 .*monitor.*

28 .*:[0-9]*: Error: .*rcx.* 3 .*monitor.*

29 .*:[0-9]*: Error: .*rcx.* 1 .*vmload.*

30 .*:[0-9]*: Error: .*rcx.* 1 .*vmrun.*

31 .*:[0-9]*: Error: .*rcx.* 1 .*vmsave.*

test_validatable.rb (https://github.com/jnunemaker/validatable.git) Ruby · 519 lines

18 instance = klass.new

19 instance.valid?

20 instance.errors.on(:name)

21 end

22

37 instance = klass.new

38 instance.valid?

39 instance.errors.on(:address)

40 end

41

103 end

104

105 expect ArgumentError do

106 Class.new do

107 include Validatable

HandlerBase.java (git://pkgs.fedoraproject.org/xpp2) Java · 371 lines

327 * <p>The default implementation does nothing. Application writers

328 * may override this method in a subclass to take specific actions

329 * for each error, such as inserting the message in a log file or

330 * printing it to the console.</p>

331 *

336 * @see org.xml.sax.SAXParseException

337 */

338 public void error (SAXParseException e)

339 throws SAXException

340 {

357 * @exception org.xml.sax.SAXException Any SAX exception, possibly

358 * wrapping another exception.

359 * @see org.xml.sax.ErrorHandler#fatalError

360 * @see org.xml.sax.SAXParseException

361 */

PTransformarDatos.cs (https://hg.codeplex.com/vdata) C# · 335 lines

279 catch (Exception ex)

280 {

281 throw new ApplicationException(Constantes.ERROR_LECTURA_FICHERO_CONFIGURACION, ex);

282 }

283 }

328 catch (Exception ex)

329 {

330 throw new ApplicationException(Constantes.ERROR_ESCRITURA_FICHERO_CONFIGURACION, ex);

331 }

332 }

ServicePolicyImpl.java (git://pkgs.fedoraproject.org/eclipse-wtp-webservices) Java · 431 lines

312 if( targetPolicy == null )

313 {

314 ServicePolicyActivator.logError( "Policy id, " + targetEnum.getPolicyId() + " not found.", null ); //$NON-NLS-1$ //$NON-NLS-2$

315 }

316 }

Test04.java (git://pkgs.fedoraproject.org/libreoffice) Java · 308 lines

38 if ( sTempFileURL == null || sTempFileURL == "" )

39 {

40 m_aTestHelper.Error( "No valid temporary file was created!" );

41 return false;

42 }

48 if ( xTempStorage == null )

49 {

50 m_aTestHelper.Error( "Can't create temporary storage representation!" );

51 return false;

52 }

60 if ( xTempSubStorage1 == null )

61 {

62 m_aTestHelper.Error( "Can't create substorage!" );

63 return false;

64 }

convert.cpp (git://pkgs.fedoraproject.org/cxxtools) C++ · 703 lines

108

109 if( r != str.end() || ! ok )

110 ConversionError::doThrow(typeto, "String", str.narrow().c_str());

111 }

112

122

123 if( r != str.end() || ! ok )

124 ConversionError::doThrow(typeto, "string", str.c_str());

125 }

126

138

139 if( it != end || ! ok )

140 ConversionError::doThrow(typeto, "char*");

141 }

142

SOAPBody.java (git://pkgs.fedoraproject.org/java-1.7.0-openjdk) Java · 298 lines

40 * objects, which have the content for the SOAP body.

41 * A <code>SOAPFault</code> object, which carries status and/or

42 * error information, is an example of a <code>SOAPBodyElement</code> object.

43 *

44 * @see SOAPFault

58 *

59 * @return the new <code>SOAPFault</code> object

60 * @exception SOAPException if there is a SOAP error

61 */

62 public SOAPFault addFault() throws SOAPException;

88 * the native language of the <code>faultString</code>

89 * @return the new <code>SOAPFault</code> object

90 * @exception SOAPException if there is a SOAP error

91 * @see SOAPFault#setFaultCode

92 * @see SOAPFault#setFaultString

BLAS_dsymv2_s_s_x.c (git://pkgs.fedoraproject.org/xblas) C · 589 lines

105 }

106

107 /* Check for error conditions. */

108 if (n < 0) {

109 BLAS_error(routine_name, -3, n, NULL);

110 }

111 if (lda < n) {

112 BLAS_error(routine_name, -6, n, NULL);

113 }

114 if (incx == 0) {

115 BLAS_error(routine_name, -9, incx, NULL);

116 }

117 if (incy == 0) {

lzma.js (git://github.com/mrdoob/three.js.git) JavaScript · 511 lines

504

505 if ( !decoder.decode(inStream, outStream, outSize) ){

506 throw "Error in data stream";

507 }

508

AST_parent.c (git://pkgs.fedoraproject.org/nesc) C · 528 lines

3 /* See the copyright notice in nodetypes.def */

4 case kind_node: break;

5 case kind_declaration: case kind_error_decl: break;

6 case kind_statement: case kind_error_stmt: break;

7 case kind_expression: case kind_error_expr: break;

8 case kind_type_element: break;

9 case kind_declarator: break;

sf__arrays.c (git://pkgs.fedoraproject.org/pygsl) C · 390 lines

1 #include <pygsl/utils.h>

2 #include <pygsl/error_helpers.h>

3 #include <pygsl/block_helpers.h>

4 #include <gsl/gsl_sf.h>

24 }

25 if(m < 0){

26 PyErr_SetString(PyExc_ValueError,

27 "Nmin must be bigger than 0!");

28 return NULL;

29 }

30 if(lmax < m){

31 PyErr_SetString(PyExc_ValueError,

32 "Nmax must be bigger or equal to nmin!");

33 }

39 data = (double *) result->data;

40 ret = eval(lmax, m, x, data);

41 if(PyGSL_ERROR_FLAG(ret) != GSL_SUCCESS)

42 goto fail;

43

datasets.js (https://bitbucket.org/hbc/galaxy-central-hbc/) JavaScript · 377 lines

27 this._get_blocks(request_dictionary);

28 } else {

29 this._get_dataset(request_dictionary.id, request_dictionary.success, request_dictionary.error)

30 }

31 },

115

116 // get dataset

117 _get_dataset: function(id, success, error) {

118 // check if dataset is available from cache

119 var dataset = this.list[id];

127 Utils.request('GET', config.root + 'api/datasets/' + id, {}, function(dataset) {

128 switch (dataset.state) {

129 case 'error':

130 if (error) {

131 error(dataset);

132 }

133 break;

triedict.h (http://o3d.googlecode.com/svn/trunk/) C Header · 390 lines

33 * have a capacity of at least length.

34 * If length==-1, then outData will not be used and can be NULL.

35 * @param pErrorCode ICU UErrorCode parameter, must not be NULL and must

36 * fulfill U_SUCCESS on input.

37 * @return The actual length of the data.

43 triedict_swap(const UDataSwapper *ds,

44 const void *inData, int32_t length, void *outData,

45 UErrorCode *pErrorCode);

46

47 U_NAMESPACE_BEGIN

103 * The caller is responsible for closing it. The order is unspecified.

104 */

105 virtual StringEnumeration *openWords( UErrorCode &status ) const = 0;

106

107 };

Service.java (git://github.com/dgraziotin/openpomo.git) Java · 470 lines

250 } catch (Exception e) {

251 Log.e("Service.isPresent()", "Problem: " + e.toString());

252 throw new PomodroidException("ERROR in Service.isPresent():"

253 + e.toString());

254 }

282 } catch (Exception e) {

283 Log.e("Service.isPresentUrl()", "Problem: " + e.toString());

284 throw new PomodroidException("ERROR in Service.isPresent():"

285 + e.toString());

286 }

307 Log.e("Service.save()", "Problem: " + e.toString());

308 Log.e("Service.save()", "Problem: " + e.getMessage());

309 throw new PomodroidException("ERROR in Service.save():"

310 + e.toString());

311 } finally {

DESTR.pas (http://my-chuanqi.googlecode.com/svn/trunk/) Pascal · 401 lines

302 begin

303 if (Length(Str) > 0) and (Ord(Str[Length(Str)]) = 0) then

304 raise Exception.Create('Error: the last char is NULL char.');

305 if Length(Key) < 8 then

306 while Length(Key) < 8 do Key := Key + Chr(0);

381 else if (Ch >= 'a') and (Ch <= 'f') then

382 Res := Res * 16 + Ord(Ch) - Ord('a') + 10

383 else raise Exception.Create('Error: not a Hex String');

384 end;

385 Result := Res;

templates.vb (https://geminibranch.svn.codeplex.com/svn) Visual Basic · 374 lines

61 Dim o As OT = Nothing

62 If Not invoke(ctx, o) Then

63 raiseError("cannot invoke in " + Me.GetType().FullName(), errorHandle.errorType.warning)

64 Return False

65 End If

146 If Not finder().find(ctx, parameters.i, i) Then

147 If Not enableNoInput() Then

148 raiseError("expect parameter " + parameters.i, errorHandle.errorType.user)

149 Return False

150 Else

194 If Not finder().find(ctx, parameters.i, i) Then

195 If Not enableNoInput() Then

196 raiseError("expect parameter " + parameters.i, errorHandle.errorType.user)

197 Return False

198 Else

BgpServiceCommunitiesClientImpl.java (git://github.com/WindowsAzure/azure-sdk-for-java.git) Java · 287 lines

94 if (this.client.getEndpoint() == null) {

95 return Mono

96 .error(

97 new IllegalArgumentException(

98 "Parameter this.client.getEndpoint() is required and cannot be null."));

100 if (this.client.getSubscriptionId() == null) {

101 return Mono

102 .error(

103 new IllegalArgumentException(

104 "Parameter this.client.getSubscriptionId() is required and cannot be null."));

136 if (this.client.getEndpoint() == null) {

137 return Mono

138 .error(

139 new IllegalArgumentException(

140 "Parameter this.client.getEndpoint() is required and cannot be null."));

TestExecutionContext.cs (https://hg01.codeplex.com/nemulation) C# · 424 lines ✨ Summary

This is a C# class that represents a test context, providing settings and values for a unit testing framework. It manages various aspects of the testing environment, such as tracing, logging, culture, and principal, allowing developers to save and restore these settings between tests. The class also tracks changes made during testing and can be used to record and revert changes.

118 this.logging = false;

119 this.outWriter = Console.Out;

120 this.errorWriter = Console.Error;

121 this.traceWriter = null;

122 this.logCapture = new Log4NetCapture();

139 this.logging = other.logging;

140 this.outWriter = other.outWriter;

141 this.errorWriter = other.errorWriter;

142 this.traceWriter = other.traceWriter;

143 this.logCapture = other.logCapture;

231 Console.Error.Flush();

232 Console.SetError(errorWriter);

233 }

234 }

400 this.Tracing = prior.Tracing;

401 this.Out = prior.Out;

402 this.Error = prior.Error;

403 this.CurrentDirectory = prior.CurrentDirectory;

404 this.CurrentCulture = prior.CurrentCulture;

_icons.scss (https://bitbucket.org/huantb1812/wxi-unity.git) Sass · 273 lines

49 .icons8-e-learning:before,

50 .icons8-e-learning-filled:before,

51 .icons8-error:before,

52 .icons8-error-filled:before,

185 .icons8-e-learning:before { content: $icons8-var-e-learning; }

186 .icons8-e-learning-filled:before { content: $icons8-var-e-learning-filled; }

187 .icons8-error:before { content: $icons8-var-error; }

188 .icons8-error-filled:before { content: $icons8-var-error-filled; }

oct-binmap.h (git://pkgs.fedoraproject.org/octave) C Header · 468 lines

43 //

44 // If both operands are nonscalar, name must be supplied. It is used

45 // as the base for error message when operands are nonconforming.

46 //

47 // The operation needs not be homogeneous, i.e. a, b and the result

StdFail.i (http://pythonocc.googlecode.com/svn/trunk/) Swig · 458 lines ✨ Summary

This Swig code generates C++ wrappers for a set of error classes, which are used to represent specific types of errors that can occur in numerical computations. The classes include StdFail_NotDone, StdFail_InfiniteSolutions, StdFail_UndefinedValue, and others, each with its own constructor, methods, and hash function implementations. These wrappers allow C++ code to interact with these error classes, providing a way to handle errors in a more structured and robust manner.

54

55 %nodefaultctor Handle_StdFail_UndefinedValue;

56 class Handle_StdFail_UndefinedValue : public Handle_Standard_DomainError {

57 public:

58 %feature("autodoc", "1");

206

207 %nodefaultctor Handle_StdFail_UndefinedDerivative;

208 class Handle_StdFail_UndefinedDerivative : public Handle_Standard_DomainError {

209 public:

210 %feature("autodoc", "1");

287

288 %nodefaultctor StdFail_UndefinedDerivative;

289 class StdFail_UndefinedDerivative : public Standard_DomainError {

290 public:

291 %feature("autodoc", "1");

EngineBean.java (git://github.com/astubbs/spring-modules.git) Java · 358 lines

42 * Creates an engine with a default in-memory database.

43 *

44 * @throws flux.EngineException If a system error occurs.

45 * @see flux.Factory#makeEngine

46 */

53 *

54 * @param configuration A specification of how to make an engine.

55 * @throws flux.EngineException If a system error occurs.

56 * @throws java.rmi.RemoteException If a networking error occurs.

65 *

66 * @param configuration A specification of how to make an engine.

67 * @throws flux.EngineException If a system error occurs.

68 * @throws java.rmi.RemoteException If a networking error occurs.

81 * @param configurationPropertiesFile A path to a file that contains

82 * configuration properties.

83 * @throws flux.EngineException If a system error occurs.

84 * @throws java.rmi.RemoteException If a networking error occurs.

helpfeed.js (https://bitbucket.org/ravindra1103/sample-react.git) JavaScript · 266 lines

78 apiToCall(selectedCategory)

79 .then(response => dispatch({ type: GET_HELPFEED_CATEGORY_SUCCESS, response }))

80 .catch(error => dispatch({ type: GET_HELPFEED_CATEGORY_FAILED, error }));

81 }

82 })

83 .catch(error => dispatch({ type: GET_BRANDING_DETAILS_FAILED, error }));

84 };

85 } else {

95 return dispatch({ type: UPDATE_CATEGORIES, categories })

96 })

97 .catch(error => dispatch({ type: GET_HELPFEED_FAILED, error }));

98 };

99 }

streaming-error-position.js (git://github.com/v8/v8.git) JavaScript · 399 lines

9 load('test/mjsunit/wasm/wasm-module-builder.js');

10

11 function testErrorPositionAsyncOnly(bytes, pos, message) {

12 let buffer = bytes.trunc_buffer();

13 // Only test the streaming decoder since this kind of error is out of sync

14 // with the non-streaming decoder, hence errors cannot be compared.

15 assertThrowsAsync(

16 WebAssembly.compile(buffer), WebAssembly.CompileError,

18 }

19

20 function testErrorPosition(bytes, pos, message) {

21 let buffer = bytes.trunc_buffer();

22 // First check the non-streaming decoder as a reference.

23 assertThrows(

24 () => new WebAssembly.Module(buffer), WebAssembly.CompileError,

25 new RegExp(message + '.*@\\+' + pos));

26 // Next test the actual streaming decoder.

section4.clj (git://github.com/jakemcc/sicp-study.git) Clojure · 491 lines

190 (if (null? rest-clauses)

191 (sequence->exp (cond-actions first-clause))

192 (Error. (str "ELSE clause isn't last -- COND->IF"

193 clauses)))

194 (extended-cond? first-clause)

338 (procedure-environment proc)))

339 :else

340 (Error. (str

341 "Unknown procedure type -- EXECUTE-APPLICATION"

342 proc))))

470 (operands exp)

471 env)

472 :else (Error. (str "Unknown expression type -- EVAL " exp))))

473

474

slp_database.h (https://openslp.svn.sourceforge.net/svnroot/openslp) C++ Header · 217 lines

89 /* */

90 /* */

91 /* Returns: zero on success. Non-zero on error */

92 /*=========================================================================*/

93

136 /* Parameters (IN) pointer an initialized SLPDatabase */

137 /* */

138 /* Returns: Valid handle. NULL on error. */

139 /* */

140 /* Note: It is important to make sure that handles returned by this */

cl-programs.adb (git://github.com/flyx86/OpenCLAda.git) Ada · 294 lines

71 Error'Unchecked_Access);

72 IFC.Strings.Free (C_String);

73 Helpers.Error_Handler (Error);

74 return Program'(Ada.Finalization.Controlled with Location => Ret_Program);

75 end Create_From_Source;

168 end loop;

169 else

170 Helpers.Error_Handler (Error);

171 end if;

172 return Program'(Ada.Finalization.Controlled with Location => Ret_Program);

213 null, null);

214 end if;

215 Helpers.Error_Handler (Error);

216 end Build;

217

main.cpp (https://hg.codeplex.com/d3dgraphicspipeline) C++ · 464 lines

225 (void)checker;

226 if ( doThrow )

227 throw ::std::logic_error( "Test Exception." );

228 return m_value;

229 }

337 {

338 Thingy thingy( 10 );

339 throw ::std::logic_error( "Will Thingy assert during an exception?" );

340 }

341

353 cout << "Just after call to ThrowTest." << endl;

354 }

355 catch ( const ::std::logic_error & ex )

356 {

357 cout << "Caught an exception! " << ex.what() << endl;

SegmentsExperimentServiceSoap.java (git://github.com/liferay/liferay-portal.git) Java · 381 lines

81 }

82 catch (Exception exception) {

83 _log.error(exception, exception);

84

85 throw new RemoteException(exception.getMessage());

100 }

101 catch (Exception exception) {

102 _log.error(exception, exception);

103

104 throw new RemoteException(exception.getMessage());

119 }

120 catch (Exception exception) {

121 _log.error(exception, exception);

122

123 throw new RemoteException(exception.getMessage());

ClusterImpl.java (git://github.com/WindowsAzure/azure-sdk-for-java.git) Java · 206 lines

17 import org.joda.time.DateTime;

18 import java.util.List;

19 import com.microsoft.azure.management.batchai.v2017_09_01_preview.BatchAIError;

20 import com.microsoft.azure.management.batchai.v2017_09_01_preview.NodeSetup;

21 import com.microsoft.azure.management.batchai.v2017_09_01_preview.NodeStateCounts;

104

105 @Override

106 public List<BatchAIError> errors() {

107 return this.inner().errors();

wgi_standalone_connector.e (git://github.com/EiffelWebFramework/EWF.git) Specman e · 296 lines

234 if v then

235 if attached base as l_base and then not l_base.is_whitespace then

236 io.error.put_string ("Base=" + l_base + "%N")

237 end

238 end

stoneholmesstat.m (git://github.com/horchler/SHCTools.git) Objective C · 181 lines

39 % Check variable inputs

40 if nargin < 3

41 error('SHCTools:stoneholmesstat:TooFewInputs',...

42 'Not enough input arguments.');

43 end

44 if nargin > 4

45 error('SHCTools:stoneholmesstat:TooManyInputs','Too many input arguments.');

46 end

47

60 % Check parameters

61 if nargin == 4 && (~isreal(delta) || ~isfloat(delta))

62 error('SHCTools:stoneholmesstat:DeltaInvalid',...

63 'Delta must be a real floating point array.');

64 end

RootsAsVirtualFilePointers.java (git://github.com/JetBrains/intellij-community.git) Java · 204 lines

140 List<Element> composites = child.getChildren();

141 if (composites.size() != 1) {

142 LOG.error(composites);

143 }

144 Element composite = composites.get(0);

AbstractClassFinder.java (git://github.com/ocpsoft/prettyfaces.git) Java · 235 lines

220

221 }

222 catch (NoClassDefFoundError e)

223 {

224 // reference to another class unknown to the classloader

scalc.y (git://github.com/gobo-eiffel/gobo.git) Happy · 300 lines

47 line: '\n'

48 | exp '\n' { print ($1); print ("%N") }

49 | error '\n' { recover }

50 ;

51

buffer.d (git://github.com/Trass3r/cl4d.git) D · 182 lines

14 import cl4d.c.cl_gl;

15 import cl4d.context;

16 import cl4d.error;

17 import cl4d.memory;

18 import cl4d.wrapper;

CollapsedConditionalBorderTestCase.java (https://github.com/apache/fop.git) Java · 218 lines

144 GridUnit gu = getGridUnit(part);

145

146 String errorMsge = baseErrorMsge + "border-before";

147 checkBorder(errorMsge, gu.borderBefore.normal, 8000, Color.black);

149 checkBorder(errorMsge, gu.borderBefore.rest, resolvedBorders[tableNum][0]);

150

151 errorMsge = baseErrorMsge + "border-after";

152 checkBorder(errorMsge, gu.borderAfter.normal, 8000, Color.black);

170 TableHeader header = table.getTableHeader();

171 GridUnit gu = getGridUnit(header);

172 checkBorder(errorMsge, gu.borderBefore.normal,

173 resolvedBordersHF[tableNum][borderNum++]);

174 checkBorder(errorMsge, gu.borderBefore.rest,

189 checkBorder(errorMsge, gu.borderBefore.leadingTrailing,

190 resolvedBordersHF[tableNum][borderNum++]);

191 checkBorder(errorMsge, gu.borderBefore.rest,

192 resolvedBordersHF[tableNum][borderNum++]);

193 checkBorder(errorMsge, gu.borderAfter.normal,

MessageResources_ru.properties (https://github.com/apache/struts-sandbox.git) Properties File · 88 lines

7 change.title=Password Has Expired

8 database.load=\u0411\u0430\u0437\u0430 \u0434\u0430\u043d\u043d\u044b\u0445 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u0430 \u0438\u0437 {0}

9 error.database.missing=\u041d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u043e \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f - \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u043e\u0432\u0435\u0441\u0442\u0438 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044e.

10 error.fromAddress.format=\u0412 \u043f\u043e\u043b\u0435 '\u0410\u0434\u0440\u0435\u0441 \u041e\u0442:' \u0443\u043a\u0430\u0437\u0430\u043d \u0430\u0434\u0440\u0435\u0441 \u0432 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u043c \u0444\u043e\u0440\u043c\u0430\u0442\u0435.

11 error.fromAddress.required=\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0430\u0434\u0440\u0435\u0441 \u0432 \u043f\u043e\u043b\u0435 '\u0410\u0434\u0440\u0435\u0441 \u041e\u0442:'.

12 error.fullName.required=\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f.

13 error.host.required=\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u0441\u0435\u0440\u0432\u0435\u0440.

14 error.noSubscription=\u041f\u043e\u0434\u043f\u0438\u0441\u043a\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430 \u0432 \u0441\u0435\u0441\u0441\u0438\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f

15 error.password.expired=Your password has expired for username {0}

16 error.password.required=\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c.

17 error.password2.required=\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0430\u0440\u043e\u043b\u044f.

18 error.password.match=\u041f\u0430\u0440\u043e\u043b\u044c \u0438 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0430\u0440\u043e\u043b\u044f \u043d\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0442.

PQLOperatorTest.java (git://github.com/liferay/liferay-portal.git) Java · 412 lines

60 _validateGetPQLResultError(null, operator, null, expectedError);

61 _validateGetPQLResultError("test", operator, "test", expectedError);

62 _validateGetPQLResultError("123", operator, "123", expectedError);

63 _validateGetPQLResultError("12.3", operator, "12.3", expectedError);

64

65 _validateGetPQLResultError("true", operator, null, expectedError);

66 _validateGetPQLResultError("true", operator, "test", expectedError);

67 _validateGetPQLResultError("true", operator, "123", expectedError);

68 _validateGetPQLResultError("true", operator, "12.3", expectedError);

69

70 _validateGetPQLResultError(null, operator, "false", expectedError);

126 "false", operator, "true", expectedError);

127 _validateGetPQLResultError("false", operator, "123", expectedError);

128 _validateGetPQLResultError(

NFileInfo.cpp (git://github.com/refnum/nano.git) C++ · 603 lines

49 // Internal Constants

50 //-----------------------------------------------------------------------------

51 inline constexpr NFileStateFlags kNFileStateMaskError =

52 NFileState::Exists | NFileState::IsFile | NFileState::IsDirectory | NFileState::CanRead |

53 NFileState::CanWrite | NFileState::CanExecute;

595 // to return partial results.

596 //

597 // However, if an error does occur, the one thing we can say is that

598 // the is-this / can-this states can be reported as false.

599 thisPtr->mValid = kNFileStateMaskError;

intel_telemetry_core.c (git://github.com/torvalds/linux.git) C · 455 lines

201 *

202 * Events are appended to Old Configuration. In case of total events > 28, it

203 * returns error. Call telemetry_reset_events to reset after eventlog done

204 *

205 * Return: 0 success, < 0 for failure

prmwait.h (http://firefox-mac-pdf.googlecode.com/svn/trunk/) C++ Header · 413 lines ✨ Summary

This is a C++ header file that provides an interface for working with wait groups, which are used to manage threads and synchronization in a multithreaded environment. It defines functions for creating, destroying, and enumerating wait groups, as well as adding and removing receive wait objects from the group. The code is designed to be thread-safe and provides a way to manage concurrent access to shared resources.

77 ** success (similar to PR_SUCCESS) and any negative value is an

78 ** indication of failure. The reason for the failure can be retrieved

79 ** by calling PR_GetError().

80 **

81 ** PR_MW_PENDING The operation is still pending. None of the other

83 ** PR_MW_SUCCESS The operation is complete and it was successful.

84 ** PR_MW_FAILURE The operation failed. The reason for the failure

85 ** can be retrieved by calling PR_GetError().

86 ** PR_MW_TIMEOUT The amount of time allowed for by the object's

87 ** 'timeout' field has expired w/o the operation

184 ** RETURN

185 ** PRStatus An indication of success. If equal to PR_FAILUE details

186 ** of the failure are avaiable via PR_GetError().

187 **

188 ** ERRORS

error_code.cpp (https://bitbucket.org/genericcontainer/goblin-camp/) C++ · 427 lines ✨ Summary

This C++ code defines a system_error_category class, which is part of the Boost library’s system error handling mechanism. It provides a way to categorize and handle system errors in a standardized manner. The class maps system error codes to human-readable error messages, allowing for more informative error handling and debugging.

This C++ code defines a system_error_category class, which is part of the Boost library’s system error handling mechanism. It provides a way to categorize and handle system errors in a standardized manner. The class maps system error codes to human-readable error messages, allowing for more informative error handling and debugging.

33 # ifndef ERROR_INCORRECT_SIZE

34 # define ERROR_INCORRECT_SIZE ERROR_BAD_ARGUMENTS

35 # endif

36 # endif

78 // -- Tru64 provides strerror_r only when compiled -pthread.

79 // -- VMS doesn't provide strerror_r, but on this platform, strerror is

80 // thread safe.

81 # if defined(BOOST_WINDOWS_API) || defined(__hpux) || defined(__sun)\

119 {

120 # if defined(__linux)

121 // Linux strerror_r returns -1 on error, with error number in errno

122 result = errno;

123 # endif

156 }

157

158 error_condition system_error_category::default_error_condition( int ev ) const

159 {

160 switch ( ev )

transgui.ko (http://transmisson-remote-gui.googlecode.com/svn/trunk/) Unknown · 331 lines

44 connected=???

45 Connecting to daemon=??? ???

46 Connection error occurred=?? ??

47 Connection=??

48 Copy=??

72 Encryption required=??? ???

73 Encryption=???

74 Error=??

75 ETA=ETA

76 E&xit=??

297 Donate!=Donate!

298 Download queue size=Download queue size

299 Error checking for new version=Error checking for new version

300 Folder grouping=Folder grouping

301 Force start=Force start

s_account.lua (http://mta-venux.googlecode.com/svn/trunk/) Lua · 321 lines ✨ Summary

This Lua code is part of a role-playing game (RPG) server, specifically designed for the Grand Theft Auto V game engine. It manages player characters, login functionality, and character creation. The code handles events such as player joining, quitting, and creating new characters, while also populating a list of available characters for each player to select from.

70 else

71 outputChatBox("Username or password is invalid! You only have "..(3-attempts).." attempts left!",thePlayer, 255,0,0 )

72 --return outputDebugString("ERROR 1: Failed to retrieve account for user: ".. getPlayerName(thePlayer) .." function: attemptLogin", 3)

73 end

74 end

81 function attemptRegister(thePlayer, username, password)

82 if ( username ~= "" and password ~= "" ) then

83 local success, error = exports.sql:query_free("INSERT INTO `accounts` VALUES('', '".. tostring(username) .."', '".. md5( tostring( password ) ) .."', '".. getPlayerSerial(thePlayer) .."', '0')")

84 if ( error ) then

85 return outputDebugString( error )

86 else

87 return outputChatBox("Successfully registered your account!", thePlayer, 100, 0, 100)

104 -- X: 763.26171875 Y: -1291.1162109375 Z: 13.5625

105 if ( q == false ) then

106 outputDebugString("Error: This player doesnt have any characters.", 3) -- output info message.

107 outputChatBox("* You do not have any characters yet, please create one to play.", thePlayer, 180, 100, 0 )

108 else

ProjectReferenceNode.cs (git://github.com/xxVisorxx/nemerle.git) C# · 542 lines ✨ Summary

This C# code defines a ProjectReferenceNode class, which represents a reference to a project in a Visual Studio solution. It manages the binding of the reference to a project file and provides methods for checking if the reference is valid, adding it to the hierarchy, and displaying an error message if it’s already present in a cycle.

468 /// Checks if a project reference can be added to the hierarchy. It calls base to see if the reference is not already there, then checks for circular references.

469 /// </summary>

470 /// <param name="errorHandler">The error handler delegate to return</param>

471 /// <returns></returns>

472 protected override bool CanAddReference(out CannotAddReferenceErrorMessage errorHandler)

473 {

474 // When this method is called this refererence has not yet been added to the hierarchy, only instantiated.

475 if(!base.CanAddReference(out errorHandler))

476 {

477 return false;

481 if(this.IsThisProjectReferenceInCycle())

482 {

483 errorHandler = new CannotAddReferenceErrorMessage(ShowCircularReferenceErrorMessage);

484 return false;

485 }

llsys.h (https://bitbucket.org/lindenlab/viewer-beta/) C++ Header · 157 lines ✨ Summary

This C++ header file provides classes for system information debugging, including:

  • LLOSInfo: displays operating system and build information
  • LLCPUInfo: displays CPU information, such as family and clock speed
  • LLMemoryInfo: displays memory information, including physical and available memory sizes

The file also includes functions for outputting the classes to an ostream and functions for gunzipping and gzipping files.

147 LL_COMMON_API std::ostream& operator<<(std::ostream& s, const LLMemoryInfo& info);

148

149 // gunzip srcfile into dstfile. Returns FALSE on error.

150 BOOL LL_COMMON_API gunzip_file(const std::string& srcfile, const std::string& dstfile);

151 // gzip srcfile into dstfile. Returns FALSE on error.

IfNoneMatchETagValidator.java (http://mobicents.googlecode.com/svn/trunk/) Java · 53 lines ✨ Summary

This Java class, IfNoneMatchETagValidator, implements an ETag validator for a web server. It checks if a document’s ETag matches a specified ETag, and throws an exception if they match. If no ETag is provided, it allows the request to proceed. The class uses a simple comparison to validate the ETags, with “*”.

23 package org.openxdm.xcap.server.etag;

24

25 import org.openxdm.xcap.common.error.PreconditionFailedException;

26

27 public class IfNoneMatchETagValidator implements ETagValidator {

BracketFinder.cs (git://github.com/xxVisorxx/nemerle.git) C# · 347 lines ✨ Summary

This C# code is part of a compiler or interpreter for a programming language, specifically designed to parse and analyze source code. It provides various utility methods for checking brace pairs, quote pairs, round brackets, and square brackets in source code, as well as finding indices of specific tokens within a list.

197 {

198 int state;

199 ErrorHandler.ThrowOnFailure(

200 ColorState.GetColorStateAtStartOfLine(line, out state));

201 return (ScanState)state;

tut.tex (git://github.com/KirinDave/arc.git) LaTeX · 1309 lines ✨ Summary

The LaTeX code defines a document that explains the programming language Arc. It provides examples of how to write programs in Arc, including simple web applications and predefined functions. The text also discusses the language’s design and implementation, aiming to preserve its abstract nature as a model of computation. The output is a documentation of the Arc language, written in an informal style.

99 Particularly observant readers may be wondering how we got away

100 with using {\tt{}foo} as the first argument to {\tt=}. If the arguments are

101 evaluated left to right, why didn't this cause an error when foo

102 was evaluated? There are some operators that violate the usual

103 evaluation rule, and {\tt=} is one of them. Its first argument isn't

native_template.php (http://0byte.googlecode.com/svn/trunk/) PHP · 502 lines ✨ Summary

This is a PHP function that takes a string as input and returns a modified version of the string with certain HTML tags removed. The function uses regular expressions to identify specific patterns in the input string, such as {active='url'} and {before_active='url'}, and replaces them with corresponding output strings. The output strings are generated based on the values of global variables that store the current active menu item and the previous active menu item. The function also uses a number of helper functions to perform specific tasks, such as checking whether a URL matches the current active menu item or the previous active menu item. Overall, this function is used to modify the output of a Markdown file to include CSS classes that highlight the currently active menu item and its parent items in the navigation menu.

398 }

399 /**

400 * Render errors

401 *

402 * @param string $text

404 * @return string

405 */

406 function render_error($text,$id=null) {

407 return render_template(TPL_FRAMES.'/error.tpl.php', array('text'=>$text,'id'=>$id));

KillProcess.cs (https://hg01.codeplex.com/batterysaver) C# · 80 lines ✨ Summary

This C# code defines a UI component for killing a process, specifically a KillProcess action within a larger application. It handles loading and saving of the action’s details, including the process name, and validates user input to ensure the process name is not empty. The component uses a base class BaseUiComponent and inherits from it, providing its own implementation for loading and saving actions.

This C# code defines a UI component for killing a process, specifically a KillProcess action within a larger application. It handles loading and saving of the action’s details, including the process name, and validates user input to ensure the process name is not empty. The component uses a base class BaseUiComponent and inherits from it, providing its own implementation for loading and saving actions.

74 {

75 e.Cancel = true;

76 MarkError( sender, "Process Name is required" );

77 }

78 }

08conditionalformatting.php (https://PHPExcel.svn.codeplex.com/svn) PHP · 162 lines ✨ Summary

This PHP code creates a new Excel 2007 XLSX file using the PHPExcel library, sets various properties and data, formats cells with conditional formatting, sets fonts, header and footer, page orientation and size, renames the sheet, and saves it to disk. The script also displays memory usage during execution.

26 */

27

28 /** Error reporting */

29 error_reporting(E_ALL);

ProtParam.py (git://github.com/biopython/biopython.git) Python · 340 lines ✨ Summary

This Python code defines a class for analyzing protein properties, providing methods to calculate various physical and chemical characteristics such as isoelectric point, charge at pH, molar extinction coefficient, and secondary structure fractions. It also includes functions to determine amino acid counts and generate weights for protein scaling. The code can be used to analyze protein sequences and predict their behavior in different environments.

268 back = param_dict[subsequence[window - j - 1]]

269 score += weights[j] * front + weights[j] * back

270 except KeyError:

271 sys.stderr.write(

272 "warning: %s or %s is not a standard "

FindELFIO.cmake (https://bitbucket.org/lindenlab/viewer-beta/) Unknown · 49 lines

35 ELSE (ELFIO_FOUND)

36 IF (ELFIO_FIND_REQUIRED)

37 MESSAGE(FATAL_ERROR "Could not find ELFIO library")

38 ENDIF (ELFIO_FIND_REQUIRED)

39 ENDIF (ELFIO_FOUND)

md32_common.h (http://opensource.apple.com/release/mac-os-x-1074/) C++ Header · 632 lines

152

153 #<span class="enscript-reference">if</span> !<span class="enscript-reference">defined</span>(<span class="enscript-variable-name">DATA_ORDER_IS_BIG_ENDIAN</span>) &amp;&amp; !<span class="enscript-reference">defined</span>(<span class="enscript-variable-name">DATA_ORDER_IS_LITTLE_ENDIAN</span>)

154 #<span class="enscript-reference">error</span> <span class="enscript-string">&quot;DATA_ORDER must be defined!&quot;</span>

155 #<span class="enscript-reference">endif</span>

156

157 #<span class="enscript-reference">ifndef</span> <span class="enscript-variable-name">HASH_CBLOCK</span>

158 #<span class="enscript-reference">error</span> <span class="enscript-string">&quot;HASH_CBLOCK must be defined!&quot;</span>

159 #<span class="enscript-reference">endif</span>

160 #<span class="enscript-reference">ifndef</span> <span class="enscript-variable-name">HASH_LONG</span>

161 #<span class="enscript-reference">error</span> <span class="enscript-string">&quot;HASH_LONG must be defined!&quot;</span>

162 #<span class="enscript-reference">endif</span>

163 #<span class="enscript-reference">ifndef</span> <span class="enscript-variable-name">HASH_CTX</span>

CppAutomateExcel.cpp (https://cfx.svn.codeplex.com/svn) C++ · 161 lines ✨ Summary

This C++ code demonstrates how to automate Microsoft Excel using two different methods:

  • The first method uses the #import directive and smart pointers to automate Excel.
  • The second method uses raw COM APIs to automate Excel.

The code creates a separate thread for each automation task, waits for the threads to finish, and then cleans up unmanaged COM resources.

77 // including the terminating null character. If the buffer is too small

78 // to hold the directory name, the function returns 0 and sets the last

79 // error to ERROR_INSUFFICIENT_BUFFER. If the function fails, the return

80 // value is 0 (zero). To get extended error information, call

81 // GetLastError.

82 //

83 DWORD GetModuleDirectory(LPWSTR pszDir, DWORD nSize)

85 // Retrieve the path of the executable file of the current process.

86 nSize = GetModuleFileName(NULL, pszDir, nSize);

87 if (!nSize || GetLastError() == ERROR_INSUFFICIENT_BUFFER)

88 {

89 *pszDir = L'\0'; // Ensure it's NULL terminated

bp_bulk_load_gff.pl (git://github.com/bioperl/bioperl-live.git) Perl · 699 lines ✨ Summary

This Perl script processes a set of files, loads their contents into a database, and performs various operations on the data. It uses different databases (Postgres or MySQL) depending on the configuration, and performs tasks such as loading data, creating indexes, updating sequences, and building summary statistics for coverage histograms. The script also handles errors and provides feedback to the user.

This Perl script processes a set of files, loads their contents into a database, and performs various operations on the data. It uses different databases (Postgres or MySQL) depending on the configuration, and performs tasks such as loading data, creating indexes, updating sequences, and building summary statistics for coverage histograms. The script also handles errors and provides feedback to the user.

317

318 my $db = Bio::DB::GFF->new(-adaptor=>$faux_adaptor,-dsn => $DSN,@auth)

319 or die "Can't open database: ",Bio::DB::GFF->error,"\n";

320

321 $db->gff3_name_munging(1) if $MUNGE;

415 LongReadLen => 3000,

416 LongTruncOk => 1,

417 RaiseError => 1,

418 };

419

428 }

429 ) {

430 print STDERR "Error loading Bio::GMOD::CMap::Utils\n";

431 }

432

mordor.vcxproj (git://github.com/mozy/mordor.git) Unknown · 307 lines

67 <PrecompiledHeaderFile>mordor/pch.h</PrecompiledHeaderFile>

68 <WarningLevel>Level3</WarningLevel>

69 <TreatWarningAsError>true</TreatWarningAsError>

70 <DisableSpecificWarnings>4345</DisableSpecificWarnings>

71 </ClCompile>

eval_test.go (https://code.google.com/p/golang-on-cygwin/) Go · 255 lines ✨ Summary

This Go code defines a test framework for evaluating expressions and statements in a programming language. It provides functions to create tests with specific error messages, values, and behaviors, allowing developers to write unit tests for their language implementation. The tests are run in a simulated environment with predefined variables and functions.

52 if err != nil {

53 if j.cerr == "" {

54 t.Errorf("%s: Compile %s: %v", name, src, err);

55 break;

56 }

57 if !match(t, err, j.cerr) {

58 t.Errorf("%s: Compile %s = error %s; want %v", name, src, err, j.cerr);

59 break;

60 }

73 }

74 if !match(t, err, j.rterr) {

75 t.Errorf("%s: Run %s = error %s; want %v", name, src, err, j.rterr);

76 break;

77 }

python-3.txt (http://foss-lab-manual.googlecode.com/svn/trunk/) Plain Text · 127 lines

91

92 >>> dir(__builtins__)

93 ['ArithmeticError'...'zip']

94

95 >>> def testfunc():

FolderTree.js (http://izwebfilemanager.googlecode.com/svn/trunk/) JavaScript · 315 lines ✨ Summary

This JavaScript code is part of a file system browser implementation, specifically handling folder nodes and their interactions with the user. It provides functionality for dragging and dropping files between folders, including highlighting selected folders, changing cursor styles, and updating node styles based on mouse events. The code also handles drag-and-drop operations, including dropping files into folders.

13

14 ToggleExpand : function (nodeId) {

15 this._ToggleExpand(nodeId, this.PopulateCallback, null, this.PopulateError);

16 },

17

18 _ToggleExpand : function (nodeId, eventCallback, externalContext, errorCallback) {

19 var node = this._getNode (nodeId);

20 if(!node) return true;

28 node._populating = true;

29 var nodePath = node.attributes["nodepath"].value;

30 this.PopulateNode (nodePath, eventCallback, {'folderTree':this,'node':node,'nodeSpan':nodeSpan,'nodeId':nodeId,'nodePath':nodePath,'externalContext':externalContext}, errorCallback);

31 return false;

32 }

dev9.c (https://bitbucket.org/ifcaro/open-ps2-loader/) C · 641 lines ✨ Summary

This C code initializes and configures a CXD9566 (PCMCIA type) expansion card, as well as a CXD9611 (Expansion Bay type) expansion bay interface. It sets up interrupt handlers for both interfaces and enables interrupts. The code also performs various system calls to configure the interfaces and registers callback functions for interrupt handling.

339 val = SPD_REG8(SPD_R_PIO_DATA);

340 DelayThread(1);

341 if (val & 0x10) { /* Error. */

342 SPD_REG8(SPD_R_PIO_DATA) = 0;

343 DelayThread(1);

bestFitClass.php (https://PHPExcel.svn.codeplex.com/svn) PHP · 332 lines ✨ Summary

This PHP class calculates a linear best fit for a set of data points, providing slope and intercept values, as well as statistical measures such as correlation coefficient, covariance, and F-statistic. It can handle both simple and multiple linear regression scenarios, with optional constant term inclusion. The class outputs the calculated parameters in an object format.

36 class PHPExcel_Best_Fit

37 {

38 protected $_error = False;

39

40 protected $_bestFitType = 'undetermined';

79

80

81 public function getError() {

82 return $this->_error;

320 } elseif ($nY != $nX) {

321 // Ensure both arrays of points are the same size

322 $this->_error = True;

323 return False;

324 }

wizard_DBSettings_manage_1.java (http://mp-rechnungs-und-kundenverwaltung.googlecode.com/svn/trunk/) Java · 543 lines ✨ Summary

This Java code is part of a graphical user interface (GUI) for managing database connections and settings. It handles events such as selecting a connection type, enabling/disabling fields, and performing actions like creating directories and connecting to databases. The code uses various GUI components and custom classes to manage the application’s state and behavior.

136 this.master.setCursor(new Cursor(Cursor.DEFAULT_CURSOR));

137 Log.Debug(ex);

138 if (Popup.Y_N_dialog(this, Messages.ERROR_OCCURED + "\n" + Messages.SEE_LOG + "?", Messages.CONNECTION_FAILED)) {

139 try {

140 Desktop.getDesktop().open(YConsole.getLogfile());

141 } catch (IOException ex1) {

142 Popup.error(ex1);

143 }

144 }

471 Popup.notice("OK!");

472 } catch (ClassNotFoundException ex) {

473 Popup.error(ex);

474 }

475 }//GEN-LAST:event_jButton1ActionPerformed

event_spec.rb (http://mobicents.googlecode.com/svn/trunk/) Ruby · 46 lines ✨ Summary

This Ruby code defines a test suite for an Event class, specifically its error attribute. It tests how the error attribute handles different scenarios, such as when an error object is provided, when it’s nil, and when only a message is provided. The tests verify that the expected output is returned in each case.

26 it { should belong_to :event_subject }

27

28 describe "error" do

29 it "should return error as hash of :type, :message, :backtrace" do

30 error = mock(Exception, :message => 'the message', :backtrace => %w{ line_1 line_2 })

31 @event.error = error

32 @event.error.should == { :type => error.class.name, :message => error.message, :backtrace => error.backtrace.join("\n") }

33 end

34

39

40 it "should return :type and :backtrace as empty strings if only a message is provided" do

41 @event.error = 'the error'

42 @event.error.should == { :message => 'the error', :type => '', :backtrace => '' }

OpenTKGeometry.cs (https://hg01.codeplex.com/deltaengine) C# · 303 lines ✨ Summary

This C# code is part of a graphics rendering engine, specifically handling mesh geometry and rendering. It creates and manages vertex buffers, indices, and shaders for 3D models, and renders them on the screen using OpenGL. The code handles various scenarios, such as dynamic data updates, static geometry disposal, and anti-aliasing, to ensure efficient and accurate rendering of 3D graphics.

65 // Always bind it

66 GL.BindVertexArray(nativeVertexArrayID);

67 ErrorCode error = GL.GetError();

68 if (error != ErrorCode.NoError)

69 {

70 Log.Warning(

71 "There was an OpenGL error while creating the Vertex " +

72 "Array Object: '" + error + "'. This usually happens when " +

126 // Just bind the buffer. Note: gDEBugger might report that this is

127 // not needed, but it is not already set from last time causing

128 // skipped geometry and other render errors, do not remove this!

129 GL.BindBuffer(BufferTarget.ArrayBuffer, nativeVertexBufferID);

130 }

180 // Just bind the buffer. Note: gDEBugger might report that this is

181 // not needed, but it is not already set from last time causing

182 // skipped geometry and other render errors, do not remove this!

183 GL.BindBuffer(BufferTarget.ElementArrayBuffer, nativeIndexBufferID);

184 }

FTTextureGlyph-Test.cpp (git://github.com/cdave1/ftgles.git) C++ · 119 lines ✨ Summary

This C++ code defines a unit test suite for testing the FTTextureGlyph class, which is part of the FreeType library. It creates a test case that initializes the FreeType library, sets up a font face, and tests the constructor and render methods of the FTTextureGlyph class using OpenGL. The test suite verifies that the glyph rendering works correctly without any errors.

53 CPPUNIT_ASSERT(textureGlyph->Error() == 0);

54 CPPUNIT_ASSERT(glGetError() == GL_NO_ERROR);

55

56 tearDownFreetype();

80 CPPUNIT_ASSERT(textureGlyph->Error() == 0);

81

82 CPPUNIT_ASSERT(glGetError() == GL_NO_ERROR);

83

84 tearDownFreetype();

97 void setUpFreetype()

98 {

99 FT_Error error = FT_Init_FreeType(&library);

100 assert(!error);

101 error = FT_New_Face(library, FONT_FILE, 0, &face);

102 assert(!error);

utf8_string.e (git://github.com/tybor/Liberty.git) Specman e · 2315 lines ✨ Summary

This Specman e code provides functions for converting strings between different encoding schemes, such as UTF-8 to UTF-16 and UCS-4. The functions g_utf8_to_utf16, g_utf8_to_ucs4, and g_utf8_to_ucs4_fast convert a UTF-8 string to a UTF-16 or UCS-4 string, while the function g_utf16_to_ucs4 converts a UTF-16 string to a UCS-4 string.

625 -- Use `s' as UTF-8 format encoded unicode string

626 -- This function may be used for manifest strings

627 -- See `utf8_decode_from' for error detection

628 require

629 s /= Void

630 local

631 error: BOOLEAN

632 do

633 make(s.count)

634 error := utf8_decode_from(s)

635 end

636

InternalException.java (http://mobicents.googlecode.com/svn/trunk/) Java · 68 lines ✨ Summary

This Java code defines a custom exception class InternalException that extends the built-in Exception class. It provides three constructors to create instances of this exception, allowing for different levels of detail and context information about the error. The exception can be used in Java applications to handle internal errors or other unexpected events.

24

25 /**

26 * An exception that provides information on a stack error or other errors.

27 *

28 * @author erick.svenson@yahoo.com

controllers.py (https://bitbucket.org/prologic/circuits/) Python · 185 lines ✨ Summary

This Python code defines a set of controllers for handling HTTP requests and responses, including base controller classes, decorators for exposing methods to channels, and specialized controllers for JSON data. It provides a framework for building web applications using the Circuits library.

17 from . import tools

18 from .wrappers import Response

19 from .errors import forbidden, httperror, notfound, redirect

20

21

145 self.session = self.request.session

146 result = f(self, *args, **kwargs)

147 if (isinstance(result, httperror)

148 or isinstance(result, Response)):

149 return result

TimeoutError.java (http://mobicents.googlecode.com/svn/trunk/) Java · 43 lines ✨ Summary

This Java class, TimeoutError, implements a transition handler for a finite state machine (FSM) in a network connection management system. When a timeout occurs, it sets an error code and message on the connected network object, indicating that the wait operation timed out while in a specific state. It is used to handle errors in a controlled manner within the FSM.

27 * @author kulikov

28 */

29 public class TimeoutError implements TransitionHandler {

30

31 private NetworkConnectionImpl connection;

32

33 public TimeoutError(NetworkConnectionImpl connection) {

34 this.connection = connection;

35 }

36

37 public void process(State state) {

38 connection.error = MediaErr.TIMEOUT;

39 connection.errorMsg = "Wait timeout in state " + state.getName();

MFCActiveX.h (https://cfx.svn.codeplex.com/svn) C Header · 40 lines ✨ Summary

This is a C++ header file for an ActiveX DLL, specifically MFCActiveX.DLL. It defines the main application class CMFCActiveXApp and declares external constants for the DLL’s version information and TLID (type library ID). The file also includes necessary preprocessor directives and error handling to ensure proper compilation and linking of the DLL.

19

20 #if !defined( __AFXCTL_H__ )

21 #error "include 'afxctl.h' before including this file"

22 #endif

23

weapons.c (git://github.com/Jermuk/custom_cs2dsrv.git) C · 67 lines ✨ Summary

This C code initializes a weapon database with predefined weapons and their attributes, such as damage, frequency, speed, price, and accuracy. It also sets default values for other attributes when no value is provided. The AddWeapon function allows adding new weapons to the database, while WeaponInit populates the database with the predefined weapons.

18 weapons[id].name = malloc(strlen(name) + 1);

19 if (weapons[id].name == NULL)

20 error_exit("Memory Error in AddWeapon()\n");

21 strncpy(weapons[id].name, name, strlen(name) + 1);

22 }

ssl.h (http://firefox-mac-pdf.googlecode.com/svn/trunk/) C Header · 513 lines ✨ Summary

This is a C header file that provides an interface to the SSL/TLS (Secure Sockets Layer/Transport Layer Security) protocol. It defines functions and structures for working with SSL/TLS connections, certificates, keys, and cipher suites. The code allows developers to create secure connections, verify identities, and negotiate encryption protocols.

43

44 #include "prtypes.h"

45 #include "prerror.h"

46 #include "prio.h"

47 #include "seccomon.h"

160 #define SSL_REQUIRE_ALWAYS ((PRBool)1)

161 #define SSL_REQUIRE_FIRST_HANDSHAKE ((PRBool)2)

162 #define SSL_REQUIRE_NO_ERROR ((PRBool)3)

163

164 /*

309 ** some platforms, these mutexes are actually implemented with POSIX

310 ** semaphores, or with unnamed pipes. The default value varies by platform.

311 ** An attempt to set a too-low maximum will return an error and the

312 ** configured value will not be changed.

313 */

conf_def.c (http://opensource.apple.com/release/mac-os-x-1074/) C · 730 lines

442 <span class="enscript-keyword">if</span> (line != NULL) *line=eline;

443 sprintf(btmp,<span class="enscript-string">&quot;%ld&quot;</span>,eline);

444 ERR_add_error_data(2,<span class="enscript-string">&quot;line &quot;</span>,btmp);

445 <span class="enscript-keyword">if</span> ((h != conf-&gt;data) &amp;&amp; (conf-&gt;data != NULL)) CONF_free(conf-&gt;data);

446 <span class="enscript-keyword">if</span> (v != NULL)

llassetuploadresponders.h (https://bitbucket.org/lindenlab/viewer-beta/) C++ Header · 163 lines ✨ Summary

This C++ header file defines a set of classes that process responses received for asset upload requests in a Second Life viewer application. These classes handle different types of uploads, such as new agent inventory, update task inventory, and variable price uploads, and provide default actions for errors and successful uploads. They inherit from a base class LLAssetUploadResponder to share common functionality.

43 ~LLAssetUploadResponder();

44

45 virtual void error(U32 statusNum, const std::string& reason);

46 virtual void result(const LLSD& content);

47 virtual void uploadUpload(const LLSD& content);

68 const std::string& file_name,

69 LLAssetType::EType asset_type);

70 virtual void error(U32 statusNum, const std::string& reason);

71 virtual void uploadComplete(const LLSD& content);

72 virtual void uploadFailure(const LLSD& content);

76 // actions for variable price uploads. If more specific actions

77 // are needed (such as different confirmation messages, etc.)

78 // the functions onApplicationLevelError and showConfirmationDialog.

79 class LLNewAgentInventoryVariablePriceResponder :

80 public LLHTTPClient::Responder

App.xaml.cs (https://cfx.svn.codeplex.com/svn) C# · 67 lines ✨ Summary

This C# code is part of a Silverlight application’s startup and exception handling process. It sets up the main window and handles unhandled exceptions, reporting errors to the browser’s DOM using JavaScript. If an exception occurs outside of the debugger, it displays an error message in the browser’s status bar or console, allowing the application to continue running but not handling the error further.

38 // If the app is running outside of the debugger then report the exception using

39 // the browser's exception mechanism. On IE this will display it a yellow alert

40 // icon in the status bar and Firefox will display a script error.

41 if (!System.Diagnostics.Debugger.IsAttached)

42 {

44 // NOTE: This will allow the application to continue running after an exception has been thrown

45 // but not handled.

46 // For production applications this error handling should be replaced with something that will

47 // report the error to the website and stop the application.

48 e.Handled = true;

49 Deployment.Current.Dispatcher.BeginInvoke(delegate { ReportErrorToDOM(e); });

50 }

51 }

57 errorMsg = errorMsg.Replace('"', '\'').Replace("\r\n", @"\n");

58

59 System.Windows.Browser.HtmlPage.Window.Eval("throw new Error(\"Unhandled Error in Silverlight Application " + errorMsg + "\");");

60 }

61 catch (Exception)

english.txt (http://cssmatch-plugin.googlecode.com/svn/trunk/) Plain Text · 177 lines

29 cssm_grant = "cssm_grant steamID : Adds an referee for one map"

30 cssm_revoke = "cssm_revoke steamID : Revoke an umpire during one map"

31 cssm_teamt = "cssm_teamt terrorist team name : Edit the terrorist's team name"

32 cssm_teamct = "cssm_teamct counter-terrorist team name : Edit the counter-terrorist's team name"

81 match_password_remember = "REMINDER ! Server password is $password"

82 match_name = "$team1 VS $team2"

83 match_config_error = "Error : config file has no match information !"

84 match_scores = "Scores :"

85 match_scores_team = "$team : $score"

102 admin_old_admin = "SteamID $steamid is no more referee"

103 admin_is_not_admin = "SteamID $steamid is not referee"

104 admin_new_t_team_name = "New terrorist's team name $team"

105 admin_new_ct_team_name = "New counter-terrorist's team name $team"

164 menu_close = "Close"

165

166 // Errors

167 error_file_not_found = "File $file cannot be found"

test_break.py (git://github.com/IronLanguages/main.git) Python · 252 lines ✨ Summary

This is a unit test for the unittest module in Python. It tests various functions and methods of the unittest module, including installing and removing signal handlers.

170 self.assertTrue(unittest.removeResult(result))

171

172 # Should this raise an error instead?

173 self.assertFalse(unittest.removeResult(unittest.TestResult()))

174

encoders.py (git://github.com/IronLanguages/main.git) Python · 82 lines ✨ Summary

This is a Python script that defines several functions for encoding email messages using different methods, such as Base64, quoted-printable, and 7bit or 8bit. The encode_base64 function sets the Content-Transfer-Encoding header to “base64” and encodes the message’s payload in Base64 format. The encode_quopri function does the same for quoted-printable encoding, while the encode_7or8bit function checks if the payload is ASCII-encoded and sets the Content-Transfer-Encoding header to “7bit” or “8bit”, depending on the result. Finally, the encode_noop function does nothing and leaves the Content-Transfer-Encoding header unchanged.

72 try:

73 orig.encode('ascii')

74 except UnicodeError:

75 msg['Content-Transfer-Encoding'] = '8bit'

76 else:

_form.gsp (git://github.com/jdmr/mateo.git) text · 0 lines

2

3

4 <div class="fieldcontain ${hasErrors(bean: empresa, field: 'codigo', 'error')} required">

5 <label for="codigo">

6 <g:message code="empresa.codigo.label" default="Codigo" />

10 </div>

11

12 <div class="fieldcontain ${hasErrors(bean: empresa, field: 'nombre', 'error')} required">

13 <label for="nombre">

14 <g:message code="empresa.nombre.label" default="Nombre" />

18 </div>

19

20 <div class="fieldcontain ${hasErrors(bean: empresa, field: 'nombreCompleto', 'error')} required">

21 <label for="nombreCompleto">

22 <g:message code="empresa.nombreCompleto.label" default="Nombre Completo" />

NAnt.DotNetTasks.xml (git://github.com/philiplaureano/LinFu.git) XML · 5334 lines

601 <param name="writer">The <see cref="T:System.IO.TextWriter"/> to which the package references should be written.</param>

602 </member>

603 <member name="M:NAnt.DotNet.Tasks.CompilerBase.WriteWarningsAsError(System.IO.TextWriter)">

604 <summary>

605 Writes list of warnings to (not) treat as errors to the specified

751 </remarks>

752 </member>

753 <member name="P:NAnt.DotNet.Tasks.CompilerBase.WarnAsError">

754 <summary>

755 Instructs the compiler to treat all warnings as errors. The default

758 <remarks>

759 <para>

760 Corresponds to the <c>/warnaserror[+|-]</c> flag of the compiler.

761 </para>

762 <para>

r_#loc.pd (git://github.com/rjdj/rjlib.git) Unknown · 59 lines

18 #X obj 112 187 &&;

19 #X obj 112 58 inlet;

20 #X text 28 12 If GPS output is all zeros \, output error message;

21 #X obj 112 247 == 0;

22 #X obj 112 399 outlet;

26 #X msg 139 339 GPS not detected;

27 #X text 28 29 and turn off output;

28 #X obj 139 361 print r_#loc Error;

29 #X connect 0 0 3 0;

30 #X connect 0 1 2 0;

history.mako (https://bitbucket.org/bbangert/kai/) Mako · 43 lines ✨ Summary

This Mako template generates a web page with a history of Pylons, a Python web framework. It displays information about the framework’s development milestones, including its initial release in 2005 and subsequent updates until version 1.0. The template uses links to external resources and references other projects, such as Bricks, Myghty, and Paste.

30 <p>During the development of the 0.9 series, several features of Paste were extracted into smaller,

31 more focused packages. The testing suite became WebTest, the WSGI wrappers became WebOb, and

32 the interactive debugging environment became WebError. Pylons 0.9 follows these developments

33 by switching from using Paste to the new packages which provide more functionality with

34 little to no backwards incompatibility issues.</p>

proxy-bad-response-body.expected.err (git://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs.git) Unknown · 2 lines

1 Warning: error copying response body from server to client

2

nexus.pm (git://github.com/bioperl/bioperl-live.git) Perl · 470 lines ✨ Summary

This Perl code is part of a Bioinformatics library, specifically for generating and manipulating alignments of biological sequences. It provides methods for writing alignments to various formats, including NEXUS files, which are used in phylogenetic analysis. The code handles sequence alignment, formatting, and outputting the data in a structured format suitable for bioinformatic analysis.

This Perl code is part of a Bioinformatics library, specifically for generating and manipulating alignments of biological sequences. It provides methods for writing alignments to various formats, including NEXUS files, which are used in phylogenetic analysis. The code handles sequence alignment, formatting, and outputting the data in a structured format suitable for bioinformatic analysis.

75 BEGIN {

76 %valid_type = map {$_, 1} qw( dna rna protein standard );

77 # standard throws error: inherited from Bio::PrimarySeq

78 }

79

360 SimpleAlign methods match_char, missing_char and gap_char must be set

361 if you want to see them in the output.

362 Returns : 1 for success and 0 for error

363 Args : L<Bio::Align::AlignI> object

364

pom.xml (http://mobicents.googlecode.com/svn/trunk/) XML · 82 lines

68 <configuration>

69 <tasks>

70 <delete failonerror="false" includeemptydirs="true">

71 <fileset dir="${basedir}/src" />

72 </delete>

presence_validation.rb (http://ruby-sequel.googlecode.com/svn/trunk/) Ruby · 32 lines ✨ Summary

This Ruby code defines a validation class PresenceValidation that checks if an object’s attribute is present. It uses the <tt>:blank?</tt> method to determine if the attribute is blank, and adds an error message to the object’s instance of Errors if it is. The validation can be customized with options such as a custom error message and conditions for when the validation should be performed.

This Ruby code defines a validation class PresenceValidation that checks if an object’s attribute is present. It uses the <tt>:blank?</tt> method to determine if the attribute is blank, and adds an error message to the object’s instance of Errors if it is. The validation can be customized with options such as a custom error message and conditions for when the validation should be performed.

3 # == Validates presence of obj's attribute via the <tt>:blank?</tt> method.

4 #

5 # Unless the validation succeeds an error hash (:attribute => :message)

6 # is added to the obj's instance of Errors.

7 #

8 # <b>Options:</b>

9 # <tt>:message</tt>:: see NotNaughty::Errors for details

10 # <tt>:if</tt>:: see NotNaughty::Validation::Condition for details

11 # <tt>:unless</tt>:: see NotNaughty::Validation::Condition for details

14 #

15 # obj = '' # blank? => true

16 # def obj.errors() @errors ||= NotNauthy::Errors.new end

17 #

18 # PresenceValidation.new({}, :to_s).call obj, :to_s, ''

19 # obj.errors.on(:to_s) # => ["To s is not present."]

20 class PresenceValidation < Validation

21

MediaPlayerStopStateUnitTest.java (https://code.google.com/p/oxygen-for-p500/) Java · 64 lines

36 * @param stateErrors the MediaPlayerStateErrors to check against.

37 */

38 public void checkStateErrors(MediaPlayerStateErrors stateErrors) {

39 // Valid states.

40 assertTrue(!stateErrors.errorInStartedState);

42 assertTrue(!stateErrors.errorInStoppedState);

43 assertTrue(!stateErrors.errorInPreparedState);

44 assertTrue(!stateErrors.errorInPreparedStateAfterStop);

47

48 // Invalid states.

49 assertTrue(!stateErrors.errorInIdleState); // noError() won't be called

50 assertTrue(stateErrors.errorInIdleStateAfterReset);

51 assertTrue(stateErrors.errorInInitializedState);

52 assertTrue(stateErrors.errorInErrorState);

53 }

54

MI.ahk (git://github.com/tinku99/ahklexers.git) AutoHotkey · 559 lines ✨ Summary

This AutoHotkey code is a part of a Windows API wrapper, specifically for the Microsoft Internet Explorer (IE) browser’s MI (Message Interface) functions. It provides a way to access and use IE’s internal functionality, such as getting bitmap data from icons, in a more convenient and platform-agnostic manner.

305 DetectHiddenWindows, On

306 Process, Exist

307 hwnd := WinExist("ahk_class AutoHotkey ahk_pid " ErrorLevel)

308 DetectHiddenWindows, %dhw%

309 }

340 wndProc := RegisterCallback("MI_OwnerDrawnMenuItemWndProc","",4,0)

341 if !wndProc {

342 ErrorLevel = RegisterCallback

343 return false

344 }

354 { ; failed, free the callback.

355 DllCall("GlobalFree","uint",wndProc)

356 ErrorLevel = RegisterClass

357 return false

358 }

xml.class.php (http://wikiplot.googlecode.com/svn/trunk/) PHP · 398 lines ✨ Summary

This PHP class, XMLParser, is designed to parse XML data from a string. It breaks down the XML into individual tags and attributes, storing them in an array for easy access. The class provides methods to handle opening and closing tags, attribute parsing, and data extraction. It returns an array containing all parsed XML data, allowing users to easily manipulate and analyze the extracted information.

This PHP class, XMLParser, is designed to parse XML data from a string. It breaks down the XML into individual tags and attributes, storing them in an array for easy access. The class provides methods to handle opening and closing tags, attribute parsing, and data extraction. It returns an array containing all parsed XML data, allowing users to easily manipulate and analyze the extracted information.

313 //Put $his->Attributes equal to $Attributes while changing the

314 //case of its key(s) to lowercase. The case of the key(s) is

315 //importan due to avoid error later on.

316 $this->Attributes = array_change_key_case($Attributes, CASE_LOWER);

317 }

lldrawpoolwlsky.cpp (https://bitbucket.org/lindenlab/viewer-beta/) C++ · 419 lines ✨ Summary

This C++ code defines a class LLDrawPoolWLSky that handles rendering of the sky in a graphical application, likely a game or simulation. It manages various textures and shaders to render the sky’s haze, stars, clouds, and moon. The class provides methods for prerendering, cleanup, and restoration of OpenGL resources, ensuring efficient management of rendering assets.

29 #include "lldrawpoolwlsky.h"

30

31 #include "llerror.h"

32 #include "llgl.h"

33 #include "pipeline.h"

60

61 if(cloudNoiseFile.isNull()) {

62 llerrs << "Error: Failed to load cloud noise image " << cloudNoiseFilename << llendl;

63 }

64

190 // *NOTE: we divide by two here and GL_ALPHA_SCALE by two below to avoid

191 // clamping and allow the star_alpha param to brighten the stars.

192 bool error;

193 LLColor4 star_alpha(LLColor4::black);

194 star_alpha.mV[3] = LLWLParamManager::getInstance()->mCurParams.getFloat("star_brightness", error) / 2.f;

Abstract.php (https://code.google.com/p/ecartcommerce/) PHP · 149 lines ✨ Summary

This PHP class extends Ecart_Method_Payment_Model_Abstract and provides functionality for handling credit card payments. It saves credit card data, validates credit card information, sets payment storage attributes, and returns a Payment Credit Card object. The class also checks if the credit card object was created and retrieves allowed credit card types from configuration settings.

80 || empty($ccExpiresYear) || empty($ccExpiresMonth) ) {

81

82 Ecart::message()->addError(

83 Ecart::translate('checkout')->__(

84 'Set full Credit Card Information'

93 if (!$validator->isValid($ccNumber)) {

94 foreach ($validator->getMessages() as $message) {

95 Ecart::message()->addError($message);

96 }

97 return false;

resource-adaptor-jar.xml (http://mobicents.googlecode.com/svn/trunk/) XML · 35 lines

9 <description>Diameter Ro Resource Adaptor</description>

10

11 <resource-adaptor-name>DiameterRoResourceAdaptor</resource-adaptor-name>

12 <resource-adaptor-vendor>net.java</resource-adaptor-vendor>

13 <resource-adaptor-version>0.8.1</resource-adaptor-version>

21 <resource-adaptor-classes>

22 <resource-adaptor-class>

23 <resource-adaptor-class-name>org.mobicents.slee.resource.diameter.ro.DiameterRoResourceAdaptor</resource-adaptor-class-name>

24 </resource-adaptor-class>

25 </resource-adaptor-classes>

CSAzureStorageRESTAPI.csproj (https://cfx.svn.codeplex.com/svn) MSBuild · 69 lines

24 <OutputPath>..\Debug\</OutputPath>

25 <DefineConstants>DEBUG;TRACE</DefineConstants>

26 <ErrorReport>prompt</ErrorReport>

27 <WarningLevel>4</WarningLevel>

28 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>

33 <OutputPath>..\Release\</OutputPath>

34 <DefineConstants>TRACE</DefineConstants>

35 <ErrorReport>prompt</ErrorReport>

36 <WarningLevel>4</WarningLevel>

37 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>

HISCentralClient.cs (https://hg01.codeplex.com/hydrodesktop) C# · 0 lines ✨ Summary

This C# code is part of a class that interacts with web services to retrieve data about water quality monitoring stations. It initializes a “box” object, which represents a geographic area, and uses this object to query web services for relevant information. The retrieved data is then processed and stored in a DataTable, which can be used to display or further analyze the results.

353 catch (Exception ex)

354 {

355 throw new Exception("Error accessing the HIS Central Web service", ex);

356 }

357 }

GetAvailableFileName.ahk (git://github.com/tinku99/ahklexers.git) AutoHotkey · 111 lines ✨ Summary

The provided AutoHotkey code generates a list of available file names by searching for files within a specified directory and range. It takes a given file name, path, and start ID as input and returns the next available file name that meets the criteria. The code uses loops to iterate through possible file names and checks their existence before returning the first non-existent one.

12 If ( InStr(FileExist(GivenPath), "D") = 0 )

13 {

14 ErrorLevel = The given path >%GivenPath%< doesn't exist.

15 Return 0

16 }

20 If ( StartID < 0 Or Mod(StartID, 1) <> 0 )

21 {

22 ErrorLevel =

23 (LTrim

24 The StartID >%StartID%< is smaller then zero or not an integer.

37 If FileExist(GivenPath . GivenFileName)

38 {

39 ErrorLevel =

40 (LTrim

41 The given file >%GivenFileName%< does exist

CSADONETDataServiceSL3Client.Web.csproj (https://cfx.svn.codeplex.com/svn) MSBuild · 106 lines

21 <OutputPath>bin\</OutputPath>

22 <DefineConstants>DEBUG;TRACE</DefineConstants>

23 <ErrorReport>prompt</ErrorReport>

24 <WarningLevel>4</WarningLevel>

25 </PropertyGroup>

29 <OutputPath>bin\</OutputPath>

30 <DefineConstants>TRACE</DefineConstants>

31 <ErrorReport>prompt</ErrorReport>

32 <WarningLevel>4</WarningLevel>

33 </PropertyGroup>

xml_serializer.py (https://code.google.com/p/mango-py/) Python · 298 lines ✨ Summary

This Python code is a deserialization tool for Django models, specifically designed to parse and convert XML data into Django model instances. It recursively traverses an XML tree, extracting field values and relationships between fields, and creates corresponding Django model objects with the extracted data. The output is a DeserializedObject instance containing the parsed data.

40 """

41 if not hasattr(obj, "_meta"):

42 raise base.SerializationError("Non-model object (%s) encountered during serialization" % type(obj))

43

44 self.indent(1)

192 field_name = field_node.getAttribute("name")

193 if not field_name:

194 raise base.DeserializationError("<field> node is missing the 'name' attribute")

195

196 # Get the field from the Model. This will raise a

268 model_identifier = node.getAttribute(attr)

269 if not model_identifier:

270 raise base.DeserializationError(

271 "<%s> node is missing the required '%s' attribute" \

272 % (node.nodeName, attr))

tsrm.m4 (http://opensource.apple.com/release/mac-os-x-1074/) m4 · 123 lines

81

82 if test &quot;$pthreads_working&quot; != &quot;yes&quot;; then

83 AC_MSG_ERROR(Your system seems to lack POSIX threads.)

84 fi

85

layermapping.py (https://code.google.com/p/mango-py/) Python · 609 lines ✨ Summary

This Python code defines a class LayerMap that maps features from an external data source to models in a database. It provides methods for saving these features, including handling unique models and incremental saving at specified intervals. The class uses transactions and error handling to ensure data consistency and integrity. It also supports verbose output and status updates during the saving process.

21

22 # LayerMapping exceptions.

23 class LayerMapError(Exception): pass

24 class InvalidString(LayerMapError): pass

25 class InvalidDecimal(LayerMapError): pass

26 class InvalidInteger(LayerMapError): pass

27 class MissingForeignKey(LayerMapError): pass

28

29 class LayerMapping(object):

114 # Setting the encoding for OFTString fields, if specified.

115 if encoding:

116 # Making sure the encoding exists, if not a LookupError

117 # exception will be thrown.

118 from codecs import lookup

platform.h (git://github.com/SingularityCore/Singularity.git) C Header · 337 lines ✨ Summary

This is a C header file that defines various macros and constants for use in the G3D library. It includes definitions for things like NULL, true, and false, as well as macros for handling printf-style formatting and alignment of structures. The header also includes definitions for the PRAGMA macro, which is used to control packing of structures on different compilers.

19 #define G3D_VER 80000

20

21 // fatal error for unsupported architectures

22 #if defined(__powerpc__)

23 # error PowerPC is not supported by G3D!

64 #define __FP__

65 #else

66 #error Unknown platform

67 #endif

68

88 #ifdef G3D_LINUX

89 # ifndef __GNUC__

90 # error G3D only supports the gcc compiler on Linux.

91 # endif

92 #endif

consulta.aspx (git://github.com/carteaga/Tareaasp.git) ASP.NET · 92 lines ✨ Summary

This ASP.NET code generates a web page with a form containing fields for name, email, and a text area for consultation. The form includes validation controls to ensure that the name and email fields are not empty and follow specific formats. When the “Enviar” button is clicked, it triggers an auto-postback event on the corresponding TextBoxes.

35 <td>

36 <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server"

37 ControlToValidate="tx_nombre" ErrorMessage="RequiredFieldValidator"

38 ForeColor="Red">Campo requerido</asp:RequiredFieldValidator>

39 </td>

49 <td>

50 <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server"

51 ControlToValidate="tx_email" ErrorMessage="RequiredFieldValidator"

52 ForeColor="Red">Campo requerido</asp:RequiredFieldValidator>

53 <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server"

54 ControlToValidate="tx_email" Display="Dynamic"

55 ErrorMessage="RegularExpressionValidator" ForeColor="Red"

56 ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*">Email invalido</asp:RegularExpressionValidator>

57 </td>

sqlinitialdata.py (https://code.google.com/p/mango-py/) Python · 8 lines

1 from django.core.management.base import AppCommand, CommandError

2

3 class Command(AppCommand):

5

6 def handle(self, *apps, **options):

7 raise CommandError("This command has been renamed. Use the 'sqlcustom' command instead.")

8

mochiweb_request.erl (git://github.com/basho/mochiweb.git) Erlang · 904 lines ✨ Summary

This Erlang code is part of a web server’s HTTP request handler, implementing features like parsing HTTP requests and responses, handling content types, and filtering accepted media types based on user preferences. It provides functions for extracting headers, parsing query values, and sorting content types according to their Q values. The code appears to be part of a larger framework or library for building web applications in Erlang.

129 {ok, {Addr, _Port}} ->

130 inet_parse:ntoa(Addr);

131 {error, enotconn} ->

132 exit(normal)

133 end;

684 end

685 end;

686 {error, _} ->

687 not_found(ExtraHeaders, THIS)

688 end.

inflate.c (https://bitbucket.org/ifcaro/open-ps2-loader/) C · 274 lines ✨ Summary

This C code implements a decompression function for the DEFLATE algorithm used in ZIP and gzip files. It reads input data, checks its integrity, and decompresses it into output data. The code handles various error cases, such as incorrect header checks, invalid window sizes, and corrupted data. It also supports different compression modes and dictionary sizes.

24 CHECK1, /* one check byte to go */

25 DONE, /* finished check, done */

26 BAD} /* got an error--stay here */

27 inflate_mode;

28

56 {

57 if (z == Z_NULL || z->state == Z_NULL)

58 return Z_STREAM_ERROR;

59 z->total_in = z->total_out = 0;

60 z->msg = Z_NULL;

70 {

71 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)

72 return Z_STREAM_ERROR;

73 if (z->state->blocks != Z_NULL)

74 inflate_blocks_free(z->state->blocks, z);

parser.h (git://github.com/mozy/mordor.git) C Header · 87 lines ✨ Summary

This C++ header file defines a parser for XML documents using the Ragel library. It provides two event handler classes, XMLParserEventHandler and CallbackXMLParserEventHandler, which allow users to customize the parsing process by registering callback functions for various events such as tag starts, ends, attribute names, values, inner text, and references. The XMLParser class uses these handlers to parse XML documents.

74 bool complete() const { return false; }

75 bool final() const;

76 bool error() const;

77

78 protected:

AT91SAM7.h (git://github.com/earl/gforth-mirror.git) C Header · 2255 lines ✨ Summary

This C header file defines a software API for a USART (Universal Synchronous Asynchronous Receiver Transmitter) peripheral on an AT91 microcontroller. It provides access to registers controlling the USART’s operation, including interrupt management and status monitoring. The code allows developers to interact with the USART, enabling features like data transmission and reception, and handling interrupts related to these operations.

This C header file defines a software API for a USART (Universal Synchronous Asynchronous Receiver Transmitter) peripheral on an AT91 microcontroller. It provides access to registers controlling the USART’s operation, including interrupt management and status monitoring. The code allows developers to interact with the USART, enabling features like data transmission and reception, and handling interrupts related to these operations.

284 # define AT91C_US_ENDTX ((unsigned int) 0x1 << 4) // (DBGU) End of Transmit Interrupt

285 # define AT91C_US_OVRE ((unsigned int) 0x1 << 5) // (DBGU) Overrun Interrupt

286 # define AT91C_US_FRAME ((unsigned int) 0x1 << 6) // (DBGU) Framing Error Interrupt

287 # define AT91C_US_PARE ((unsigned int) 0x1 << 7) // (DBGU) Parity Error Interrupt

556 // -------- SYSC_WDSR : (WDTC Offset: 0x8) Watchdog Status Register --------

557 # define AT91C_SYSC_WDUNF ((unsigned int) 0x1 << 0) // (WDTC) Watchdog Underflow

558 # define AT91C_SYSC_WDERR ((unsigned int) 0x1 << 1) // (WDTC) Watchdog Error

559

560 // *****************************************************************************

590 // -------- MC_FMR : (MC Offset: 0x60) MC Flash Mode Register --------

591 # define AT91C_MC_FRDY ((unsigned int) 0x1 << 0) // (MC) Flash Ready

592 # define AT91C_MC_LOCKE ((unsigned int) 0x1 << 2) // (MC) Lock Error

593 # define AT91C_MC_PROGE ((unsigned int) 0x1 << 3) // (MC) Programming Error

690 # define AT91C_SPI_RDRF ((unsigned int) 0x1 << 0) // (SPI) Receive Data Register Full

691 # define AT91C_SPI_TDRE ((unsigned int) 0x1 << 1) // (SPI) Transmit Data Register Empty

692 # define AT91C_SPI_MODF ((unsigned int) 0x1 << 2) // (SPI) Mode Fault Error

693 # define AT91C_SPI_OVRES ((unsigned int) 0x1 << 3) // (SPI) Overrun Error Status

MicrosoftAjax.debug.js (https://cfx.svn.codeplex.com/svn) JavaScript · 7118 lines ✨ Summary

This JavaScript code defines a large object containing error messages and descriptions for various scenarios, including web service failures, script loading issues, and component creation errors. It appears to be part of a larger framework or library, possibly Microsoft AJAX, providing a centralized location for error handling and debugging information.

223 }

224

225 Error.__typeName = 'Error';

226 Error.__class = true;

227 Error.create = function Error$create(message, errorInfo) {

228 /// <summary locid="M:J#Error.create" />

402 return err;

403 }

404 Error.parameterCount = function Error$parameterCount(message) {

405 /// <summary locid="M:J#Error.parameterCount" />

415 return err;

416 }

417 Error.prototype.popStackFrame = function Error$popStackFrame() {

418 /// <summary locid="M:J#checkParam" />

419 if (arguments.length !== 0) throw Error.parameterCount();

index.html (https://bitbucket.org/bosp/external-boost.git) HTML · 136 lines ✨ Summary

This HTML code is a documentation page for the Boost C++ library, specifically its mathematical and numerical libraries. It displays a table of contents, an overview, and various sections detailing different aspects of the library’s functionality, including floating-point utilities, statistical distributions, and special functions. The page also includes copyright information and a footer with the last revision date.

119 <dt><span class="chapter"><a href="using_udt.html">19. Use with User-Defined Floating-Point Types - Boost.Multiprecision and

120 others</a></span></dt>

121 <dt><span class="chapter"><a href="policy.html">20. Policies: Controlling Precision, Error Handling etc</a></span></dt>

122 <dt><span class="chapter"><a href="perf.html">21. Performance</a></span></dt>

123 <dt><span class="chapter"><a href="backgrounders.html">22. Backgrounders</a></span></dt>

rcdk.Rnw (git://github.com/rajarshi/cdkr.git) Unknown · 674 lines

93

94 However, since it loads all the molecules from the specified file into

95 a list, large files can lead to out of memory errors. In such a situtation

96 it is preferable to iterate over the file, one structure at a time. Currently

97 this behavior is supported for SDF and SMI files. An example of such a

371 As you can see we get a \texttt{data.frame}. Many of the columns will

372 be \texttt{NA}. This is because when a descriptor cannot be evaluated

373 (due to some error) it returns NA. In our case, since our molecules

374 have no 3D coordinates many geometric, electronic and hybrid

375 descriptors cannot be evaluated.

615 candidate formulae for a given \emph{mass window}. The

616 \texttt{generate.formula} function returns a list formulas which have

617 a given mass (within an error window):

618

619 <<>>=