Searched +refs:org +refs:table +refs:column +refs:name +refs:regexp (Results 1 - 12 of 12) sorted by relevance

/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)
198 % newcolumn - force a new column
[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.
212 % section - new major section. Argument is section name.
231 % \<...> - surrounds a variable name i
[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.
216 % section - new major section. Argument is section name.
235 % \<...> - surrounds a variable name i
[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.
218 % section - new major section. Argument is section name.
237 % \<...> - surrounds a variable name i
[all...]
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.
206 % section - new major section. Argument is section name
[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.
208 % section - new major section. Argument is section name
[all...]
H A Dgnus-refcard.tex82 \def\author{Gnus Bugfixing Girls + Boys $<$bugs@gnus.org$>$}
188 The table below assumes that you use the default Gnus levels.
221 All these marks appear in the first column of the summary line, and so
314 C-c C-s & {\bf Sort} the groups by name, number of unread articles, or level
338 A d & (C-c C-M-a) List all groups whose names or {\bf descriptions} match a regexp.\\
343 A a & (C-c C-a) List all groups whose names match a regexp
346 A M & List groups that {\bf match} a regexp.\\
347 A m & List groups that {\bf match} a regexp and have unread articles.
419 T n & Prompt for topic {\bf name} and create it.\\
424 T M & {\bf Move} all groups matching a regexp t
[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;
319 # the method name by calling accessor_name_for() and mutator_name_for()
320 # with the normalized column name.
322 # mutator name will be the same as accessor name unless you override it.
324 # If both the accessor and mutator are to have the same method name,
[all...]
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim3 " Maintainer: Benji Fisher PhD <benji@member.AMS.org>
5 " URL: http://www.vim.org/script.php?script_id=39
112 " s:all regexp based on s:pat and the default groups
155 " prefix = regexp for start of line to start of match
156 " suffix = regexp for end of match to end of line
172 let regexp = s:Wholematch(matchline, s:all, startcol-1)
173 let curcol = match(matchline, regexp)
178 let endcol = matchend(matchline, regexp)
184 let b:match_match = matchstr(matchline, regexp)
303 let regexp
[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
87 " the name of the decode() function.
127 syn keyword mysqlOperator between not and or is in like regexp rlike binary exists
142 " Function names do not clash with table or column names. For example, ABS is a
143 " valid column name
[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 133 milliseconds