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

123

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_private.h44 LDAP *ld, int desc, int opening,
/macosx-10.10.1/vim-55/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
H A Dawk.vim57 " Increase indent if the previous line contains an opening brace. Search
/macosx-10.10.1/OpenSSL098-52/src/demos/maurice/
H A DMakefile25 @echo Example 1 Demonstrates the sealing and opening APIs
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxsmfns.c377 ice_conn_watch_CB (iceConn, clientData, opening, watchData)
380 Bool opening;
383 if (! opening)
/macosx-10.10.1/vim-55/src/proto/
H A Dfold.pro17 void opFoldRange __ARGS((linenr_T first, linenr_T last, int opening, int recurse, int had_visual));
/macosx-10.10.1/CPANInternal-159.1/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.10.1/vim-55/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.10.1/vim-55/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.10.1/vim-55/runtime/
H A Dvimrc_example.vim76 " position when opening a file.
/macosx-10.10.1/CPANInternal-159.1/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.10.1/vim-55/runtime/autoload/
H A Dspellfile.vim84 echomsg "download buffer disappeared, opening a new one"
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dchangelog.vim247 " Add the Changelog opening mapping
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy622 past the opening parentheses of a sub call or list, or opening square
623 bracket of an anonymous array, or opening curly brace of an anonymous
638 existence of line breaks and/or block comments between the opening and
659 aligns with its opening token.
949 =item Space between specific keywords and opening paren
951 When an opening paren follows a Perl keyword, no space is introduced after the
977 =item Space between all keywords and opening parens
979 When an opening paren follows a function or keyword, no space is introduced
981 always put a space between a function or keyword and its opening pare
[all...]

Completed in 299 milliseconds

123