Searched +refs:display +refs:name (Results 1 - 25 of 431) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinPort.h111 #define XFlush(display)
112 #define XGrabServer(display)
113 #define XUngrabServer(display)
114 #define TkpSync(display)
121 #define XNoOp(display) {display->request++;}
122 #define XSynchronize(display, bool) {display->request++;}
123 #define XSync(display, bool) {display
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinPort.h91 #define XFlush(display)
92 #define XGrabServer(display)
93 #define XUngrabServer(display)
94 #define TkpSync(display)
101 #define XNoOp(display) {display->request++;}
102 #define XSynchronize(display, bool) {display->request++;}
103 #define XSync(display, bool) {display
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dtalk.el33 (defvar talk-display-alist nil
38 (defun talk-connect (display)
39 "Connect to display DISPLAY for the Emacs talk group."
40 (interactive "sTalk to display: ")
41 ;; Make sure we have an entry for the current display.
42 (let ((mydisp (cdr (assq 'display (frame-parameters (selected-frame))))))
43 (talk-add-display mydisp))
44 ;; Make sure we have an entry for the specified display.
45 (talk-add-display display)
[all...]
H A Dframe.el92 (defcustom special-display-frame-alist
96 `special-display-buffer-names' and for buffers whose names match
97 one of the regular expressions in `special-display-regexps'.
99 (setq special-display-frame-alist '((width . 80) (height . 20)))
106 (defun special-display-popup-frame (buffer &optional args)
132 special-display-regexps special-display-buffer-names
133 (window (display-buffer buffer)))
140 (make-frame (append args special-display-frame-alist)))))
189 ;; one to display message
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/forms/
H A Dstyle.cgi15 return SOAP::Data->name(echo => $_[1]),
16 SOAP::Header->name('html:style' => <<EOS)->uri('http://www.w3.org/Profiles/XHTML-transitional');
17 echo { display: block; color: red; }
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/forms/
H A Dstyle.cgi15 return SOAP::Data->name(echo => $_[1]),
16 SOAP::Header->name('html:style' => <<EOS)->uri('http://www.w3.org/Profiles/XHTML-transitional');
17 echo { display: block; color: red; }
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/forms/
H A Dstyle.cgi15 return SOAP::Data->name(echo => $_[1]),
16 SOAP::Header->name('html:style' => <<EOS)->uri('http://www.w3.org/Profiles/XHTML-transitional');
17 echo { display: block; color: red; }
/macosx-10.9.5/swig-10/Lib/guile/
H A Dcommon.scm46 (define (display-address o file)
47 (display (number->string (object-address o) 16) file))
49 (define (display-pointer-address o file)
54 (display " @ " file)
55 (display (number->string address 16) file)))))
58 ;; We display _two_ addresses to show the object's identity:
64 (if (slot-bound? class 'name)
66 (display "#<" file)
67 (display (class-name clas
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixCursor.c28 Display *display; /* Display for which cursor is valid. */ member in struct:__anon13830
32 * The table below is used to map from the name of a cursor to its
37 char *name; member in struct:CursorName
135 * Retrieve a cursor by name. Parse the cursor name into fields
161 Display *display = Tk_Display(tkwin);
177 * arg, it is cursor name (use black and white for fg and bg).
178 * If two args, they are name and fg color (ignore mask). If
179 * three args, they are name, fg, bg. Some of the code below
187 if (namePtr->name
160 Display *display = Tk_Display(tkwin); local
365 Display *display = Tk_Display(tkwin); local
[all...]
H A DtkUnixColor.c41 * colormaps for the display. */
48 static void DeleteStressedCmap _ANSI_ARGS_((Display *display,
112 * Allocate a new TkColor for the color with the given name.
126 TkpGetColor(tkwin, name)
128 Tk_Uid name; /* Name of color to allocated (in form
131 Display *display = Tk_Display(tkwin);
136 unsigned len = strlen(name);
139 * Make sure that we never exceed a reasonable length of color name. A
141 * name. [Bug 2809525]
147 memcpy(buf, name, le
129 Display *display = Tk_Display(tkwin); local
217 Display *display = Tk_Display(tkwin); local
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Drnc.vim17 syn region rncComment display oneline start='^\s*#' end='$'
20 syn match rncOperator display '[-|,&+?*~]'
21 syn match rncOperator display '\%(|&\)\=='
22 syn match rncOperator display '>>'
24 syn match rncNamespace display '\<\k\+:'
26 syn match rncQuoted display '\\\k\+\>'
28 syn match rncSpecial display '\\x{\x\+}'
33 syn region rncLiteral display oneline start=+"+ end=+"+
35 syn region rncLiteral display oneline start=+'+ end=+'+
36 syn region rncLiteral display onelin
[all...]
H A Dmoo.vim16 syn match mooUncommentedError display ~\*/~
17 syn match mooCStyleCommentError display ~/\ze\*~ contained
22 syn match mooIdentifier display ~\%(\%(/\*.\{-}\*/\s*\)*\)\@>\<\h\w*\>~ contained transparent contains=mooCStyleComment,@mooKeyword,mooType,mooVariable
24 syn match mooIdentifier display ~\<\h\w*\>~ contained transparent contains=@mooKeyword,mooType,mooVariable
38 syn match mooType display ~\<\%(ERR\|FLOAT\|INT\|LIST\|NUM\|OBJ\|STR\)\>~
39 syn match mooVariable display ~\<\%(args\%(tr\)\=\|caller\|dobj\%(str\)\=\|iobj\%(str\)\=\|player\|prepstr\|this\|verb\)\>~
42 syn match mooStringError display ~[^\t -[\]-~]~ contained
43 syn match mooStringSpecialChar display ~\\["\\]~ contained
46 syn match mooRegexp display ~%%~ contained containedin=mooString,mooRegexpParentheses transparent contains=NONE
47 syn region mooRegexpParentheses display matchgrou
[all...]
H A Dplaintex.vim13 syn match plaintexControlSequence display contains=@NoSpell
19 syn match plaintexComment display
24 syn match plaintexDelimiter display '[][{}]'
27 syn match plaintexRepeat display contains=@NoSpell
30 syn match plaintexCommand display contains=@NoSpell
32 syn match plaintexBoxCommand display contains=@NoSpell
34 syn match plaintexDebuggingCommand display contains=@NoSpell
36 syn match plaintexFontsCommand display contains=@NoSpell
38 syn match plaintexGlueCommand display contains=@NoSpell
40 syn match plaintexInsertsCommand display contain
[all...]
H A Ddictdconf.vim15 syn region dictdconfComment display oneline start='#' end='$'
21 syn match dictdconfBegin display '^'
39 syn match dictdconfDatabase contained display
42 syn region dictdconfDatabase contained display oneline
53 \ filter prefilter postfilter name info
62 syn match dictdconfVDatabase contained display
65 syn region dictdconfVDatabase contained display oneline
75 syn keyword dictdconfVSpec contained name info database_list disable_strat
83 syn match dictdconfPDatabase contained display
86 syn region dictdconfPDatabase contained display onelin
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/treeql/docs/
H A Dapi.css3 display: block;
29 group > name {
30 display: block;
37 name[used]:after {
46 name {
53 display: inline;
57 display: block;
62 display: block;
68 display: block;
/macosx-10.9.5/tcl-102/tk/tk/xlib/
H A Dxgc.c114 Display *display,
136 #define InitField(name,maskbit,default) \
137 (gp->name = (mask & (maskbit)) ? values->name : (default))
142 BlackPixelOfScreen(DefaultScreenOfDisplay(display)));
144 WhitePixelOfScreen(DefaultScreenOfDisplay(display)));
224 #define ModifyField(name,maskbit) \
225 if (mask & (maskbit)) { gc->name = values->name; }
305 Display *display,
110 XCreateGC( Display *display, Drawable d, unsigned long mask, XGCValues *values) argument
297 XSetForeground( Display *display, GC gc, unsigned long foreground) argument
306 XSetBackground( Display *display, GC gc, unsigned long background) argument
315 XSetDashes( Display *display, GC gc, int dash_offset, _Xconst char *dash_list, int n) argument
339 XSetFunction( Display *display, GC gc, int function) argument
348 XSetFillRule( Display *display, GC gc, int fill_rule) argument
357 XSetFillStyle( Display *display, GC gc, int fill_style) argument
366 XSetTSOrigin( Display *display, GC gc, int x, int y) argument
376 XSetFont( Display *display, GC gc, Font font) argument
385 XSetArcMode( Display *display, GC gc, int arc_mode) argument
394 XSetStipple( Display *display, GC gc, Pixmap stipple) argument
403 XSetLineAttributes( Display *display, GC gc, unsigned int line_width, int line_style, int cap_style, int join_style) argument
418 XSetClipOrigin( Display *display, GC gc, int clip_x_origin, int clip_y_origin) argument
450 TkSetRegion( Display *display, GC gc, TkRegion r) argument
469 XSetClipMask( Display *display, GC gc, Pixmap pixmap) argument
511 XDrawPoint( Display *display, Drawable d, GC gc, int x, int y) argument
522 XDrawPoints( Display *display, Drawable d, GC gc, XPoint *points, int npoints, int mode) argument
540 XDrawSegments( Display *display, Drawable d, GC gc, XSegment *segments, int nsegments) argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixCursor.c25 Display *display; /* Display for which cursor is valid. */ member in struct:__anon13622
29 * The table below is used to map from the name of a cursor to its index in
34 CONST char *name; member in struct:CursorName
118 * The table below is used to map from a cursor name to the data that defines
165 char *name; member in struct:TkCursorName
194 * Retrieve a cursor by name. Parse the cursor name into fields and
218 Display *display = Tk_Display(tkwin);
236 if (tkCursorPtr->name == NULL) {
240 if ((tkCursorPtr->name[
217 Display *display = Tk_Display(tkwin); local
395 Display *display = Tk_Display(tkwin); local
583 Display *display = Tk_Display(tkwin); local
[all...]
H A DtkUnixColor.c41 * the display. */
48 static void DeleteStressedCmap(Display *display,
111 * Allocate a new TkColor for the color with the given name.
126 Tk_Uid name) /* Name of color to allocated (in form
129 Display *display = Tk_Display(tkwin);
134 unsigned len = strlen(name);
137 * Make sure that we never exceed a reasonable length of color name. A
139 * name. [Bug 2809525]
145 memcpy(buf, name, len);
149 * Map from the name t
122 TkpGetColor( Tk_Window tkwin, Tk_Uid name) argument
127 Display *display = Tk_Display(tkwin); local
214 Display *display = Tk_Display(tkwin); local
379 DeleteStressedCmap( Display *display, Colormap colormap) argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dsafetk.tcl36 # returns the slave name (tkInterpInit does)
67 {slave -interp "name of the slave interpreter"}
69 {-display -displayName {} "display name to use (current one otherwise)"}
71 set displayGiven [::tcl::OptProcArgGiven "-display"]
73 # Try to get the current display from "."
75 if {[catch {set display [winfo screen .]}]} {
77 set display $::env(DISPLAY)
80 set display "
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dsafetk.tcl35 # returns the slave name (tkInterpInit does)
71 {slave -interp "name of the slave interpreter"}
73 {-display -displayName {} "display name to use (current one otherwise)"}
75 set displayGiven [::tcl::OptProcArgGiven "-display"]
78 # Try to get the current display from "."
81 if {[catch {set display [winfo screen .]}]} {
83 set display $::env(DISPLAY)
86 set display "
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkAtom.c68 * keeps a local cache of atoms. Once a name is known,
69 * the server need not be contacted again for that name.
72 * The return value is the Atom corresponding to name.
81 Tk_InternAtom(tkwin, name)
82 Tk_Window tkwin; /* Window token; map name to atom
83 * for this window's display. */
84 CONST char *name; /* Name to turn into atom. */
95 hPtr = Tcl_CreateHashEntry(&dispPtr->nameTable, name, &new);
100 atom = XInternAtom(dispPtr->display, name, Fals
147 char *name; local
204 char *name; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkAtom.c66 * atoms. Once a name is known, the server need not be contacted again
67 * for that name.
70 * The return value is the Atom corresponding to name.
80 Tk_Window tkwin, /* Window token; map name to atom for this
81 * window's display. */
82 CONST char *name) /* Name to turn into atom. */
93 hPtr = Tcl_CreateHashEntry(&dispPtr->nameTable, name, &isNew);
98 atom = XInternAtom(dispPtr->display, name, False);
119 * doesn't exist on tkwin's display, the
78 Tk_InternAtom( Tk_Window tkwin, CONST char *name) argument
142 char *name; local
195 char *name; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/opengl/
H A DGLPlatformContext.cpp129 bool GLPlatformContext::supportsGLExtension(const String& name) argument
138 if (supportedExtensions.contains(name))
145 bool GLPlatformContext::supportsEGLExtension(EGLDisplay display, const String& name) argument
150 if (display == EGL_NO_DISPLAY)
153 String rawExtensions = reinterpret_cast<const char*>(eglQueryString(display, EGL_EXTENSIONS));
157 if (supportedExtensions.contains(name))
165 bool GLPlatformContext::supportsGLXExtension(Display* display, const String& name) argument
170 if (!display)
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxselect.c135 /* If this is a smaller number than the max-request-size of the display,
155 SELECTION-NAME is a lisp symbol, whose name is the name of an X Atom.
267 symbol_to_x_atom (dpyinfo, display, sym)
269 Display *display;
304 val = XInternAtom (display, (char *) SDATA (SYMBOL_NAME (sym)), False);
405 Display *display = FRAME_X_DISPLAY (sf);
411 selection_atom = symbol_to_x_atom (dpyinfo, display, selection_name);
414 x_catch_errors (display);
415 XSetSelectionOwner (display, selection_ato
402 Display *display = FRAME_X_DISPLAY (sf); local
634 Display *display; member in struct:prop_location
694 Display *display = SELECTION_EVENT_DISPLAY (event); local
1006 Display *display = SELECTION_EVENT_DISPLAY (event); local
1384 Display *display = FRAME_X_DISPLAY (sf); local
2204 Display *display; variable
2365 Display *display; variable
2406 Display *display; variable
2464 Display *display; variable
2656 char *name = 0; variable
2680 if (atom && name) XFree (name); variable
2816 Lisp_Object display, dest, from, message_type, format, values; variable
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.js50 var display = this.display = makeDisplay(place, docStart);
51 display.wrapper.CodeMirror = this;
65 this.display.wrapper.className += " CodeMirror-wrap";
78 var hasFocus; try { hasFocus = (document.activeElement == display.input); } catch(e) { }
208 cm.display.wrapper.className += " CodeMirror-wrap";
209 cm.display.sizer.style.minWidth = "";
211 cm.display.wrapper.className = cm.display.wrapper.className.replace(" CodeMirror-wrap", "");
217 setTimeout(function(){updateScrollbars(cm.display, c
[all...]

Completed in 135 milliseconds

1234567891011>>