Searched +refs:org +refs:table +refs:number +refs:regexp (Results 1 - 13 of 13) sorted by relevance

/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
154 " curcol = number of characters before match
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)
[all...]
/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
152 \errmessage{Illegal number of columns per page}
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
[all...]
H A Drefcard.tex59 % Internet: gildea@stop.mail-abuse.org
162 \errmessage{Illegal number of columns per page}
393 % query-replace-regexp is bound to C-M-% but that can't be typed on
395 \metax{using regular expressions}{M-x query-replace-regexp}
477 \key{regexp search backward through history}{M-r}
478 \key{regexp search forward through history}{M-s}
510 \metax{specify a new tags file}{M-x visit-tags-table}
512 \metax{regexp search on all files in tags table}{M-x tags-search}
594 \key{select {\it n\/}th menu item by number (
[all...]
H A Dgnus-refcard.tex82 \def\author{Gnus Bugfixing Girls + Boys $<$bugs@gnus.org$>$}
139 have 3 or even 4 bindings. The total number of keybindings is 677. So in
145 prefix by holding the Meta key and typing a number, but in most Gnus modes
188 The table below assumes that you use the default Gnus levels.
314 C-c C-s & {\bf Sort} the groups by name, number of unread articles, or level
326 H v & (V) Display the Gnus {\bf version} number.\\
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 an
[all...]
H A Dpl-refcard.tex69 % Internet: gildea@stop.mail-abuse.org
164 % \errmessage{Illegal number of columns per page}
513 %\metax{using regular expressions}{M-x query-replace-regexp}
643 %\key{regexp search backward through history}{M-r}
644 %\key{regexp search forward through history}{M-s}
700 %\metax{specify a new tags file}{M-x visit-tags-table}
703 \metax{podaj nowy plik TAGS}{M-x visit-tags-table}
705 %\metax{regexp search on all files in tags table}{M-x tags-search}
882 %\key{select {\it n\/}th menu item by number (
[all...]
H A Dpt-br-refcard.tex59 % Internet: gildea@stop.mail-abuse.org
167 \errmessage{Illegal number of columns per page}
397 % query-replace-regexp is bound to C-M-% but that can't be typed on
399 \metax{usando express{\~a}o regular}{M-x query-replace-regexp}
482 \key{busca regexp no hist{\'o}rico para tr{\'a}s}{M-r}
483 \key{busca regexp no hist{\'o}rico para frente}{M-s}
516 \metax{especifica um novo arquivo de tags}{M-x visit-tags-table}
518 \metax{busca por regexp em todos arquivos}{M-x tags-search}
653 (global-set-key "\\M-\#" 'query-replace-regexp)
H A Dcs-refcard.tex52 % Internet: gildea@stop.mail-abuse.org
61 % by Milan Zamazal <pdm@zamazal.org> in August 1999
156 \errmessage{Illegal number of columns per page}
390 \metax{s~u�it�m regul�rn�ho v�razu}{M-x query-replace-regexp}
504 \metax{zadat soubor s nov�mi tagy}{M-x visit-tags-table}
639 (global-set-key "\\M-\#" 'query-replace-regexp)
H A Dsk-refcard.tex52 % Internet: gildea@stop.mail-abuse.org
61 % by Milan Zamazal <pdm@zamazal.org> in August 1999
158 \errmessage{Illegal number of columns per page}
391 \metax{s~pou�it�m regul�rneho v�razu}{M-x query-replace-regexp}
505 \metax{zada� s�bor s nov�mi tagmi}{M-x visit-tags-table}
640 (global-set-key "\\M-\#" 'query-replace-regexp)
/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;
607 my $id = $dbh->last_insert_id(undef, undef, $self->table, undef) # std
968 $class->add_constraint(regexp => $col => sub { shift =~ $how });
1262 Music::Artist->table('artist');
1268 Music::CD->table('cd');
1281 Music::Track->table('track');
1338 =item I<Set up a table fo
[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
102 (defgroup org nil function
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/
H A DLite.pm89 This version of SOAP::Lite supports the SOAP 1.1 specification ( http://www.w3.org/TR/SOAP ).
120 Includes XML::Parser::Lite (regexp-based XML parser) which runs instead
268 This table should give you a quick overview of the classes provided by the
453 the C<typelookup> table that is used for autotyping. For more information
736 ->encodingStyle('http://xml.apache.org/xml-soap/literalxml')
740 <c SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml"
867 http://www.w3.org/1999/XMLSchema, and
868 http://www.w3.org/2001/XMLSchema (default)
922 '[num]' as node number and '[op num]' with C<op> being a comparison
984 and you will get it regardless of the actual number o
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/
H A DLite.pm89 This version of SOAP::Lite supports the SOAP 1.1 specification ( http://www.w3.org/TR/SOAP ).
120 Includes XML::Parser::Lite (regexp-based XML parser) which runs instead
268 This table should give you a quick overview of the classes provided by the
453 the C<typelookup> table that is used for autotyping. For more information
736 ->encodingStyle('http://xml.apache.org/xml-soap/literalxml')
740 <c SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml"
867 http://www.w3.org/1999/XMLSchema, and
868 http://www.w3.org/2001/XMLSchema (default)
922 '[num]' as node number and '[op num]' with C<op> being a comparison
984 and you will get it regardless of the actual number o
[all...]

Completed in 164 milliseconds