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

123

/macosx-10.9.5/CPANInternal-140/Class-Unload/lib/Class/
H A DUnload.pm5 no strict 'refs'; # we're fiddling with the symbol table
44 Unloads the given class by clearing out its symbol table and removing it
72 Dagfinn Ilmari Manns�ker, C<< <ilmari at ilmari.org> >>
80 Please report any bugs or feature requests to C<bug-class-unload at
81 rt.cpan.org>, or through the web interface at
82 L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Class-Unload>. I will
94 You can also look for information at:
100 L<http://rt.cpan.org/NoAut
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/
H A DClass.pm61 =item * IRC: L<irc.perl.org#dbix-class (click for instant chatroom login)
62 |http://mibbit.com/chat/#dbix-class@irc.perl.org>
66 =item * RT Bug Tracker: L<https://rt.cpan.org/Dist/Display.html?Queue=DBIx-Class>
68 =item * SVNWeb: L<http://dev.catalyst.perl.org/svnweb/bast/browse/DBIx-Class/0.08>
70 =item * SVN: L<http://dev.catalyst.perl.org/repos/bast/DBIx-Class/0.08>
93 __PACKAGE__->table('artist');
107 __PACKAGE__->table('cd');
153 # at the same time as it fetches CDs, using only one query.
171 # change the year of all the millennium CDs at once
190 known to be used in production on at leas
[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
28 % the Free Software Foundation; either version 2, or (at your option)
59 % Internet: gildea@stop.mail-abuse.org
252 % Tries to justify the beginning of the command name at the same place
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
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpython.vim5 " Credits: Zvezdan Petkovic <zpetkovic@acm.org>
49 " comparison with the table in the 'Python Language Reference'
50 " http://docs.python.org/reference/lexical_analysis.html#keywords.
52 " Exceptions come last at the end of each group (class and def below).
110 " Python allows case-insensitive Unicode IDs: http://www.unicode.org/charts/
140 " - a decimal point in '4.' at the end of a line is highlighted,
146 " http://docs.python.org/reference/lexical_analysis.html#numeric-literals
163 " http://docs.python.org/library/constants.html
164 " http://docs.python.org/library/functions.html
165 " http://docs.python.org/librar
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/
H A DLoader.pm64 ### or generate and load classes at runtime
87 L<DBIx::Class::Schema> by scanning database table definitions and setting up
223 # FIXME This needs to be moved into DBIC at some point, otherwise we are
225 # maintaining. But at the moment it would be just dead code in DBIC, so we'll
410 This can also be set at module import time via the import option
486 memory at runtime without generating on-disk class files.
552 load, and adds them to the schema at runtime, including relationships,
620 ilmari: Dagfinn Ilmari MannsE<aring>ker <ilmari@ilmari.org>
624 ash: Ash Berlin <ash@cpan.org>
628 Caelum: Rafael Kitover <rkitover@cpan.org>
[all...]
/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>
77 call add(html, "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">")
78 call add(html, '<html xmlns="http://www.w3.org/1999/xhtml">')
80 call add(html, "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">")
84 call add(html, ' "http://www.w3.org/TR/html4/loose.dtd">')
105 call add(html, '<table border="1" width="100%">')
161 " we can include the rest into the resulting table
189 call add(html, '</table>')
240 " for the table
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dtech_report.tex47 Thus they require that both files are available beforehand at one end
87 bytes (at any offset, not just multiples of $S$) that have the same
131 Thus the checksum can be calculated for blocks of length S at all
133 little computation at each point.
145 it must search $A$ for any blocks at any offset that match the
147 32-bit rolling checksum for a block of length $S$ starting at each
153 a $2^{16}$ entry hash table. The list of checksum values (i.e., the
155 hash of the 32-bit rolling checksum. Each entry in the hash table
160 hash are calculated. If the hash table entry for that hash value is
164 starting with the entry pointed to by the hash table entr
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/
H A DLoader.pm53 ### or generate and load classes at runtime
76 L<DBIx::Class::Schema> by scanning database table definitions and
261 This can also be set at module import time via the import option
337 memory at runtime without generating on-disk class files.
386 load, and adds them to the schema at runtime, including relationships,
466 ilmari: Dagfinn Ilmari MannsE<aring>ker <ilmari@ilmari.org>
470 ash: Ash Berlin <ash@cpan.org>
472 Caelum: Rafael Kitover <rkitover@cpan.org>
476 rbo: Robert Bohne <rbo@cpan.org>
478 ribasushi: Peter Rabbitson <ribasushi@cpan.org>
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/
H A DLoader.pm53 ### or generate and load classes at runtime
76 L<DBIx::Class::Schema> by scanning database table definitions and
261 This can also be set at module import time via the import option
337 memory at runtime without generating on-disk class files.
386 load, and adds them to the schema at runtime, including relationships,
466 ilmari: Dagfinn Ilmari MannsE<aring>ker <ilmari@ilmari.org>
470 ash: Ash Berlin <ash@cpan.org>
472 Caelum: Rafael Kitover <rkitover@cpan.org>
476 rbo: Robert Bohne <rbo@cpan.org>
478 ribasushi: Peter Rabbitson <ribasushi@cpan.org>
[all...]
/macosx-10.9.5/CPANInternal-140/Sys-Filesystem/lib/Sys/
H A DFilesystem.pm11 # You may obtain a copy of the License at
13 # 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
378 If you need other selection choices, please take a look at L<DBD::Sys>.
578 You can also look for information at:
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/
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DIterator.pm12 # Andy Wardley <abw@wardley.org>
125 warn("iterator get_next() called before get_first() at $file line $line\n");
148 # reference. May be called at any time in the life-cycle of the iterator.
421 current iteration count (starting at 1). This is typically used to create
424 <table>
430 </table>
434 <table>
444 </table>
461 (starting at 1) is an odd number. In other words, this will return a true
467 (starting at
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DIterator.pm12 # Andy Wardley <abw@wardley.org>
125 warn("iterator get_next() called before get_first() at $file line $line\n");
148 # reference. May be called at any time in the life-cycle of the iterator.
421 current iteration count (starting at 1). This is typically used to create
424 <table>
430 </table>
434 <table>
444 </table>
461 (starting at 1) is an odd number. In other words, this will return a true
467 (starting at
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/
H A DDispatch.pm382 Sends the message (at the appropriate level) to all the
419 C<_die_with_message()> at the end.
469 This returns true if the logger will log a message at the given level.
601 Written by Tatsuhiko Miyagawa. Log output to a database table.
645 Please submit bugs and patches to the CPAN RT system at
646 http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Log%3A%3ADispatch
647 or via email at bug-log-dispatch@rt.cpan.org.
649 Support questions can be sent to me at my email address, shown below.
665 consider working on free software full time, which seems unlikely at
[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/DBIx-Class/lib/DBIx/Class/
H A DOrdered.pm12 Create a table for your ordered data.
21 to maintain independent ordered lists within one table:
117 ordered lists within the same table.
356 success, and 0 if the object is already at the specified
426 already at the specified position of the specified group.
520 the table +1, thus positioning the new record at the last position.
569 # the datatype aware value comparing, while at the same time
710 Returns the B<value> of L</position_column> of the object at numeric
733 to the first inserted element of a group, if no value was supplied at
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/
H A DDispatch.pm266 Sends the message (at the appropriate level) to all the
282 C<_die_with_message()> at the end.
427 message in any way at all. Adding a newline implies an attempt to
448 Written by Tatsuhiko Miyagawa. Log output to a database table.
490 Please submit bugs and patches to the CPAN RT system at
491 http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Log%3A%3ADispatch
492 or via email at bug-log-dispatch@rt.cpan.org.
494 Support questions can be sent to me at my email address, shown below.
496 The code repository is at http
[all...]
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim3 " Maintainer: Benji Fisher PhD <benji@member.AMS.org>
5 " URL: http://www.vim.org/script.php?script_id=39
96 " is at the correct end of the Visual range:
335 let table = s:Resolve(ini, wordBR, "table")
337 " let table = "----------"
338 let table = ""
342 " let table[d] = d
343 let table = table
[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
1234 # Foo can't load Bar: Bar can't load Baz: syntax error at line ...
1262 Music::Artist->table('artist');
1268 Music::CD->table('cd');
1281 Music::Track->table('trac
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/ucdata/
H A DREADME48 The decomposition table contains all the canonical decompositions. This means
57 selectively updated at runtime if necessary.
218 5. Added code to make a number table and associated lookup functions.
246 6. Added a character property table that records the defined characters.
252 1. Added code to ucgendat to generate a combining class table.
295 Thanks go to John Cowan <cowan@locke.ccil.org> for pointing out lots of
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex13 % published by the Free Software Foundation; either version 2, or (at
32 % 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
[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 );
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 );
260 release, and no support is planned at the moment. But patches would be welcome.
328 # syntax model for your object or ref e.g. by getting at the $dbh stored in it
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 );
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 );
260 release, and no support is planned at the moment. But patches would be welcome.
328 # syntax model for your object or ref e.g. by getting at the $dbh stored in it
470 # DB2 select * from table fetch first 10 rows only
471 # Informix select first 10 * from table
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex13 % published by the Free Software Foundation; either version 2, or (at
32 % 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/gn
[all...]
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex13 % published by the Free Software Foundation; either version 2, or (at
32 % 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/gn
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex13 % published by the Free Software Foundation; either version 2, or (at
32 % 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
219 % Dimensions to add cropmarks at corners.
394 % that \parsearg gets might well have any character at all in it.
523 % at th
[all...]

Completed in 260 milliseconds

123