Searched +refs:line +refs:move (Results 1 - 25 of 165) sorted by relevance

1234567

/macosx-10.9.5/vim-53/runtime/indent/
H A Dada.vim22 " Verify handling of multi-line exprs. and recovery upon the final ';'.
52 " prev_indent = the previous line's indent
53 " prev_lnum = previous line (to start looking on)
55 " stop_at = if non-null, if a matching line is found, gives up!
56 " No recursive previous block analysis: simply look for a valid line
59 " nowhere near the correct indent (e.g., start of line)!
60 " Seems to work OK as it 'starts' with the indent of the /previous/ line.
63 let line = substitute( getline(lnum), g:ada#Comment, '', '' )
65 if a:stop_at != '' && line =~ '^\s*' . a:stop_at && indent(lnum) < a:prev_indent
67 elseif line
[all...]
H A Dsqlanywhere.vim37 " you would type at the BEGINNING of a line
53 " These are typically words that start a line.
65 " If a line has an extra "(" increase the indent
66 " If a line has an extra ")" decrease the indent
67 function s:CountUnbalancedParan( line, paran_to_check )
68 let l = a:line
70 let l = a:line
91 let line = getline(lnum)
102 " num_right_paran matches for this line
109 \ 's:IsColComment(line("
[all...]
H A Dmma.vim39 " Find a non-blank line above the current line.
46 " if previous line has an unmatched bracket, or ( indent.
49 " also, indent only if this line if this line isn't starting a new
55 " if this line had unmatched closing block,
58 " move to the closing bracket
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Daniwave.tcl22 label $w.msg -font $font -wraplength 4i -justify left -text "This demonstration contains a canvas widget with a line item inside it. The animation routines work by adjusting the coordinates list of the line; a trace on a variable is used so updates to the variable result in a change of position of the line."
37 # job and relies on Tk's line smoothing to make things look better.
44 # Create a smoothed line and arrange for its coordinates to be the
46 $w.c create line $waveCoords -tags wave -width 1 -fill green -smooth 1
88 proc move {} { procedure
94 set animationCallbacks(simpleWave) [after 10 move]
106 move
H A Dfloor.tcl60 $w move floor1 2c 2c
61 $w move floor2 1c 1c
133 $w create line 386 129 398 129 -fill $outline -tags {floor1 bg}
134 $w create line 258 355 258 387 -fill $outline -tags {floor1 bg}
135 $w create line 60 387 60 391 -fill $outline -tags {floor1 bg}
136 $w create line 0 337 0 391 -fill $outline -tags {floor1 bg}
137 $w create line 60 391 0 391 -fill $outline -tags {floor1 bg}
138 $w create line 3 114 3 337 -fill $outline -tags {floor1 bg}
139 $w create line 258 387 60 387 -fill $outline -tags {floor1 bg}
140 $w create line 48
[all...]
H A Dplot.tcl34 $c create line 100 250 400 250 -width 2
35 $c create line 100 250 100 50 -width 2
40 $c create line $x 250 $x 245 -width 2
45 $c create line 100 $y 105 $y -width 2
96 $w move selected [expr {$x-$plot(lastX)}] [expr {$y-$plot(lastY)}]
H A Darrow.tcl4 # large line with an arrowhead whose shape can be edited interactively.
38 eval {$c create line $v(x1) $v(y) $v(x2) $v(y) -arrow last \
44 $c create line $v(x2) $v(y) $xtip [expr {$v(y)+$deltaY}] \
48 # Create the boxes for reshaping the line and arrowhead.
65 $c create line [expr {$v(x2)+50}] 0 [expr {$v(x2)+50}] 1000 \
68 $c create line $tmp [expr {$v(y)-125}] $tmp [expr {$v(y)-75}] \
71 $c create line [expr {$tmp-25}] $v(y) [expr {$tmp+25}] $v(y) \
74 $c create line [expr {$tmp-25}] [expr {$v(y)+75}] [expr {$tmp+25}] \
82 $c create line $tmp [expr {$v(y)-5*$v(width)}] \
88 $c create line
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/diagrams/
H A Ddraw_circle.tcl44 # line --
45 # Create (and draw) a line through two points
50 # A line through the two points
52 proc line {point1 point2} { procedure
53 .c create line [concat [PixelPoint $point1] [PixelPoint $point2]] -fill black
77 # obj1 Point, line, ...
78 # obj2 Point, line, ...
116 # Compute the coordinates of a point on a line
118 # line Line in question
121 # Point on the line
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Daniwave.rb26 text 'This demonstration contains a canvas widget with a line item inside it. The animation routines work by adjusting the coordinates list of the line.'
68 # Create a smoothed line and arrange for its coordinates to be the
70 @line = TkcLine.new(@c, @waveCoords,
93 @line.coords(@waveCoords)
108 def move method in class:AnimatedWaveDemo
118 AnimatedWaveDemo.new(base_frame, :left).move
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Daniwave.rb70 # Create a smoothed line and arrange for its coordinates to be the
72 @line = TkcLine.new(@c, @waveCoords,
95 @line.coords(@waveCoords)
110 def move method in class:AnimatedWaveDemo
120 AnimatedWaveDemo.new(base_frame, :left).move
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dtest_instr.c57 show_1st(WINDOW *win, int line, char *buffer) argument
59 mvwaddstr(win, line, 5, buffer);
63 showmore(WINDOW *win, int line, char *buffer) argument
65 wmove(win, line, 0);
67 show_1st(win, line, buffer);
177 mvwprintw(chrwin, 0, 0, "line:");
190 move(txt_y, txt_x);
214 move(txt_y, txt_x);
H A Dtest_inwstr.c59 show_1st(WINDOW *win, int line, wchar_t *buffer) argument
61 mvwaddwstr(win, line, 5, buffer);
65 showmore(WINDOW *win, int line, wchar_t *buffer) argument
67 wmove(win, line, 0);
69 show_1st(win, line, buffer);
178 mvwprintw(chrwin, 0, 0, "line:");
191 move(txt_y, txt_x);
215 move(txt_y, txt_x);
/macosx-10.9.5/curl-78.94.1/curl/tests/
H A Dvalgrind.pm48 my ($func, $source, $line)=($1, $2, $3);
53 # print "$func() at $source:$line\n";
55 } #else {print "Not our source: $func, $source, $line\n";}
75 push @o, "\n Conditional jump or move depends on uninitialised value(s)\n";
96 elsif($_ =~ /Conditional jump or move/) {
/macosx-10.9.5/ruby-104/ruby/lib/
H A Ddebug.rb49 # b[reak] [file:|class:]<line|method>
50 # b[reak] [class.]<line|method>
60 # s[tep][ nnn] step (into methods) one line or till line nnn
61 # n[ext][ nnn] go over one line or till line nnn
66 # up[ nn] move to higher frame
67 # down[ nn] move to lower frame
112 # In this example, it'd be interesting to move to the next line an
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dhitest.vim29 if line("$") != 1 || getline(1) != ""
50 " move linked groups to the end of file
51 global /links to/ move $
53 " move linked group names to the matching preferred groups
80 if b:i > line("$") | break | endif
87 if b:i < line("$")-1
/macosx-10.9.5/Chess-310.5/sjeng/
H A Dprotos.h31 void comp_to_coord (move_s move, char str[]);
88 bool verify_coord (char input[], move_s *move);
92 void ProcessHoldings(char line[]);
146 void comp_to_san (move_s move, char str[]);
/macosx-10.9.5/zsh-60/zsh/Completion/Unix/Command/
H A D_todo.sh15 local expl curcontext="$curcontext" state line pri nextstate item
41 "addm:add TODO ITEMs, one per line, to todo.txt."
43 "append:adds to item on line NUMBER the text TEXT."
46 "del:deletes the item on line NUMBER in todo.txt."
48 "do:marks item on line NUMBER as done in todo.txt."
55 "move:move item between files"
56 "prepend:adds to the beginning of the item on line NUMBER text TEXT."
67 (append|command|del|move|mv|prepend|pri|replace|rm)
78 (move|m
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/markdown/
H A Dliterals_1_9.rb53 string.each_line do |line|
55 cur_offset += line.size
89 "line #{l}, column #{c}: failed rule '#{info.name}' = '#{info.rendered}'"
91 "line #{l}, column #{c}: failed rule '#{@failed_rule}'"
99 line = lines[l-1]
100 "#{line}\n#{' ' * (c - 1)}^"
135 io.puts "On line #{line_no}, column #{col_no}:"
145 line = lines[line_no-1]
146 io.puts "=> #{line}"
228 def move!(an
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dfloor.tcl58 $w move floor1 2c 2c
59 $w move floor2 1c 1c
131 $w create line 386 129 398 129 -fill $outline -tags {floor1 bg}
132 $w create line 258 355 258 387 -fill $outline -tags {floor1 bg}
133 $w create line 60 387 60 391 -fill $outline -tags {floor1 bg}
134 $w create line 0 337 0 391 -fill $outline -tags {floor1 bg}
135 $w create line 60 391 0 391 -fill $outline -tags {floor1 bg}
136 $w create line 3 114 3 337 -fill $outline -tags {floor1 bg}
137 $w create line 258 387 60 387 -fill $outline -tags {floor1 bg}
138 $w create line 48
[all...]
H A Dplot.tcl34 $c create line 100 250 400 250 -width 2
35 $c create line 100 250 100 50 -width 2
40 $c create line $x 250 $x 245 -width 2
45 $c create line 100 $y 105 $y -width 2
96 $w move selected [expr {$x-$plot(lastX)}] [expr {$y-$plot(lastY)}]
H A Darrow.tcl4 # large line with an arrowhead whose shape can be edited interactively.
36 eval {$c create line $v(x1) $v(y) $v(x2) $v(y) -arrow last \
42 $c create line $v(x2) $v(y) $xtip [expr {$v(y)+$deltaY}] \
46 # Create the boxes for reshaping the line and arrowhead.
63 $c create line [expr {$v(x2)+50}] 0 [expr {$v(x2)+50}] 1000 \
66 $c create line $tmp [expr {$v(y)-125}] $tmp [expr {$v(y)-75}] \
69 $c create line [expr {$tmp-25}] $v(y) [expr {$tmp+25}] $v(y) \
72 $c create line [expr {$tmp-25}] [expr {$v(y)+75}] [expr {$tmp+25}] \
80 $c create line $tmp [expr {$v(y)-5*$v(width)}] \
86 $c create line
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dtext_write.tcl20 reset clear field fieldl fieldr /line prefix indent \
22 push pop pop-append copy move clear-block exists
32 # Reset state, fully (clear line and block buffers, , stack, set
44 # Reset state (clear line and block buffers, stack, and set the
54 # Extend line buffer, at end.
73 # Set field separator for '/line'
94 proc ::text::write::/line {} {
95 # Commit current line to current block (added at end)
105 # Remove last line from current block.
179 proc ::text::write::move {sr
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.js111 // Blinky cursor, and element used to ensure cursor fits at the end of a line
153 // Used to only resize the line number gutter when necessary (when
178 // Tracks the maximum line length so that the horizontal scrollbar
196 cm.doc.iter(function(line) {
197 if (line.stateAfter) line.stateAfter = null;
198 if (line.styles) line.styles = null;
223 return function(line) {
224 if (lineIsHidden(cm.doc, line))
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dthingatpt.el32 ;; forward-"thing" operator (eg. forward-word, forward-line).
45 ;; (thing-at-point 'line)
61 (error "Can't determine how to move over a %s" thing))))
70 `word', `sentence', `whitespace', `line', `page' and others.
83 (funcall ;; First move to end.
86 (funcall ;; Then move to beg.
105 (funcall ;; First, move to beg.
108 (funcall ;; Then move to end.
127 `word', `sentence', `whitespace', `line', `page' and others.
153 ;; bolp will be false when you click on the last line i
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotpack.tcl62 $w move __NEW__ $xmove $ymove
74 $w move __NEW__ $xmove $ymove
86 $w move __NEW__ $xmove $ymove
98 $w move __NEW__ $xmove $ymove
216 line {}

Completed in 344 milliseconds

1234567