Searched +refs:frame +refs:initial +refs:frame (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dknightstour.rb94 if @initial == square
117 @initial = square
118 Tk.after_idle{ move_piece(@initial, @initial) rescue nil }
155 frame = Ttk::Frame.new($knightstour)
156 sep = Ttk::Separator.new(frame)
159 Ttk::Button.new(frame, :text=>'See Code',
162 Ttk::Button.new(frame, :text=>'Dismiss',
169 frame.grid_columnconfigure(0, :weight=>1)
170 frame
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dknightstour.rb96 if @initial == square
119 @initial = square
120 Tk.after_idle{ move_piece(@initial, @initial) rescue nil }
157 frame = Ttk::Frame.new($knightstour)
158 sep = Ttk::Separator.new(frame)
161 Ttk::Button.new(frame, :text=>'���������������',
164 Ttk::Button.new(frame, :text=>'���������',
171 frame.grid_columnconfigure(0, :weight=>1)
172 frame
[all...]
/macosx-10.9.5/Csu-79/
H A Dstart.s39 * Kernel sets up stack frame to look like:
81 stw r0,0(r1) ; terminate initial stack frame
82 stwu r1,-64(r1) ; allocate minimal stack frame
108 std r0,0(r1) ; terminate initial stack frame
109 stdu r1,-128(r1) ; allocate minimal stack frame
132 movl %esp,%ebp # pointer to base of kernel frame
163 movq %rsp,%rbp # pointer to base of kernel frame
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxterm.c73 #include "frame.h"
111 extern void free_frame_menubar P_ ((struct frame *));
112 extern struct frame *x_menubar_window_to_frame P_ ((struct x_display_info *,
197 the same order. NAME is the name of the frame. FONT-LIST-CACHE
205 functions assume that `selected_frame' is the frame to apply to. */
207 extern struct frame *updating_frame;
209 /* This is a frame waiting to be auto-raised, within XTread_socket. */
211 struct frame *pending_autoraise_frame;
224 frame to focus it (when focus-follows-mouse is nil). */
230 events resulting from clicking on a frame t
383 Lisp_Object rest, frame; local
3278 struct frame *frame; local
3709 Lisp_Object frame, tail; local
3895 Lisp_Object frame, bar, condemned; local
3936 Lisp_Object frame = XCAR (tail); local
4557 char *initial = ""; local
6934 Lisp_Object frame; local
7713 Lisp_Object frame, tail; local
8009 Lisp_Object frame, tail; local
8109 Lisp_Object tail, frame; local
8439 Lisp_Object frame; local
8956 Lisp_Object frame; local
[all...]
H A Dminibuf.c33 #include "frame.h"
125 /* Nonzero means raise the minibuffer frame when the minibuffer
160 /* Put minibuf on currently selected frame's minibuffer.
171 struct frame *sf = XFRAME (selected_frame);
188 /* Make sure no other frame has a minibuffer as its selected window,
190 confusing. Only allow the selected frame to do this,
193 Lisp_Object tail, frame;
195 FOR_EACH_FRAME (tail, frame)
196 if (MINI_WINDOW_P (XWINDOW (FRAME_SELECTED_WINDOW (XFRAME (frame))))
197 && !(EQ (frame, selected_fram
192 Lisp_Object tail, frame; local
479 Lisp_Object dummy, frame; local
1113 Lisp_Object prompt, initial, inherit_input_method; variable
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dsupercite.el143 (defcustom sc-cite-frame-alist '()
144 "*Alist for frame selection during citing.
152 a citation frame, or a symbol that represents the name of
153 a variable whose value is a citation frame."
158 (put 'sc-cite-frame-alist 'risky-local-variable t)
160 (defcustom sc-uncite-frame-alist '()
161 "*Alist for frame selection during unciting.
162 See the variable `sc-cite-frame-alist' for details."
167 (put 'sc-uncite-frame-alist 'risky-local-variable t)
169 (defcustom sc-recite-frame
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/src/powerpc/
H A Dppc_closure.S55 # stack in the previous frame
56 # i.e. the previous frame pointer + 8
303 .4byte .LFB1-. # FDE initial location
305 .4byte .LFB1 # FDE initial location
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprogress.vim70 syn keyword ProgressReserved fram[e] frame-col frame-db frame-down frame-field frame-file frame-inde[x] frame-line frame-name frame-row frame
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A Dhtml.css412 color: initial;
629 -webkit-appearance: initial;
630 padding: initial;
631 background-color: initial;
632 border: initial;
649 padding: initial;
650 background-color: initial;
651 border: initial;
680 padding: initial;
681 border: initial;
[all...]
H A DStyleResolver.cpp193 m_state.style()->set##Prop(RenderStyle::initial##Prop()); \
267 m_medium = adoptPtr(new MediaQueryEvaluator(view->mediaType(), view->frame(), m_rootDefaultStyle.get()));
815 Frame* frame = document->frame(); local
833 documentStyle->setZoom(frame && !document->printing() ? frame->pageZoomFactor() : 1);
834 documentStyle->setPageScaleTransform(frame ? frame->frameScaleFactor() : 1);
857 if (frame) {
858 if (FrameView* frameView = frame
[all...]
H A DDeprecatedStyleBuilder.cpp136 static InitialType initial() { return (*initialFunction)(); } function in class:WebCore::ApplyPropertyDefaultBase
138 static void applyInitialValue(CSSPropertyID, StyleResolver* styleResolver) { setValue(styleResolver->style(), initial()); }
1057 // Masks have a different initial value for slices. Preserve the value of 0 for backwards compatibility.
1062 // Masks have a different initial value for widths. They use an 'auto' value rather than trying to fit to the border.
1386 if (Frame* frame = styleResolver->document()->frame())
1387 multiplier *= frame->textZoomFactor();
1635 static T initial() { return (*initialFunction)(); } function in class:WebCore::ApplyPropertyAnimation
1662 setValue(list->animation(0), initial());
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXWm.c310 int oldFlags, int create, int initial);
470 if (w && NSMouseInRect(p, [w frame], NO)) {
851 "frame", "geometry", "grid", "group",
1695 * This procedure is invoked to process the "wm frame" Tcl command. See
2434 "a frame, labelframe or toplevel", NULL);
3701 * decorative frame. This is tricky, because we need to include the border
4416 * (actually, the upper-left corner of the window's decorative frame, if
4722 * This function calculates the initial bounds for a new Mac toplevel
4738 TkWindow *winPtr, /* Window to get initial bounds for. */
4745 NSRect frame;
4685 NSRect frame; local
5946 ApplyWindowAttributeFlagChanges( TkWindow *winPtr, NSWindow *macWindow, UInt64 oldAttributes, int oldFlags, int create, int initial) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dido.el64 ;; (buffers visible in the current frame are put at the end of the
246 ;; current frame are put at the end of the list. A hook exists to
451 (defcustom ido-default-file-method 'raise-frame
455 `other-window' Show new file in another window (same frame)
457 `other-frame' Show new file in another frame
458 `maybe-frame' If a file is visible in another frame, prompt to ask if you
460 frame or in the other frame
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Debrowse.el331 (defun ebrowse-completing-read-value (prompt table initial-input)
339 If it is (STRING . POSITION), the initial input
342 (completing-read prompt table nil t initial-input)))
378 otherwise use the current frame's width."
382 (frame-width))))
667 (defvar ebrowse--frame-configuration nil
668 "Frame configuration saved when viewing a class/member in another frame.
1593 PREFIX-ARG 5 means find it in another frame."
1598 ((= prefix-arg 5) 'other-frame)
1605 PREFIX-ARG 5 means view it in another frame
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/bin/
H A Dperltidy129 Write html with a frame holding a table of contents and the source code. The
130 output files will be F<mymodule.pm.html> (the frame), F<mymodule.pm.toc.html>
288 initial default values, and then it applies any that have been defined
354 This flag causes each B<n> initial space characters to be replaced by
1021 This parameter is intended to help make the initial transition to the use of
1744 These can be used to define an initial break preference which can be fine-tuned
2395 with the B<-frm> option, which creates a frame holding a table of
2401 MyModule.pm.html - the frame
2693 Hugh S. Myers designed and implemented the initial Perl::Tidy module interface.
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/bin/
H A Dperltidy134 Write html with a frame holding a table of contents and the source code. The
135 output files will be F<mymodule.pm.html> (the frame), F<mymodule.pm.toc.html>
321 initial default values, and then it applies any that have been defined
445 This flag causes each B<n> initial space characters to be replaced by
602 flags have -i=4, the wrong initial indentation will be guessed for a code
603 snippet which has non-zero initial indentation. Likewise, if an entabbing
1247 This parameter is intended to help make the initial transition to the use of
2024 These can be used to define an initial break preference which can be fine-tuned
2802 with the B<-frm> option, which creates a frame holding a table of
2808 MyModule.pm.html - the frame
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dtklkup801 # Create the Attributes and Save to frame
808 # Create the Attributes frame
817 # Create the Save to frame
1056 # Create Bottom Attribute frame.
1154 # Create frame for clear buttons.
1170 # Create list frame.
1231 # Create bottom Search Directory frame
1271 # Create list frame.
4408 # Create frame for clear buttons.
4425 # Create list frame
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm2981 -frm write html as a frame (3 files)
4617 # If we are making a frame, we have a name available
4833 # Make a frame with table of contents in the left panel
4853 # 3. - the frame which contains them
4870 # 3. Then use the original html filename for the frame
4905 # write an html file to be the table of contents frame
4929 <frame src = "$top_basename" />
4930 <frame src = "$toc_basename" />
4939 <frame src = "$toc_basename" />
4943 <frame sr
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm41 # Sam Kington supplied a patch to identify the initial indentation of
3521 -frm write html as a frame (3 files)
5151 # If we are making a frame, we have a name available
5368 # Make a frame with table of contents in the left panel
5388 # 3. - the frame which contains them
5405 # 3. Then use the original html filename for the frame
5440 # write an html file to be the table of contents frame
5464 <frame src = "$top_basename" />
5465 <frame src = "$toc_basename" />
5474 <frame sr
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm2205 applies for the short time frame of C<recreate_check_interval> seconds
2591 Bottom line: Leave the setting of the logging level to the initial Perl

Completed in 333 milliseconds