Searched +refs:next +refs:error +refs:highlight (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dkix.vim18 " The next two may not be possible:
19 " Work out how to error too many "(", i.e. (() should be an error.
20 " Similarly, "if" without "endif" and similar constructs should error.
121 syn match kixForNextError "\<for\>\|\<to\>\|\<step\>\|\<next\>"
122 syn match kixForNextOK contained "\<for\>\|\<to\>\|\<step\>\|\<next\>"
123 syn region kixForNext transparent matchgroup=kixForNextOK start="\<for\>" end="\<next\>" contains=ALLBUT,@kixForBut
124 syn match kixForEachError "\<for each\>\|\<in\>\|\<next\>"
125 syn match kixForEachOK contained "\<for each\>\|\<in\>\|\<next\>"
126 syn region kixForEach transparent matchgroup=kixForEachOK start="\<for each\>" end="\<next\>" contain
[all...]
H A Dtads.vim92 syn region tadsPreProc start="^\s*#\s*\(pragma\>\|line\>\|warning\>\|warn\>\|error\>\)" skip="\\$" end="$" contains=ALLBUT,tadsPreCondit,tadsIncluded,tadsInclude,tadsDefine,tadsInParen,tadsIdentifier
97 " Avoid matching foo::bar() in C++ by requiring that the next char is not ':'
106 " Don't highlight comment in class def
141 " no highlight for tadsEmbedded, so it prints as normal text w/in the string
H A Dprogress.vim41 " but I found it more helpful to highlight them in a different color.
51 " If you like to highlight the whole line of
67 syn keyword ProgressReserved disp[lay] distinct dos down drop editing enable encode entry error-stat[us] escape etime except exclusive
69 syn keyword ProgressReserved find-global find-next-occurrence find-prev-occurrence find-select find-wrap-around first first-of focus font form form[at]
75 syn keyword ProgressReserved map member message message-lines mouse mpe new next next-prompt no no-attr[-space] no-error no-f[ill] no-help no-hide no-label[s]
77 syn keyword ProgressReserved of off old on open opsys option or os-append os-command os-copy os-create-dir os-delete os-dir os-drive[s] os-error os-rename
100 " If you prefer you can highlight the range
120 " This next lin
[all...]
H A Dicon.vim41 syn match iconKeyword "&error"
75 syn keyword iconReserved initial link next not of
97 "when wanted, highlight trailing white space
147 "wt:syn region iconPreProc "start="^\s*#\s*\(pragma\>\|line\>\|warning\>\|warn\>\|error\>\)" skip="\\$" "end="$" contains=ALLBUT,@iconPreProcGroup
H A Dchill.vim42 "when wanted, highlight trailing white space
103 syn region chillPreProc start="^\s*#\s*\(pragma\>\|line\>\|warning\>\|warn\>\|error\>\)" skip="\\$" end="$" contains=ALLBUT,@chillPreProcGroup
108 " Avoid matching foo::bar() in C++ by requiring that the next char is not ':'
H A Dphp.vim12 " colourscheme, because elflord's colours will better highlight the break-points
19 " php_parent_error_close = 1 for highlighting parent error ] or )
31 " php_special_functions = 1|0 to highlight functions with abnormal behaviour
32 " php_alt_comparisons = 1|0 to highlight comparison operators in an alternate colour
33 " php_alt_assignByReference = 1|0 to highlight '= &' in an alternate colour
55 " the string would be highlighted as an error, what is incorrect.
140 syn keyword phpFunctions array_change_key_case array_chunk array_combine array_count_values array_diff_assoc array_diff_uassoc array_diff array_fill array_filter array_flip array_intersect_assoc array_intersect array_key_exists array_keys array_map array_merge_recursive array_merge array_multisort array_pad array_pop array_push array_rand array_reduce array_reverse array_search array_shift array_slice array_splice array_sum array_udiff_assoc array_udiff_uassoc array_udiff array_unique array_unshift array_values array_walk array arsort asort compact count current each end extract in_array key krsort ksort list natcasesort natsort next pos prev range reset rsort shuffle sizeof sort uasort uksort usort contained
248 syn keyword phpMethods attributes children get_attr get_nodes has_children has_siblings is_asp is_comment is_html is_jsp is_jste is_text is_xhtml is_xml next prev tidy_node contained
462 " highlight object variables inside strings
465 " highlight constan
[all...]
H A Dpython.vim20 " * space error
24 " - space error highlighting is OFF by default
179 syn keyword pythonBuiltin min next object oct open ord pow print
259 " The default highlight links. Can be overridden later.
H A Dvera.vim9 " highlight SpaceError guibg=#204050
48 syn keyword veraTask cm_get_coverage cm_get_limit delay error error_mode
131 " highlight trailing white space
153 " Same, but without octal error (for comments)
255 syn region veraPreProc start="^\s*\(`\|#\)\s*\(pragma\>\|line\>\|warning\>\|error\>\)" skip="\\$" end="$" keepend contains=ALLBUT,@veraPreProcGroup,@Spell
265 " Avoid matching foo::bar() by requiring that the next char is not ':'
H A Ddoxygen.vim23 " character to be marked as an error. You can define the colour of this using
24 " the highlight doxygenErrorComment.
25 " A \link without an \endlink will cause an error highlight on the end-comment.
30 " also be set to any highlight attribute. Alternatively, a highlight for doxygenCodeWord
130 " Catch a Brief comment without punctuation - flag it as an error but
261 " next whole-line @ command \ command.
H A Dsqr.vim10 " highlight entire open '... literal when it contains
76 syn keyword sqrReserved $sql-error $sqr-hostname {sqr-hostname}
93 syn keyword sqrCommand multiply new-page new-report next-column
94 syn keyword sqrCommand next-listing no-formfeed open page-number
142 syn keyword sqrParam on-error or order orientation page-depth
206 " flag the error.
234 " it's an error to have "!=" preceeded by
237 " as neither a comment nor an error, since
242 " the line is always an error
H A Drpl.vim300 syntax match rplConditionalError "\(^\|\s\+\)\(step\|next\)\ze\($\|\s\+\)"hs=e-3
310 syntax region rplForNext matchgroup=rplRepeat start="\(^\|\s\+\)\(for\|start\)\ze\($\|\s\+\)" end="\(^\|\s\+\)\(next\|step\)\ze\($\|\s\+\)" contains=ALL keepend extend
383 syntax match rplPreProc "\_^#\s*\(warning\|error\)\>"
422 command -nargs=+ HiLink highlight link <args>
424 command -nargs=+ HiLink highlight default link <args>
H A Dlpc.vim35 " It's not working, maybe in the next version.
131 syn keyword lpc_efuns contained each ed ed_cmd ed_start enable_commands enable_wizard environment error errorp eval_cost evaluate exec exp explode export_uid external_start
221 " when wanted, highlight trailing white space
255 " Same, but without octal error (for comments)
314 syn region lpcPreProc start="^\s*#\s*\(pragma\>\|echo\>\|warn\>\|error\>\)" skip="\\$" end="$" keepend contains=ALLBUT,@lpcPreProcGroup
H A Dc.vim62 "when wanted, highlight trailing white space
111 " Same, but without octal error (for comments)
290 syn region cPreProc start="^\s*\(%:\|#\)\s*\(pragma\>\|line\>\|warning\>\|warn\>\|error\>\)" skip="\\$" end="$" keepend contains=ALLBUT,@cPreProcGroup,@Spell
295 " Avoid matching foo::bar() in C++ by requiring that the next char is not ':'
H A Dsicad.vim102 syn match sicadIdentifier "%error\>"
157 " next line must be examined too
160 " catch error caused by tabulator key
405 " HiLink sqlStatement Special " modified highlight group in sql.vim
H A Daml.vim8 " Only highlight aml Functions at the beginning
34 syn keyword amlArcCmd contained markerpa[ttern] markerpe[n] markerpu[t] markersa[ve] markersc[ale] markerse[t] markersi[ze] markersy[mbol] mas[elect] matchc[over] matchn[ode] max mb[egin] mc[opy] md[elete] me mean measure measurer[oute] measureroute med mend menu[cover] menuedit menv[ironment] merge mergeh[istory] mergev[at] mfi[t] mfr[esh] mg[roup] miadsa[rc] miadsr[ead] miadsread min minf[o] mino[rity] mir[ror] mitems mjoin ml[classify] mma[sk] mmo[ve] mn[select] mod mor[der] moran mosa[ic] mossa[rc] mossg[rid] move movee[nd] movei[tem] mp[osition] mr mr[otate] msc[ale] mse[lect] mselect mt[olerance] mu[nselect] multcurve multinv multipleadditem multipleitems multiplejoin multipleselect multprop mw[ho] nai ne near neatline neatlineg[rid] neatlineh[atch] neatlinel[abels] neatlinet[ics] new next ni[bble] nodeangleitem nodec[olor] nodee[rrors] nodem[arkers] nodep[oint] nodes nodesi[ze] nodesn[ap] nodesp[ot] nodet[ext] nor[mal] not ns[elect] oe ogrid ogridt[ool] oldwindow oo[ps] op[endatabase] or
52 syn keyword amlInfoCmd contained accept add adir alter dialog alter alt directory aret arithmetic expressions aselect automatic return calculate cchr change options change comi cominput commands list como comoutput compile concatenate controlling defaults copy cursor data delete data entry data manipulate data retrieval data update date format datafile create datafile management decode define delimiter dfmt directory management directory display do doend documentation done end environment erase execute exiting expand export external fc files first format forms control get goto help import input form ipf internal item types items label lchar list logical expressions log merge modify options modify move next nselect output password prif print programming program protect purge query quit recase redefine relate relate release notes remark rename report options reporting report reselect reserved words restrictions run save security select set sleep sort special form spool stop items system variables take terminal types terminal time topics list type update upf
62 syn keyword amlDir contained abbreviations above all aml amlpath append arc args atool brief by call canvas cc center cl codepage commands conv_watch_to_aml coordinates cr create current cursor cwta dalines data date_format delete delvar describe dfmt digitizer display do doend dv echo else enable encode encrypt end error expansion fail file flushpoints force form format frame fullscreen function getlastpoint getpoint goto iacreturn if ignore info inform key keypad label lc left lf lg list listchar listfiles listglobal listheader listlocal listprogram listvar ll lp lr lv map matrix menu menupath menutype mess message[s] modal mouse nopaging off on others page pause pinaction popup position pt pulldown push pushpoint r repeat return right routine run runwatch rw screen seconds select self setchar severity show sidebar single size staggered station stop stripe sys system tablet tb terminal test then thread to top translate tty ty type uc ul until ur usage w warning watch when while window workspace
66 syn keyword amlOutput contained inform warning error pause stop tty ty type
117 syn region amlSkip matchgroup=amlOutput start="&return &error" end="$" contains=amlVar
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_frame.cpp321 iterator->base.next = FUNC_ITERATOR_NEXT(_ewk_frame_children_iterator_next);
506 unsigned int ewk_frame_text_matches_mark(Evas_Object* ewkFrame, const char* string, Eina_Bool caseSensitive, Eina_Bool highlight, unsigned int limit) argument
512 smartData->frame->editor().setMarkedTextMatchesAreHighlighted(highlight);
525 Eina_Bool ewk_frame_text_matches_highlight_set(Evas_Object* ewkFrame, Eina_Bool highlight) argument
529 smartData->frame->editor().setMarkedTextMatchesAreHighlighted(highlight);
1369 * @param error Load error.
1373 void ewk_frame_load_provisional_failed(Evas_Object* ewkFrame, const Ewk_Frame_Load_Error* error) argument
1375 evas_object_smart_callback_call(ewkFrame, "load,provisional,failed", const_cast<Ewk_Frame_Load_Error*>(error));
1421 * Reports load finished, optionally with error informatio
1431 Ewk_Frame_Load_Error buffer, *error; local
1472 ewk_frame_load_resource_failed(Evas_Object* ewkFrame, Ewk_Frame_Load_Error* error) argument
1485 Ewk_Frame_Load_Error error; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/ace/
H A Dace.js49 console.error('dropping module because define wasn\'t a string.');
1963 var highlight;
1966 highlight = this.getCursorPosition();
1969 if (session.$highlightLineMarker && !highlight) {
1972 } else if (!session.$highlightLineMarker && highlight) {
1973 var range = new Range(highlight.row, highlight.column, highlight.row, Infinity);
1976 } else if (highlight) {
1977 session.$highlightLineMarker.start.row = highlight
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A Dinspector.css453 .toolbar-search-navigation.toolbar-search-navigation-next {
458 .toolbar-search-navigation.toolbar-search-navigation-next.enabled:active {
904 #error-warning-count {
911 #error-warning-count:hover {
915 #error-count-img {
923 #error-count + #warning-count-img {
1079 .repeated-message.console-error-level::before, .repeated-message.console-warning-level:before, .repeated-message.console-debug-level:before {
1136 .console-error-level .console-message-text, .console-error-level .section .header .title {
1148 .console-error
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex225 scientific applications must minimize the total output error over long calculations.
493 The GMP library also does not return error codes. Instead it uses a POSIX.1 \cite{POSIX1} signal system where errors
495 effect a math error (i.e. invalid input, heap error, etc) can cause a program to stop functioning which is definitely
556 the source code. For example, one day I may audit the multipliers and the next day the polynomial basis functions.
686 will it check pointers for validity. Any function that can cause a runtime error will return an error code as an
704 When an error is detected within a function it should free any memory it allocated, often during the initialization of
799 if there is an error. If the allocation fails the routine will return \textbf{MP\_MEM} to the caller to indicate there
800 was a memory error
[all...]

Completed in 388 milliseconds