Searched +refs:org +refs:table +refs:column +refs:names (Results 1 - 25 of 28) sorted by relevance

12

/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
19 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi
45 % 1 column per page
59 % Internet: gildea@stop.mail-abuse.org
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)
184 % we also need the tilde, for file names
[all...]
H A Drefcard.tex41 % 1 column per page
59 % Internet: gildea@stop.mail-abuse.org
101 column\if 1\ncolumns\else s\fi\space per page]}
106 % Note that the 1-column format is fontfamily-independent.
107 \if 1\ncolumns %one-column format uses normal size
173 %% in case we never use \columnb (two-column mode)
205 % newcolumn - force a new column. Use sparingly, probably only for
206 % the first column of a page, which should have a title anyway.
266 % threecol - like "key" but with two key names.
453 \key{set fill column}{
[all...]
H A Dcalccard.tex40 % 1 column per page
60 % Internet: gildea@stop.mail-abuse.org
97 column\if 1\ncolumns\else s\fi\space per page]}
159 %% in case we never use \columnb (two-column mode)
466 \key{view units table}{u v}
507 Variable names are single digits or whole words.
535 \key{extract matrix row, column}{v r\, v c}
H A Dcs-refcard.tex38 % 1 column per page
52 % Internet: gildea@stop.mail-abuse.org
61 % by Milan Zamazal <pdm@zamazal.org> in August 1999
103 column\if 1\ncolumns\else s\fi\space per page]}
108 % Note that the 1-column format is fontfamily-independent.
109 \if 1\ncolumns %one-column format uses normal size
167 %% in case we never use \columnb (two-column mode)
199 % newcolumn - force a new column. Use sparingly, probably only for
200 % the first column of a page, which should have a title anyway.
260 % threecol - like "key" but with two key names
[all...]
H A Dsk-refcard.tex38 % 1 column per page
52 % Internet: gildea@stop.mail-abuse.org
61 % by Milan Zamazal <pdm@zamazal.org> in August 1999
105 column\if 1\ncolumns\else s\fi\space per page]}
110 % Note that the 1-column format is fontfamily-independent.
111 \if 1\ncolumns %one-column format uses normal size
169 %% in case we never use \columnb (two-column mode)
201 % newcolumn - force a new column. Use sparingly, probably only for
202 % the first column of a page, which should have a title anyway.
262 % threecol - like "key" but with two key names
[all...]
H A Dpl-refcard.tex59 % 1 column per page
69 % Internet: gildea@stop.mail-abuse.org
113 column\if 1\ncolumns\else s\fi\space per page]}
118 % Note that the 1-column format is fontfamily-independent.
119 \if 1\ncolumns %one-column format uses normal size
177 %% in case we never use \columnb (two-column mode)
209 % newcolumn - force a new column. Use sparingly, probably only for
210 % the first column of a page, which should have a title anyway.
282 % threecol - like "key" but with two key names.
607 %\key{set fill column}{
[all...]
H A Dpt-br-refcard.tex41 % 1 column per page
59 % Internet: gildea@stop.mail-abuse.org
106 column\if 1\ncolumns\else s\fi\space per page]}
111 % Note that the 1-column format is fontfamily-independent.
112 \if 1\ncolumns %one-column format uses normal size
179 %% in case we never use \columnb (two-column mode)
211 % newcolumn - force a new column. Use sparingly, probably only for
212 % the first column of a page, which should have a title anyway.
272 % threecol - like "key" but with two key names.
516 \metax{especifica um novo arquivo de tags}{M-x visit-tags-table}
[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
[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;
320 # 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)
[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:
45 Specify the column that stores the position number for
51 If you are using one grouping column, specify it as follows:
104 Sets and retrieves the name of the column that stores the
115 This method specifies a column to limit all queries in
117 ordered lists within the same table.
372 # (we need only a specific column back)
407 # we need to null-position the moved row if the position column is part of a constraint
429 grouping column i
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/lib/SQL/
H A DAbstract.pm113 my $table = $self->_table(shift);
119 $sql = join " ", $self->_sqlcase('insert into'), $table, $sql;
150 # no names (arrayref) so can't generate bindtype
154 # fold the list of values into a hash of column name - value pairs
155 # (where the column names are artificially generated, and their
183 foreach my $column (sort keys %$data) {
184 my $v = $data->{$column};
191 push @all_bind, $self->_bindtype($column, $v);
213 push @all_bind, $self->_bindtype($column,
[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 );
451 Carp::croak( "bad column order spec: $spec" ) if @spec > 2;
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
[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 );
451 Carp::croak( "bad column order spec: $spec" ) if @spec > 2;
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
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/
H A DDBI.pm333 Specifies what characters to use to quote table and column names. If
337 is placed on either side of the table/column name, or an arrayref of length
338 2 in which case the table/column name is placed between the elements.
350 will assume DBIx::Class' uses of aliases to be complete column
351 names. The output will look like I<"me.name"> when it should actually
1407 $self->throw_exception(sprintf "%s for column '
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmysql.vim3 " Maintainer: Kenneth J. Pronovici <pronovic@ieee.org>
23 syn keyword mysqlKeyword cascade change character check checksum column columns comment constraint create cross
43 syn keyword mysqlKeyword table tables temporary terminated to trailing type
85 " function names. For instance, year() is part of the name of the
142 " Function names do not clash with table or column names. For example, ABS is a
143 " valid column name. The only restriction is that for a function call, no spaces
146 " This means that if I want to highlight function names properl
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex32 % ftp://ftp.gnu.org/gnu/texinfo.tex
33 % (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 % ftp://texinfo.org/texinfo/texinfo.tex
35 % ftp://tug.org/tex/texinfo.tex
36 % (and all CTAN mirrors, see http://www.ctan.org),
42 % Texinfo has a small home page at http://texinfo.org/ and also
43 % http://www.gnu.org/software/texinfo.
45 % Send bug reports to bug-texinfo@gnu.org. Please include including a
72 % Save some parts of plain tex whose names we will redefine.
835 % @asis just yields its argument. Used with @table, fo
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex32 % ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex
33 % (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org),
38 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
43 % Send bug reports to bug-texinfo@gnu.org. Please include including a
78 % Save some parts of plain tex whose names we will redefine.
882 % @asis just yields its argument. Used with @table, for example.
1423 % Fonts for short table of contents.
1907 % Tables -- @table,
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex32 % ftp://ftp.gnu.org/gnu/texinfo.tex
33 % (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 % ftp://texinfo.org/tex/texinfo.tex
35 % ftp://us.ctan.org/macros/texinfo/texinfo.tex
36 % (and all CTAN mirrors, finger ctan@us.ctan.org for a list).
40 % Texinfo has a small home page at http://texinfo.org/.
42 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % the existing language-specific files from ftp://ftp.gnu.org/gnu/texinfo/.
69 % Save some parts of plain tex whose names we will redefine.
822 % @asis just yields its argument. Used with @table, fo
[all...]
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex32 % ftp://ftp.gnu.org/gnu/texinfo.tex
33 % (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 % ftp://texinfo.org/tex/texinfo.tex
35 % ftp://us.ctan.org/macros/texinfo/texinfo.tex
36 % (and all CTAN mirrors, finger ctan@us.ctan.org for a list).
40 % Texinfo has a small home page at http://texinfo.org/.
42 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % the existing language-specific files from ftp://ftp.gnu.org/gnu/texinfo/.
69 % Save some parts of plain tex whose names we will redefine.
783 % @asis just yields its argument. Used with @table, fo
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
77 % Save some plain tex macros whose names we will redefine.
1023 % @asis just yields its argument. Used with @table, for example.
1281 % We use the node names as the destinations.
1485 % A few fonts for @defun names and args.
1601 % Each font-changing command also sets the names \lsiz
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
77 % Save some plain tex macros whose names we will redefine.
1023 % @asis just yields its argument. Used with @table, for example.
1281 % We use the node names as the destinations.
1485 % A few fonts for @defun names and args.
1601 % Each font-changing command also sets the names \lsiz
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
77 % Save some plain tex macros whose names we will redefine.
1020 % @asis just yields its argument. Used with @table, for example.
1273 % We use the node names as the destinations.
1478 % A few fonts for @defun names and args.
1587 % Each font-changing command also sets the names \lsiz
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
77 % Save some plain tex macros whose names we will redefine.
1043 % @asis just yields its argument. Used with @table, for example.
1209 % PDF uses PostScript string constants for the names of xref targets,
1327 % used to mark target names; must be expandable.
1416 % We use the node names a
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
77 % Save some plain tex macros whose names we will redefine.
1043 % @asis just yields its argument. Used with @table, for example.
1209 % PDF uses PostScript string constants for the names of xref targets,
1327 % used to mark target names; must be expandable.
1416 % We use the node names a
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el0 ;;;; org.el --- Outline-based notes management and organize
7 ;; Homepage: http://www.astro.uva.nl/~dominik/Tools/org/
38 ;; table editor. Org-mode supports ToDo items, deadlines, time stamps,
52 ;; http://staff.science.uva.nl/~dominik/Tools/org/org.html#Installation
63 ;; http://www.astro.uva.nl/~dominik/Tools/org/Changes
86 (defvar org-version "4.67c"
87 "The version number of the file org.el.")
88 (defun org-version ()
90 (message "Org-mode version %s" org
102 (defgroup org nil function
[all...]

Completed in 324 milliseconds

12