Searched refs:region (Results 476 - 500 of 904) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/vim-55/runtime/syntax/
H A Djam.vim79 syn region jamString start=+L\="+ skip=+\\\\\|\\"+ end=+"+ contains=cSpecial
83 syn region jamString start=+L\="+ skip=+\\\\\|\\"+ end=+"+ contains=cSpecial,cFormat
97 syn region jamParen transparent start='(' end=')' contains=ALLBUT,@jamParenGroup,jamErrInBracket
100 syn region jamBracket transparent start='\[' end=']' contains=ALLBUT,@jamParenGroup,jamErrInParen
150 syntax region jamCommentString contained start=+L\="+ skip=+\\\\\|\\"+ end=+"+ end=+\*/+me=s-1 contains=jamSpecial,jamCommentSkip
151 syntax region jamComment2String contained start=+L\="+ skip=+\\\\\|\\"+ end=+"+ end="$" contains=jamSpecial
152 syntax region jamCommentL start="//" skip="\\$" end="$" keepend contains=@jamCommentGroup,jamComment2String,jamCharacter,jamNumbersCom,jamSpaceError
153 syntax region jamCommentL2 start="^#\|^\s\+\#" skip="\\$" end="$" keepend contains=@jamCommentGroup,jamComment2String,jamCharacter,jamNumbersCom,jamSpaceError
154 syntax region jamComment start="/\*" end="\*/" contains=@jamCommentGroup,jamCommentString,jamCharacter,jamNumbersCom,jamSpaceError
156 syn region jamComment
[all...]
H A Dlace.vim53 syn region laceString start=+"+ skip=+%"+ end=+"+ contains=laceEscape,laceStringError
81 syn region laceGeneric transparent matchgroup=laceBrackets start="\[" end="\]" contains=ALLBUT,laceBracketError
82 syn region laceParen transparent start="(" end=")" contains=ALLBUT,laceParenError
H A Dlhaskell.vim109 syntax region lhsHaskellBirdTrack start="^>" end="\%(^[^>]\)\@=" contains=@haskellTop,lhsBirdTrack containedin=@lhsTeXContainer
110 syntax region lhsHaskellBeginEndBlock start="^\\begin{code}\s*$" matchgroup=NONE end="\%(^\\end{code}.*$\)\@=" contains=@haskellTop,beginCodeBegin containedin=@lhsTeXContainer
115 syntax region beginCodeCode matchgroup=texDelimiter start="{" end="}"
H A Dmasm.vim30 syn region masmComment start=+COMMENT\s*\z(\S\)+ end=+\z1.*+ contains=@Spell
31 syn region masmString start=+'+ end=+'+ oneline contains=@Spell
32 syn region masmString start=+"+ end=+"+ oneline contains=@Spell
34 syn region masmTitleArea start=+\<TITLE\s+lc=5 start=+\<SUBTITLE\s+lc=8 start=+\<SUBTTL\s+lc=6 end=+$+ end=+;+me=e-1 contains=masmTitle
35 syn region masmTextArea start=+\<NAME\s+lc=4 start=+\<INCLUDE\s+lc=7 start=+\<INCLUDELIB\s+lc=10 end=+$+ end=+;+me=e-1 contains=masmText
39 syn region masmOptionOpt start=+\<OPTION\s+lc=6 end=+$+ end=+;+me=e-1 contains=masmOption
40 syn region masmContextOpt start=+\<PUSHCONTEXT\s+lc=11 start=+\<POPCONTEXT\s+lc=10 end=+$+ end=+;+me=e-1 contains=masmOption
41 syn region masmModelOpt start=+\.MODEL\s+lc=6 end=+$+ end=+;+me=e-1 contains=masmOption,masmType
42 syn region masmSegmentOpt start=+\<SEGMENT\s+lc=7 end=+$+ end=+;+me=e-1 contains=masmOption,masmString
43 syn region masmProcOp
[all...]
H A Doccam.vim71 syn region occamString start=/"/ skip=/\M*"/ end=/"/ contains=occamSpecialChar
72 syn region occamCharString start=/'/ end=/'/ contains=occamSpecialChar
87 syn region occamCDirective start=/#\(USE\|INCLUDE\|PRAGMA\|DEFINE\|UNDEFINE\|UNDEF\|IF\|ELIF\|ELSE\|ENDIF\|WARNING\|ERROR\|RELAX\)\>/ end=/$/ contains=occamString,occamComment,occamCDString
H A Dpilrc.vim94 syn region pilrcComment start="/\*" end="\*/"
95 syn region pilrcComment start="//" end="$"
118 syn region pilrcInclude start="public class" end="}"
H A Dsicad.vim127 syn region sicadString_ transparent start=+'+ end=+'+ oneline contained
129 syn region sicadString start=+'+ end=+'+ oneline
134 syn region sicadComment start="^ *\*" skip='\\ *$' end=";"me=e-1 end="$" contains=sicadString_
136 syn region sicadComment start="^ *\.[a-z][a-z0-9]\{0,7} *\*" skip='\\ *$' end=";"me=e-1 end="$" contains=sicadLabel1,sicadString_
138 syn region sicadComment start="; *\*"ms=s+1 skip='\\ *$' end=";"me=e-1 end="$" contains=sicadString_
140 syn region sicadComment matchgroup=sicadStatement start="\<docbeg\>" end="\<docend\>"
148 syn region sicadDopBlock transparent matchgroup=sicadStatement start='\<dop\>' skip='\\ *$' end=';'me=e-1 end='$' contains=ALL
151 syn region sicadSqlBlock transparent matchgroup=sicadStatement start='\<sql\>' skip='\\ *$' end=';'me=e-1 end='$' contains=@SQL,sicadIdentifier,sicadLineCont
163 "syn region sicadParen transparent start='(' end=')' contains=ALLBUT,sicadParenError
164 syn region sicadPare
[all...]
H A Dphp.vim303 syn region phpIdentifierComplex matchgroup=phpParent start="{\$"rs=e-1 end="}" contains=phpIdentifier,phpMemberSelector,phpVarSelector,phpIdentifierComplexP contained extend
304 syn region phpIdentifierComplexP matchgroup=phpParent start="\[" end="]" contains=@phpClInside contained
342 syn region phpComment start="/\*" end="\*/" contained contains=phpTodo
344 syn region phpComment start="/\*" end="\*/" contained contains=phpTodo extend
358 syn region phpStringDouble matchgroup=None start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=@phpAddStrings,phpIdentifier,phpSpecialChar,phpIdentifierSimply,phpIdentifierComplex contained keepend
359 syn region phpBacktick matchgroup=None start=+`+ skip=+\\\\\|\\"+ end=+`+ contains=@phpAddStrings,phpIdentifier,phpSpecialChar,phpIdentifierSimply,phpIdentifierComplex contained keepend
360 syn region phpStringSingle matchgroup=None start=+'+ skip=+\\\\\|\\'+ end=+'+ contains=@phpAddStrings contained keepend
362 syn region phpStringDouble matchgroup=None start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=@phpAddStrings,phpIdentifier,phpSpecialChar,phpIdentifierSimply,phpIdentifierComplex contained extend keepend
363 syn region phpBacktick matchgroup=None start=+`+ skip=+\\\\\|\\"+ end=+`+ contains=@phpAddStrings,phpIdentifier,phpSpecialChar,phpIdentifierSimply,phpIdentifierComplex contained extend keepend
364 syn region phpStringSingl
[all...]
H A Dgtkrc.vim28 syn region gtkrcACString start=+"+ skip=+\\\\\|\\"+ end=+"+ oneline contains=gtkrcWPathSpecial,gtkrcClassName,gtkrcClassNameGnome contained
29 syn region gtkrcBString start=+"+ skip=+\\\\\|\\"+ end=+"+ oneline contains=gtkrcKeyMod contained
30 syn region gtkrcString start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=gtkrcStockName,gtkrcPathSpecial,gtkrcRGBColor
77 syn region gtkrcParen start='(' end=')' transparent contains=ALLBUT,gtkrcParenError,@gtkrcPRIVATE
79 syn region gtkrcBrace start='{' end='}' transparent contains=ALLBUT,gtkrcBraceError,@gtkrcPRIVATE
81 syn region gtkrcBracket start='\[' end=']' transparent contains=ALLBUT,gtkrcBracketError,@gtkrcPRIVATE
/macosx-10.10/objc4-646/runtime/
H A Dobjc-cache.mm714 int region;
732 for (region = 0; objc_entryPoints[region] != 0; region++)
734 if ((pc >= objc_entryPoints[region]) &&
735 (pc <= objc_exitPoints[region]))
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dulocdata.c193 char region[ULOC_COUNTRY_CAPACITY]; local
201 uloc_getCountry(fullLoc, region, ULOC_COUNTRY_CAPACITY, status);
206 UResourceBundle *measDataBundle = ures_getByKey(rb, region, NULL, status);
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dtreeview.tcl109 switch -- [$w identify region $x $y] {
159 switch -- [$w identify region $x $y] {
225 if { [$w identify region $x $y] eq "heading"
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dtznames.h200 * Returns the reference zone ID for the given meta zone ID for the region.
202 * Note: Each meta zone must have a reference zone associated with a special region "001" (world).
203 * Some meta zones may have region specific reference zone IDs other than the special region
204 * "001". When a meta zone does not have any region specific reference zone IDs, this method
205 * return the reference zone ID for the special region "001" (world).
208 * @param region The region.
210 * region. If the meta zone is unknown or the implementation does not support meta zones, "bogus" state
215 virtual UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeStrin
[all...]
H A Duldnames.h196 * Returns the display name of the provided region code.
198 * @param region the region code whose display name to return
208 const char *region,
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DWebVTTParser.cpp286 // Steps 12.5.1 - 12.5.11 Region creation: Let region be a new text track region [...]
452 RefPtr<VTTRegion> region = VTTRegion::create(*m_scriptExecutionContext);
453 region->setRegionSettings(headerValue);
455 // Step 12.5.10 If the text track list of regions regions contains a region
456 // with the same region identifier value as region, remove that region.
458 if (m_regionList[i]->id() == region->id()) {
464 m_regionList.append(region);
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Drdataslab.c27 #include <isc/region.h>
127 isc_region_t *region, unsigned int reservelen)
283 region->base = rawbuf;
284 region->length = buflen;
523 isc_region_t region; local
536 region.length = length;
540 region.base = tcurrent;
541 tcurrent += region.length;
542 dns_rdata_fromregion(rdata, rdclass, type, &region);
126 dns_rdataslab_fromrdataset(dns_rdataset_t *rdataset, isc_mem_t *mctx, isc_region_t *region, unsigned int reservelen) argument
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dlex.h57 #include <isc/region.h>
362 * Returns a region containing the text of the last token returned.
/macosx-10.10/cups-408/cups/scheduler/
H A Dmime.h75 region, /* Region length */ member in struct:_mime_magic_s
/macosx-10.10/emacs-93/emacs/etc/
H A Dsurvival.tex208 Emacs defines a `region' as the space between the {\it mark\/} and
217 \key{C-w} kill region
218 \key{M-w} copy region to kill-ring
335 \key{C-x r s} save region in register
355 \key{M-|} run a shell command on the region
356 \key{C-u M-|} filter region through a shell command
361 \mkey{M-x ispell-region} check spelling of all words in region
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-salt.el86 gnus-down-mouse-2 gnus-pick-mouse-pick-region
97 ["Region" gnus-uu-mark-region t]
103 ["Region" gnus-uu-unmark-region t]
224 (defun gnus-pick-mouse-pick-region (start-event)
300 ;; because it would fail to set up a region.
541 (defun gnus-tree-article-region (article)
542 "Return a cons with BEG and END of the article region."
853 region)
855 (when (setq region (gnus-tree-article-region articl
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dlog-edit.el205 (delete-region (point-min) (point-max))
278 (fill-region (point) end))
310 buffer so that it is easy to kill the contents of the buffer with \\[kill-region].
360 (delete-region (point) (point-max))
503 (delete-region (point-min) (point)))))
512 Actually, the narrowed region doesn't include the date line.
526 (narrow-to-region start (point))
593 \(ENTRYSTART . ENTRYEND\) pair is a buffer region."
650 (dolist (region regions)
651 (when (and last (< last (car region))) (newlin
[all...]
H A Ds-region.el1 ;;; s-region.el --- set region using shift key
29 ;; Having loaded this code you can set the region by holding down the
30 ;; shift key and move the cursor to the other end of the region. The
34 ;; Currently, s-region-move may be bound only to events that are vectors
40 ;; C-insert is bound to copy-region-as-kill
41 ;; S-delete is bound to kill-region
46 (defvar s-region-overlay (make-overlay 1 1))
47 (overlay-put s-region-overlay 'face 'region)
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dm4-mode.el35 ;; * want to make m4-m4-(buffer|region) look sorta like M-x compile look&feel ?
108 (define-key map "\C-c\C-r" 'm4-m4-region)
109 (define-key map "\C-c\C-c" 'comment-region)
121 (shell-command-on-region
127 (defun m4-m4-region ()
128 "Send contents of the current region to m4."
130 (shell-command-on-region
/macosx-10.10/libdispatch-442.1.4/private/
H A Ddata_private.h88 * Creates a dispatch data object representing a newly allocated memory region
90 * filled with the location of the memory region.
93 * becomes immutable (i.e. the returned memory region is not further modified)
98 * location of the newly allocated memory region, or NULL.
109 * A function to be invoked for every contiguous memory region in a data object.
112 * @param region A data object representing the current region.
113 * @param offset The logical offset of the current region to the start
115 * @param buffer The location of the memory for the current region.
116 * @param size The size of the memory for the current region
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp68 const MemoryObject &region,
87 const MemoryObject &region,
242 static DecodeStatus readInstruction32(const MemoryObject &region, argument
250 if (region.readBytes(address, 4, (uint8_t*)Bytes, NULL) == -1) {

Completed in 194 milliseconds

<<11121314151617181920>>