Searched refs:top (Results 126 - 150 of 1627) sorted by relevance

1234567891011>>

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DFindBanner.css30 top: -22px;
40 transition-property: top;
48 top: 0;
58 transition-property: top;
64 top: 22px !important;
82 vertical-align: top;
117 vertical-align: top;
149 border-top-right-radius: 0;
173 border-top-left-radius: 0;
198 padding-top
[all...]
H A DHoverMenu.css43 top: 0;
58 top: 0;
H A DTimelineContentView.css28 top: 0;
36 top: 130px;
H A DRulesStyleDetailsPanel.css38 margin-top: 5px;
39 border-top: 1px solid rgb(179, 179, 179);
43 border-top: none;
54 margin-top: -5px;
66 border-top: 1px solid rgb(179, 179, 179);
70 border-top: none;
H A DTimelineSidebarPanel.css28 top: 0;
41 top: 3px;
73 top: 0;
102 top: 3px;
116 top: 0;
149 top: 29px;
153 top: 22px;
158 border-top: 1px solid rgb(179, 179, 179);
159 top: 159px;
163 top
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_div.c123 dv->top=1;
216 div_n=sdiv->top;
217 num_n=snum->top;
225 wnum.top= div_n;
228 /* Get the top 2 words of sdiv */
229 /* i=sdiv->top; */
233 /* pointer to the 'top' of snum */
239 res->top=loop;
249 res->d[res->top-1]=1;
252 res->top
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dutil.c131 HKEY top; local
141 top= HKEY_CURRENT_USER;
143 top = HKEY_LOCAL_MACHINE;
146 stat = RegOpenKeyEx(top, IDNKEY_IDNKIT, 0, KEY_READ, &hk);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binomial_heap_base_/
H A Dfind_fn_imps.hpp50 top() const function in class:PB_DS_CLASS_C_DEC
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DExportWithProgress.tcl16 pack .m -side top
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dentry1.tcl22 pack $w.msg -side top
31 pack $w.e1 $w.e2 $w.e3 -side top -pady 5 -padx 10 -fill x
H A Dimage1.tcl21 pack $w.msg -side top
37 pack $w.l1 $w.l2 -side top -padx .5m -pady .5m
H A Dpaned1.tcl22 pack $w.msg -side top
29 pack $w.pane -side top -expand yes -fill both -pady 2 -padx 2m
H A Dbitmap.tcl25 pack $w -side top -fill both
45 pack $w.msg -side top
54 pack $w.frame -side top -expand yes -fill both
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DLayoutBoxExtent.h43 LayoutBoxExtent(LayoutUnit top, LayoutUnit right, LayoutUnit bottom, LayoutUnit left) argument
44 : m_top(top), m_right(right), m_bottom(bottom), m_left(left) { }
46 inline LayoutUnit top() const { return m_top; } function in class:WebCore::LayoutBoxExtent
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorGradientEditingController.css46 top: 9px;
55 top: 42px;
61 top: 86px;
68 top: 2px;
82 top: 85px;
94 top: 283px;
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A DembeddedWindows.tcl120 set top .top$key
121 if {[winfo exists $top]} {
122 raise $top
126 toplevel $top
128 wm title $top "File \"$fileName\""
133 set txt $top.txt
134 set vsb $top.vsb
147 set btn [button $top.btn -text "Close" -command [list destroy $top]]
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dbitmap.tcl23 pack $w -side top -fill both
44 pack $w.msg -side top
55 pack $w.frame -side top -expand yes -fill both
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dtqueue.h129 Event *top = first.fwd; local
130 if (top->fireTime <= now) {
131 top->unschedule();
132 secdebug("schedq", "event %p delivered at %.3f", top, double(now));
133 return top;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dtqueue.h129 Event *top = first.fwd; local
130 if (top->fireTime <= now) {
131 top->unschedule();
132 secdebug("schedq", "event %p delivered at %.3f", top, double(now));
133 return top;
/macosx-10.10/WebCore-7600.1.25/style/
H A DInlineTextBoxStyle.cpp107 extendIntToFloat(overflowResult.top, -(underlineOffset + wavyOffset - controlPointDistance - strokeThickness));
110 extendIntToFloat(overflowResult.top, -underlineOffset);
116 extendIntToFloat(overflowResult.top, wavyOffset + controlPointDistance + strokeThickness);
119 // top is untouched
126 extendIntToFloat(overflowResult.top, -(2 * baseline / 3 - controlPointDistance - strokeThickness));
129 extendIntToFloat(overflowResult.top, -(2 * baseline / 3));
/macosx-10.10/emacs-93/emacs/src/
H A Dw32gui.h162 (xr).y = (nr).top, \
164 (xr).height = ((nr).bottom - (nr).top))
168 (nr).top = (xr).y, \
174 (nr).top = (y), \
176 (nr).bottom = ((nr).top + (height)))
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dsizegrip.tcl46 set top [winfo toplevel $W]
49 foreach {State(resizeX) State(resizeY)} [wm resizable $top] break
58 if {[scan [wm geometry $top] "%dx%d+%d+%d" width height x y] != 4} {
64 set grid [wm grid $top]
72 set State(toplevel) $top
/macosx-10.10/ruby-106/ruby/bootstraptest/
H A Dtest_eval.rb33 Const = :top
42 assert_equal %q{top}, %q{
43 Const = :top
119 assert_equal %q{top}, %q{
120 Const = :top
129 Const = :top
140 assert_equal %q{top}, %q{
141 Const = :top
152 assert_equal %q{[:top, :C, :top,
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DGeometry.js98 return new WebInspector.Rect(clientRect.left, clientRect.top, clientRect.width, clientRect.height);
131 this.origin.y + insets.top,
133 this.size.height - insets.top - insets.bottom
218 WebInspector.EdgeInsets = function(top, right, bottom, left)
223 this.top = top;
224 this.right = top;
225 this.bottom = top;
226 this.left = top;
228 this.top
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtkmenubutton.rb7 TkLabel.new(:text=>'Sample of TkMenubutton').pack(:side=>:top)
10 pack(:side=>:top)
68 :height=>5).pack(:side=>:top, :fill=>:x, :padx=>20)
71 TkLabel.new(:text=>'Sample of TkOptionMenu').pack(:side=>:top)
77 pack(:side=>:top)
118 :height=>5).pack(:side=>:top, :fill=>:x, :padx=>20)
124 pack(:side=>:top, :padx=>25, :pady=>5, :anchor=>:e)

Completed in 171 milliseconds

1234567891011>>