Searched refs:marker (Results 51 - 75 of 206) sorted by relevance

123456789

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIODeviceTreeSupport.h97 unsigned int marker:1; member in struct:IONVRAMDescriptor
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Denriched.el283 (marker (make-marker))
286 (move-marker marker end)
287 (funcall func val begin (marker-position marker))
288 (setq begin (marker-position marker)
289 val (get-text-property marker prop)))
/macosx-10.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js1203 var sp = line.markedSpans[i], m = sp.marker;
4907 // {from, to, marker} object pointing to such marker objects, and
4908 // indicating that such a marker is present on that line. Multiple
4909 // lines may point to the same marker when it spans across lines.
4911 // marker continues beyond the start/end of the line. Markers have
4921 // Clear the marker.
4964 // Find the position of the marker in the document. Returns a {from,
4987 // Signals that the marker's widget changed, and surrounding layout
5027 // them, which is needed for uniquely determining an outer marker
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js1203 var sp = line.markedSpans[i], m = sp.marker;
4907 // {from, to, marker} object pointing to such marker objects, and
4908 // indicating that such a marker is present on that line. Multiple
4909 // lines may point to the same marker when it spans across lines.
4911 // marker continues beyond the start/end of the line. Markers have
4921 // Clear the marker.
4964 // Find the position of the marker in the document. Returns a {from,
4987 // Signals that the marker's widget changed, and surrounding layout
5027 // them, which is needed for uniquely determining an outer marker
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/mail/
H A Dfootnote.el125 (defvar footnote-text-marker-alist nil
127 (make-variable-buffer-local 'footnote-text-marker-alist)
129 (defvar footnote-pointer-marker-alist nil
131 (make-variable-buffer-local 'footnote-pointer-marker-alist)
340 (while (setq alist (nth i footnote-pointer-marker-alist))
359 (while (setq alist (nth i footnote-text-marker-alist))
465 (defun Footnote-insert-text-marker (arg locn)
466 "Insert a marker pointing to footnote arg, at buffer location locn."
467 (let ((marker (make-marker)))
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dcompile.el44 ;; Being a marker it sticks to some text, when the buffer grows or shrinks
600 (defvar compilation-parsing-end (make-marker))
729 ;; Get first already existing marker (if any has one, all have one).
731 (marker-line (car (cddr file-struct))) ; a line structure
732 (marker (nth 3 (cadr marker-line))) ; its marker
734 end-marker loc end-loc)
735 (if (not (and marker (marker
[all...]
H A Detags.el147 (defcustom find-tag-marker-ring-length 16
148 "*Length of marker rings `find-tag-marker-ring' and `tags-location-ring'."
188 (defvar find-tag-marker-ring (make-ring find-tag-marker-ring-length)
196 (defvar tags-location-ring (make-ring find-tag-marker-ring-length)
272 ;; We used to initialize find-tag-marker-ring and tags-location-ring
707 (while (< i find-tag-marker-ring-length)
709 (set-marker (aref (cddr tags-location-ring) i) nil))
710 (if (aref (cddr find-tag-marker
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/exif/
H A Dexif.tcl93 set marker [read $stream 1]
94 if {1 != [string length $marker]} {error "End of file reached @2"}
95 if {[streq $marker $jpeg_markers(SOI)]} {
97 } elseif {[streq $marker $jpeg_markers(EOI)]} {
112 if {[streq $marker $jpeg_markers(APP1)]} {
115 } elseif {[streq $marker $jpeg_markers(DQT)]} {
117 } elseif {[streq $marker $jpeg_markers(SOF0)]} {
119 } elseif {[streq $marker $jpeg_markers(DHT)]} {
121 } elseif {[streq $marker $jpeg_markers(SOS)]} {
124 binary scan $marker
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DSourceCodeTextEditor.js1006 for (var marker of this.markers) {
1007 if (marker.type === WebInspector.TextMarker.Type.Color)
1296 // Look for the outermost editable marker.
1298 for (var marker of markers) {
1299 if (!marker.range || (marker.type !== WebInspector.TextMarker.Type.Color && marker.type !== WebInspector.TextMarker.Type.Gradient))
1302 if (!editableMarker || (marker.range.startLine < editableMarker.range.startLine || (marker.range.startLine === editableMarker.range.startLine && marker
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DLEGlyphStorage.h357 * from the source position to the target position, and also allows for a marker bit
363 * @param marker marker bit
367 void moveGlyph(le_int32 fromPosition, le_int32 toPosition, le_uint32 marker);
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dprinters.c1237 if (!strcmp(value, "marker-change-time"))
1333 ipp_attribute_t *marker; /* Current marker attribute */ local
1481 if ((marker = ippFindAttribute(printer->attrs, "marker-colors",
1484 snprintf(value, sizeof(value), "%s ", marker->name);
1487 i < marker->num_values && ptr < (value + sizeof(value) - 1);
1493 strlcpy(ptr, marker->values[i].string.text, (size_t)(value + sizeof(value) - ptr));
1501 if ((marker = ippFindAttribute(printer->attrs, "marker
[all...]
/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldStartup.s79 pushl $0 # push a zero for debugger end of frames marker
109 addl $4,%esp # remove debugger end frame marker
156 pushq $0 # push a zero for debugger end of frames marker
176 addq $8,%rsp # remove the mh argument, and debugger end frame marker
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dhistory.c63 off_t histmarker; /* offset of last command marker */ \
562 unsigned char *buff, marker[4]; local
565 /* skip to marker command and return the number */
573 /* check for marker */
594 if((n=sfread(iop,(char*)marker,4))==4)
596 n = (marker[0]<<16)|(marker[1]<<8)|marker[2];
680 unsigned char *marker = (unsigned char*)(cp-4); local
681 hp->histind = ((marker[
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/libjpeg/
H A DjpegtclDecls.h99 JPEGTCLAPI void jpeg_write_marker(j_compress_ptr cinfo, int marker,
102 JPEGTCLAPI void jpeg_write_m_header(j_compress_ptr cinfo, int marker,
190 void (*jpeg_write_markerPtr) (j_compress_ptr cinfo, int marker, const JOCTET *dataptr, unsigned int datalen); /* 22 */
191 void (*jpeg_write_m_headerPtr) (j_compress_ptr cinfo, int marker, unsigned int datalen); /* 23 */
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drep035.tcl233 # Communicate with child processes by creating a marker file.
236 set marker [eval "berkdb_open_noerr \
237 -create -btree -auto_commit -env $markerenv marker.db"]
238 error_check_good marker_close [$marker close] 0
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorGradientEditingController.js26 WebInspector.CodeMirrorGradientEditingController = function(codeMirror, marker)
28 WebInspector.CodeMirrorEditingController.call(this, codeMirror, marker);
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dearcon.el71 (defvar earcon-button-marker-list nil)
72 (make-variable-buffer-local 'earcon-button-marker-list)
154 (defun earcon-button-push (marker)
158 (goto-char marker)
186 (if (boundp 'earcon-button-marker-list)
187 (while earcon-button-marker-list
188 (set-marker (pop earcon-button-marker-list) nil))
189 (setq earcon-button-marker-list nil))
211 (car (push (set-marker (mak
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Ddecada.vim75 " vim: foldmethod=marker
/macosx-10.10.1/vim-55/runtime/compiler/
H A Dgnat.vim73 " vim: foldmethod=marker
/macosx-10.10.1/vim-55/runtime/plugin/
H A DzipPlugin.vim48 " vim: fdm=marker
/macosx-10.10.1/vim-55/runtime/syntax/
H A Drnoweb.vim57 " vim: foldmethod=marker:
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djpeglib.h92 * (not the zigzag order in which they are stored in a JPEG DQT marker).
108 /* These two fields directly represent the contents of a JPEG DHT marker */
126 /* for decompression, they are read from the SOF marker. */
134 /* for decompression, they are read from the SOS marker. */
204 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */ member in struct:jpeg_marker_struct
207 JOCTET FAR * data; /* the data contained in the marker */
208 /* the marker length word is not counted in data_length or original_length */
359 boolean write_JFIF_header; /* should a JFIF marker be written? */
363 /* into the JFIF APP0 marker
428 struct jpeg_marker_writer * marker; member in struct:jpeg_compress_struct
661 struct jpeg_marker_reader * marker; member in struct:jpeg_decompress_struct
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsearch.c2907 register Lisp_Object marker;
2914 /* Unless we find a marker with a buffer or an explicit buffer
2949 marker = XCAR (list);
2950 if (BUFFERP (marker))
2952 last_thing_searched = marker;
2957 if (NILP (marker))
2967 m = marker;
2968 if (MARKERP (marker))
2970 if (XMARKER (marker)->buffer == 0)
2971 XSETFASTINT (marker,
2894 register Lisp_Object marker; variable
2963 CHECK_NUMBER_COERCE_MARKER (marker); variable
2983 CHECK_NUMBER_COERCE_MARKER (marker); variable
[all...]
H A Dinsdel.c275 /* Add AMOUNT to the byte position of every marker in the current buffer
295 /* Now that a marker has a bytepos, not counting the gap,
298 Lisp_Object marker;
302 marker = BUF_MARKERS (current_buffer);
304 while (!NILP (marker))
306 m = XMARKER (marker);
319 /* Here's the case where a marker is inside text being deleted.
332 marker = m->chain;
349 Lisp_Object marker;
360 /* If the marker i
345 Lisp_Object marker; local
[all...]
H A Dundo.c79 marker adjustment before undo boundary. */
186 This is done only when a marker points within text being deleted,
187 because that's the only case where an automatic marker adjustment
191 record_marker_adjustment (marker, adjustment)
192 Lisp_Object marker;
208 = Fcons (Fcons (marker, make_number (adjustment)),
624 /* Now that we record marker adjustments
627 so that undoing the marker adjustments
635 /* (MARKER . INTEGER) means a marker MARKER

Completed in 228 milliseconds

123456789