Searched refs:top (Results 151 - 175 of 1627) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-yank.el51 (let ((stuff (calc-top-list n (- num n -1))))
71 (calc-locate-cursor-scan (- calc-stack-top) calc-stack pt)))
80 (defun calc-kill-region (top bot &optional no-delete)
86 (let* ((top-num (calc-locate-cursor-element top))
88 (num (- top-num bot-num -1)))
89 (copy-region-as-kill top bot)
91 (calc-top-list num bot-num)))
95 (copy-region-as-kill top bot)
96 (kill-region top bo
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dtree.rb11 @@top = nil
15 pw = Tk::BWidget::PanedWindow.new(frame, :side=>:top)
45 sw.pack(:side=>:top, :expand=>true, :fill=>:both)
98 if @@top
99 Tk::BWidget.place(@@top, 0, 0, :at,
101 @@top.deiconify
102 Tk.root.bind('Unmap', proc{@@top.withdraw})
103 Tk.root.bind('Map', proc{@@top.deiconify})
110 Tk::BWidget.place(@@top, 0, 0, :at,
118 @@top
[all...]
/macosx-10.10/Libc-1044.1.2/db/recno/FreeBSD/
H A Drec_get.c116 __rec_fpipe(BTREE *t, recno_t top) argument
133 for (nrec = t->bt_nrecs; nrec < top;) {
150 if (nrec < top) {
168 __rec_vpipe(BTREE *t, recno_t top) argument
178 for (nrec = t->bt_nrecs; nrec < top; ++nrec) {
203 if (nrec < top) {
221 __rec_fmap(BTREE *t, recno_t top) argument
239 for (nrec = t->bt_nrecs; nrec < top; ++nrec) {
267 __rec_vmap(BTREE *t, recno_t top) argument
278 for (nrec = t->bt_nrecs; nrec < top;
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DHierarchicalPathComponent.css54 vertical-align: top;
61 vertical-align: top;
77 vertical-align: top;
100 top: -1px;
112 vertical-align: top;
H A DOverviewTimelineView.css28 top: 0;
35 border-top: 1px solid rgb(179, 179, 179);
40 top: 23px;
45 top: 23px;
61 top: 2px;
H A DCSSStyleDetailsSidebarPanel.css28 top: 0;
36 top: 29px;
46 top: 22px;
H A DDataGrid.css48 top: 23px;
69 top: 0;
114 top: 0;
118 border-top: 0 none transparent;
137 vertical-align: top;
177 top: 1px;
182 margin-top: auto;
196 top: 1px;
201 margin-top: auto;
229 margin-top
[all...]
H A DFontResourceContentView.css53 margin-top: -1px; /* Causes adjacent .line elements to share one border instead of doubling up. */
77 .content-view.resource.font .metric.top {
78 vertical-align: top;
H A DGradientSlider.css51 top: 14px;
61 top: 10px;
93 top: 12px;
H A DSourceCodeTextEditor.css55 border-top: 1px solid rgb(194, 194, 147);
57 margin-top: 5px;
58 padding-top: 5px;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/_static/
H A Dbasic.css68 margin-top: 0;
73 margin-top: 10px;
138 padding-top: 5px;
150 vertical-align: top;
154 margin-top: 0;
163 margin-top: 10px;
169 margin-top: 3px;
174 border-top: 1px solid #ddd;
181 border-top: 1px solid #ddd;
216 margin-top
[all...]
/macosx-10.10/tcl-105/tk/tk/library/
H A Dbgerror.tcl48 lappend command [$w.top.info.text get 1.0 end-1c]
50 grid $w.top.info - -sticky nsew -padx 3m -pady 3m
132 # 1. Create the top-level window and divide it into top
150 frame $dlg.top
153 $dlg.top configure -relief raised -bd 1
156 pack $dlg.top -side top -fill both -expand 1
158 set W [frame $dlg.top.info]
173 # 2. Fill the top par
[all...]
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dttkpane.tcl22 pack $w.msg [ttk::separator $w.msgSep] -side top -fill x
33 $w.outer.inLeft add [ttk::labelframe $w.outer.inLeft.top -text Button]
35 $w.outer.inRight add [ttk::labelframe $w.outer.inRight.top -text Progress]
38 foreach i [list inLeft.top inLeft.bot inRight.top inRight.bot] {
44 ttk::button $w.outer.inLeft.top.b -text "Press Me" -command {
48 pack $w.outer.inLeft.top.b -padx 2 -pady 5
84 ttk::progressbar $w.outer.inRight.top.progress -mode indeterminate
85 pack $w.outer.inRight.top.progress -fill both -expand 1
86 $w.outer.inRight.top
[all...]
H A Dentry2.tcl22 pack $w.msg -side top
29 pack $w.frame -side top -fill x -expand 1
43 $w.frame.spacer2 $w.frame.e3 $w.frame.s3 -side top -fill x
H A Dicon.tcl22 pack $w.msg -side top
36 pack $w.frame -side top
53 pack $w.frame.left.b3 $w.frame.left.b4 -side top -expand yes
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dbgerror.tcl46 lappend command [.bgerrorDialog.top.info.text get 1.0 end-1c]
48 grid $w.top.info - -sticky nsew -padx 3m -pady 3m
139 # 1. Create the top-level window and divide it into top
157 frame .bgerrorDialog.top
160 .bgerrorDialog.top configure -relief raised -bd 1
163 pack .bgerrorDialog.top -side top -fill both -expand 1
165 set W [frame $w.top.info]
187 # 2. Fill the top par
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dradio.tcl19 pack $w.msg -side top
37 pack $w.left.b$i -side top -pady 2 -anchor w -fill x
45 pack $w.mid.$lower -side top -pady 2 -fill x
49 $w.right.l configure -width [winfo reqwidth $w.right.l] -compound top
57 grid x $w.right.top
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DCertBuilderApp.cpp27 CSSM_X509_NAME *top = (CSSM_X509_NAME *)appMalloc(sizeof(CSSM_X509_NAME), 0); local
28 if(top == NULL) {
31 top->numberOfRDNs = numNames;
32 top->RelativeDistinguishedName =
34 if(top->RelativeDistinguishedName == NULL) {
41 rdn = &top->RelativeDistinguishedName[nameDex];
56 return top;
61 CSSM_X509_NAME *top)
63 if(top == NULL) {
68 for(nameDex=0; nameDex<top
60 CB_FreeX509Name( CSSM_X509_NAME *top) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dpanedw.tcl35 {-side Enum top 1 {top left bottom right}}
163 if {[string equal $side "top"] || [string equal $side "bottom"]} {
166 if {[string equal $side "top"]} {
193 if { [string equal $side "top"] || \
205 if { [string equal $side "top"] || [string equal $side "bottom"] } {
243 set top [toplevel $path.sash -borderwidth 1 -relief raised]
249 if { [string equal $side "top"] || [string equal $side "bottom"] } {
250 $top configure -cursor sb_h_double_arrow
255 wm overrideredirect $top
[all...]
H A Dcolor.tcl85 set top [toplevel $path]
86 set parent [winfo toplevel [winfo parent $top]]
87 wm withdraw $top
88 wm transient $top $parent
89 wm overrideredirect $top 1
90 catch { wm attributes $top -topmost 1 }
92 set frame [frame $top.frame \
124 bind $top <1> {set SelectColor::_selection -1}
125 bind $top <Escape> {set SelectColor::_selection -2}
126 bind $top <FocusOu
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/queryperf/missing/
H A Dgetaddrinfo.c205 struct addrinfo *top = NULL; local
367 top = sentinel.ai_next;
368 if (top)
401 GET_AI(top, &afdl[i], pton, port);
413 get_name(pton, &afdl[i], &top, pton, pai, port);
424 error = get_addr(hostname, pai->ai_family, &top, pai, port);
426 if (top) {
428 *res = top;
434 if (top)
435 freeaddrinfo(top);
547 struct addrinfo *top, *cur; local
[all...]
/macosx-10.10/rsync-45/rsync/lib/
H A Dgetaddrinfo.c223 struct addrinfo *top = NULL; local
391 top = sentinel.ai_next;
392 if (top)
427 if (get_ai(&top, pai, &afdl[i], pton, port))
441 get_name(pton, &afdl[i], &top, pton, pai, port);
452 error = get_addr(hostname, pai->ai_family, &top, pai, port);
454 if (top) {
456 *res = top;
462 if (top)
463 freeaddrinfo(top);
529 struct addrinfo *top, *cur; local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbn_div.c106 dv->top=1;
193 if (num->top > 0 && num->d[num->top - 1] == 0)
242 div_n=sdiv->top;
243 num_n=snum->top;
250 wnum.top = div_n;
251 /* only needed when BN_ucmp messes up the values between top and max */
254 /* Get the top 2 words of sdiv */
255 /* div_n=sdiv->top; */
259 /* pointer to the 'top' o
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/
H A DWidget.cpp58 const Widget* top = this; local
59 while (top->parent())
60 top = top->parent();
61 if (top->isFrameView())
62 return const_cast<ScrollView*>(toScrollView(top));
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tools/
H A Dbench-compare.tcl96 top set [split "[string repeat "+ - " [columns]]+"]
97 bottom set [top get]
98 top enable
105 topcapsep set [top get]
113 topcapsep set [top get]
117 botcapsep set [top get]

Completed in 152 milliseconds

1234567891011>>