Searched +refs:org +refs:get +refs:tags +refs:at (Results 1 - 25 of 50) sorted by relevance

12

/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...]
H A Dpl-refcard.tex42 % the Free Software Foundation; either version 2, or (at your option)
69 % Internet: gildea@stop.mail-abuse.org
269 % Tries to justify the beginning of the command name at the same place
366 %\key{get mode-specific information}{C-h m}
598 %\key{put exactly one space at point}{M-SPC}
700 %\metax{specify a new tags file}{M-x visit-tags-table}
703 \metax{podaj nowy plik TAGS}{M-x visit-tags-table}
705 %\metax{regexp search on all files in tags table}{M-x tags
[all...]
H A Drefcard.tex24 % the Free Software Foundation; either version 2, or (at your option)
59 % Internet: gildea@stop.mail-abuse.org
259 % Tries to justify the beginning of the command name at the same place
310 \key{get mode-specific information}{C-h m}
450 \key{put exactly one space at point}{M-SPC}
510 \metax{specify a new tags file}{M-x visit-tags-table}
512 \metax{regexp search on all files in tags table}{M-x tags-search}
513 \metax{run query-replace on all the files}{M-x tags
[all...]
H A Dvipcard.tex54 % Internet: gildea@stop.mail-abuse.org
337 You can append a text at the end of a register (say \kbd{x}) by
344 \key{{\bf insert} at point}{i}
347 \key{{\bf append} at end of line}{A}
350 \key{{\bf open} line at point}{C-o}
370 \key{{\bf insert} a specified file at point}{X I}
371 \key{{\bf get} information on the current {\bf file}}{g {\rm or} :f}
390 \key{set mark at buffer beginning}{m <}
391 \key{set mark at buffer end}{m >}
392 \key{set mark at poin
[all...]
H A DviperCard.tex61 % email: gildea@stop.mail-abuse.org
355 You can append a text at the end of a register (say \kbd{x}) by
362 \key{{\bf insert} at point}{i}
365 \key{{\bf append} at end of line}{A}
387 \metax{{\bf insert} a specified file at point}{:r {\sl file} {\rm or} C-xi}
388 \key{{\bf get} information on the current {\bf file}}{C-c g {\rm or} :f}
409 \key{set mark at buffer beginning}{m <}
410 \key{set mark at buffer end}{m >}
411 \key{set mark at point}{m .}
451 \metax{next line at firs
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dhtmlcomplete.vim47 " We are inside of <script> tag. But we should also get contents
48 " of all linked external files and (secondary, less probably) other <script> tags
91 " We are in normal tag line, no need for completion at all
92 " OR reached first line without tag at all
205 " We have to get first word to offer proper completions
414 " 2. Find at least one <script> tag
600 " of invalid document - not properly closed tags and other mish-mash.
601 " Also when document is empty. Return list of *all* tags.
602 let tags = keys(b:html_omni)
603 call filter(tags, '
[all...]
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">')
286 " this sometime and remove the old option entirely at some even later time,
292 " get current option settings with appropriate defaults
329 " if we're not using CSS we cannot use a pre section because <font> tags
/macosx-10.9.5/CPANInternal-140/Variable-Magic/lib/Variable/
H A DMagic.pm75 Magic callbacks usually get triggered before the original action takes place, and can't prevent it from happening.
87 It's mostly invisible at the Perl level.
106 C<get>
212 get => sub { my ($ref, $data [, $op]) = @_; ... },
241 C<get>, C<set>, C<len>, C<clear>, C<free>, C<copy>, C<local>, C<fetch>, C<store>, C<exists> and C<delete>
275 You can get a copy instead by passing C<< copy_key => 1 >> to L</wizard>, which allows you to safely assign to C<$_[2]> in order to e.g. redirect the action to another key.
292 my $wiz = wizard get => sub { print STDERR "got ${$_[0]}\n" },
301 my @keys = qw/data op_info get set len clear free/;
397 True for perls that call 'get' magic for operations on globs.
414 Value to pass with C<op_info> to get th
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm84 my(%tags) = map { $_ => 1 } @_;
87 if(exists $tags{':easy'}) {
88 $tags{':levels'} = 1;
89 $tags{':nowarn'} = 1;
90 $tags{'get_logger'} = 1;
93 if(exists $tags{':no_extra_logdie_message'}) {
95 delete $tags{':no_extra_logdie_message'};
98 if(exists $tags{get_logger}) {
103 delete $tags{get_logger};
106 if(exists $tags{'
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm79 my(%tags) = map { $_ => 1 } @_;
82 if(exists $tags{':easy'}) {
83 $tags{':levels'} = 1;
84 $tags{':nowarn'} = 1;
85 $tags{'get_logger'} = 1;
88 if(exists $tags{':no_extra_logdie_message'}) {
90 delete $tags{':no_extra_logdie_message'};
93 if(exists $tags{get_logger}) {
98 delete $tags{get_logger};
101 if(exists $tags{'
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/canvas/
H A Dosm.tcl26 ## Oh, and removal via <1> bound the item works not at all,
31 ## Note: Currently new point can be added only at the end of the
47 ## map displays. For the latter we have to get viewport tracking
63 ## Hence this demo uses the freely available openstreetmap(.org)
130 # Hack to get display to show nicely while the initial maps are
153 # alternative http://tah.openstreetmap.org/Tiles/tile
156 set provider [map::slippy::fetcher FETCH 19 http://tile.openstreetmap.org]
300 proc GET {__ at donecmd} {
302 set tile [linsert $at 0 $zoom]
310 $provider get
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/
H A DWSDL.pm42 source => {get => 0, set => 0},
43 source => {get => 0, set => 0},
44 baseName => {get => 0, set => 0},
45 methods => {get => 0, set => 0},
46 location => {get => 1, set => 1},
47 namespaces => {get => 0, set => 0},
48 generateNS => {get => 0, set => 0},
49 types => {get => 0, set => 0},
50 writer => {get => 0, set => 0},
51 standardTypeArrays => {get
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/
H A DWSDL.pm42 source => {get => 0, set => 0},
43 source => {get => 0, set => 0},
44 baseName => {get => 0, set => 0},
45 methods => {get => 0, set => 0},
46 location => {get => 1, set => 1},
47 namespaces => {get => 0, set => 0},
48 generateNS => {get => 0, set => 0},
49 types => {get => 0, set => 0},
50 writer => {get => 0, set => 0},
51 standardTypeArrays => {get
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/ucdata/
H A DREADME10 bidirectional reordering algorithm. To use it, you will need to get the
28 character, look up the combining class of a character, and get the number
49 all decompositions that do not have tags such as "<compat>" or "<font>".
57 selectively updated at runtime if necessary.
149 Other Neutral, the NSM, LRE, RLE, PDF, LRO, and RLO controls all get marked
260 5. Added API function to get combining class.
295 Thanks go to John Cowan <cowan@locke.ccil.org> for pointing out lots of
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el0 ;;;; org.el --- Outline-based notes management and organize
5 ;; Author: Carsten Dominik <dominik at science dot uva dot nl>
7 ;; Homepage: http://www.astro.uva.nl/~dominik/Tools/org/
14 ;; the Free Software Foundation; either version 2, or (at your option)
50 ;; See the corresponding sections in the manual at
52 ;; http://staff.science.uva.nl/~dominik/Tools/org/org.html#Installation
62 ;; A list of recent changes can be found at
63 ;; http://www.astro.uva.nl/~dominik/Tools/org/Changes
86 (defvar org
102 (defgroup org nil function
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/t/
H A Dstress.t105 available under the GPL license at :
107 ftp://ftp.gnu.org/gnu/gcc/
216 /* in order to recognize aggr tags as defining and thus shadowing. */
357 By putting them before the `parm' rule, we get
679 begin_new_placement. But, the parser cannot always tell at this
967 /* Declspecs which contain at least one type specifier or typedef name.
1000 up on a persistent obstack. Otherwise, they could appear at the
1018 warning ("`%s' is not at beginning of declaration",
1660 that got_scope will be set before yylex is called to get the next token. */
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/t/
H A Dstress.t105 available under the GPL license at :
107 ftp://ftp.gnu.org/gnu/gcc/
216 /* in order to recognize aggr tags as defining and thus shadowing. */
357 By putting them before the `parm' rule, we get
679 begin_new_placement. But, the parser cannot always tell at this
967 /* Declspecs which contain at least one type specifier or typedef name.
1000 up on a persistent obstack. Otherwise, they could appear at the
1018 warning ("`%s' is not at beginning of declaration",
1660 that got_scope will be set before yylex is called to get the next token. */
/macosx-10.9.5/CPANInternal-140/XML-Parser/
H A DParser.pm376 case they override options given at XML::Parser creation time.
384 When underlying handlers get called, they receive as their first parameter
407 at least one '::'. This package should then have subs defined for each
415 type of event. All the handlers get passed as their 1st parameter the
578 This is called at the start of a CDATA section.
582 This is called at the end of a CDATA section.
779 Called at the start of the parse .
794 Called just before start or end tags with accumulated non-markup text in
805 Called at conclusion of the parse.
832 Larry Wall <F<larry@wall.org>> wrot
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex13 % published by the Free Software Foundation; either version 2, or (at
31 % reports; you can get the latest version from:
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/softwar
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex13 % published by the Free Software Foundation; either version 2, or (at
31 % reports; you can get the latest version from:
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
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex14 % published by the Free Software Foundation; either version 2, or (at
32 % reports; you can get the latest version from:
33 % 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
45 % manual foo.texi, however, you can get away with this:
51 % The extra TeX runs get the cross-reference information correct.
56 % extent. You can get the existing language-specific files from the
59 % The GNU Texinfo home page is http://www.gnu.org/softwar
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex14 % published by the Free Software Foundation; either version 2, or (at
32 % reports; you can get the latest version from:
33 % 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
45 % manual foo.texi, however, you can get away with this:
51 % The extra TeX runs get the cross-reference information correct.
56 % extent. You can get the existing language-specific files from the
59 % The GNU Texinfo home page is http://www.gnu.org/softwar
[all...]
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex13 % published by the Free Software Foundation; either version 2, or (at
31 % reports; you can get the latest version from:
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
[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
31 % reports; you can get the latest version from:
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
49 % manual foo.texi, however, you can get away with this:
55 % The extra TeX runs get th
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex14 % published by the Free Software Foundation; either version 2, or (at
32 % reports; you can get the latest version from:
33 % 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
45 % manual foo.texi, however, you can get away with this:
51 % The extra TeX runs get the cross-reference information correct.
56 % extent. You can get the existing language-specific files from the
59 % The GNU Texinfo home page is http://www.gnu.org/softwar
[all...]

Completed in 236 milliseconds

12