Searched +refs:pointer +refs:top +refs:side (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DtimelinePanel.css32 top: 0;
39 pointer-events: none;
49 top: 20px;
53 top: 90px;
59 top: 80px;
63 border-top: 1px solid rgb(140, 140, 140);
71 top: 0px;
74 padding-top: 2px;
88 pointer-events: auto;
101 top
[all...]
H A Dinspector.css36 top: 0;
63 top: 0;
67 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(191, 191, 191)), to(rgb(151, 151, 151)));
68 padding-top: 1px;
85 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 233, 233)), to(rgb(207, 207, 207)));
95 padding-top: 0;
96 border-top: 1px solid rgb(100, 100, 100);
105 border-top: 1px solid rgb(64%, 64%, 64%);
132 padding-top: 4px;
153 vertical-align: top;
[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" );
[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.vim78 syn keyword ProgressReserved os2 os400 output overlay page page-bot[tom] page-num[ber] page-top param[eter] pause pdbname persist[ent] pixels
84 syn keyword ProgressReserved to today top-only trans trans[action] trigger triggers trim true underl[ine] undo unform[atted] union unique unix up update
125 " character on either side. Also valid are cases where the minus
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-lab[el] side
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm1847 my $pointer = shift;
1850 -> new(prefix => '', name => o_qname($pointer), name => o_lname($pointer), attr => o_lattr($pointer))
1851 -> set_value(o_value($pointer));
1867 my ($pointer, $itself, $path, @path) = @_;
1877 return $pointer unless defined $path;
1881 my $nameok = (o_lname($pointer) || '') =~ /(?:^|\})$path$/ if defined $path; # name can be with namespace
1889 return $pointer if defined $num && $numok || !defined $num && $nameok;
1895 push @walk, $self->_traverse_tree([$pointer],
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm1769 my $pointer = shift;
1772 -> new(prefix => '', name => o_qname($pointer), name => o_lname($pointer), attr => o_lattr($pointer))
1773 -> set_value(o_value($pointer));
1789 my($pointer, $itself, $path, @path) = @_;
1799 return $pointer unless defined $path;
1803 my $nameok = (o_lname($pointer) || '') =~ /(?:^|\})$path$/ if defined $path; # name can be with namespace
1810 return $pointer if defined $num && $numok || !defined $num && $nameok;
1816 push @walk, $self->_traverse_tree([$pointer],
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm1947 # my $pointer = shift;
1950 # -> new(prefix => '', name => o_qname($pointer), name => o_lname($pointer), attr => o_lattr($pointer))
1951 # -> set_value(o_value($pointer));
1959 # name => o_qname has side effect: sets namespace !
1991 my ($self, $pointer, $itself, $path, @path) = @_;
2001 return $pointer unless defined $path;
2010 my $nameok = (o_lname($pointer) || '') =~ /(?:^|\})$path$/ if defined $path; # name can be with namespace
2018 return $pointer i
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/llvm/
H A Dllvm.mli20 (** The top-level container for all LLVM global data. See the
24 (** The top-level container for all other LLVM Intermediate Representation (IR)
510 (** {7 Operations on pointer, vector, and array types} *)
516 (** [pointer_type ty] returns the pointer type referencing objects of type
521 (** [qualified_pointer_type ty as] returns the pointer type referencing objects
531 (** [element_type ty] returns the element type of the pointer, vector, or array
539 (** [address_space pty] returns the address space qualifier of the pointer type
652 (** [const_pointer_null ty] returns the constant null (zero) pointer of the type
1011 pointer constant [c] to integer type [ty].
1015 (** [const_inttoptr c ty] returns the constant pointer conversio
[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 177 milliseconds