Searched +refs:pointer +refs:bottom +refs:side (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DtimelinePanel.css39 pointer-events: none;
45 bottom: auto !important;
54 bottom: 0;
64 border-bottom: 1px solid rgb(115, 115, 115);
72 bottom: 0px;
88 pointer-events: auto;
92 bottom: 0;
96 bottom: 0;
111 bottom: 0;
189 bottom
[all...]
H A Dinspector.css39 bottom: 0;
67 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(191, 191, 191)), to(rgb(151, 151, 151)));
70 border-bottom: 1px solid rgb(80, 80, 80);
80 body.show-toolbar-icons.dock-to-bottom #toolbar {
85 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 233, 233)), to(rgb(207, 207, 207)));
86 border-bottom: 1px solid rgb(64%, 64%, 64%);
94 body.dock-to-bottom #toolbar {
100 body.dock-to-bottom.port-qt #toolbar {
104 body.dock-to-bottom.inactive #toolbar {
123 body.dock-to-bottom
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dcsscomplete.vim6 let s:values = split("azimuth background background-attachment background-color background-image background-position background-repeat border bottom border-collapse border-color border-spacing border-style border-top border-right border-bottom border-left border-top-color border-right-color border-bottom-color border-left-color border-top-style border-right-style border-bottom-style border-left-style border-top-width border-right-width border-bottom-width border-left-width border-width caption-side clear clip color content counter-increment counter-reset cue cue-after cue-before cursor display direction elevation empty-cells float font font-family font-size font-style font-variant font-weight height left letter-spacing line-height list-style list-style-image list-style-position list-style-type margin margin-right margin-left margin-top margin-bottom max-height max-width min-height min-width orphans outline outline-color outline-style outline-width overflow padding padding-top padding-right padding-bottom padding-left page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position quotes right richness speak speak-header speak-numeral speak-punctuation speech-rate stress table-layout text-align text-decoration text-indent text-transform top unicode-bidi vertical-align visibility voice-family volume white-space width widows word-spacing z-index")
107 let values = ["left-side", "far-left", "left", "center-left", "center", "center-right", "right", "far-right", "right-side", "behin
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dtklkup219 $mwf = $Global{'mainWindow'} -> Frame() -> pack(-side => "top");
221 $mwf ->Label( -text => "DIRECTORY SERVER") ->pack (-side =>"left");
224 $Global{'slist'}->pack( -side => "left", -padx => 2, -pady => 5 );
237 -> pack(-side => "left", -pady => 2, -padx => 5 );
243 $Versionstatus = $mwf -> Label -> pack(-side => "left", -anchor => "center" );
257 $SSLstatus = $mwf -> Label -> pack(-side => "left", -anchor => "center" );
271 $FRstatus = $mwf -> Label -> pack(-side => "left", -anchor => "center" );
724 ->pack( -fill => "both", -side => "top" );
738 -label => "DIRECTORY SERVER") ->pack (-side =>"left");
740 $Global{dsadsls}->pack( -side
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcss.vim87 syn keyword cssCommonAttr contained top bottom
113 syn match cssTextAttr contained "\<\(text-\)\=\(top\|bottom\)\>"
117 syn match cssBoxProp contained "\<\(margin\|padding\|border\)\(-\(top\|right\|bottom\|left\)\)\=\>"
118 syn match cssBoxProp contained "\<border-\(\(\(top\|right\|bottom\|left\)-\)\=\(width\|color\|style\)\)\=\>"
144 syn keyword cssUIAttr contained default crosshair pointer move wait help
151 syn keyword cssRenderProp contained position top bottom direction
167 syn match cssAuralAttr contained "\<\(left\|right\)-side\>"
175 syn match cssTableProp contained "\<\(caption-side\|table-layout\|border-collapse\|border-spacing\|empty-cells\|speak-header\)\>"
H A Dprogress.vim125 " character on either side. Also valid are cases where the minus
133 syn keyword ProgressOperator bind-where block-iteration-display border-bottom border-bottom-ch[ars] border-bottom-pi[xels] border-left border-left-char[s] border-left-pixe[ls] border-right border-right-cha[rs]
134 syn keyword ProgressOperator border-right-pix[els] border-t[op] border-t[op-chars] border-top-pixel[s] both bottom box box-select[able] browse browse-header buffer buffer-chars buffer-lines
148 syn keyword ProgressOperator get-iteration get-license get-long get-message get-number get-pointer-value get-red[-value] get-repositioned-row get-selected-wid[get] get-short get-signature get-size
174 syn keyword ProgressOperator send sensitive separate-connection separators set-blue[-value] set-break set-cell-focus set-contents set-dynamic set-green[-value] set-leakpoint set-pointer-valu[e]
175 syn keyword ProgressOperator s[et-property] set-red[-value] set-repositioned-row set-selection set-size set-wait[-state] side-lab side-lab[e] side
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex623 \item The pointer \textbf{dp} points to a dynamically allocated array of digits that represent the given multiple
681 developer can still manage to cause a library to crash. For example, by passing an invalid pointer an application may
794 One immediate observation of this initializtion function is that it does not return a pointer to a mp\_int structure. It
846 digit pointer \textbf{dp} setting.
866 a standard C library function. In this case the free() function. Since free() only deallocates the memory the pointer
937 Note that the re-allocation result is actually stored in a temporary pointer $tmp$. This is to allow this function to return
938 an error with a valid pointer. Earlier releases of the library stored the result of XREALLOC into the mp\_int $a$. That would
1100 the pointer ``a''.
1193 mp\_int pointers and then subsequently the pointer to the digits.
1196 digits of $b$ are set to zero (lines 54 to 56). Both ``for'' loops make use of the pointer aliase
[all...]

Completed in 195 milliseconds