Searched +refs:org +refs:table +refs:move +refs:row (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex19 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi
59 % Internet: gildea@stop.mail-abuse.org
276 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
277 (define-key global-map "\\C-cl" 'org-store-link)$^1$
278 (define-key global-map "\\C-ca" 'org-agenda)$^1$
281 \metax{For the many customization options try}{M-x org-customize}
282 \metax{To read the on-line documentation try}{M-x org-info}
311 \key{move subtre
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprogress.vim6 " Maintainer: Philip Uren <philuSPAX@ieee.org> Remove "SPAX" spam block
70 syn keyword ProgressReserved fram[e] frame-col frame-db frame-down frame-field frame-file frame-inde[x] frame-line frame-name frame-row frame-val[ue]
83 syn keyword ProgressReserved stream-io string-xref system-dialog table term term[inal] text text-cursor text-seg[-growth] this-procedure time title
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
140 syn keyword ProgressOperator current-result-row current-row-modified current-value cursor-char cursor-line cursor-offset data-entry-retur[n] data-t[ype] date date-f[ormat] day db-references
141 syn keyword ProgressOperator dcolor dde-error dde-i[d] dde-item dde-name dde-topic debu[g] dec[imal] default-b[utton] default-extensio[n] defer-lob-fetch define defined delete-char delete-current-row
142 syn keyword ProgressOperator delete-line delete-selected-row delete-selected-rows deselect-focused-row deselect-rows deselect-selected-row
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DOrdered.pm12 Create a table for your ordered data.
21 to maintain independent ordered lists within one table:
46 each row.
96 move a record it always causes other records in the list to be updated.
117 ordered lists within the same table.
128 never be assigned to a row> during normal operation. When
129 a row is moved, its position is set to this value temporarily, so
275 # an optimized method to get the last sibling position value without inflating a row object
407 # we need to null-position the moved row if the position column is part of a constraint
460 # after-move value
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm174 my $table = $class ? $class->table : $self->table;
175 $cmap{ $alias || $table } = $class || ref $self || $self;
177 return $table . $alias;
182 my @table = split /\s+/, $joins;
183 my %tojoin = map { $table[$_] => $table[ $_ + 1 ] } 0 .. $#table - 1;
187 || $self->_croak("Don't understand table '
273 sub table { subroutine
727 sub move { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm215 sub table { subroutine
216 my ($proto, $table, $alias) = @_;
218 $class->_table($table) if $table;
607 my $id = $dbh->last_insert_id(undef, undef, $self->table, undef) # std
676 # we pass. Used by copy() and move().
721 sub move { subroutine
723 $class->_carp("move() is deprecated. If you really need it, "
725 return $old_obj->_croak("Can't move to an unrelated class")
791 if (0 and $rows != 1) { # should always only update one row
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit/lib/SQL/Abstract/
H A DLimit.pm78 my ( $stmt, @bind ) = $sql->select( $table, \@fields, \%where, \@order, $limit, $offset );
140 =item select( $table, \@fields, $where, [ \@order, [ $rows, [ $offset ], [ $dialect ] ] ] )
157 my $table = $self->_table(shift);
166 # return $self->SUPER::select( $table, $fields, $where, $order ) unless $rows;
167 return SQL::Abstract->new->select( $table, $fields, $where, $order ) unless $rows;
170 my ( $sql, @bind ) = $self->SUPER::select( $table, $fields, $where );
470 # DB2 select * from table fetch first 10 rows only
471 # Informix select first 10 * from table
472 # Microsoft SQL Server and Access select top 10 * from table
473 # MySQL and PostgreSQL select * from table limi
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit-0.141/lib/SQL/Abstract/
H A DLimit.pm78 my ( $stmt, @bind ) = $sql->select( $table, \@fields, \%where, \@order, $limit, $offset );
140 =item select( $table, \@fields, $where, [ \@order, [ $rows, [ $offset ], [ $dialect ] ] ] )
157 my $table = $self->_table(shift);
166 # return $self->SUPER::select( $table, $fields, $where, $order ) unless $rows;
167 return SQL::Abstract->new->select( $table, $fields, $where, $order ) unless $rows;
170 my ( $sql, @bind ) = $self->SUPER::select( $table, $fields, $where );
470 # DB2 select * from table fetch first 10 rows only
471 # Informix select first 10 * from table
472 # Microsoft SQL Server and Access select top 10 * from table
473 # MySQL and PostgreSQL select * from table limi
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex228 In fact the library discussed within this text has already been used to form a polynomial basis library\footnote{See \url{http://poly.libtomcrypt.org} for more details.}.
377 exercises ranges from one (the easiest) to five (the hardest). The following table sumarizes the
581 if one starts writing a large number too far to the right on a piece of paper they will have to erase it and move left.
2573 visualized in the following table.
2590 Each row of the product is added to the result after being shifted to the left (\textit{multiplied by a power of the radix}) by the appropriate
2788 pass we are producing the $ix$'th output column and we note that $tx + ty = ix$. As we move $tx$ upwards we have to
2789 move $ty$ downards so the equality remains valid. The $iy$ variable is the number of iterations until
2813 implementation was ``row--major'' which means it adds to each of the columns in each pass. After the outer loop it would then fix
3138 that row $1$ must be subtracted from row
[all...]

Completed in 132 milliseconds