Searched +refs:region +refs:is +refs:active (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpromela.vim16 " case is significant
20 syn keyword promelaStatement active assert label atomic
43 syn region promelaComment start="/\*" end="\*/" contains=promelaTodo,@Spell
H A Dtcl.vim99 syn keyword tcltkWidgetSwitch contained active end last none cascade checkbutton command radiobutton separator
107 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<button\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkWidgetSwitch,tclString,tcltkSwitch,tclNumber,tclVarRef
108 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<scale\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkWidgetSwitch,tclString,tcltkSwitch,tclNumber,tclVarRef
110 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<canvas\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkWidgetSwitch,tclString,tcltkSwitch,tclNumber,tclVarRef
111 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<checkbutton\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkWidgetSwitch,tclString,tcltkSwitch,tclNumber,tclVarRef
112 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<entry\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkWidgetSwitch,tclString,tcltkSwitch,tclNumber,tclVarRef
113 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<frame\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkWidgetSwitch,tclString,tcltkSwitch,tclNumber,tclVarRef
114 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<image\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkWidgetSwitch,tclString,tcltkSwitch,tclNumber,tclVarRef
115 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<listbox\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkWidgetSwitch,tclString,tcltkSwitch,tclNumber,tclVarRef
116 syn region tcltkWidge
[all...]
H A Dcss.vim39 syn region cssAttributeSelector matchgroup=cssSelectorOp start="\[" end="]" transparent contains=cssUnicodeEscape,cssSelectorOp2,cssStringQ,cssStringQQ
51 syn region cssMediaBlock transparent matchgroup=cssBraces start='{' end='}' contains=cssTagName,cssError,cssComment,cssDefinition,cssURL,cssUnicodeEscape,cssIdentifier
61 syn region cssFontDescriptorBlock contained transparent matchgroup=cssBraces start="{" end="}" contains=cssComment,cssError,cssUnicodeEscape,cssFontProp,cssFontAttr,cssCommonAttr,cssStringQ,cssStringQQ,cssFontDescriptorProp,cssValue.*,cssFontDescriptorFunction,cssUnicodeRange,cssFontDescriptorAttr
65 syn region cssFontDescriptorFunction contained matchgroup=cssFunctionName start="\<\(uri\|url\|local\|format\)\s*(" end=")" contains=cssStringQ,cssStringQQ oneline keepend
81 syn region cssURL contained matchgroup=cssFunctionName start="\<url\s*(" end=")" oneline keepend
82 syn region cssFunction contained matchgroup=cssFunctionName start="\<\(rgb\|clip\|attr\|counter\|rect\)\s*(" end=")" oneline keepend
178 " FIXME: This allows cssMediaBlock before the semicolon, which is wrong.
179 syn region cssInclude start="@import" end=";" contains=cssComment,cssURL,cssUnicodeEscape,cssMediaType
182 syn region cssDefinition transparent matchgroup=cssBraces start='{' end='}' contains=css.*Attr,css.*Prop,cssComment,cssValue.*,cssColor,cssURL,cssImportant,cssError,cssStringQ,cssStringQQ,cssFunction,cssUnicodeEscape
186 syn keyword cssPseudoClassId contained link visited active hove
[all...]
H A Dvhdl.vim18 " This is not VHDL. I use the C-Preprocessor cpp to generate different binaries
19 " from one VHDL source file. Unfortunately there is no preprocessor for VHDL
24 " case is not significant
36 syn keyword vhdlStatement impure in inertial inout is
51 " The right keyword is "elsif"
89 syn match vhdlAttribute "\'active"
116 " for this vector values case is significant
128 syn region vhdlString start=+"+ end=+"+
H A Dprogress.vim34 syn region ProgressDoBlock transparent matchgroup=ProgressDo start="\<do\>" matchgroup=ProgressDo end="\<end\>" contains=ALLBUT,ProgressProcedure,ProgressFunction
35 syn region ProgressForBlock transparent matchgroup=ProgressFor start="\<for\>" matchgroup=ProgressFor end="\<end\>" contains=ALLBUT,ProgressProcedure,ProgressFunction
36 syn region ProgressRepeatBlock transparent matchgroup=ProgressRepeat start="\<repeat\>" matchgroup=ProgressRepeat end="\<end\>" contains=ALLBUT,ProgressProcedure,ProgressFunction
37 syn region ProgressCaseBlock transparent matchgroup=ProgressCase start="\<case\>" matchgroup=ProgressCase end="\<end\scase\>\|\<end\>" contains=ALLBUT,ProgressProcedure,ProgressFunction
61 syn keyword ProgressReserved accum[ulate] active-window add alias all alter ambig[uous] analyz[e] and any apply as asc[ending] assign at attr[-space]
73 syn keyword ProgressReserved integer into is is-attr[-space] join kblabel key-code key-func[tion] key-label keycode keyfunc[tion] keylabel keys keyword label
92 syn region ProgressString matchgroup=ProgressQuote start=+"+ end=+"+ skip=+\~'\|\~\~+
93 syn region ProgressString matchgroup=ProgressQuote start=+'+ end=+'+ skip=+\~'\|\~\~+
116 syn region ProgressCommen
[all...]
H A Dsqlanywhere.vim371 syn keyword sqlKeyword absolute accent action active add address aes_decrypt
419 syn keyword sqlKeyword internal intersection into introduced invoker iq is isolation
494 syn keyword sqlOperator like escape not is and or
642 syn region sqlString start=+"+ end=+"+ contains=@Spell
643 syn region sqlString start=+'+ end=+'+ contains=@Spell
649 syn region sqlDashComment start=/--/ end=/$/ contains=@Spell
650 syn region sqlSlashComment start=/\/\// end=/$/ contains=@Spell
651 syn region sqlMultiComment start="/\*" end="\*/" contains=sqlMultiComment,@Spell
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dsurvival.tex11 % User interface is `plain.tex' and macros described below
19 % \kbd{ARG} -- argument is typed literally
31 % This file is part of GNU Emacs.
33 % GNU Emacs is free software; you can redistribute it and/or modify
38 % GNU Emacs is distributed in the hope that it will be useful,
58 Permission is granted to make and distribute copies of
201 \key{C-x 1} make active window the only window
208 Emacs defines a `region' as the space between the {\it mark\/} and
209 the {\it point}. A mark is set with \kbd{C-{\it space}}.
210 The point is a
[all...]
H A Dfr-survival.tex8 % User interface is `plain.tex' and macros described below
16 % \kbd{ARG} -- argument is typed literally
28 % This file is part of GNU Emacs.
30 % GNU Emacs is free software; you can redistribute it and/or modify
35 % GNU Emacs is distributed in the hope that it will be useful,
203 \key{C-x 1} ne conserve que la fen\^etre active
255 \key{M-x compile} compile le code situ\'e dans la fen\^etre active
364 \mkey{M-x ispell-region} v\'erifie l'orthographe de tous les mots de la r\'egion
369 \key{C-x RET C-\\} s\'electionne et active une m\'ethode d'entr\'ee pour le
371 \key{C-\\} active o
[all...]
H A Dgnus-refcard.tex46 % % the same settings work for A4, although there is a bit of space at the
86 \newenvironment{keys}[1]% #1 is the widest key
127 Permission is granted to make and distribute copies of this reference
136 Gnus is complex. Currently it has some 876 interactive (user-callable)
139 have 3 or even 4 bindings. The total number of keybindings is 677. So in
140 order to save 40\% space, every function is listed only once on this
147 prefixed behavior of commands is given in [brackets]. Often the prefix is
154 \quad [p/p] The ``Process/Prefix Convention'': If a prefix is given then it
157 current object is affecte
[all...]
H A Dtermcap.src3 # This version of terminfo.src is distributed with ncurses.
7 # The original header is preserved below for reference. It is noted that there
8 # is a newer version which differs in some cosmetic details; we have decided
9 # to not change the header unless there is also a change in content.
20 # address is no longer valid. The latest version can always be found at
29 # or as relics of various older versions of UNIX. This one is the longest
58 # The master format is accepted and generated by the terminfo tools in the
63 # you have ncurses `tic -I' is nicer (among other things, it automatically
66 # The termcap version is generate
[all...]
/macosx-10.9.5/vim-53/src/testdir/
H A Dtest49.vim12 " Writing new tests is eased considerably with the following functions and
95 " that it is not read away by the call to "input()" below. Restore
118 au BufEnter <sfile> syn region ExtraVim
160 " - Use Xpath to check if a line is executed.
171 " n is the number of Xloop commands inside the loop.
172 " If XloopINIT! is used, the first execution of XloopNEXT is
178 " next Xpath value. No new Xnext value is prepared. The argument
186 " Alternatively, when XloopINIT! is used, a single XloopNEXT at the
211 " mental arithmetic. The Xcheck argument is compute
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc.el16 ;; This file is part of GNU Emacs.
18 ;; GNU Emacs is free software; you can redistribute it and/or modify
23 ;; GNU Emacs is distributed in the hope that it will be useful,
35 ;; ERC is a powerful, modular, and extensible IRC client for Emacs.
41 ;; As of 2006-06-13, ERC development is now hosted on Savannah
70 "ERC version. This is used by function `erc-version'.")
113 "Know what is sent and received; control the display of sensitive data."
136 (message (concat "ERC: The function `defvaralias' is not bound. See the "
145 "IRC server to use if one is not provided.
162 "Nickname to use if one is no
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dbibtex.el15 ;; This file is part of GNU Emacs.
17 ;; GNU Emacs is free software; you can redistribute it and/or modify
22 ;; GNU Emacs is distributed in the hope that it will be useful,
85 If this is a string, use it as the initial field text.
86 If this is a function, call it to generate the initial field text."
112 required-fields Signal an error if a required field is missing.
117 field is empty, set the booktitle field to the content
176 If value of `bibtex-maintain-sorted-entries' is `entry-class'
439 ENTRY-NAME is the name of a BibTeX entry. The remaining pairs contain
441 The second pair is use
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dnetrw.vim8 " Permission is hereby granted to use and distribute this code,
10 " notice is copied with it. Like anything else that's free,
12 " *as is* and come with no warranty of any kind, either
204 " call Decho(g:netrw_ssh_cmd." is not executable")
303 " BufEnter event ignored by decho when following variable is true
511 echomsg "netrw is either not installed or not removable"
663 " ER: if machine contains '.' adding .user is required (use $USERNAME)
664 " ER: the tmpfile is full path: rcp sees C:\... as host C
800 call netrw#ErrorMsg(s:ERROR,"neither the wget nor the fetch command is available",6)
840 call netrw#ErrorMsg(s:ERROR,g:netrw_dav_cmd." is no
[all...]
/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Dterminfo.src3 # This version of terminfo.src is distributed with ncurses and is maintained
12 # The original header is preserved below for reference. It is noted that there
13 # is a "newer" version which differs in some cosmetic details (but actually
15 # unless there is also a change in content.
17 # To further muddy the waters, it is noted that changes to this file as part of
21 # the file itself is of unknown authorship (and the disclaimer below makes it
23 # there is no explicit copyright notice on the file itself.
30 # In any case, note that almost half of this file is no
[all...]

Completed in 263 milliseconds