5,840,503 results for 'ERROR repo:julien-may/robomongo' (25 ms)
config.y https://bitbucket.org/osunix/osunix-gate | yacc | 2,737 lines
283 DEBUG_YACC("acls_listError") 284 error("BUG: acl stmt parsing error at line %d",yylineno); 285 if(static_access_policy != NULL){ 530 { 531 error("BUG: community stmt parsing error at line %d",yylineno); 532 if(community_name != NULL) free(community_name); 2249/* terminate (<==> exit) the program */ 2250/* now it won't call error_exit, call error only and 2251 return FALSE */ 2305 { 2306 error("tables_to_subtrees() failed: %s", error_label); 2307 error_free = FALSE; 2560 if(error_free==FALSE){ 2561 error("parsing error in reading the resouce file %s:%s", 2562 dirname,error_label);STSTemplateEngine.m https://bitbucket.org/chucker/wsdl2objc | Objective C | 1,790 lines
1297 // this is an error - create a new error description 1298 error = [TEError error:TE_MISSING_IDENTIFIER_AFTER_TOKEN_ERROR 1299 inLine:lineNumber atToken:TE_LOG]; 1322 // this is not implemented yet 1323 error = [TEError error:TE_UNIMPLEMENTED_TOKEN_ERROR 1324 inLine:lineNumber atToken:TE_ECHO]; 1340 // this is not implemented yet 1341 error = [TEError error:TE_UNIMPLEMENTED_TOKEN_ERROR 1342 inLine:lineNumber atToken:TE_DEBUG]; 1661 // create error description - file not found 1662 error = [TEError error:TE_FILE_NOT_FOUND_ERROR inLine:0 atToken:TE_PATH]; 1663 [error setLiteral:path]; 1685 // create error description - not regular file 1686 error = [TEError error:TE_UNABLE_TO_READ_FILE_ERROR inLine:0 atToken:TE_PATH]; 1687 [error setLiteral:path];veto.js https://bitbucket.org/jscott1989/veto | JavaScript | 1,122 lines
6 ,error_class: 'vtError' 7 ,focus: 'first_error_field' // May be 'first_error_field', 'error_section', or false for no focus 8 ,date_format: 'DD/MM/YYYY' 114 if (this.configuration.error_display_section) error_display_section += '<li>' + errors[field][error] + '</li>'; 115 if (this.configuration.error_display_alert) error_display_alert += errors[field][error] + '\n'; 116 if (document.getElementById('vt_' + this.form_name + '_' + field + '-error')) { 116 if (document.getElementById('vt_' + this.form_name + '_' + field + '-error')) { 117 document.getElementById('vt_' + this.form_name + '_' + field + '-error').innerHTML = errors[field][error]; 118 remove_class(document.getElementById('vt_' + this.form_name + '_' + field + '-error'), 'vtNoErrors'); 125 if (this.configuration.error_display_section) error_display_section += '<li>' + errors[field] + '</li>'; 126 if (this.configuration.error_display_alert) error_display_alert += errors[field] + '\n'; 127 if (document.getElementById('vt_' + this.name + '_' + field + '-error')) { 527 else var default_error = '%n must not be in the options'; 528 this.error = error || default_error; 529 this.options = options;CharParsers.fs https://bitbucket.org/banshee/fparsec-samples | Unknown | 1,310 lines
58 else 59 let error = ParserError(reply.State.Pos, reply.Error) 60 Failure(error.ToString(reply.State.Stream), error, reply.State.UserState) 591 if nSkippedChars = s2.Length then Reply<_,_>(s2, newState) 592 else Reply<_,_>(FatalError, messageError "Internal error in the regex parser. Please report this error to fparsec@quanttec.com.", newState) 593 else Reply<_,_>(Error, error, state) 738 let error = if not (referenceEquals reply2.State state) then reply2.Error 739 else mergeErrors reply1.Error reply2.Error 740 Reply<_,_>(Ok, f (cl.ToString()) reply2.Result, error, reply2.State) 839 if isNotNull error then 840 reply.Error <- concatErrorMessages error reply.Error 841 else 841 else 842 reply.Error <- mergeErrorsIfNeeded state error reply.State reply.Error 843 elif not require1 && reply.Status = Error && reply.State == state theneucalyptus.py https://bitbucket.org/afgane/galaxy-central-cloud | Python | 1,039 lines
37 PENDING = "pending", 38 ERROR = "error", 39 DELETED = "deleted", 50 SHUTTING_DOWN = "shutting-down", 51 ERROR = "error" 52) 59 DELETED = 'deleted', 60 ERROR = "error" 61) 68 DELETED= 'deleted', 69 ERROR = "error" 70) 460 else: 461 log.error( "UCI '%s' is in 'error' state, starting instance was aborted." % uci_wrapper.get_name() ) 462add-inge3016-ps09-rollbook https://bitbucket.org/miguelf/custom-public-patches | Unknown | 6,844 lines
249+ <Cell><Data ss:Type="Number">802080696</Data><NamedCell ss:Name="Print_Area"/></Cell> 250+ <Cell ss:StyleID="s66" ss:Formula="=R[57]C[6]"><Data ss:Type="Error">#NUM!</Data><NamedCell 251+ ss:Name="Print_Area"/></Cell> 251+ ss:Name="Print_Area"/></Cell> 252+ <Cell ss:StyleID="s66" ss:Formula="=R[57]C[9]"><Data ss:Type="Error">#DIV/0!</Data><NamedCell 253+ ss:Name="Print_Area"/></Cell> 253+ ss:Name="Print_Area"/></Cell> 254+ <Cell ss:StyleID="s66" ss:Formula="=R[57]C[12]"><Data ss:Type="Error">#DIV/0!</Data><NamedCell 255+ ss:Name="Print_Area"/></Cell> 258+ <Cell ss:StyleID="s66" ss:Formula="=(RC[-5]+RC[-4]+RC[-3]*0.6)/0.8"><Data 259+ ss:Type="Error">#NUM!</Data><NamedCell ss:Name="Print_Area"/></Cell> 260+ <Cell ss:StyleID="s66" ss:Formula="=(RC[-6]+RC[-5]+RC[-4]*0.6+RC[-3]*0.2)"><Data 260+ <Cell ss:StyleID="s66" ss:Formula="=(RC[-6]+RC[-5]+RC[-4]*0.6+RC[-3]*0.2)"><Data 261+ ss:Type="Error">#NUM!</Data><NamedCell ss:Name="Print_Area"/></Cell> 262+ <Cell ss:StyleID="s66" ss:Formula="=(RC[-7]+RC[-6]+R[57]C[8]*0.6+RC[-4]*0.2)"><Dataregexparse.py https://bitbucket.org/santagada/jaspyon | Python | 2,005 lines
760 except BacktrackException, _exc: 761 _error = self._combine_errors(_error, _exc.error) 762 self._pos = _choice8 1051 except BacktrackException, _exc: 1052 _error = self._combine_errors(_error, _exc.error) 1053 self._pos = _choice1 1056 _result = _call_status.result 1057 _error = self._combine_errors(_error, _call_status.error) 1058 break 1078 _status.result = None 1079 _error = self._combine_errors(_error, _exc.error) 1080 _status.error = _error 1131 except BacktrackException, _exc: 1132 _error = self._combine_errors(_error, _exc.error) 1133 self._pos = _choice0pypackrat.py https://bitbucket.org/santagada/jaspyon | Python | 3,133 lines
1688 _result = _call_status.result 1689 _error = self._combine_errors(_error, _call_status.error) 1690 _all0.append(_result) 1691 except BacktrackException, _exc: 1692 _error = self._combine_errors(_error, _exc.error) 1693 self._pos = _choice1 1702 _result = _call_status.result 1703 _error = self._combine_errors(_error, _call_status.error) 1704 _all2.append(_result) 1933 _status.result = None 1934 _error = self._combine_errors(_error, _exc.error) 1935 _status.error = _error 2599 _status.result = None 2600 _error = self._combine_errors(_error, _exc.error) 2601 _status.error = _errorprefs_manage_metadata_nav_global.cpt https://bitbucket.org/pratic/metnav | Unknown | 658 lines
11<div metal:fill-slot="prefs_configlet_main" 12 tal:define="errors python:request.get('errors', {}); 13 metnav_properties here/portal_properties/metnav_properties"> 46 tal:define="EXIST_DA request/EXIST_DA | metnav_properties/EXIST_DA; 47 error errors/EXIST_DA | nothing;" 48 tal:attributes="class python:test(error, 'field error', 'field')"> 59 60 <div tal:content="error">Validation error output</div> 61 70 tal:define="BATCH_LENGTH request/BATCH_LENGTH | metnav_properties/BATCH_LENGTH; 71 error errors/BATCH_LENGTH | nothing;" 72 tal:attributes="class python:test(error, 'field error', 'field')"> 83 84 <div tal:content="error">Validation error output</div> 85libdwarf.h https://bitbucket.org/osunix/open64 | C++ Header | 1,628 lines
227*/ 228typedef void (*Dwarf_Handler)(Dwarf_Error /*error*/, Dwarf_Ptr /*errarg*/); 229 247#define DW_DLA_GLOBAL 0x0d /* Dwarf_Global */ 248#define DW_DLA_ERROR 0x0e /* Dwarf_Error */ 249#define DW_DLA_LIST 0x0f /* a list */ 621 Dwarf_Off* /*return_offset*/, 622 Dwarf_Error* /*error*/); 623 1604int dwarf_end_macro_file(Dwarf_P_Debug /*dbg*/, 1605 Dwarf_Error* /*error*/); 1606 1609 char * /*string*/, 1610 Dwarf_Error* /*error*/); 1611cf95.msgs https://bitbucket.org/osunix/open64 | Unknown | 21,643 lines
3107$nexp 0225 3108Error : For [%s][%s], the error flag in table %s is TRUE (1), but the message number is 0. 3109.PP 5093.PP 5094\*CNot_Here\fR is in error. It does not exist in module \*CERROR\fR 5095and has not been made available by use association. 8547the calling routines need to be changed as well. The problem can be found 8548by checking the error previous to this internal error. That is the error 8549that the calling routine needs to detect. 11381$nexp 0855 11382Error : The compiler has detected errors in module "%s". No module information file will be created for this module. 11383.PP 11859$nexp 0894 11860Error : Module "%s" has compile errors, therefore declarations obtained from the module via the USE statement may be incomplete. 11861.PPeucalyptus.py https://bitbucket.org/ajish/galaxy-omelogic | Python | 1,025 lines
35 PENDING = "pending", 36 ERROR = "error", 37 DELETED = "deleted", 47 SHUTTING_DOWN = "shutting-down", 48 ERROR = "error" 49) 55 DELETED = 'deleted', 56 ERROR = "error" 57) 64 DELETED= 'deleted', 65 ERROR = "error" 66) 446 else: 447 log.error( "UCI '%s' is in 'error' state, starting instance was aborted." % uci_wrapper.get_name() ) 448ec2.py https://bitbucket.org/ajish/galaxy-omelogic | Python | 1,033 lines
35 PENDING = "pending", 36 ERROR = "error", 37 DELETED = "deleted", 47 SHUTTING_DOWN = "shutting-down", 48 ERROR = "error" 49) 55 DELETED = 'deleted', 56 ERROR = "error" 57) 64 DELETED= 'deleted', 65 ERROR = "error" 66) 470 else: 471 log.error( "UCI '%s' is in 'error' state, starting instance was aborted." % uci_wrapper.get_name() ) 472user-error.html.tmpl https://bitbucket.org/a1kmm/physiome-tracker | Unknown | 1,864 lines
24 # header_done: boolean. True if the Bugzilla header has already been printed. 25 # error: string. The tag of the error, or the error message to be displayed 26 # (deprecated). May contain HTML if it's an error message. 29[%# This is a list of all the possible user errors. Please keep them in 30 # alphabetical order by error tag, and leave a blank line between errors. 31 # 1768 1769[%# We only want HTML error messages for ERROR_MODE_WEBPAGE %] 1770[% USE Bugzilla %] 1770[% USE Bugzilla %] 1771[% IF Bugzilla.error_mode != constants.ERROR_MODE_WEBPAGE %] 1772 [% IF Bugzilla.usage_mode == constants.USAGE_MODE_BROWSER %] 1790 <tr> 1791 <td id="error_msg" class="throw_error"> 1792 [% error_message FILTER none %]inviso.html https://bitbucket.org/docs/docs.bitbucket.org | HTML | 850 lines
68<h3>EXPORTS<a class="headerlink" href="#exports" title="Permalink to this headline">�</a></h3> 69<p>start() -> {ok,pid()} | {error,Reason} 70start(Options) -> {ok,pid()} | {error,Reason}</p> 128<p>add_node_if_ref(RTtag) -> NodeResult | 129{error,{wrong_reference,OtherTag}} | {error,Reason} 130add_node_if_ref(RTtag,Options) -> NodeResult | 130add_node_if_ref(RTtag,Options) -> NodeResult | 131{error,{wrong_reference,OtherRef}} | {error,Reason}</p> 132<p>Types:</p> 706<p>fetch_log(LogSpecList,DestDir,Prefix) -> {ok,NodeResults} | 707{error,not_distributed} | {error,Reason} 708fetch_log(DestDir,Prefix) -> {ok,NodeResults} | 708fetch_log(DestDir,Prefix) -> {ok,NodeResults} | 709{error,not_distributed} | {error,Reason}</p> 710<p>Types:</p>file.txt https://bitbucket.org/docs/docs.bitbucket.org | Unknown | 1,624 lines
293:ok: The file was read and evaluated. 294:{error, atom()}: An error occurred when opening the file or reading 295 it. See open/2 for a list of typical error codes. 986Returns {ok, Binary}, where Binary is a binary data object that 987contains the contents of Filename, or{error, Reason} if an error 988occurs. 1112 be read. 1113:{error, Reason}: An error occurred. 1114 1215 the last expression. 1216:{error, atom()}: An error occurred when opening the file or reading 1217 it. See open/2 for a list of typical error codes. 1217 it. See open/2 for a list of typical error codes. 1218:{error, {Line, Mod, Term}}: An error occurred when interpreting the 1219 Erlang expressions in the file. Use format_error/1 to convert theinviso.txt https://bitbucket.org/docs/docs.bitbucket.org | Unknown | 1,035 lines
43 44start() -> {ok,pid()} | {error,Reason} 45start(Options) -> {ok,pid()} | {error,Reason} 113add_node_if_ref(RTtag) -> NodeResult | 114{error,{wrong_reference,OtherTag}} | {error,Reason} 115add_node_if_ref(RTtag,Options) -> NodeResult | 115add_node_if_ref(RTtag,Options) -> NodeResult | 116{error,{wrong_reference,OtherRef}} | {error,Reason} 117 916fetch_log(LogSpecList,DestDir,Prefix) -> {ok,NodeResults} | 917{error,not_distributed} | {error,Reason} 918fetch_log(DestDir,Prefix) -> {ok,NodeResults} | 918fetch_log(DestDir,Prefix) -> {ok,NodeResults} | 919{error,not_distributed} | {error,Reason} 920dvc-core.el https://bitbucket.org/atollena/tidyconfig-antoine-packs | Lisp | 1,206 lines
465OUTPUT is the buffer containing process standard output. 466ERROR is the buffer containing process error output. 467STATUS indicates the return status of the program. 651 (dvc-new-process-buffer nil dvc))) 652 (error-buf (or (and error-buffer (get-buffer-create error-buffer)) 653 (dvc-new-error-buffer nil dvc))) 745 (dvc-new-process-buffer t dvc))) 746 (error-buf (or (and error-buffer (get-buffer-create error-buffer)) 747 (dvc-new-error-buffer t dvc))) 779 output-buf error-buf status arguments) 780 (funcall (or error 'dvc-default-error-function) 781 output-buf error-buf status arguments))) 784 (unless output-buffer (dvc-kill-process-buffer output-buf)) 785 (unless error-buffer (dvc-kill-process-buffer error-buf)))))))) 786IPython.kernel.error.html https://bitbucket.org/noahgift/pylons-rest-tutorial | HTML | 602 lines
245<!--[IPython.kernel.error.KernelError]-->class <tt class="descclassname">IPython.kernel.error.</tt><tt class="descname">KernelError</tt><a class="headerlink" href="#IPython.kernel.error.KernelError" title="Permalink to this definition">�</a></dt> 246<dd><p>Bases: <a title="IPython.kernel.core.error.IPythonError" class="reference external" href="IPython.kernel.core.error.html#IPython.kernel.core.error.IPythonError"><tt class="xref docutils literal"><span class="pre">IPython.kernel.core.error.IPythonError</span></tt></a></p> 247<dl class="method"> 273<!--[IPython.kernel.error.MissingBlockArgument]-->class <tt class="descclassname">IPython.kernel.error.</tt><tt class="descname">MissingBlockArgument</tt><a class="headerlink" href="#IPython.kernel.error.MissingBlockArgument" title="Permalink to this definition">�</a></dt> 274<dd><p>Bases: <a title="IPython.kernel.error.KernelError" class="reference internal" href="#IPython.kernel.error.KernelError"><tt class="xref docutils literal"><span class="pre">IPython.kernel.error.KernelError</span></tt></a></p> 275<dl class="method"> 398<dt id="IPython.kernel.error.SecurityError"> 399<!--[IPython.kernel.error.SecurityError]-->class <tt class="descclassname">IPython.kernel.error.</tt><tt class="descname">SecurityError</tt><a class="headerlink" href="#IPython.kernel.error.SecurityError" title="Permalink to this definition">�</a></dt> 400<dd><p>Bases: <a title="IPython.kernel.error.KernelError" class="reference internal" href="#IPython.kernel.error.KernelError"><tt class="xref docutils literal"><span class="pre">IPython.kernel.error.KernelError</span></tt></a></p> 455<!--[IPython.kernel.error.TaskRejectError]-->class <tt class="descclassname">IPython.kernel.error.</tt><tt class="descname">TaskRejectError</tt><a class="headerlink" href="#IPython.kernel.error.TaskRejectError" title="Permalink to this definition">�</a></dt> 456<dd><p>Bases: <a title="IPython.kernel.error.KernelError" class="reference internal" href="#IPython.kernel.error.KernelError"><tt class="xref docutils literal"><span class="pre">IPython.kernel.error.KernelError</span></tt></a></p> 457<p>Exception to raise when a task should be rejected by an engine.</p> 478<!--[IPython.kernel.error.TaskTimeout]-->class <tt class="descclassname">IPython.kernel.error.</tt><tt class="descname">TaskTimeout</tt><a class="headerlink" href="#IPython.kernel.error.TaskTimeout" title="Permalink to this definition">�</a></dt> 479<dd><p>Bases: <a title="IPython.kernel.error.KernelError" class="reference internal" href="#IPython.kernel.error.KernelError"><tt class="xref docutils literal"><span class="pre">IPython.kernel.error.KernelError</span></tt></a></p> 480<dl class="method">Migrated rules for Composite.Desktop.ruleset https://bitbucket.org/ademiller/nbody.net | Unknown | 212 lines
4 <Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed"> 5 <Rule Id="CA1000" Action="Error" /> 6 <Rule Id="CA1001" Action="Error" /> 6 <Rule Id="CA1001" Action="Error" /> 7 <Rule Id="CA1002" Action="Error" /> 8 <Rule Id="CA1003" Action="Error" /> 8 <Rule Id="CA1003" Action="Error" /> 9 <Rule Id="CA1004" Action="Error" /> 10 <Rule Id="CA1005" Action="Error" /> 10 <Rule Id="CA1005" Action="Error" /> 11 <Rule Id="CA1006" Action="Error" /> 12 <Rule Id="CA1007" Action="Error" /> 12 <Rule Id="CA1007" Action="Error" /> 13 <Rule Id="CA1008" Action="Error" /> 14 <Rule Id="CA1009" Action="Error" />