Searched refs:point (Results 151 - 175 of 1295) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Drfc2231.el103 (buffer-substring (point) (progn
105 (point)))))))
124 (point) (progn (forward-sexp 1) (point))))))
137 (point) (progn (forward-sexp 1) (point)))))
164 (setq value (buffer-substring (1+ (point))
167 (1- (point)))))
177 (point)
187 (point)))))
[all...]
H A Dwebmail.el206 (append-to-file (point-min) (point-max) webmail-debug-file)))
283 (goto-char (point-min))
291 (goto-char (point-min))))
353 (goto-char (point-min))
363 (goto-char (point-min))
371 (goto-char (point-min))
376 (goto-char (point-min))
383 (goto-char (point-min))
395 (goto-char (point
[all...]
H A Dnnbabyl.el100 (goto-char (point-min)))
103 (setq start (point))
105 (setq stop (1- (point)))
111 (goto-char (point-max))
167 (goto-char (point-min))
171 (goto-char (point-min))
175 (setq start (point))
180 (goto-char (point-max)))
181 (setq stop (point))
186 (goto-char (point
[all...]
H A Dmailcap.el325 (goto-char (point-min))
331 (write-region (point-min) (point-max) file))
351 (goto-char (point-min))
361 (goto-char (point-min))
377 (goto-char (point-min))
430 (goto-char (point-max))
432 (delete-region (point) (point-max))
436 (setq save-pos (point)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dscribe.el165 (let ((spos (point)) (epos (point)) (ccoun 0) noparens)
169 (setq spos (point))
176 (setq epos (point))))
201 "Underline COUNT words around point by means of Scribe constructs."
206 "Boldface COUNT words around point by means of Scribe constructs."
211 "Italicize COUNT words around point by means of Scribe constructs."
260 (scribe-bracket-region-be env (point) (point))
280 "``" (- (point) 100
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dparen.el34 ;; before or after point.
45 ;; This is the overlay used to highlight the closeparen right before point.
143 (let ((oldpos (point))
144 (dir (cond ((eq (syntax-class (syntax-after (1- (point)))) 5) -1)
145 ((eq (syntax-class (syntax-after (point))) 4) 1)))
155 (max (point-min) (- (point) blink-matching-paren-distance))
156 (min (point-max) (+ (point) blink-matching-paren-distance))))
160 (setq pos (scan-sexps (point) di
[all...]
H A Darray.el48 (defvar array-buffer-column nil "Current column number of point in the buffer.")
50 (defvar array-buffer-line nil "Current line number of point in the buffer.")
54 (defvar array-row nil "Current array row location of point.")
55 (defvar array-column nil "Current array column location of point.")
176 Leave point at the beginning of the field and return the new buffer column."
181 (goto-char (point-min))
187 Leave point at the beginning of the field and return the new array row."
198 Leave point at the beginning of the field and return the new array column."
210 Leave point at the beginning of the field and return the new array row.
228 Leave point a
[all...]
H A Dnovice.el73 (goto-char (point-max))
74 (let ((start (point)))
81 (delete-region (match-beginning 0) (point-max)))
82 (goto-char (point-max))
83 (indent-rigidly start (point) 3))))
142 (goto-char (point-min))
145 (progn (beginning-of-line) (point))
146 (progn (forward-line 1) (point))))
149 (goto-char (point-max))
182 (goto-char (point
[all...]
H A Dediff-mult.el446 (setq overl (ediff-get-meta-overlay-at-pos (point)))
450 (setq overl (ediff-get-meta-overlay-at-pos (point)))))))
455 (setq pos (ediff-next-meta-overlay-start (point)))
474 (setq overl (ediff-get-meta-overlay-at-pos (point)))
478 (setq overl (ediff-get-meta-overlay-at-pos (point)))))))
482 (setq pos (ediff-previous-meta-overlay-start (point)))
839 ;; Insert the activity marker for session SESSION in the meta buffer at point
849 ;; Insert session status at point. Status is either ?H (marked for hiding), or
861 (defun ediff-replace-session-activity-marker-in-meta-buffer (point new-marker)
862 (let* ((overl (ediff-get-meta-overlay-at-pos point))
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dtcl.el31 ;; set the variable tcl-help-directory-list to point to the topmost
78 ;; middle of a defun, or between defuns. should notice if point is
94 ;; before point, and no "\" on previous line). (see tcl-real-command-p).
102 ;; * `#' shouldn't insert `\#' when point is in string.
144 If nil and point is not in the indentation area at the beginning of
679 If `tcl-tab-always-indent' is nil and point is not in the indentation
695 (let* ((ipoint (point))
698 (point)))
705 ;; indentation. Otherwise leave point at end of line. This
707 (if (= (point) (lin
[all...]
H A Ddcl-mode.el217 If nil, pressing TAB indents the current line if point is at the left margin.
540 If nil, pressing TAB indents the current line if point is at the left
676 "Move point to beginning of current command."
687 "Move point to end of current command or next command if not on a command."
690 (start (point)))
702 Move point to the preceding command line that is not a comment line,
706 Returns point of the found command line or nil if not able to move."
708 (let ((start (point))
719 (setq done t retval (point)))
723 (setq done t retval (point)))
[all...]
H A Dmake-mode.el940 "Move point to the beginning of the next dependency line."
942 (let ((here (point)))
949 "Move point to the beginning of the previous dependency line."
951 (let ((pt (point)))
959 (get-text-property (point) 'face)
961 (if (> (point) (+ (point-min) 2))
962 (eq (char-before (1- (point))) ?\\))
997 Only does prompting if point is at beginning of line.
1017 "Complete on a list of known macros, then insert complete ref at point
[all...]
/macosx-10.9.5/ruby-104/ruby/misc/
H A Druby-additional.el21 (let ((orig (point)) (end (progn (ruby-forward-sexp) (point))))
43 (let ((orig (point)) (end (progn (ruby-forward-sexp) (point))))
66 (goto-char (point-min))
69 (goto-char (point-min))
89 (delete-region (point) (match-end 2))
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dtexinfmt.el44 If optional argument HERE is non-nil, insert info at point."
186 (goto-char (point-min))
187 (let ((search-end (save-excursion (forward-line 100) (point))))
195 (setq header-beginning (point)))
200 (setq header-end (point))))
203 (goto-char (point-min))
206 (setq header-beginning (point))
208 (setq header-end (point))))
233 (goto-char (point-min))
244 (setq texinfo-command-end (point))
[all...]
H A Dbib-mode.el62 (goto-char (point-max))
158 (setq end-current (point))
160 (setq beg-current (point))
165 (bib-capitalize-title-region (+ (point) 3) end-current)))
175 "Set mark at beginning of current or previous bib entry, point at end."
182 (push-mark (point))
193 (append-to-buffer (get-file-buffer unread-bib-file) (mark) (point))
194 (append-to-file (mark) (point) unread-bib-file)))
214 (goto-char (point-min))
235 (bib-capitalize-title-region (point
[all...]
H A Dmakeinfo.el122 (goto-char (point-min))
123 (let ((search-end (save-excursion (forward-line 100) (point))))
135 (goto-char (point-min))
141 (setq filename-or-header-beginning (point)))
146 (setq filename-or-header-end (point))))
155 (goto-char (point-min))
158 (setq filename-or-header-beginning (point))
160 (setq filename-or-header-end (point))
222 (goto-char (point-min))))
225 "Return the name of the node containing point, i
[all...]
H A Dnroff-mode.el139 (string-to-number (buffer-substring (point) (+ 1 (point))))))
146 (let ((pt (point)))
175 (goto-char (point-min))
241 automatically inserts the matching closing request after point."
247 (<= (point) (- (point-max) 3))
248 (cdr (assoc (buffer-substring (point)
249 (+ 3 (point)))
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dsendmail.el248 Each hook function can find the citation between (point) and (mark t).
249 And each hook function should leave point and mark around the citation
258 Each hook function can find the citation between (point) and (mark t),
259 and should leave point and mark around the citation text as modified.
464 (goto-char (point-min))
542 (goto-char (point-min))
552 (address-start (point)))
554 (fill-region-as-paragraph address-start (point-max))
555 (goto-char (point-max))
561 (address-start (progn (insert "CC: ") (point))))
[all...]
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityScrollView.cpp198 AccessibilityObject* AccessibilityScrollView::accessibilityHitTest(const IntPoint& point) const
204 if (m_horizontalScrollbar && m_horizontalScrollbar->elementRect().contains(point))
206 if (m_verticalScrollbar && m_verticalScrollbar->elementRect().contains(point))
209 return webArea->accessibilityHitTest(point);
257 void AccessibilityScrollView::scrollTo(const IntPoint& point) const
260 m_scrollView->setScrollPosition(point);
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebNSImageExtras.m63 NSPoint point = [self isFlipped] ? NSMakePoint(0, [self size].height) : NSZeroPoint;
69 [self dissolveToPoint:point fraction: delta];
73 [dissolvedImage compositeToPoint:point operation:NSCompositeCopy];
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/CoordinatedGraphics/
H A DWKView.cpp103 WKPoint WKViewUserViewportToContents(WKViewRef viewRef, WKPoint point) argument
105 const WebCore::IntPoint& result = toImpl(viewRef)->userViewportToContents(toIntPoint(point));
109 WKPoint WKViewUserViewportToScene(WKViewRef viewRef, WKPoint point) argument
111 WebCore::IntPoint result = toImpl(viewRef)->userViewportToScene(toIntPoint(point));
115 WKPoint WKViewContentsToUserViewport(WKViewRef viewRef, WKPoint point) argument
117 WebCore::IntPoint result = toImpl(viewRef)->contentsToUserViewport(toIntPoint(point));
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqwebkittest.cpp47 QTouchEvent::TouchPoint point; local
48 point.setId(1);
49 point.setLastPos(localPos);
52 point.setRect(touchRect);
53 point.setPressure(1);
55 return point;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/map/
H A Dmap_slippy.tcl75 # point = zoom, y, x
90 typemethod {geo 2point} {geo} {
115 typemethod {tile 2point} {tile} {
127 typemethod {point 2geo} {point} {
130 foreach {zoom y x} $point break
137 typemethod {point 2tile} {point} {
138 foreach {zoom y x} $point break
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DTimeRanges.h82 inline bool isPointInRange(double point) const
84 return m_start <= point && point < m_end;
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGPathByteStreamBuilder.h79 void writeFloatPoint(const FloatPoint& point) argument
81 writeFloat(point.x());
82 writeFloat(point.y());

Completed in 329 milliseconds

1234567891011>>