Searched +refs:org +refs:table +refs:create +refs:with +refs:table +refs:el (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex9 % This file can be printed with 1, 2, or 3 columns per page (see below).
19 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi
37 % along with GNU Emacs; see the file COPYING. If not, write to
59 % Internet: gildea@stop.mail-abuse.org
159 %\immediate\write16{Column \folio\abc\space starts with \firstmark}
231 % typeset in a typewriter font with line breaks preserved
259 % threecol - like "key" but with two key names.
276 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/lib/SQL/
H A DAbstract.pm5 # the test / diffusion / acceptance phase; those are marked with flag
113 my $table = $self->_table(shift);
119 $sql = join " ", $self->_sqlcase('insert into'), $table, $sql;
152 or belch "can't do 'columns' bindtype when called with arrayref";
163 sub _insert_ARRAYREFREF { # literal SQL with bind
193 else { # else literal SQL with bind
201 ARRAYREFREF => sub { # literal SQL with bind
208 # THINK : anything useful to do with a HASHREF ?
242 my $table = $self->_table(shift);
262 else { # literal SQL with bin
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprogress.vim3 " Filename extensions: *.p (collides with Pascal),
4 " *.i (collides with assembler)
5 " *.w (collides with cweb)
6 " Maintainer: Philip Uren <philuSPAX@ieee.org> Remove "SPAX" spam block
27 " The Progress editor doesn't cope with tabs very well.
63 syn keyword ProgressReserved center[ed] character check chr clear clipboard col colon color col[umn] column-lab[el] col[umns] compiler connected control count-of
64 syn keyword ProgressReserved cpstream create ctos current current-changed current-lang[uage] current-window current_date curs[or] database dataservers
77 syn keyword ProgressReserved of off old on open opsys option or os-append os-command os-copy os-create-dir os-delete os-dir os-drive[s] os-error os-rename
83 syn keyword ProgressReserved stream-io string-xref system-dialog table term term[inal] text text-cursor text-seg[-growth] this-procedure time title
86 syn keyword ProgressReserved window window-maxim[ized] window-minim[ized] window-normal with wor
[all...]
/macosx-10.9.5/CPANInternal-140/XML-Parser/Expat/
H A DExpat.pm681 my ($p, $el, %atts) = @_;
683 if ($el eq 'special');
689 my ($p, $el) = @_;
691 if ($el eq 'special'); # other special elements
703 handlers registered for that type of an event are called with suitable
727 When this option is given with a true value, then the parser does namespace
732 and two names can be checked for absolute equality with the L<"eq_name">
748 file. The intended use is with a stream of xml documents in a MIME multipart
793 is opened with the start tag. The Attr & Val pairs are generated for each
899 name of the element with whic
[all...]

Completed in 267 milliseconds