Searched +refs:org +refs:table +refs:current +refs:line +refs:types (Results 1 - 17 of 17) 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
108 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
146 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
158 % This next line is useful when designing the layout.
231 % typeset in a typewriter font with line breaks preserved
276 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
277 (define-key global-map "\\C-cl" 'org
[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/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/
H A DDBI.pm333 Specifies what characters to use to quote table and column names. If
337 is placed on either side of the table/column name, or an arrayref of length
338 2 in which case the table/column name is placed between the elements.
782 Verifies that the current database handle is active and ready to execute
1754 # another column by that name (which would imply another table)
1913 $self->throw_exception ("group_by criteria '$g_part' not contained within current resultset source(s)");
2002 my ($self, $dbh, $table) = @_;
2007 my ($schema,$tab) = $table =~ /^(.+?)\.(.+)$/ ? ($1,$2) : (undef,$table);
2026 my $sth = $dbh->prepare($self->sql_maker->select($table, unde
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
104 % starts a new line in the output.
107 % Use TeX 3.0's \inputlineno to get the line number, for better error
200 % @| inserts a changebar to the left of the current line. It should
210 % Append this vertical mode material after the current lin
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
104 % starts a new line in the output.
107 % Use TeX 3.0's \inputlineno to get the line number, for better error
200 % @| inserts a changebar to the left of the current line. It should
210 % Append this vertical mode material after the current lin
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
103 % starts a new line in the output.
106 % Use TeX 3.0's \inputlineno to get the line number, for better error
197 % @| inserts a changebar to the left of the current line. It should
207 % Append this vertical mode material after the current lin
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm85 "Use of '$old' is deprecated at $caller[1] line $caller[2]. Use '$new' instead\n";
174 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
273 sub table { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/XML-Parser/Expat/
H A DExpat.pm121 my @types = sort keys %{$self->{_Setters}};
122 croak("Unknown Expat handler type: $type\n Valid types: @types");
137 my $line = GetCurrentLineNumber($_[0]->{Parser});
138 $message .= " at line $line";
148 my $line = GetCurrentLineNumber($_[0]->{Parser});
149 $message .= " at line $line";
746 This option takes a string value. When this string is found alone on a line
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm72 "Use of '$old' is deprecated at $caller[1] line $caller[2]. Use '$new' instead\n";
215 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
909 # is valid for the object in relation to its current values
1234 # Foo can't load Bar: Bar can't load Baz: syntax error at line ...
1262 Music::Artist->table('artist');
1268 Music::CD->table('c
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
104 % starts a new line in the output.
107 % Use TeX 3.0's \inputlineno to get the line number, for better error
202 % @| inserts a changebar to the left of the current line. It should
212 % Append this vertical mode material after the current lin
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
104 % starts a new line in the output.
107 % Use TeX 3.0's \inputlineno to get the line number, for better error
202 % @| inserts a changebar to the left of the current line. It should
212 % Append this vertical mode material after the current lin
[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 ).
268 This table should give you a quick overview of the classes provided by the
316 get current value, and if parameters are provided, a new value
318 the current object (if not stated otherwise). This is suitable for stacking
453 the C<typelookup> table that is used for autotyping. For more information
718 parameter. All methods return the current value if you call them without
736 ->encodingStyle('http://xml.apache.org/xml-soap/literalxml')
740 <c SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml"
747 types for your data according to your needs as well as to introduce new
748 data types (lik
[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 ).
268 This table should give you a quick overview of the classes provided by the
316 get current value, and if parameters are provided, a new value
318 the current object (if not stated otherwise). This is suitable for stacking
453 the C<typelookup> table that is used for autotyping. For more information
718 parameter. All methods return the current value if you call them without
736 ->encodingStyle('http://xml.apache.org/xml-soap/literalxml')
740 <c SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml"
747 types for your data according to your needs as well as to introduce new
748 data types (lik
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex103 This book and indeed much of the LibTom projects would not exist in their current form if it was not for a plethora
210 extending the range of representable integers while using single precision data types.
219 Another auxiliary use of multiple precision integers is high precision floating point data types.
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.}.
377 exercises ranges from one (the easiest) to five (the hardest). The following table sumarizes the
537 Usually when I start a project I will begin with the header files. I define the data types I think I will need and
558 It only makes sense to begin the text with the preliminary data types and support algorithms required as well.
562 Recall that most programming languages, in particular ISO C \cite{ISOC}, only have fixed precision data types that on their own cannot
564 to use fixed precision data types to create and manipulate multiple precision integers which may represent values
589 any such data type but it does provide for making composite data types know
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm13 # indent, opening brace on condition line, no cuddled else).
104 # TODO: replace by symbol table operations...
361 # [http://www.w3.org/TR/REC-xml#syntax]
622 if (!defined $self->{_type} && (my @types = grep {/^\{$SOAP::Constants::NS_XSI_ALL}type$/o} keys %{$self->{_attr}})) {
623 $self->{_type} = (SOAP::Utils::splitlongname(delete $self->{_attr}->{shift(@types)}))[1];
995 # do nothing if current schema is the same as new
999 # delete current schema from namespaces
1123 use vars '%objectstack'; # we'll play with symbol table
1124 local %objectstack = %objectstack; # want to see objects ONLY in the current tree
1126 # did we see this object in current tre
1901 sub current { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm13 # indent, opening brace on condition line, no cuddled else).
105 # TODO: replace by symbol table operations...
362 # [http://www.w3.org/TR/REC-xml#syntax]
608 if (!defined $self->{_type} && (my @types = grep {/^\{$SOAP::Constants::NS_XSI_ALL}type$/o} keys %{$self->{_attr}})) {
609 $self->{_type} = (SOAP::Utils::splitlongname(delete $self->{_attr}->{shift(@types)}))[1];
956 # do nothing if current schema is the same as new
961 # delete current schema from namespaces
1070 use vars '%objectstack'; # we'll play with symbol table
1071 local %objectstack = %objectstack; # want to see objects ONLY in the current tree
1072 # did we see this object in current tre
1801 sub current { subroutine
[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
1728 sub current { subroutine
[all...]

Completed in 229 milliseconds