Searched refs:top (Results 251 - 275 of 1552) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dlabelframe.tcl24 pack $w.msg -side top
48 pack $w.f.b$value -side top -fill x -pady 2
74 pack $w.f2.b$t -side top -fill x -pady 2
/macosx-10.9.5/mail_cmds-29/mail/
H A Dnames.c102 struct name *top, *np, *t; local
108 top = NULL;
113 if (top == NULL)
114 top = t;
121 return (top);
133 char *cp, *top; local
153 top = salloc(s);
154 cp = top;
166 return (top);
302 struct name *np, *top; local
578 char **ap, **top; local
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dgetaddrinfo.c270 struct addrinfo *top = NULL; local
455 top = sentinel.ai_next;
456 if (top)
491 GET_AI(top, &afdl[i], pton, port);
503 get_name(pton, &afdl[i], &top, pton, pai, port);
514 error = get_addr(hostname, pai->ai_family, &top, pai, port);
516 if (top) {
518 *res = top;
524 if (top)
525 freeaddrinfo(top);
577 struct addrinfo *top, *cur; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dsecasn1e.c64 SEC_ASN1EncoderContext *top; member in struct:sec_asn1e_state_struct
135 new_state->top = cx;
289 state = sec_asn1e_push_state (state->top, subt, src, PR_FALSE);
418 cx = state->top;
563 /* state->top->status = encodeError; */
655 /* state->top->status = encodeError; */
800 state->top->status = encodeError;
805 state = sec_asn1e_push_state(state->top, &state->theTemplate[indx],
813 sec_asn1e_notify_before (state->top, state->src, state->depth);
836 if (state->top
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dsecasn1e.c64 SEC_ASN1EncoderContext *top; member in struct:sec_asn1e_state_struct
135 new_state->top = cx;
289 state = sec_asn1e_push_state (state->top, subt, src, PR_FALSE);
418 cx = state->top;
563 /* state->top->status = encodeError; */
655 /* state->top->status = encodeError; */
800 state->top->status = encodeError;
805 state = sec_asn1e_push_state(state->top, &state->theTemplate[indx],
813 sec_asn1e_notify_before (state->top, state->src, state->depth);
836 if (state->top
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dsecasn1e.c64 SEC_ASN1EncoderContext *top; member in struct:sec_asn1e_state_struct
135 new_state->top = cx;
289 state = sec_asn1e_push_state (state->top, subt, src, PR_FALSE);
418 cx = state->top;
563 /* state->top->status = encodeError; */
655 /* state->top->status = encodeError; */
800 state->top->status = encodeError;
805 state = sec_asn1e_push_state(state->top, &state->theTemplate[indx],
813 sec_asn1e_notify_before (state->top, state->src, state->depth);
836 if (state->top
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dsecasn1e.c64 SEC_ASN1EncoderContext *top; member in struct:sec_asn1e_state_struct
135 new_state->top = cx;
289 state = sec_asn1e_push_state (state->top, subt, src, PR_FALSE);
418 cx = state->top;
563 /* state->top->status = encodeError; */
655 /* state->top->status = encodeError; */
800 state->top->status = encodeError;
805 state = sec_asn1e_push_state(state->top, &state->theTemplate[indx],
813 sec_asn1e_notify_before (state->top, state->src, state->depth);
836 if (state->top
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/demos/
H A Dcatalog165 # Displays a status <message> near the top of the window.
233 set top $org
239 $offset [expr $top-10] \
240 -40 [expr $top-10] \
241 -24 [expr $top-10] \
242 -20 [expr $top-16] \
243 -16 [expr $top-10] \
244 -20 [expr $top-16] \
245 -20 [expr $top-26]]
246 $canv move all 20 [expr -($top
[all...]
/macosx-10.9.5/apache-786.1/httpd/docs/manual/style/css/
H A Dmanual.css261 margin-top: 0;
289 margin-top: 0.3em;
316 vertical-align: top;
320 vertical-align: top;
326 /* arrow up (to page top) */
328 div.top {
334 div.top img {
335 margin-top: 0.5em;
352 margin-top: 0.5em;
359 vertical-align: top;
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dring.h52 *top, /* highest address+1 in buffer */ member in struct:__anon728
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A DSurface.cpp20 clip.top = 0;
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dbufferfifo.h53 Buffer *top() const { assert(!mBuffers.empty()); return mBuffers.front(); } function in class:Security::BufferFifo
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dbufferfifo.h53 Buffer *top() const { assert(!mBuffers.empty()); return mBuffers.front(); } function in class:Security::BufferFifo
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DClientRect.h45 float top() const { return m_rect.y(); } function in class:WebCore::ClientRect
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DcanvasProfiler.css34 top: 0;
75 top: 24px;
H A DheapProfiler.css60 top: 0;
169 top: 0;
177 top: 0;
185 top: 0;
200 top: 22px;
210 top: 0;
226 border-top: 1px solid rgb(202, 202, 202);
240 padding-top: 3px;
H A DrevisionHistory.css35 margin-top: 2px;
46 margin-top: 0;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFELighting.cpp102 int top = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); local
107 normalVector.setX(-top + topRight - (center << 1) + (right << 1) - bottom + bottomRight);
108 normalVector.setY(-(top << 1) - topRight + (bottom << 1) + bottomRight);
117 int top = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); local
124 normalVector.setY(-topLeft - (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight);
133 int top = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); local
137 normalVector.setX(-topLeft + top - (left << 1) + (center << 1) - bottomLeft + bottom);
138 normalVector.setY(-topLeft - (top << 1) + bottomLeft + (bottom << 1));
146 int top = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); local
148 normalVector.setX(-top
159 int top = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); local
171 int top = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderDialog.cpp46 if (styleToUse->position() != AbsolutePosition || !styleToUse->top().isAuto() || !styleToUse->bottom().isAuto()) {
51 // Adjust the dialog's position to be centered in or at the top of the viewport.
/macosx-10.9.5/WebKit-7537.78.2/mac/Carbon/
H A DHIViewAdapter.m124 qdRect.top = (SInt16)rect.origin.y;
168 qdRect.top = (SInt16)rect.origin.y;
204 bounds.top, bounds.left, bounds.bottom, bounds.right);
214 bounds.top, bounds.left, bounds.bottom, bounds.right);
220 cntlBounds.top, cntlBounds.left, cntlBounds.bottom, cntlBounds.right);
230 OffsetRgn(inRegion, cntlBounds.left, cntlBounds.top);
236 bounds.top, bounds.left, bounds.bottom, bounds.right);
244 SetOrigin(portBounds.left, portBounds.top);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/
H A Dgenzone.sh57 ; see NS records at top of file
73 ; see SOA record at top of file
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dpwg.h67 top; /* Top margin in 2540ths */ member in struct:pwg_size_s
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/
H A Die.css20 sup {vertical-align:text-top;}
26 fieldset {padding-top:0;
H A Dprint.css23 p img.top {margin-top:0;}
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/src/
H A Die.css35 sup { vertical-align: text-top; }
56 fieldset {padding-top: 0;}

Completed in 168 milliseconds

<<11121314151617181920>>