Searched +refs:org +refs:insert +refs:item (Results 1 - 25 of 48) sorted by relevance

12

/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>
64 =item * Mailing list: L<http://lists.scsys.co.uk/mailman/listinfo/dbix-class>
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/repo
[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}
299 \key{previous/next plain list item}{
[all...]
H A DviperCard.tex61 % email: gildea@stop.mail-abuse.org
284 Viper has four states: {\it emacs state}, {\it vi state}, {\it insert state},
288 This card explains only vi state and insert state (replace state is similar
289 to insert state).
296 \metax{from vi state to insert state}{i, I, a, A, o, O}
298 \key{from insert or replace state to vi state}{ESC}
299 \key{from insert state to vi state for 1 command}{C-z}
303 You can do editing in insert state.
322 Execute info command by typing \kbd{M-x info} and select menu item
362 \key{{\bf insert} a
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_parser_changelog.rb91 list(:NOTE, item('a', para('one')), item('b', para('two'))),
94 list(:NOTE, item('c', para('three')), item('d', para('four'))),
99 list(:NOTE, item('e', para('five')), item('f', para('six'))))
129 list(:NOTE, item('a', para('one')), item('b', para('two'))),
132 list(:NOTE, item('c', para('three')), item('
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DOrdered.pm64 my $item = My::Item->create({ name=>'Matt S. Trout' });
66 my $item = My::Item->create({ name=>'Matt S. Trout', group_id=>1 });
68 my $rs = $item->siblings();
69 my @siblings = $item->siblings();
72 $sibling = $item->first_sibling();
73 $sibling = $item->last_sibling();
74 $sibling = $item->previous_sibling();
75 $sibling = $item->next_sibling();
77 $item->move_previous();
78 $item
524 sub insert { subroutine
[all...]
H A DStorage.pm135 =item Arguments: C<$coderef>, @coderef_args?
137 =item Return Value: The return value of $coderef
432 =head2 insert
434 Handle an insert statement.
438 sub insert { die "Virtual method!" } subroutine
503 Andy Grundman <andy@hybridized.org>
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/BodyFilter/
H A Dsave.pm204 Simply insert this filter in a filter stack, and it will save the data
221 =item *
225 =item *
235 =item B<template> => I<string>
256 =item B<no_host> => I<boolean>
260 =item B<no_dirs> => I<boolean>
265 =item B<cut_dirs> => I<number>
270 =item B<prefix> => I<string>
281 =item B<filename> => I<coderef>
303 =item
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dsave.pm204 Simply insert this filter in a filter stack, and it will save the data
221 =item *
225 =item *
235 =item B<template> => I<string>
256 =item B<no_host> => I<boolean>
260 =item B<no_dirs> => I<boolean>
265 =item B<cut_dirs> => I<number>
270 =item B<prefix> => I<string>
281 =item B<filename> => I<coderef>
303 =item
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit/lib/SQL/Abstract/
H A DLimit.pm93 =item new( case => 'lower', cmp => 'like', logic => 'and', convert => 'upper', limit_dialect => 'Top' )
99 =item limit_dialect
140 =item select( $table, \@fields, $where, [ \@order, [ $rows, [ $offset ], [ $dialect ] ] ] )
179 =item where( [ $where, [ \@order, [ $rows, [ $offset ], [ $dialect ] ] ] ] )
247 =item insert
249 =item update
251 =item delete
253 =item values
255 =item generat
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit-0.141/lib/SQL/Abstract/
H A DLimit.pm93 =item new( case => 'lower', cmp => 'like', logic => 'and', convert => 'upper', limit_dialect => 'Top' )
99 =item limit_dialect
140 =item select( $table, \@fields, $where, [ \@order, [ $rows, [ $offset ], [ $dialect ] ] ] )
179 =item where( [ $where, [ \@order, [ $rows, [ $offset ], [ $dialect ] ] ] ] )
247 =item insert
249 =item update
251 =item delete
253 =item values
255 =item generat
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-Simple/lib/Tree/
H A DSimple.pm150 || die "Insufficient Arguments : Cannot insert child without index";
159 || die "Insufficient Arguments : no tree(s) to insert";
292 || die "Insufficient Arguments : cannot insert sibling(s) to a ROOT tree";
623 # insert children a specified index
669 =item B<ROOT>
682 =item B<new ($node, $parent)>
697 =item B<setNodeValue ($node_value)>
702 =item B<setUID ($uid)>
711 =item B<addChild ($tree)>
729 =item
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm150 || die "Insufficient Arguments : Cannot insert child without index";
159 || die "Insufficient Arguments : no tree(s) to insert";
292 || die "Insufficient Arguments : cannot insert sibling(s) to a ROOT tree";
623 # insert children a specified index
669 =item B<ROOT>
682 =item B<new ($node, $parent)>
697 =item B<setNodeValue ($node_value)>
702 =item B<setUID ($uid)>
711 =item B<addChild ($tree)>
729 =item
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/
H A DDBI.pm48 insert
126 =item *
135 =item *
144 =item *
204 =item on_connect_do
211 =item a scalar
215 =item an array reference
220 =item a code reference
227 =item on_disconnect_do
235 =item on_connect_cal
1361 sub insert { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Appender/
H A DDBI.pm315 insert into log4perltest \
381 =item *
384 insert could have unforseen consequences! This is a very insecure way to
389 =item *
394 =item *
447 In your insert SQL you can mix up '?' placeholders with conversion specifiers
454 insert into log4perltest \
524 =item usePreparedStmt
528 =item warp_message
532 =item max_col_siz
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DDBI.pm334 insert into log4perltest \
401 =item *
404 insert could have unforseen consequences! This is a very insecure way to
409 =item *
414 =item *
467 In your insert SQL you can mix up '?' placeholders with conversion specifiers
474 insert into log4perltest \
544 =item usePreparedStmt
548 =item warp_message
552 =item max_col_siz
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/lib/SQL/
H A DAbstract.pm111 sub insert { subroutine
119 $sql = join " ", $self->_sqlcase('insert into'), $table, $sql;
211 belch "HASH ref as bind value in insert is not supported";
1267 # unlike insert(), assume these are ONLY the column names, i.e. for SQL
1335 my($stmt, @bind) = $sql->insert($table, \%fieldvals || \@values);
1382 my($stmt, @bind) = $sql->insert('people', \%data);
1402 Then you may use an arrayref to insert and update database array types:
1409 my($stmt, @bind) = $sql->insert('solar_system', \%data);
1434 my($stmt, @bind) = $sql->insert('people', \%data);
1497 =item cas
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Sybase/
H A DASE.pm112 # create storage for insert/(update blob) transactions,
265 if (($op eq 'insert' && $bound_identity_col) ||
274 if ($op eq 'insert' && (not $bound_identity_col) && $identity_col &&
335 if ($op eq 'insert') {
346 sub insert { subroutine
354 # check for empty insert
356 # try to insert explicit 'DEFAULT's instead (except for identity, timestamp
393 # otherwise use the _writer_storage to do the insert+transaction on another
622 # 'insert', # op
951 (L<http://www.freetds.org/>) t
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dtklkup12 # Both modules are available from the CPAN.org system.
179 $splashList->insert("0", "Reading initialization file")
195 $splashList->insert("0", "Setting tklkup GUI.")
226 $Global{'slist'}->insert("end", $Global{'LDAP_SERVER'});
671 $splashList->insert("1", "Searching $ncbase")
741 $Global{dsadsls}->insert("end", $Global{'LDAP_SERVER'});
747 $Global{dsasbls}->insert("end", $LDAP_SEARCH_BASE);
753 $Global{dsaptls}->insert("end", $Global{port});
763 $splashList->insert("0", "Creating root dse and attribute buttons.")
864 $sbblist->insert("en
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprogress.vim6 " Maintainer: Philip Uren <philuSPAX@ieee.org> Remove "SPAX" spam block
72 syn keyword ProgressReserved go-pend[ing] grant graphic-e[dge] group having header help hide import in index indicator input input-o[utput] insert
141 syn keyword ProgressOperator dcolor dde-error dde-i[d] dde-item dde-name dde-topic debu[g] dec[imal] default-b[utton] default-extensio[n] defer-lob-fetch define defined delete-char delete-current-row
149 syn keyword ProgressOperator get-string get-tab-item get-text-height get-text-height-char[s] get-text-height-pixe[ls] get-text-width get-text-width-c[hars] get-text-width-pixel[s] get-unsigned-short
153 syn keyword ProgressOperator initial-filter initiate inner inner-chars inner-lines insert-b[acktab] insert-file insert-row insert-string insert-t[ab] int[eger] internal-entries is-lead-byte
154 syn keyword ProgressOperator is-row-selected is-selected item item
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DContext.pm11 # Andy Wardley <abw@wardley.org>
366 # pop last item from callers.
413 # insert($file)
418 sub insert { subroutine
425 $self->debug("insert([ ", join(', '), @$files, " ])")
842 my ($name, $item, $method, $block, $blocks);
851 $item = $config->{ $name }
854 $self->{ $name } = ref $item eq 'ARRAY' ? $item : [ $item ];
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DContext.pm11 # Andy Wardley <abw@wardley.org>
366 # pop last item from callers.
413 # insert($file)
418 sub insert { subroutine
425 $self->debug("insert([ ", join(', '), @$files, " ])")
842 my ($name, $item, $method, $block, $blocks);
851 $item = $config->{ $name }
854 $self->{ $name } = ref $item eq 'ARRAY' ? $item : [ $item ];
[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.
92 \let\ptexinsert=\insert
212 % We want to insert a rule with the height and depth of the current
257 % we did was a \nobreak, we don't want to insert more space.
489 % It's the responsibility of \envdef to insert \begingroup before the
667 % max (\topskip - \ht (first item),
[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.
92 \let\ptexinsert=\insert
212 % We want to insert a rule with the height and depth of the current
257 % we did was a \nobreak, we don't want to insert more space.
489 % It's the responsibility of \envdef to insert \begingroup before the
667 % max (\topskip - \ht (first item),
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm425 return defined($exists) ? $exists : $class->insert($hash);
428 sub insert { subroutine
430 return $class->_croak("insert needs a hashref") unless ref $_[0] eq 'HASH';
447 *create = \&insert;
610 or $self->_croak("Can't get last insert id");
633 msg => "Can't insert new $class: $@",
635 method => 'insert'
706 return $self->insert($self->_data_hash(@_));
728 return $class->insert($old_obj->_data_hash(@data));
902 # For insert
[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.
93 \let\ptexinsert=\insert
209 % We want to insert a rule with the height and depth of the current
254 % we did was a \nobreak, we don't want to insert more space.
486 % It's the responsibility of \envdef to insert \begingroup before the
664 % max (\topskip - \ht (first item),
[all...]

Completed in 204 milliseconds

12