Searched refs:opening (Results 1 - 25 of 70) sorted by relevance

123

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dldap_private.h44 LDAP *ld, int desc, int opening,
/macosx-10.9.5/vim-53/runtime/indent/
H A Dconfig.vim53 " if previous line has unmatched, unescaped opening parentheses,
59 " if previous line has unmatched opening bracket,
66 " indent to the matching opening parantheses
74 " indent to the matching opening bracket
H A Dlogtalk.vim39 " Check for entity opening directive on previous line
52 " Check for opening conditional on previous line
H A Dvhdl.vim108 " align closing ")" with opening "("
206 " indent: follow indent of previous opening statement, otherwise -sw
211 " find previous opening statement of
220 " indent: +sw if previous line is previous opening statement
224 " find previous opening statement of
241 " indent: maintain indent of previous opening statement
244 " find previous opening statement of
250 " indent: maintain indent of previous opening statement
253 " find previous opening statement of
259 " indent: maintain indent of previous opening statemen
[all...]
H A Dprolog.vim49 " Check for opening conditional on previous line
H A Ddylan.vim60 " This line closes a parenthesis. Find opening
H A Dmma.vim56 " indent to the matching opening block
H A Dpov.vim75 " opening line.
H A Druby.vim159 " Check if line 'lnum' has more opening brackets than closing ones.
276 " If the previous line ended with a block opening, add a level of indent.
281 " If the previous line contained an opening bracket, and we are still in it,
H A Dpascal.vim158 " RE = an opening bracket followed by any amount of anything other
H A Dperl.vim126 " Find a real opening brace
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSBasicShapes.cpp44 char opening[] = "rectangle("; local
48 result.reserveCapacity((sizeof(opening) - 1) + (5 * (sizeof(separator) - 1)) + 1 + x.length() + y.length() + width.length() + height.length() + radiusX.length() + radiusY.length());
49 result.appendLiteral(opening);
274 char opening[] = "inset-rectangle("; local
278 result.reserveCapacity((sizeof(opening) - 1) + (5 * (sizeof(separator) - 1)) + 1 + top.length() + right.length() + bottom.length() + left.length() + radiusX.length() + radiusY.length());
279 result.appendLiteral(opening);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxsmfns.c377 ice_conn_watch_CB (iceConn, clientData, opening, watchData)
380 Bool opening;
383 if (! opening)
/macosx-10.9.5/vim-53/src/proto/
H A Dfold.pro17 void opFoldRange __ARGS((linenr_T first, linenr_T last, int opening, int recurse, int had_visual));
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/t/
H A Dcore.t358 IO::Select->new( $server->opening )->can_write(30);
360 IO::Select->new( $server->opening )->can_read(30);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddtd.vim36 " the following line makes the opening <! and
54 " the opening <! and the closing > as Comment.
H A D2html.vim77 " Return opening HTML tag for given highlight id
330 \ '/* opening a fold while hovering won''t be supported by IE6 and other',
737 " Now insert an opening any new folds that start on this line
746 " Unless disabled, add a fold column for the opening line of a fold.
759 " If this is not the last fold we're opening on this line, we need
775 " only add spaces if we aren't opening another fold on the same line
808 " add the fold column for folds not on the opening line
/macosx-10.9.5/vim-53/src/
H A Dfold.c52 static linenr_T setManualFold __ARGS((linenr_T lnum, int opening, int recurse, int *donep));
53 static linenr_T setManualFoldWin __ARGS((win_T *wp, linenr_T lnum, int opening, int recurse, int *donep));
407 opFoldRange(first, last, opening, recurse, had_visual)
410 int opening; /* TRUE to open, FALSE to close */
423 if (opening && !recurse)
425 (void)setManualFold(lnum, opening, recurse, &done);
428 if (!opening && !recurse)
1277 setManualFold(lnum, opening, recurse, donep)
1279 int opening; /* TRUE when opening, FALS
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Dvimrc_example.vim76 " position when opening a file.
/macosx-10.9.5/CPANInternal-140/Text-WordDiff/lib/Text/WordDiff/
H A DHTML.pm92 This element immediately follows the opening "file" C<< <div> >> element, but
/macosx-10.9.5/CPANInternal-140/Text-WordDiff-0.08/lib/Text/WordDiff/
H A DHTML.pm92 This element immediately follows the opening "file" C<< <div> >> element, but
H A DHTMLTwoLines.pm127 This element immediately follows the opening "file" C<< <div> >> element, but
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/bin/
H A Dperltidy477 past the opening parentheses of a sub call or list, or opening square
478 bracket of an anonymous array, or opening curly brace of an anonymous
493 existence of line breaks and/or block comments between the opening and
514 aligns with its opening token.
787 =item Space between specific keywords and opening paren
789 When an opening paren follows a Perl keyword, no space is introduced after the
808 =item Space between all keywords and opening parens
810 When an opening paren follows a function or keyword, no space is introduced
812 always put a space between a function or keyword and its opening pare
[all...]
/macosx-10.9.5/CPANInternal-140/Sys-Filesystem/lib/Sys/Filesystem/
H A DUnix.pm265 mount-tab file. The file is locked using flock after opening it.
/macosx-10.9.5/CPANInternal-140/Path-Class/lib/Path/Class/
H A DDir.pm546 C<IO::Dir> object. If the opening fails, C<undef> is returned and
583 If an error occurs when opening the directory (for instance, it

Completed in 156 milliseconds

123