Searched +refs:org +refs:move +refs:item +refs:up (Results 1 - 23 of 23) 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}
299 \key{previous/next plain list item}{
[all...]
H A DviperCard.tex61 % email: gildea@stop.mail-abuse.org
322 Execute info command by typing \kbd{M-x info} and select menu item
339 \key{redraw messed up screen}{C-l}
358 up to 9 previous changes.
371 \key{move cursor to {\bf next} window}{C-x o}
398 \key{scroll {\bf up} half screen}{C-u}
400 \key{scroll up one line}{C-y}
490 \key{up {\bf to} {\it c} forward on line}{t {\it c}}
491 \key{up {\bf to} {\it c} backward on line}{T {\it c}}
511 \metax{{\bf buffer} search (if enabled)}{g {\it move comman
[all...]
H A Drefcard.tex59 % Internet: gildea@stop.mail-abuse.org
341 \threecol{{\bf entity to move over}}{{\bf backward}}{{\bf forward}}
400 \key{replace this one, don't move}{,}
403 \key{{\bf back up} to the previous match}{^}
446 \key{move rest of line vertically down}{C-M-o}
472 \key{complete up to one word}{SPC}
592 \key{move {\bf up}}{u}
593 \key{select menu item by name}{m}
594 \key{select {\it n\/}th menu item b
[all...]
H A Dvipcard.tex54 % Internet: gildea@stop.mail-abuse.org
306 Execute info command by typing \kbd{M-x info} and select menu item
319 \key{redraw messed up screen}{C-l}
340 up to 9 previous changes.
354 \key{move cursor to {\bf next} window}{C-n}
379 \key{scroll {\bf up} half screen}{C-u}
381 \key{scroll up one line}{C-y}
447 \key{up {\bf to} {\it c} forward on line}{t {\it c}}
448 \key{up {\bf to} {\it c} backward on line}{T {\it c}}
643 \key{{\bf move} specifie
[all...]
H A Dpl-refcard.tex69 % Internet: gildea@stop.mail-abuse.org
422 %\threecol{{\bf entity to move over}}{{\bf backward}}{{\bf forward}}
521 %\key{replace this one, don't move}{,}
524 %\key{{\bf back up} to the previous match}{^}
594 %\key{move rest of line vertically down}{C-M-o}
638 %\key{complete up to one word}{SPC}
880 %\key{move {\bf up}}{u}
881 %\key{select menu item by name}{m}
882 %\key{select {\it n\/}th menu item b
[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 generate
453 my ( $col, $up )
[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 generate
453 my ( $col, $up )
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm377 # We must short circuit for UTC times or else we could end up with
1038 # http://www.unicode.org/reports/tr35/tr35-9.html#Date_Format_Patterns.
1358 # Some versions of Perl can end up with -0 if we do "0 * -1"!!
2070 please see L<http://datetime.perl.org/>. The DateTime site has a FAQ
2072 L<http://datetime.perl.org/?FAQ>.
2166 the work to look it up.
2182 =item * DateTime->new( ... )
2203 =item * month
2207 =item * day
2212 =item * hou
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/
H A DWSDL.pm395 $me->writer->wrElem($START_PREFIX_NAME, 'schema', targetNamespace => $me->namespaces->{'xmlns:' . $TARGET_NS_DECL}, xmlns => "http://www.w3.org/2001/XMLSchema");
396 $me->writer->wrElem($EMPTY_PREFIX_NAME, "import", namespace => "http://schemas.xmlsoap.org/soap/encoding/");
441 $me->writer->wrElem($EMPTY_PREFIX_NAME, "wsdlsoap:binding", style => $me->style, transport => "http://schemas.xmlsoap.org/soap/http");
502 =item *
506 =item *
514 The individual instructions for Pod::WSDL always begin with a keyword, like C<_RETURN> or C<_DOC> or C<_FAULT>. After this different things may follow, according to the specific type of instruction. The instruction may take one or more lines - everything up to the next line beginning with a keyword or the end of the pod is belonging to the current instruction.
536 You will easily guess what C<_IN>, C<_OUT> and C<_INOUT> stand for so we can move on. C<NAME> is the name of your parameter. It does not have any real function (the order of the parameters being the only important thing) but it is nice to have it since in a WSDL document the parameters need to have names. So instead of having Pod::WSDL automatically generate cryptic names (it cannot do that right now) be nice to the client and use some sensible name. The C<TYPE> of the parameters can be any of the xsd (schema) standard types (see [5]) or a type of your own creation. The C<$> resp. C<@> symbols tell Pod::WSDL and your client if it is a scalar or array parameter. Everything following the type up to the next instruction is treated as the parameter's documentation. If you call the constructor of Pod::WSDL with the argument C<withDocumentation =E<gt> 1>, it will be added to the WSDL.
554 SOAP faults are usually translated into exceptions in languages like Java. If you set up a web service using SOAP::Lite, SOAP will trap your dying program and generate a generic fault using the message of C<die>. It is also possible to access SOAP::Lite's SOAP::Fault directly if you want more control - but this is not our issue. If you want to use custom-made fault messages of your own, define them in C<_FAULT> instructions, which look like this:
612 =item
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/
H A DWSDL.pm395 $me->writer->wrElem($START_PREFIX_NAME, 'schema', targetNamespace => $me->namespaces->{'xmlns:' . $TARGET_NS_DECL}, xmlns => "http://www.w3.org/2001/XMLSchema");
396 $me->writer->wrElem($EMPTY_PREFIX_NAME, "import", namespace => "http://schemas.xmlsoap.org/soap/encoding/");
441 $me->writer->wrElem($EMPTY_PREFIX_NAME, "wsdlsoap:binding", style => $me->style, transport => "http://schemas.xmlsoap.org/soap/http");
502 =item *
506 =item *
514 The individual instructions for Pod::WSDL always begin with a keyword, like C<_RETURN> or C<_DOC> or C<_FAULT>. After this different things may follow, according to the specific type of instruction. The instruction may take one or more lines - everything up to the next line beginning with a keyword or the end of the pod is belonging to the current instruction.
536 You will easily guess what C<_IN>, C<_OUT> and C<_INOUT> stand for so we can move on. C<NAME> is the name of your parameter. It does not have any real function (the order of the parameters being the only important thing) but it is nice to have it since in a WSDL document the parameters need to have names. So instead of having Pod::WSDL automatically generate cryptic names (it cannot do that right now) be nice to the client and use some sensible name. The C<TYPE> of the parameters can be any of the xsd (schema) standard types (see [5]) or a type of your own creation. The C<$> resp. C<@> symbols tell Pod::WSDL and your client if it is a scalar or array parameter. Everything following the type up to the next instruction is treated as the parameter's documentation. If you call the constructor of Pod::WSDL with the argument C<withDocumentation =E<gt> 1>, it will be added to the WSDL.
554 SOAP faults are usually translated into exceptions in languages like Java. If you set up a web service using SOAP::Lite, SOAP will trap your dying program and generate a generic fault using the message of C<die>. It is also possible to access SOAP::Lite's SOAP::Fault directly if you want more control - but this is not our issue. If you want to use custom-made fault messages of your own, define them in C<_FAULT> instructions, which look like this:
612 =item
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-DAG_Node/lib/Tree/
H A DDAG_Node.pm38 provides the methods for making linkages that can be used to build up
53 * Each node in the tree has exactly one "parent" (node in the "up"
66 * In other words, there's an idea of up (toward the root) versus
82 some reason ended up looking here, go look at L<AnyDBM_File>.)
119 =item mother -- this node's mother. undef if this is a root.
121 =item daughters -- the (possibly empty) list of daughters of this node.
123 =item name -- the name for this node.
126 various dumper methods, but it's up to you if you don't put anything
129 =item attributes -- whatever the user wants to use it for.
173 =item th
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DMore.pm185 my $item = $plan[$idx];
187 if( $item eq 'no_diag' ) {
191 push @cleaned_plan, $item;
211 my $item = $_[$idx];
213 if( $item eq 'import' ) {
218 push @plan, $item;
266 =item B<ok>
302 =item B<is>
304 =item B<isnt>
372 =item
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprogress.vim6 " Maintainer: Philip Uren <philuSPAX@ieee.org> Remove "SPAX" spam block
84 syn keyword ProgressReserved to today top-only trans trans[action] trigger triggers trim true underl[ine] undo unform[atted] union unique unix up update
127 " This next line trips up on "no-undo" etc.
138 syn keyword ProgressOperator connect constrained contents context context-pop[up] control-containe[r] c[ontrol-form] convert-to-offse[t] convert count cpcase cpcoll cpint[ernal] cplog
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
152 syn keyword ProgressOperator image-insensitive image-size image-size-c[hars] image-size-pixel[s] image-up immediate-display index-hint indexed-reposition info[rmation] init init[ial] initial-dir
154 syn keyword ProgressOperator is-row-selected is-selected item items-per-row join-by-sqldb keep-frame-z-ord[er] keep-messages keep-tab-order key keyword-all label-bgc[olor] label-dc[olor] label-fgc[olor]
156 syn keyword ProgressOperator line list-events list-items list-query-attrs list-set-attrs list-widgets load l[oad-control] load-icon load-image load-image-down load-image-insensitive load-image-up
159 syn keyword ProgressOperator max-width[-chars] max-width-p[ixels] maximize max[imum] memory menu menu-bar menu-item men
[all...]
H A Dfoxpro.vim9 " maintained by Powing Tse <powing@mcmug.org>
206 syn match foxproFunc "\<look\%[up]\>\s*("me=e-1
443 syn match foxproCmd "^\s*\<move\>\s*\<popu\%[p]\>"
444 syn match foxproCmd "^\s*\<move\>\s*\<wind\%[ow]\>"
695 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dmuttrc.vim3 " Original: Preben 'Peppe' Guldberg <peppe-vim@wielders.org>
213 syn keyword muttrcVarQuad skipwhite contained include mime_forward mime_forward_rest mime_fwd move nextgroup=muttrcSetQuadAssignment,muttrcVPrefix,muttrcVarBool,muttrcVarQuad,muttrcVarNum,muttrcVarStr
438 syn match muttrcFunction contained "\<half-\%(up\|down\)\>"
439 syn match muttrcFunction contained "\<history-\%(up\|down\)\>"
612 " For version 5.8 and later: only when an item doesn't have highlighting yet
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm536 # time to clean up your room?
688 # we pass. Used by copy() and move().
727 sub move { subroutine
729 $class->_carp("move() is deprecated. If you really need it, "
731 return $old_obj->_croak("Can't move to an unrelated class")
1338 =head2 How to set it up
1342 =item I<Set up a database.>
1344 You must have an existing database set up, have DBI.pm installed and
1348 =item
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm187 method fires up a message, which the root logger catches. Its
195 (ERROR and up) than the WARN priority of the message.
215 =item Install on ActiveState 5.6.*
228 =item Install on ActiveState 5.8.*
331 each logging to different files, you can gobble up all logged messages
412 =head2 How can I hook up the LWP library with Log::Log4perl?
444 Now, in order to transpartently hook up LWP::Debug with Log::Log4perl,
665 For backup and cleanup purposes, however, it is often desirable to move
693 move C<test.log> to C<test.log.1> on the first rollover. On the second
694 rollover, it will move
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm511 # time to clean up your room?
676 # we pass. Used by copy() and move().
721 sub move { subroutine
723 $class->_carp("move() is deprecated. If you really need it, "
725 return $old_obj->_croak("Can't move to an unrelated class")
1328 =head2 How to set it up
1332 =item I<Set up a database.>
1334 You must have an existing database set up, have DBI.pm installed and
1338 =item
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/
H A DMore.pm181 my $item = $list->[$idx];
183 if( defined $item and $item eq 'no_diag' ) {
187 push @other, $item;
200 =item B<done_testing>
259 =item B<ok>
298 =item B<is>
300 =item B<isnt>
383 =item B<like>
419 =item
[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
174 " If there is no match, give up.
295 " This is only a problem if we end up moving in the forward direction.
299 " Check whether the match is a single character. If not, move to the
398 endwhile " Now, tail has been used up.
428 " find the d'th occurrence of '\(' and return it, along with everything up
631 " move the cursor and return "", unless a count is given, in which case
632 " go up or down as many levels as possible and again return "".
788 " s:foo becomes (current syntax item)
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm187 method fires up a message, which the root logger catches. Its
195 (ERROR and up) than the WARN priority of the message.
215 =item Install on ActiveState 5.6.*
228 =item Install on ActiveState 5.8.*
331 each logging to different files, you can gobble up all logged messages
414 =head2 How can I hook up the LWP library with Log::Log4perl?
446 Now, in order to transpartently hook up LWP::Debug with Log::Log4perl,
667 For backup and cleanup purposes, however, it is often desirable to move
695 move C<test.log> to C<test.log.1> on the first rollover. On the second
696 rollover, it will move
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex129 great deal of work in which multiple precision mathematics was needed. Understanding the possibilities for speeding up
146 Karatsuba multiplication. I was laid up, alone and immobile, and thought ``Why not?'' I vaguely knew what Karatsuba multiplication was, but not
206 see fit.} can only represent values up to $10^{19}$ as shown in figure \ref{fig:ISOC}. On its own the C language is
220 The basic IEEE \cite{IEEE} standard floating point type is made up of an integer mantissa $q$, an exponent $e$ and a sign bit $s$.
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.}.
295 are present as well. An expression of the type \textit{variablename.item} implies that it should evaluate to the
296 member named ``item'' of the variable. For example, a string of characters may have a member ``length'' which would
425 is encouraged to answer the follow-up problems and try to draw the relevance of problems.
511 (\textit{GCC}). This means that without changes the library will build without configuration or setting up any
581 if one starts writing a large number too far to the right on a piece of paper they will have to erase it and move lef
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dtklkup12 # Both modules are available from the CPAN.org system.
128 # Fork this process on start up.
727 # Set up the select directory server radio buttons.
826 # Create a ldif Checkbutton that will set up a ldif variable
839 # Create a ldif Checkbutton that will set up a ldif variable
920 # First set up the 4 main attribute Radio buttons.
924 # up inside the select additional attributes button.
1098 # Set up the filter type radio buttons.
2930 # Create a ssl Checkbutton that will set up ssl variable
3118 my @item;
[all...]

Completed in 192 milliseconds