Searched +refs:org +refs:no +refs:read +refs:only (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlhaskell.vim5 " Maintainer: Haskell Cafe mailinglist <haskell-cafe@haskell.org>
19 " you always want (La)TeX highlighting or no highlighting
22 " you want (La)TeX highlighting or no highlighting for
70 " If no user preference, scan buffer for our guess of the markup to
71 " highlight. We only differentiate between TeX and plain markup, where
85 " If user wants us to highlight TeX syntax or guess thinks it's TeX, read it.
101 " Literate Haskell is Haskell in between text, so at least read Haskell
118 " For version 5.7 and earlier: only when not done already
119 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dprogress.vim6 " Maintainer: Philip Uren <philuSPAX@ieee.org> Remove "SPAX" spam block
75 syn keyword ProgressReserved map member message message-lines mouse mpe new next next-prompt no no-attr[-space] no-error no-f[ill] no-help no-hide no-label[s]
76 syn keyword ProgressReserved no-lock no
[all...]
H A Dmysql.vim3 " Maintainer: Kenneth J. Pronovici <pronovic@ieee.org>
36 syn keyword mysqlKeyword natural no
39 syn keyword mysqlKeyword read references reload rename replace restrict returns revoke right row rows
86 " dayofyear() function, and the dec keyword (no parenthesis) is part of
143 " valid column name. The only restriction is that for a function call, no spaces
272 " For version 5.7 and earlier: only when not done already
273 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dperl.vim9 " Nick Hibma <nick@van-laarhoven.org>
10 " Sonia Heimann <niania@netsurf.org>
50 " Use only the bare minimum of rules
79 syn match perlStatementFiledesc "\<\%(binmode\|close\%(dir\)\=\|eof\|fileno\|getc\|lstat\|printf\=\|read\%(dir\|line\|pipe\)\|rewinddir\|say\|select\|stat\|tell\%(dir\)\=\|write\)\>" nextgroup=perlFiledescStatementNocomma skipwhite
80 syn match perlStatementFiledesc "\<\%(fcntl\|flock\|ioctl\|open\%(dir\)\=\|read\|seek\%(dir\)\=\|sys\%(open\|read\|seek\|write\)\|truncate\)\>" nextgroup=perlFiledescStatementComma skipwhite
86 syn match perlStatementInclude "\<\%(use\|no\)\s\+\%(\%(attributes\|attrs\|autouse\|parent\|base\|big\%(int\|num\|rat\)\|blib\|bytes\|charnames\|constant\|diagnostics\|encoding\%(::warnings\)\=\|feature\|fields\|filetest\|if\|integer\|less\|lib\|locale\|mro\|open\|ops\|overload\|re\|sigtrap\|sort\|strict\|subs\|threads\%(::shared\)\=\|utf8\|vars\|version\|vmsish\|warnings\%(::register\)\=\)\>\)\="
89 syn match perlStatementIPC "\<\%(msg\%(ctl\|get\|rcv\|snd\)\|sem\%(ctl\|get\|op\)\|shm\%(ctl\|get\|read\|write\)\)\>"
187 " Highlight lines with only whitespace (only i
[all...]
H A Dfoxpro.vim9 " maintained by Powing Tse <powing@mcmug.org>
201 syn match foxproFunc "\<line\%[no]\>\s*("me=e-1
260 syn match foxproFunc "\<read\%[key]\>\s*("me=e-1
460 syn match foxproCmd "^\s*\<on\>\s*\<read\%[error]\>"
479 syn match foxproCmd "^\s*\<read\>"
480 syn match foxproCmd "^\s*\<read\>\s*\<menu\>"
584 syn match foxproCmd "^\s*\<set\>\s*\<read\%[border]\>"
694 " For version 5.7 and earlier: only when not done already
695 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dtcl.vim4 " (previously Brett Cannon <brett@python.org>)
30 syn keyword tclCommand pid proc puts pwd read regexp registry regsub rename return
52 syn keyword tclBoolean true false on off yes no
237 " For version 5.7 and earlier: only when not done already
238 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dperl6.vim7 " Contributors: Luke Palmer <fibonaci@babylonia.flatirons.org>
8 " Moritz Lenz <moritz@faui2k3.org>
11 " This is a big undertaking. Perl 6 is the sort of language that only Perl
43 " Currently only the first adverb is considered significant. Anything
51 " https://svn.parrot.org/parrot/trunk/editor/
88 \ "macro sub submethod method multi proto only rule token regex category",
174 " "i" requires a digit to the left, and no keyword char to the right
229 \ "perl graphs codes bytes clone print open read write readline say seek",
664 " simple version, no special highlighting within the string
1288 " but we only defin
[all...]
H A Dmuttrc.vim3 " Original: Preben 'Peppe' Guldberg <peppe-vim@wielders.org>
79 syn match muttrcSetBoolAssignment contained skipwhite /=\s*\%(yes\|no\)/hs=s+1 nextgroup=muttrcVPrefix,muttrcVarBool,muttrcVarQuad,muttrcVarNum,muttrcVarStr
80 syn match muttrcSetBoolAssignment contained skipwhite /=\s*"\%(yes\|no\)"/hs=s+1 nextgroup=muttrcVPrefix,muttrcVarBool,muttrcVarQuad,muttrcVarNum,muttrcVarStr
81 syn match muttrcSetBoolAssignment contained skipwhite /=\s*'\%(yes\|no\)'/hs=s+1 nextgroup=muttrcVPrefix,muttrcVarBool,muttrcVarQuad,muttrcVarNum,muttrcVarStr
83 syn match muttrcSetQuadAssignment contained skipwhite /=\s*\%(ask-\)\?\%(yes\|no\)/hs=s+1 nextgroup=muttrcVPrefix,muttrcVarBool,muttrcVarQuad,muttrcVarNum,muttrcVarStr
84 syn match muttrcSetQuadAssignment contained skipwhite /=\s*"\%(ask-\)\?\%(yes\|no\)"/hs=s+1 nextgroup=muttrcVPrefix,muttrcVarBool,muttrcVarQuad,muttrcVarNum,muttrcVarStr
85 syn match muttrcSetQuadAssignment contained skipwhite /=\s*'\%(ask-\)\?\%(yes\|no\)'/hs=s+1 nextgroup=muttrcVPrefix,muttrcVarBool,muttrcVarQuad,muttrcVarNum,muttrcVarStr
425 syn match muttrcFunction contained "\<\%(delete\|next\|previous\|read\|tag\|break\|undelete\)-thread\>"
452 syn match muttrcFunction contained "\<\%(backspace\|backward-char\|bol\|bottom\|bottom-page\|buffy-cycle\|clear-flag\|complete\%(-query\)\?\|copy-file\|create-alias\|detach-file\|eol\|exit\|extract-keys\|\%(imap-\)\?fetch-mail\|forget-passphrase\|forward-char\|group-reply\|help\|ispell\|jump\|limit\|list-reply\|mail\|mail-key\|mark-as-new\|middle-page\|new-mime\|noop\|pgp-menu\|query\|query-append\|quit\|quote-char\|read-subthread\|redraw-screen\|refresh\|rename-file\|reply\|select-new\|set-flag\|shell-escape\|skip-quoted\|sort\|subscribe\|sync-mailbox\|top\|top-page\|transpose-chars\|unsubscribe\|untag-pattern\|verify-key\|what-key\|write-fcc\)\>"
611 " For version 5.7 and earlier: only whe
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dgnus-refcard.tex82 \def\author{Gnus Bugfixing Girls + Boys $<$bugs@gnus.org$>$}
140 order to save 40\% space, every function is listed only once on this
156 marked with the process mark \#, these are operated on. Else only the
160 equal level will be affected by the operation. If no prefix is given,
165 \quad [score] An article score. If no prefix is given,
171 M-x gnus-no-server & start Gnus without connecting to server
172 (i.e. to read mail). \\
175 \texttt{gnus-unplugged}, which are only used if you want to download
176 news and/or read previously downloaded news offline (see C-c C-i g Gnus
177 Unplugged RET). Note: \texttt{gnus-no
[all...]
H A DviperCard.tex61 % email: gildea@stop.mail-abuse.org
288 This card explains only vi state and insert state (replace state is similar
357 There are also 9 read only registers (\kbd{1} to \kbd{9}) that store
623 \twocol{viper-no-multiple-ESC}{t}
631 \twocol{buffer-read-only}{{\it buffer dependent}}
707 \key{{\bf read} in a file}{:r {\sl file}}
708 \key{{\bf read} in the output of a shell command}{:r {\sl !command}}
711 \key{save all modified buffers, no confirmatio
[all...]
H A Dpl-refcard.tex69 % Internet: gildea@stop.mail-abuse.org
209 % newcolumn - force a new column. Use sparingly, probably only for
324 %To read in a file to edit, see Files, below.
414 %If Emacs is still searching, \kbd{C-g} cancels only the part not done.
416 %If Emacs is still searching, \kbd{C-g} cancels only the part not done.
562 %\threecol{find file read-only in other window}{C-x 4 r}{C-x 5 r}
688 % Removed -- there is no Polish disctionary for ispell.
934 %\key{read and eval minibuffer}{M-:}
988 %The \kbd{interactive} spec says how to read argument
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dspellfile.vim2 " Maintainer: Bram Moolenaar <Bram@vim.org>
9 let g:spellfile_URL = 'http://ftp.vim.org/pub/vim/runtime/spell'
11 let g:spellfile_URL = 'ftp://ftp.vim.org/pub/vim/runtime/spell'
32 " I will say this only once!
46 echomsg 'spellfile#LoadFile(): There is no writable spell directory.'
69 " Split the window, read the file into a new buffer.
/macosx-10.9.5/rsync-42/rsync/
H A Dtech_report.tex20 destination file, and only sends those parts which cannot be matched
36 compress $A$ before sending it, but that will usually only gain a
46 differences between two files rely on being able to read both files.
94 to a block of $B$, or literal data. Literal data is sent only for
98 The end result is that $\beta$ gets a copy of $A$, but only the pieces
101 also only requires one round trip, which minimises the impact of the
157 contains a null value if no element of the list has that hash value.
183 If no match is found at a given offset in the file, the rolling
227 {\bf block} & {\bf matches} & {\bf tag} & {\bf false} & {\bf data} & {\bf written} & {\bf read} \\
256 \item [read] Th
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex27 % As a special exception, when this file is read by TeX when processing
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
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
207 % \vadjust can only be used in horizontal mode.
337 % The \baselineskip=24pt in plain's \makefootline has no effect.
440 % either the null string, or it ends with \^^M---thus there is no danger
470 % is used only i
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex27 % As a special exception, when this file is read by TeX when processing
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
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
207 % \vadjust can only be used in horizontal mode.
337 % The \baselineskip=24pt in plain's \makefootline has no effect.
440 % either the null string, or it ends with \^^M---thus there is no danger
470 % is used only i
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex27 % As a special exception, when this file is read by TeX when processing
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
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
204 % \vadjust can only be used in horizontal mode.
334 % The \baselineskip=24pt in plain's \makefootline has no effect.
437 % either the null string, or it ends with \^^M---thus there is no danger
467 % is used only i
[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/.
244 % The \baselineskip=24pt in plain's \makefootline has no effect.
400 % There's no \fo
[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
257 % The \baselineskip=24pt in plain's \makefootline has no effect.
413 % There's no \fo
[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
284 % The \baselineskip=24pt in plain's \makefootline has no effect.
440 % There's no \foo, i.e., no ``environment'' foo.
517 \else \errmessage{@dotless can be used only wit
[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/.
241 % The \baselineskip=24pt in plain's \makefootline has no effect.
399 % There's no \fo
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex27 % As a special exception, when this file is read by TeX when processing
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
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
209 % \vadjust can only be used in horizontal mode.
312 % "\acronym" won't work when it's read back in;
343 % The \baselineskip=24pt in plain's \makefootline has no effect.
445 % either the null string, or it ends with \^^M---thus there is no dange
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex27 % As a special exception, when this file is read by TeX when processing
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
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
209 % \vadjust can only be used in horizontal mode.
312 % "\acronym" won't work when it's read back in;
343 % The \baselineskip=24pt in plain's \makefootline has no effect.
445 % either the null string, or it ends with \^^M---thus there is no dange
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex118 I found the opportunity to work with Tom appealing for several reasons, not only could I broaden my own horizons, but also
134 themselves, ``You tell me this is only secure for large numbers, fine; but how do you implement these numbers?''
187 Java \cite{JAVA} only provide instrinsic support for integers which are relatively small and single precision.
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
208 trivially factored\footnote{A Pollard-Rho factoring would take only $2^{16}$ time.} on the average desktop computer,
218 However, cryptography is not the only field of study that can benefit from fast multiple precision integer routines.
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.}.
233 no precision is lost while representing the result of an operation which requires excess precision. For example,
249 without the designer's explicit forethought. This leads to lower cost of ownership for the code as it only has to
254 That is to not only explai
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim3 " Maintainer: Bram Moolenaar <Bram@vim.org>
6 " Listen very carefully, I will say this only once
1207 \ if expand("<afile>") != "read.me" && expand("<afile>") != "click.me" |
2245 if line =~ 'xmlns:xbl="http://www.mozilla.org/xbl"'
2335 " Check for "*" after loading myfiletypefile, so that scripts.vim is only used
2336 " when there are no matching file name extensions.
2345 " Extra checks for when no filetype has been detected now. Mostly used for

Completed in 478 milliseconds