Searched +refs:double +refs:column (Results 1 - 25 of 58) sorted by relevance

123

/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/tablelist/
H A DembeddedWindows.tcl76 # file whose name is diplayed in the first column of the cell's row.
98 place $w.f -relwidth [expr {double($fileSize) / $::maxFileSize}]
152 grid $txt -row 0 -column 0 -sticky news
153 grid $vsb -row 0 -column 1 -sticky ns
154 grid $btn -row 1 -column 0 -columnspan 2 -pady 10
181 grid $tbl -row 0 -column 0 -sticky news
182 grid $vsb -row 0 -column 1 -sticky ns
183 grid $btn -row 1 -column 0 -columnspan 2 -pady 10
H A DembeddedWindows_tile.tcl111 # file whose name is diplayed in the first column of the cell's row.
133 place $w.f -relwidth [expr {double($fileSize) / $::maxFileSize}]
193 grid $txt -row 0 -column 0 -sticky news
194 grid $vsb -row 0 -column 1 -sticky ns
195 grid $btn -row 1 -column 0 -columnspan 2 -pady 10
223 grid $tbl -row 0 -column 0 -sticky news
224 grid $vsb -row 0 -column 1 -sticky ns
225 grid $btn -row 1 -column 0 -columnspan 2 -pady 10
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dwatch.itk229 grid $itk_component(frame) -row 0 -column 0 -sticky new
230 grid $itk_component(canvas) -row 1 -column 0 -sticky nsew
258 set atanab [expr {atan2(double($y-$_y0),double($x-$_x0))*(180/$PI)}]
283 set atanab [expr {atan2(double($a),double($b))*(180/$PI)}]
286 set x2 [expr {$_x0+$_radius($tag)*($b/double($c))}]
287 set y2 [expr {$_y0+$_radius($tag)*($a/double($c))}]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dspinbox.tcl101 grid $arrup -in $farr -column 0 -row 0 -sticky nsew
102 grid $arrdn -in $farr -column 0 -row 2 -sticky nsew
198 if { [catch {expr {double($value-$vmin)/$incr}} idx] } {
210 if { [catch {expr {double($value-$vmin)/$incr}} idx] } {
265 if { ![catch {expr {double($value-$vmin)/$incr}} idx] &&
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSource.pm135 pairs, uses the hashref as the L</column_info> for that column. Repeated
138 The column names given will be created as accessor methods on your
161 Use this to set the name of the accessor method for this column. If unset,
162 the name of the column will be used.
168 This contains the column type. It is automatically filled if you use the
179 The length of your column, if it is a column type that can have a size
195 Set this to a true value for a column whose value is somehow
206 if this column contains numeric data. This controls how set_column
207 decides whether to consider a column dirt
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Sybase/ASE/
H A DNoBindVars.pm30 double => $number,
84 for obtaining the last insert id of an C<IDENTITY> column, instead of having to
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/DBI/
H A DSybase.pm274 if ($data_type =~ /^(?:text|unitext|image|bigint|int|integer|smallint|tinyint|real|double|double precision|float|date|time|datetime|smalldatetime|money|smallmoney|timestamp|bit)\z/i) {
293 my ($table, $column) = @$info{qw/TABLE_NAME COLUMN_NAME/};
296 my $sth = $dbh->prepare(qq{SELECT name FROM syscolumns WHERE id = (SELECT id FROM sysobjects WHERE name = @{[ $dbh->quote($table) ]}) AND (status & 0x80) = 0x80 AND name = @{[ $dbh->quote($column) ]}});
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/DBI/
H A DSybase.pm274 if ($data_type =~ /^(?:text|unitext|image|bigint|int|integer|smallint|tinyint|real|double|double precision|float|date|time|datetime|smalldatetime|money|smallmoney|timestamp|bit)\z/i) {
293 my ($table, $column) = @$info{qw/TABLE_NAME COLUMN_NAME/};
296 my $sth = $dbh->prepare(qq{SELECT name FROM syscolumns WHERE id = (SELECT id FROM sysobjects WHERE name = @{[ $dbh->quote($table) ]}) AND (status & 0x80) = 0x80 AND name = @{[ $dbh->quote($column) ]}});
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm373 # normalized column name.
411 my ($class, $column) = @_;
412 return $column;
416 my ($class, $column) = @_;
417 return $class->accessor_name($column);
464 || $class->_croak("$k is not a column of $class");
701 $self->_croak("Need hash-ref to edit copied column values")
767 my ($self, $column) = @_;
768 return $self->find_column($column)->placeholder;
828 # the column (an
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/diagrams/
H A Dapplication.tcl394 grid .c -row 0 -column 0 -sticky swen
453 }] 0]/double(1e6)}]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmysql.vim23 syn keyword mysqlKeyword cascade change character check checksum column columns comment constraint create cross
53 " Strings (single- and double-quote)
96 syn region mysqlType start="double\W" end="."me=s-1
97 syn region mysqlType start="double$" end="."me=s-1
98 syn region mysqlType start="double(" end=")" contains=mysqlNumber,mysqlVariable
99 syn region mysqlType start="double precision\W" end="."me=s-1
100 syn region mysqlType start="double precision$" end="."me=s-1
101 syn region mysqlType start="double precision(" end=")" contains=mysqlNumber,mysqlVariable
142 " Function names do not clash with table or column names. For example, ABS is a
143 " valid column nam
[all...]
H A Dprogress.vim63 syn keyword ProgressReserved center[ed] character check chr clear clipboard col colon color col[umn] column-lab[el] col[umns] compiler connected control count-of
136 syn keyword ProgressOperator checked choose clear-select[ion] close code codepage codepage-convert col-of colon-align[ed] color-table column-bgc[olor] column-dcolor column-fgc[olor] column-font
137 syn keyword ProgressOperator column-label-bgc[olor] column-label-dcolor column-label-fgc[olor] column-label-font column
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/
H A Dinstall.tcl553 set percent [expr round(double($currentBytes)/$totalBytes * 100.0)]
882 grid .helppopup.text -row 0 -column 0 -sticky ewns -padx 4 -pady 4
883 grid .helppopup.sbar -row 0 -column 1 -sticky nsw
884 grid .helppopup.ok -row 1 -column 0 -columnspan 2 -padx 4 -pady 4
961 grid .panel -in . -column 1 -row 0 -columnspan 4 -pady 5 -padx 5 -sticky news
1607 grid .panel.dirspec.text -row 0 -column 0 -padx 4 -pady 4 -sticky w
1608 grid .panel.dirspec.browsebtn -row 0 -column 1 -padx 4 -pady 4 -sticky e
1609 grid .panel.text -row 0 -column 0 -padx 4 -pady 4 -sticky ewns
1610 grid .panel.dirspec -row 1 -column 0 -padx 4 -sticky ew
1611 grid .panel -in . -row 0 -column
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/
H A Dinstall.tcl553 set percent [expr round(double($currentBytes)/$totalBytes * 100.0)]
882 grid .helppopup.text -row 0 -column 0 -sticky ewns -padx 4 -pady 4
883 grid .helppopup.sbar -row 0 -column 1 -sticky nsw
884 grid .helppopup.ok -row 1 -column 0 -columnspan 2 -padx 4 -pady 4
961 grid .panel -in . -column 1 -row 0 -columnspan 4 -pady 5 -padx 5 -sticky news
1607 grid .panel.dirspec.text -row 0 -column 0 -padx 4 -pady 4 -sticky w
1608 grid .panel.dirspec.browsebtn -row 0 -column 1 -padx 4 -pady 4 -sticky e
1609 grid .panel.text -row 0 -column 0 -padx 4 -pady 4 -sticky ewns
1610 grid .panel.dirspec -row 1 -column 0 -padx 4 -sticky ew
1611 grid .panel -in . -row 0 -column
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxslt/
H A Dinstall.tcl558 set percent [expr round(double($currentBytes)/$totalBytes * 100.0)]
869 grid .helppopup.text -row 0 -column 0 -sticky ewns -padx 4 -pady 4
870 grid .helppopup.sbar -row 0 -column 1 -sticky nsw
871 grid .helppopup.ok -row 1 -column 0 -columnspan 2 -padx 4 -pady 4
948 grid .panel -in . -column 1 -row 0 -columnspan 4 -pady 5 -padx 5 -sticky news
1594 grid .panel.dirspec.text -row 0 -column 0 -padx 4 -pady 4 -sticky w
1595 grid .panel.dirspec.browsebtn -row 0 -column 1 -padx 4 -pady 4 -sticky e
1596 grid .panel.text -row 0 -column 0 -padx 4 -pady 4 -sticky ewns
1597 grid .panel.dirspec -row 1 -column 0 -padx 4 -sticky ew
1598 grid .panel -in . -row 0 -column
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Doptimize.tcl1014 # - First column is the list of variable indices in the basis
1015 # - Second column is the list of maximum values
1040 lappend newcol [expr {double([lindex $row $idx])}]
1042 lappend newcol [expr {-double([lindex $lastrow $idx])}]
1142 # Find the next column - the one with the largest negative
1149 # Index of the column
1219 set column [lindex $tableau [expr {2+$nextcol}]]
1220 set divcoeff [lindex $column $nextrow]
1222 foreach colcoeff $column {
1250 # The first column
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DSimpleEditTimecode.tcl116 grid .fr2.lab1 -column 0 -row 0 -columnspan 2 -sticky w -pady 0 -padx 2
223 set fps [expr int(double($nsamp)/double($secsLen))]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm320 # with the normalized column name.
377 my ($class, $column) = @_;
380 return $class->accessor_name($column)
382 return $column->accessor;
386 my ($class, $column) = @_;
389 return $class->mutator_name($column)
391 return $column->mutator;
438 || $class->_croak("$k is not a column of $class");
687 $self->_croak("Need hash-ref to edit copied column values")
766 my ($self, $column)
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dcsscomplete.vim134 let values = ["none", "hidden", "dotted", "dashed", "solid", "double", "groove", "ridge", "inset", "outset"]
140 let values = ["none", "hidden", "dotted", "dashed", "solid", "double", "groove", "ridge", "inset", "outset"]
149 let values = ["none", "hidden", "dotted", "dashed", "solid", "double", "groove", "ridge", "inset", "outset"]
159 let values = ["none", "hidden", "dotted", "dashed", "solid", "double", "groove", "ridge", "inset", "outset"]
186 let values = ["inline", "block", "list-item", "run-in", "inline-block", "table", "inline-table", "table-row-group", "table-header-group", "table-footer-group", "table-row", "table-column-group", "table-column", "table-cell", "table-caption", "none"]
238 let values = ["none", "hidden", "dotted", "dashed", "solid", "double", "groove", "ridge", "inset", "outset"]
246 let values = ["none", "hidden", "dotted", "dashed", "solid", "double", "groove", "ridge", "inset", "outset"]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex10 % At the moment this card works quite nicely in 3 column format and
12 % double-side page when printed.
45 % 1 column per page
92 column\if 1\ncolumns\else s\fi\space per page]}
97 % Note that the 1-column format is fontfamily-independent.
98 \if 1\ncolumns %one-column format uses normal size
163 %% in case we never use \columnb (two-column mode)
198 % newcolumn - force a new column. Use sparingly, probably only for
199 % the first column of a page, which should have a title anyway.
361 {\bf Row and column editin
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dtepam.tcl104 none double integer alnum alpha ascii control digit graph lower
474 ![Validate(double) [lindex $ArgOptionValue 0]] || \
475 ![Validate(double) [lindex $ArgOptionValue 1]]} {
535 if {[lsearch {integer double} $ProcDef($ProcName,Arg,$Var,-type)]<0} {
536 return "Argument '$Var' - range specification requires type integer or double"
1061 proc Validate(double) {v} {expr [string length $v]>0 && [string is double $v]}
2098 grid [label $W.label1 -text "Available"] -column 1 -row 0 -sticky ew
2099 grid [label $W.label2 -text "Selected"] -column 3 -row 0 -sticky ew
2101 grid [listbox $W.listbox1 -yscrollcommand "$W.scrollbar1 set" -exportselection 0 -selectmode extended] -column
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Relationship/
H A DBase.pm44 the C<Book> table has a column C<author_id> containing the ID of the C<Author>
53 For multi-column foreign keys, you will need to specify a C<foreign>-to-C<self>
54 mapping for each column in the key. For example, if you're creating a
114 related object, but you also want the relationship accessor to double as
115 a column accessor). For C<multi> accessors, an add_to_* method is also
395 Set column values on the current object, using related values from the given
476 # object with an extra column in the link
480 column values in the hash. If an object reference is given, just the linking
481 table object is created. In either case, any additional column values for the
502 # Sets a column i
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A DtomAmp.tcl65 grid .panel.l -row 0 -column 1 -columnspan 2 -sticky ew
69 grid [frame .panel.player -borderwidth 2 -relief ridge] -row 1 -column 1 -sticky news
98 grid $SS -column 2 -row 1 -sticky ew
106 grid .panel.sv -column 0 -row 0 -rowspan 3 -sticky ns
195 -xscrollcommand [list Scrolled_Listbox.set $f.xscroll [list grid $f.xscroll -row 1 -column 0 -sticky news]] \
196 -yscrollcommand [list Scrolled_Listbox.set $f.yscroll [list grid $f.yscroll -row 0 -column 1 -sticky news]]
724 set offset [expr {int(double($tomAmp(p))/[s length -units sec]*[s length])}]
820 # set elapsed [expr {round(double([s current_position])/[s length]*[s length -units sec])}]
1243 set xxx [expr {int(double(100.)/[s length -units sec]*[s length])}]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A Dmysql.pm224 elsif ($info->{data_type} eq 'double') {
225 $info->{data_type} = 'double precision';
244 elsif ($data_type =~ /^(?:float|double precision|decimal)\z/i) {
325 unless $_[0] =~ /^column_info: unrecognized column type/ };
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs/lib/Pod/ProjectDocs/
H A DCSS.pm216 border-bottom: 3px double #006699;
371 .column {

Completed in 218 milliseconds

123