Searched refs:fold (Results 1 - 25 of 132) sorted by relevance

123456

/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dlook.pl1 ;# Usage: &look(*FILEHANDLE,$key,$dict,$fold)
13 local(*FH,$key,$dict,$fold) = @_;
19 $key = lc $key if $fold;
28 $_ = lc $_ if $fold;
42 $_ = lc $_ if $fold;
/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Dtransform.rb283 # node.fold
289 def fold method in class:Node
292 child.fold
298 def fold method in class:AddImmediates
299 @left = @left.fold
300 @right = @right.fold
308 def fold method in class:SubImmediates
309 @left = @left.fold
310 @right = @right.fold
318 def fold method in class:MulImmediates
328 def fold method in class:NegImmediate
336 def fold method in class:OrImmediates
346 def fold method in class:AndImmediates
356 def fold method in class:XorImmediates
366 def fold method in class:BitnotImmediate
[all...]
/macosx-10.9.5/ruby-104/ruby/enc/
H A Dutf_32be.c87 const UChar** pp, const UChar* end, UChar* fold,
93 *fold++ = 0;
94 *fold++ = 0;
99 *fold++ = 0x01;
100 *fold = 0x31;
107 *fold++ = 0;
108 *fold = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*(p+3));
114 end, fold);
86 utf32be_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, UChar* fold, OnigEncoding enc) argument
H A Dutf_32le.c87 const UChar** pp, const UChar* end, UChar* fold,
96 *fold++ = 0x31;
97 *fold++ = 0x01;
102 *fold++ = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p);
103 *fold++ = 0;
108 *fold++ = 0;
109 *fold = 0;
115 end, fold);
86 utf32le_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, UChar* fold, OnigEncoding enc) argument
H A Dutf_16be.c148 const UChar** pp, const UChar* end, UChar* fold,
158 *fold++ = 0x01;
159 *fold = 0x31;
166 *fold++ = 0;
167 *fold = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p);
173 pp, end, fold);
147 utf16be_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, UChar* fold, OnigEncoding enc) argument
H A Dutf_16le.c143 const UChar** pp, const UChar* end, UChar* fold,
152 *fold++ = 0x31;
153 *fold = 0x01;
160 *fold++ = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p);
161 *fold = 0;
167 end, fold);
142 utf16le_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, UChar* fold, OnigEncoding enc) argument
/macosx-10.9.5/text_cmds-87/vis/
H A Dvis.c58 int eflags, fold, foldwidth=80, none, markeol, debug; variable
96 errx(1, "can't fold lines to less than 5 cols");
99 fold++; /* fold output lines to 80 cols */
170 if (fold) {
189 if (fold && *(cp-1) != '\n')
/macosx-10.9.5/vim-53/runtime/syntax/
H A Drib.vim27 syn region ribSectionFold start="FrameBegin" end="FrameEnd" fold transparent keepend extend
28 syn region ribSectionFold start="WorldBegin" end="WorldEnd" fold transparent keepend extend
29 syn region ribSectionFold start="TransformBegin" end="TransformEnd" fold transparent keepend extend
30 syn region ribSectionFold start="AttributeBegin" end="AttributeEnd" fold transparent keepend extend
31 syn region ribSectionFold start="MotionBegin" end="MotionEnd" fold transparent keepend extend
32 syn region ribSectionFold start="SolidBegin" end="SolidEnd" fold transparent keepend extend
33 syn region ribSectionFold start="ObjectBegin" end="ObjectEnd" fold transparent keepend extend
H A Druby.vim107 syn region rubySymbol start="[]})\"':]\@<!:'" end="'" skip="\\\\\|\\'" contains=rubyQuoteEscape fold
108 syn region rubySymbol start="[]})\"':]\@<!:\"" end="\"" skip="\\\\\|\\\"" contains=@rubyStringSpecial fold
127 syn region rubyRegexp matchgroup=rubyRegexpDelimiter start="\%(\%(^\|\<\%(and\|or\|while\|until\|unless\|if\|elsif\|when\|not\|then\|else\)\|[;\~=!|&(,[>]\)\s*\)\@<=/" end="/[iomxneus]*" skip="\\\\\|\\/" contains=@rubyRegexpSpecial keepend fold
128 syn region rubyRegexp matchgroup=rubyRegexpDelimiter start="\%(\h\k*\s\+\)\@<=/[ \t=]\@!" end="/[iomxneus]*" skip="\\\\\|\\/" contains=@rubyRegexpSpecial fold
131 syn region rubyRegexp matchgroup=rubyRegexpDelimiter start="%r\z([~`!@#$%^&*_\-+=|\:;"',.?/]\)" end="\z1[iomxneus]*" skip="\\\\\|\\\z1" contains=@rubyRegexpSpecial fold
132 syn region rubyRegexp matchgroup=rubyRegexpDelimiter start="%r{" end="}[iomxneus]*" skip="\\\\\|\\}" contains=@rubyRegexpSpecial fold
133 syn region rubyRegexp matchgroup=rubyRegexpDelimiter start="%r<" end=">[iomxneus]*" skip="\\\\\|\\>" contains=@rubyRegexpSpecial,rubyNestedAngleBrackets,rubyDelimEscape fold
134 syn region rubyRegexp matchgroup=rubyRegexpDelimiter start="%r\[" end="\][iomxneus]*" skip="\\\\\|\\\]" contains=@rubyRegexpSpecial fold
135 syn region rubyRegexp matchgroup=rubyRegexpDelimiter start="%r(" end=")[iomxneus]*" skip="\\\\\|\\)" contains=@rubyRegexpSpecial fold
138 syn region rubyString matchgroup=rubyStringDelimiter start="\"" end="\"" skip="\\\\\|\\\"" contains=@rubyStringSpecial fold
[all...]
H A D2html.vim185 " A fold is "less" than another if it starts at an earlier line number,
186 " or ends at a later line number, ties broken by fold level
195 " if folds begin and end on the same lines, put lowest fold level first
252 " on the new window, set the least time-consuming fold method
320 \ ".open-fold > .Folded { display: none; }",
321 \ ".open-fold > .fulltext { display: inline; }",
322 \ ".closed-fold > .fulltext { display: none; }",
323 \ ".closed-fold > .Folded { display: inline; }",
325 \ ".open-fold > .toggle-open { display: none; }",
326 \ ".open-fold >
[all...]
H A Dmail.vim27 syn region mailHeader contains=@mailHeaderFields,@NoSpell start="^From .*\d\d\d\d$" skip="^\s" end="\v^[!-9;-~]*([^!-~]|$)"me=s-1 fold
34 syn region mailHeader keepend contains=@mailHeaderFields,@mailQuoteExps,@NoSpell start="^\z(\(> \?\)*\)\v(newsgroups|x-([a-z\-])*|path|xref|message-id|from|((in-)?reply-)?to|b?cc|subject|return-path|received|date|replied):" skip="^\z1\s" end="\v^\z1[!-9;-~]*([^!-~]|$)"me=s-1 end="\v^\z1@!"me=s-1 end="\v^\z1(\> ?)+"me=s-1 fold
41 syn match mailHeaderKey contained contains=mailHeaderEmail,mailEmail,@NoSpell "\v(^(\> ?)*)@<=(from|reply-to):.*$" fold
43 syn match mailSubject contained "\v^subject:.*$" fold
50 syn region mailSignature keepend contains=@mailLinks,@mailQuoteExps start="^--\s$" end="^$" end="^\(> \?\)\+"me=s-1 fold
51 syn region mailSignature keepend contains=@mailLinks,@mailQuoteExps,@NoSpell start="^\z(\(> \?\)\+\)--\s$" end="^\z1$" end="^\z1\@!"me=s-1 end="^\z1\(> \?\)\+"me=s-1 fold
54 syn region mailVerbatim contains=@NoSpell keepend start="^#v+$" end="^#v-$" fold
55 syn region mailVerbatim contains=@mailQuoteExps,@NoSpell start="^\z(\(> \?\)\+\)#v+$" end="\z1#v-$" fold
70 syn region mailQuoted6 keepend contains=mailVerbatim,mailHeader,@mailLinks,mailSignature,@NoSpell start="^\z(\(\([a-z]\+>\|[]|}>]\)[ \t]*\)\{5}\([a-z]\+>\|[]|}>]\)\)" end="^\z1\@!" fold
71 syn region mailQuoted5 keepend contains=mailQuoted6,mailVerbatim,mailHeader,@mailLinks,mailSignature,@NoSpell start="^\z(\(\([a-z]\+>\|[]|}>]\)[ \t]*\)\{4}\([a-z]\+>\|[]|}>]\)\)" end="^\z1\@!" fold
[all...]
H A Dwsh.vim30 \ fold
36 \ fold
H A Dlex.vim45 syn region lexAbbrvBlock fold start="^\(\h\+\s\|%{\)" end="^\ze%%$" skipnl nextgroup=lexPatBlock contains=lexAbbrv,lexInclude,lexAbbrvComment,lexStartState
53 syn region lexInclude fold matchgroup=lexSep start="^%{" end="%}" contained contains=ALLBUT,@lexListGroup
54 syn region lexAbbrvComment fold start="^\s\+/\*" end="\*/" contains=@Spell
55 syn region lexStartState fold matchgroup=lexAbbrv start="^%\a\+" end="$" contained
64 syn region lexPatBlock fold matchgroup=Todo start="^%%$" matchgroup=Todo end="^%%$" skipnl skipwhite contains=lexPatTag,lexPatTagZone,lexPatComment,lexPat
65 syn region lexPat fold start=+\S+ skip="\\\\\|\\." end="\s"me=e-1 contained nextgroup=lexMorePat,lexPatSep contains=lexPatTag,lexPatString,lexSlashQuote,lexBrace
66 syn region lexBrace fold start="\[" skip=+\\\\\|\\+ end="]" contained
67 syn region lexPatString fold matchgroup=String start=+"+ skip=+\\\\\|\\"+ matchgroup=String end=+"+ contained
78 syn region lexPatTagZoneStart matchgroup=lexPatTag fold start='{' end='}' contained contains=lexPat,lexPatComment
79 syn region lexPatComment start="\s\+/\*" end="\*/" fold skipn
[all...]
H A Dgitcommit.vim35 syn region gitcommitUntracked start=/^# Untracked files:/ end=/^#$\|^#\@!/ contains=gitcommitHeader,gitcommitHead,gitcommitUntrackedFile fold
38 syn region gitcommitDiscarded start=/^# Changed but not updated:/ end=/^#$\|^#\@!/ contains=gitcommitHeader,gitcommitHead,gitcommitDiscardedType fold
39 syn region gitcommitSelected start=/^# Changes to be committed:/ end=/^#$\|^#\@!/ contains=gitcommitHeader,gitcommitHead,gitcommitSelectedType fold
40 syn region gitcommitUnmerged start=/^# Unmerged paths:/ end=/^#$\|^#\@!/ contains=gitcommitHeader,gitcommitHead,gitcommitUnmergedType fold
H A Dpdf.vim41 syn region pdfObject matchgroup=pdfType start="\<obj\r\=\n" end="\<endobj\>" contains=@pdfObjects fold
46 syn region pdfStream matchgroup=pdfType start="\<stream\n" end="endstream\s*\%(\r\|\n\|\r\n\)" contained containedin=pdfObject fold
47 syn region pdfXMLStream matchgroup=pdfType start="\<stream\n\_s*\%(<?\)\@=" end="endstream\s*\%(\r\|\n\|\r\n\)" contained containedin=pdfObject contains=@pdfXML fold
49 syn region pdfPreProc start="\<xref\%(\r\|\n\|\r\n\)" end="^trailer\%(\r\|\n\|\r\n\)" skipwhite skipempty nextgroup=pdfHash contains=pdfNumber fold
H A Determ.vim63 syn region etermColorContext fold transparent matchgroup=etermContext
101 syn region etermAttrContext fold transparent matchgroup=etermContext
113 syn region etermIClassContext fold transparent matchgroup=etermContext
177 syn region etermImageContext contained fold transparent
194 syn region etermMenuItemContext contained fold transparent
208 syn region etermMenuContext fold transparent matchgroup=etermContext
229 syn region etermActionsContext fold transparent matchgroup=etermContext
258 syn region etermButtonContext fold transparent matchgroup=etermContext
272 syn region etermMultiContext fold transparent matchgroup=etermContext
287 syn region etermXimContext fold transparen
[all...]
H A Dpf.vim39 syn region pfFold1 start=/^#\{1}>/ end=/^#\{1,3}>/me=s-1 transparent fold
40 syn region pfFold2 start=/^#\{2}>/ end=/^#\{2,3}>/me=s-1 transparent fold
41 syn region pfFold3 start=/^#\{3}>/ end=/^#\{3}>/me=s-1 transparent fold
/macosx-10.9.5/text_cmds-87/fold/
H A Dfold.c45 static char sccsid[] = "@(#)fold.c 8.1 (Berkeley) 6/6/93";
50 __FBSDID("$FreeBSD: src/usr.bin/fold/fold.c,v 1.13 2004/06/24 15:12:29 tjr Exp $");
64 void fold(int);
114 fold(width);
120 fold(width);
127 (void)fprintf(stderr, "usage: fold [-bs] [-w width] [file ...]\n");
143 fold(int width) function
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dstring.c421 * fold>0 prints raw newlines and inserts appropriately
422 * escaped newlines every (fold-x) chars
424 char *sh_fmtqf(const char *string, int single, int fold) argument
435 if (--fold < 8)
436 fold = 0;
437 if (!cp || !*cp || !single && !fold || fold && strlen(string) < fold)
447 n = fold;
481 n = fold
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/otp/
H A Dotp.tcl379 md4 { set func ::md4::md4 ; set fold ::otp::Fold64LE }
380 md5 { set func ::md5::md5 ; set fold ::otp::Fold64LE }
381 sha1 { set func ::otp::sha1 ; set fold ::otp::Fold160BE }
382 rmd160 { set func ::ripemd::ripemd160 ; set fold ::otp::Fold160LE }
389 set S [$fold [$func [string tolower $opts(-seed)]$data]]
393 set S [$fold [$func $S]]
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dhttp_protocol.h501 * @param fold Whether to merge continuation lines
506 AP_DECLARE(int) ap_getline(char *s, int n, request_rec *r, int fold);
524 * @param fold Whether to merge continuation lines
533 request_rec *r, int fold,
536 #define ap_rgetline(s, n, read, r, fold, bb) \
537 ap_rgetline_core((s), (n), (read), (r), (fold), (bb))
543 request_rec *r, int fold,
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dqp.el59 (let ((case-fold-search t))
93 (defun quoted-printable-encode-region (from to &optional fold class)
96 If FOLD, fold long lines at 76 characters (as required by the RFC).
101 If `mm-use-ultra-safe-encoding' is set, fold lines unconditionally and
136 (when (or fold mm-use-ultra-safe-encoding)
/macosx-10.9.5/vim-53/src/
H A DMake_manx.mak50 fold.c \
98 obj/fold.o \
144 proto/fold.pro \
261 obj/fold.o: fold.c
262 $(CCSYM) $@ fold.c
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dfold.c26 * fold
30 "[-?\n@(#)$Id: fold (AT&T Research) 2004-11-18 $\n]"
32 "[+NAME?fold - fold lines]"
89 static void fold(Sfio_t *in, Sfio_t *out, register int width, const char *cont, size_t contsize, char *cols) function
234 fold(fp,sfstdout,width,cont,contsize,cols);
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dtohtml.vim121 " to act on everything in a fold by mistake.
222 \ " var fold;",
223 \ ' fold = document.getElementById("win"+win_num+objID);',
224 \ " if(fold.className == 'closed-fold')",
226 \ " fold.className = 'open-fold';",
228 \ " else if (fold.className == 'open-fold')",
230 \ " fold
[all...]

Completed in 312 milliseconds

123456