Searched +refs:org +refs:table +refs:settings (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.9.5/vim-53/runtime/autoload/
H A Dtohtml.vim7 " Original by Bram Moolenaar <Bram@vim.org>
8 " Diff2HTML() added by Christian Brabandt <cb@256bit.org>
17 let s:settings = tohtml#GetUserSettings()
19 if !&diff || s:settings.diff_one_file
32 let s:settings.whole_filler = 1
48 unlet s:settings
60 if s:settings.use_xhtml
61 if s:settings.encoding != ""
62 let xml_line = "<?xml version=\"1.0\" encoding=\"" . s:settings.encoding . "\"?>"
69 let style = [s:settings
[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
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 Dcalccard.tex60 % Internet: gildea@stop.mail-abuse.org
466 \key{view units table}{u v}
654 \key{save, restore mode settings}{Z `\, Z '}
663 \key{record mode settings permanently}{m m}
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DInflateColumn.pm15 # In your table classes
36 deal with, to allow such settings as C< \'year + 1'> and C< \'DEFAULT' >
53 For example, if you have a table C<events> with a timestamp field
55 corresponding table class using something like:
193 Daniel Westermann-Clark <danieltwc@cpan.org> (documentation)
/macosx-10.9.5/CPANInternal-140/Sys-Filesystem/lib/Sys/
H A DFilesystem.pm13 # http://www.apache.org/licenses/LICENSE-2.0
333 Specify the full path and filename of the filesystem table (or fstab for
338 Specify the full path and filename of the mounted filesystem table (or mtab
344 Specify the full path and filename of the mounted NFS filesystem table
500 contain information such as read-write, user and group settings and
584 L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Sys-Filesystem>
588 L<http://annocpan.org/dist/Sys-Filesystem>
592 L<http://cpanratings.perl.org/s/Sys-Filesystem>
596 L<http://search.cpan.org/dist/Sys-Filesystem/>
610 Nicola Worthington <nicolaw@cpan.org>
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit/lib/SQL/Abstract/
H A DLimit.pm78 my ( $stmt, @bind ) = $sql->select( $table, \@fields, \%where, \@order, $limit, $offset );
95 All settings are optional.
103 settings in method calls, this just sets the default. Possible values are:
140 =item select( $table, \@fields, $where, [ \@order, [ $rows, [ $offset ], [ $dialect ] ] ] )
157 my $table = $self->_table(shift);
166 # return $self->SUPER::select( $table, $fields, $where, $order ) unless $rows;
167 return SQL::Abstract->new->select( $table, $fields, $where, $order ) unless $rows;
170 my ( $sql, @bind ) = $self->SUPER::select( $table, $fields, $where );
470 # DB2 select * from table fetch first 10 rows only
471 # Informix select first 10 * from table
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit-0.141/lib/SQL/Abstract/
H A DLimit.pm78 my ( $stmt, @bind ) = $sql->select( $table, \@fields, \%where, \@order, $limit, $offset );
95 All settings are optional.
103 settings in method calls, this just sets the default. Possible values are:
140 =item select( $table, \@fields, $where, [ \@order, [ $rows, [ $offset ], [ $dialect ] ] ] )
157 my $table = $self->_table(shift);
166 # return $self->SUPER::select( $table, $fields, $where, $order ) unless $rows;
167 return SQL::Abstract->new->select( $table, $fields, $where, $order ) unless $rows;
170 my ( $sql, @bind ) = $self->SUPER::select( $table, $fields, $where );
470 # DB2 select * from table fetch first 10 rows only
471 # Informix select first 10 * from table
[all...]
/macosx-10.9.5/vim-53/runtime/indent/
H A Dhtml.vim2 " Author: Johannes Zellner <johannes@zellner.org>
16 " [-- local settings (must come before aborting the script) --]
91 call <SID>HtmlIndentPush('table')
/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/DBIx-Class/lib/DBIx/Class/Storage/
H A DDBI.pm197 Every time C<connect_info> is invoked, any previous settings for
333 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.
363 the settings in your connect_info DBI options (or the values you set in
366 Note that your custom settings can cause Storage to malfunction,
1754 # another column by that name (which would imply another table)
2002 my ($self, $dbh, $table) = @_;
2007 my ($schema,$tab) = $table =~ /^(.+?)\.(.+)$/ ? ($1,$2) : (undef,$table);
[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
1262 Music::Artist->table('artist');
1268 Music::CD->table('cd');
1281 Music::Track->table('track');
1338 =item I<Set up a table for your objects to be stored in.>
1340 Class::DBI works on a simple one class/one table mode
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm884 The C<layout> settings specified in the configuration section define the
925 log4j.appender.A1=org.apache.log4j.ConsoleAppender
926 log4j.appender.A1.layout=org.apache.log4j.PatternLayout
957 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
958 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
960 log4j.appender.R=org.apache.log4j.RollingFileAppender
962 log4j.appender.R.layout=org.apache.log4j.PatternLayout
966 C<org.apache.log4j.ConsoleAppender> (ultimately mapped by C<Log::Log4perl>
968 C<R>, a C<org.apache.log4j.RollingFileAppender>
1071 http://jakarta.apache.org/log4
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm1056 The C<layout> settings specified in the configuration section define the
1128 log4j.appender.A1=org.apache.log4j.ConsoleAppender
1129 log4j.appender.A1.layout=org.apache.log4j.PatternLayout
1160 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
1161 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
1163 log4j.appender.R=org.apache.log4j.RollingFileAppender
1165 log4j.appender.R.layout=org.apache.log4j.PatternLayout
1169 C<org.apache.log4j.ConsoleAppender> (ultimately mapped by C<Log::Log4perl>
1171 C<R>, a C<org.apache.log4j.RollingFileAppender>
1278 http://jakarta.apache.org/log4
[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
367 specify proxy settings for HTTP protocol you may do:
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)
1237 -> uri('http://tempuri.org/')
1241 print $s->GetVocabulary(SOAP::Data->name(Query => 'something')->uri('http://tempuri.org/'))
[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
367 specify proxy settings for HTTP protocol you may do:
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)
1237 -> uri('http://tempuri.org/')
1241 print $s->GetVocabulary(SOAP::Data->name(Query => 'something')->uri('http://tempuri.org/'))
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DREADME337 by Guido Carls <gcarls@cpan.org>. It allows for hooking up Log::Log4perl
408 The "layout" settings specified in the configuration section define the
476 log4j.appender.A1=org.apache.log4j.ConsoleAppender
477 log4j.appender.A1.layout=org.apache.log4j.PatternLayout
509 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
510 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
512 log4j.appender.R=org.apache.log4j.RollingFileAppender
514 log4j.appender.R.layout=org.apache.log4j.PatternLayout
518 "org.apache.log4j.ConsoleAppender" (ultimately mapped by "Log::Log4perl"
520 "org
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex32 % ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex
33 % (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org),
38 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
43 % Send bug reports to bug-texinfo@gnu.org. Please include including a
882 % @asis just yields its argument. Used with @table, for example.
1423 % Fonts for short table of contents.
1907 % Tables -- @table, @ftable, @vtable, @item(x), @kitem(x), @xitem(x).
1909 % default indentation of table tex
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex32 % ftp://ftp.gnu.org/gnu/texinfo.tex
33 % (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 % ftp://texinfo.org/texinfo/texinfo.tex
35 % ftp://tug.org/tex/texinfo.tex
36 % (and all CTAN mirrors, see http://www.ctan.org),
42 % Texinfo has a small home page at http://texinfo.org/ and also
43 % http://www.gnu.org/software/texinfo.
45 % Send bug reports to bug-texinfo@gnu.org. Please include including a
835 % @asis just yields its argument. Used with @table, for example.
1344 % Fonts for short table o
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex32 % ftp://ftp.gnu.org/gnu/texinfo.tex
33 % (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 % ftp://texinfo.org/tex/texinfo.tex
35 % ftp://us.ctan.org/macros/texinfo/texinfo.tex
36 % (and all CTAN mirrors, finger ctan@us.ctan.org for a list).
40 % Texinfo has a small home page at http://texinfo.org/.
42 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % the existing language-specific files from ftp://ftp.gnu.org/gnu/texinfo/.
822 % @asis just yields its argument. Used with @table, for example.
1274 % Fonts for short table o
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm151 Appender settings in the configuration are defined as follows:
279 C<ip> in the global C<MDC> (mapped diagnostic context) table, which
289 The mappings are stored in a global hash table within Log::Log4perl.
747 Having several settings for related categories in the Log4perl
884 http://search.cpan.org and chances are that what you're looking for
1045 any other settings, how can you collect all FATAL messages all over the system
1540 (see http://jakarta.apache.org/log4j ). Create a configuration file like
1544 class="org.apache.log4j.net.XMLSocketReceiver">
1545 <param name="decoder" value="org.apache.log4j.xml.XMLDecoder"/>
1555 org
[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.
1023 % @asis just yields its argument. Used with @table, for example.
1703 % Fonts for short table of contents.
1980 % It is available from http://www.ctan.org/tex-archive/fonts/eurosym.
2296 % Tables -- @table, @ftable, @vtable, @item(x).
2298 % default indentation of table tex
[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.
1023 % @asis just yields its argument. Used with @table, for example.
1703 % Fonts for short table of contents.
1980 % It is available from http://www.ctan.org/tex-archive/fonts/eurosym.
2296 % Tables -- @table, @ftable, @vtable, @item(x).
2298 % default indentation of table tex
[all...]
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex32 % ftp://ftp.gnu.org/gnu/texinfo.tex
33 % (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 % ftp://texinfo.org/tex/texinfo.tex
35 % ftp://us.ctan.org/macros/texinfo/texinfo.tex
36 % (and all CTAN mirrors, finger ctan@us.ctan.org for a list).
40 % Texinfo has a small home page at http://texinfo.org/.
42 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % the existing language-specific files from ftp://ftp.gnu.org/gnu/texinfo/.
783 % @asis just yields its argument. Used with @table, for example.
1234 % Fonts for short table o
[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.
1020 % @asis just yields its argument. Used with @table, for example.
1680 % Fonts for short table of contents.
2192 % Tables -- @table, @ftable, @vtable, @item(x).
2194 % default indentation of table text
2198 % margin between end of table ite
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-XS/
H A DXS.pm183 on various settings. In no case is an encoding stored together with your
440 the same JSON text (given the same overall settings). If it is disabled,
1024 settings and version of JSON::XS), but this incurs a runtime overhead
1108 - in general, if you use different flag settings while encoding vs. when
1377 comparison table for that case.
1440 Please refrain from using rt.cpan.org or any other bug reporting

Completed in 206 milliseconds

12