Searched +refs:blink +refs:cursor (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgtkrc.vim73 syn keyword gtkrcSettingsName gtk-double-click-time gtk-cursor-blink gtk-cursor-blink-time gtk-split-cursor gtk-theme-name gtk-key-theme-name gtk-menu-bar-accel gtk-dnd-drag-threshold gtk-font-name gtk-color-palette gtk-entry-select-on-focus gtk-can-change-accels gtk-toolbar-style gtk-toolbar-icon-size
H A Dslrnrc.vim89 syn keyword slrnrcColorObj contained article author boldtext box cursor date description error frame from_myself group grouplens_display header_name header_number headers
106 syn keyword slrnrcMonoVal contained blink bold none reverse underline
H A Dcss.vim114 syn keyword cssTextAttr contained underline overline blink sub super middle
141 syn keyword cssUIProp contained cursor
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/ace/
H A Dace.js2103 var cursor = this.getCursorPosition();
2106 var transform = mode.transformAction(session.getState(cursor.row), 'insertion', this, session, text);
2113 cursor = this.session.remove(this.getSelectionRange());
2117 var range = new Range.fromPoints(cursor, cursor);
2124 var start = cursor.column;
2125 var lineState = session.getState(cursor.row);
2126 var line = session.getLine(cursor.row);
2128 var end = session.insert(cursor, text);
2133 new Range(cursor
[all...]
/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Dterminfo.src201 # u7 cursor position request (equiv. to VT100/ANSI/ECMA-48 DSR 6)
202 # u6 cursor position report (equiv. to ANSI/ECMA-48 CPR)
208 # The cursor position request (<u7>) string should elicit a cursor position
218 # The cursor position report (<u6>) string must contain two scanf(3)-style
364 blink=\E[5m, invis=\E[8m, rev=\E[7m,
381 ansi+csr|ansi scroll-region plus cursor save & restore,
399 blink=\E[5m, bold=\E[1m, rev=\E[7m, rmpch=\E[10m,
416 blink=\E[5m, bold=\E[1m, invis=\E[8m, rev=\E[7m, rmso=\E[m,
471 # ansi-mr is for ANSI terminals with ONLY relative cursor addressin
[all...]
/macosx-10.9.5/ncurses-42/ncurses/include/
H A DCaps.uwin235 hard_cursor chts bool HC - - ----- cursor is hard to see
297 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
304 cursor_home home str ho - - YBCGE home cursor (if no cup)
305 cursor_invisible civis str vi - - YB-G- make cursor invisible
307 cursor_mem_address mrcup str CM - - YB-G- memory relative cursor addressing, move to row #1 columns #2
308 cursor_normal cnorm str ve - - YBCGE make cursor appear normal (undo civis/cvvis)
312 cursor_visible cvvis str vs - - YBCGE make cursor very visible
318 enter_blink_mode blink str mb - - YB-G- turn on blinking
337 flash_screen flash str vb - - YBCGE visible bell (may not move cursor)
418 restore_cursor rc str rc - - YBCG- restore cursor t
[all...]
H A DCaps.keys237 hard_cursor chts bool HC - - ----- cursor is hard to see
331 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
338 cursor_home home str ho - - YBCGE home cursor (if no cup)
339 cursor_invisible civis str vi - - YB-G- make cursor invisible
341 cursor_mem_address mrcup str CM - - YB-G- memory relative cursor addressing, move to row #1 columns #2
342 cursor_normal cnorm str ve - - YBCGE make cursor appear normal (undo civis/cvvis)
346 cursor_visible cvvis str vs - - YBCGE make cursor very visible
352 enter_blink_mode blink str mb - - YB-G- turn on blinking
371 flash_screen flash str vb - - YBCGE visible bell (may not move cursor)
452 restore_cursor rc str rc - - YBCG- restore cursor t
[all...]
H A DCaps235 hard_cursor chts bool HC - - ----- cursor is hard to see
329 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
336 cursor_home home str ho - - YBCGE home cursor (if no cup)
337 cursor_invisible civis str vi - - YB-G- make cursor invisible
339 cursor_mem_address mrcup str CM - - YB-G- memory relative cursor addressing, move to row #1 columns #2
340 cursor_normal cnorm str ve - - YBCGE make cursor appear normal (undo civis/cvvis)
344 cursor_visible cvvis str vs - - YBCGE make cursor very visible
350 enter_blink_mode blink str mb - - YB-G- turn on blinking
369 flash_screen flash str vb - - YBCGE visible bell (may not move cursor)
450 restore_cursor rc str rc - - YBCG- restore cursor t
[all...]
H A DCaps.aix4235 hard_cursor chts bool HC - - ----- cursor is hard to see
329 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
336 cursor_home home str ho - - YBCGE home cursor (if no cup)
337 cursor_invisible civis str vi - - YB-G- make cursor invisible
339 cursor_mem_address mrcup str CM - - YB-G- memory relative cursor addressing, move to row #1 columns #2
340 cursor_normal cnorm str ve - - YBCGE make cursor appear normal (undo civis/cvvis)
344 cursor_visible cvvis str vs - - YBCGE make cursor very visible
350 enter_blink_mode blink str mb - - YB-G- turn on blinking
369 flash_screen flash str vb - - YBCGE visible bell (may not move cursor)
450 restore_cursor rc str rc - - YBCG- restore cursor t
[all...]
H A DCaps.hpux11236 hard_cursor chts bool HC - - ----- cursor is hard to see
331 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
338 cursor_home home str ho - - YBCGE home cursor (if no cup)
339 cursor_invisible civis str vi - - YB-G- make cursor invisible
341 cursor_mem_address mrcup str CM - - YB-G- memory relative cursor addressing, move to row #1 columns #2
342 cursor_normal cnorm str ve - - YBCGE make cursor appear normal (undo civis/cvvis)
346 cursor_visible cvvis str vs - - YBCGE make cursor very visible
352 enter_blink_mode blink str mb - - YB-G- turn on blinking
371 flash_screen flash str vb - - YBCGE visible bell (may not move cursor)
452 restore_cursor rc str rc - - YBCG- restore cursor t
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dcsscomplete.vim6 let s:values = split("azimuth background background-attachment background-color background-image background-position background-repeat border bottom border-collapse border-color border-spacing border-style border-top border-right border-bottom border-left border-top-color border-right-color border-bottom-color border-left-color border-top-style border-right-style border-bottom-style border-left-style border-top-width border-right-width border-bottom-width border-left-width border-width caption-side clear clip color content counter-increment counter-reset cue cue-after cue-before cursor display direction elevation empty-cells float font font-family font-size font-style font-variant font-weight height left letter-spacing line-height list-style list-style-image list-style-position list-style-type margin margin-right margin-left margin-top margin-bottom max-height max-width min-height min-width orphans outline outline-color outline-style outline-width overflow padding padding-top padding-right padding-bottom padding-left page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position quotes right richness speak speak-header speak-numeral speak-punctuation speech-rate stress table-layout text-align text-decoration text-indent text-transform top unicode-bidi vertical-align visibility voice-family volume white-space width widows word-spacing z-index")
25 " Depending on their relative position to cursor we will know what should
181 elseif prop == 'cursor'
295 let values = ["none", "underline", "overline", "line-through", "blink"]
H A Djavascriptcomplete.vim114 let strimeth = ['anchor', 'big', 'blink', 'bold', 'charAt', 'charCodeAt', 'concat',
310 \ 'counterIncrement', 'counterReset', 'cssFloat', 'cursor', 'direction',
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl106 blink \#FFFF00
107 cursor \#000000
620 label $sbar.cursor -relief sunken -borderwidth 1 -anchor e -width 6 \
624 grid $PRIV(X) $PRIV(tabframe) $sbar.cursor -sticky news -padx $padx
737 -insertbackground $COLOR(cursor) -borderwidth 1 -highlightthickness 0
787 $con tag configure blink -background $COLOR(blink)
788 $con tag configure find -background $COLOR(blink)
2116 $w tag configure find -background $::tkcon::COLOR(blink)
2764 -insertbackground $COLOR(cursor) \
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A DviperCard.tex363 \key{{\bf append} after cursor}{a}
371 \key{move cursor to {\bf next} window}{C-x o}
630 \twocol{blink-matching-paren}{t}

Completed in 168 milliseconds