Searched +refs:org +refs:table +refs:edit +refs:field (Results 1 - 4 of 4) 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}
336 \key{time sorted view of current org fil
[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.
612 D e & \textbf{edit} message.\\
1131 The following functions create the header-field if necessary.\\*
/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
687 $self->_croak("Need hash-ref to edit copied column values")
901 # edit the values in the hash if required.
1262 Music::Artist->table('artist');
1268 Music::CD->table('cd');
1281 Music::Track->table('trac
[all...]

Completed in 120 milliseconds