Searched +refs:org +refs:table +refs:previous +refs:field (Results 1 - 8 of 8) 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}
295 \key{next/previous headin
[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.
240 O & {\bf Old} (read in a previous session).\\
297 p & (DEL) Go to the {\bf previous} group with unread articles.
299 M-p & Go to the {\bf previous} group on the same or lower level. [distance]\\
309 P & Go to the {\bf previous} group. [distance]\\
442 T M-p & Go to {\bf previous} topic. [distance]\\
495 M-p & (G M-p) Go to the {\bf previous} summary line of an unread article.
498 M-r & Search through all previous articles for a regexp.\\
629 G p & (p) Go to the {\bf previous} unrea
[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;
242 my $table = $self->_table(shift);
286 my $sql = $self->_sqlcase('update') . " $table " . $self->_sqlcase('set ')
308 my $table = $self->_table(shift);
318 $self->_sqlcase('from'), $table)
331 my $table = $self->_table(shift);
336 my $sql = $self->_sqlcase('delete from') . " $table" . $where_sql;
407 # LDNOTE : previous SQLA code for hashrefs was creating a dirty
739 # with {field
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm305 use constant URI_1999_SCHEMA_XSD => "http://www.w3.org/1999/XMLSchema";
306 use constant URI_1999_SCHEMA_XSI => "http://www.w3.org/1999/XMLSchema-instance";
307 use constant URI_2000_SCHEMA_XSD => "http://www.w3.org/2000/10/XMLSchema";
308 use constant URI_2000_SCHEMA_XSI => "http://www.w3.org/2000/10/XMLSchema-instance";
309 use constant URI_2001_SCHEMA_XSD => "http://www.w3.org/2001/XMLSchema";
310 use constant URI_2001_SCHEMA_XSI => "http://www.w3.org/2001/XMLSchema-instance";
313 use constant URI_SOAP11_ENC => "http://schemas.xmlsoap.org/soap/encoding/";
314 use constant URI_SOAP11_ENV => "http://schemas.xmlsoap.org/soap/envelope/";
315 use constant URI_SOAP11_NEXT_ACTOR => "http://schemas.xmlsoap.org/soap/actor/next";
316 use constant URI_SOAP12_ENC => "http://www.w3.org/200
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm104 # TODO: replace by symbol table operations...
361 # [http://www.w3.org/TR/REC-xml#syntax]
528 my $field = '_' . $method;
534 $self->{$field} = shift;
537 return $self->{$field};
631 my $field = '_' . $method;
640 $self->{_attr}->{$attr} = $self->{$field} = shift() ? 1 : 0;
644 $self->{$field} = SOAP::Lite::Deserializer::XMLSchemaSOAP1_2->as_boolean($self->{_attr}->{$attr})
645 if !defined $self->{$field} && defined $self->{_attr}->{$attr};
646 return $self->{$field};
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm105 # TODO: replace by symbol table operations...
362 # [http://www.w3.org/TR/REC-xml#syntax]
520 my $field = '_' . $method;
526 $self->{$field} = shift;
529 return $self->{$field};
617 my $field = '_' . $method;
626 $self->{_attr}->{$attr} = $self->{$field} = shift() ? 1 : 0;
630 $self->{$field} = SOAP::Lite::Deserializer::XMLSchemaSOAP1_2->as_boolean($self->{_attr}->{$attr})
631 if !defined $self->{$field} && defined $self->{_attr}->{$attr};
632 return $self->{$field};
[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...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex151 contributor to the field, over a period of about two years. I've been impressed with his obvious intelligence, and astounded by his productivity.
218 However, cryptography is not the only field of study that can benefit from fast multiple precision integer routines.
228 In fact the library discussed within this text has already been used to form a polynomial basis library\footnote{See \url{http://poly.libtomcrypt.org} for more details.}.
272 to demonstrate algorithms with real implementations\footnote{In the ISO C programming language.} that have been field
377 exercises ranges from one (the easiest) to five (the hardest). The following table sumarizes the
873 The previous sections describes how to initialize and clear an mp\_int structure. To further support operations
1125 In the previous chapter a series of low level algorithms were established that dealt with initializing and maintaining
1614 & on the observations made in the previous problem. \\
2065 the previous carry. Recall from section 4.1 that $a_n << 1$ is equivalent to $a_n \cdot 2$. An iteration of the addition loop is finished with
2466 $\left [ 5 \right ] $ & Improve the previous algorith
[all...]

Completed in 333 milliseconds