Searched refs:special (Results 1 - 25 of 529) sorted by relevance

1234567891011>>

/macosx-10.9.5/vim-53/runtime/
H A Dmacmap.vim9 " <special> in mappings.
11 nnoremap <special> <D-n> :confirm enew<CR>
12 vmap <special> <D-n> <Esc><D-n>gv
13 imap <special> <D-n> <C-O><D-n>
14 cmap <special> <D-n> <C-C><D-n>
15 omap <special> <D-n> <Esc><D-n>
17 nnoremap <special> <D-o> :browse confirm e<CR>
18 vmap <special> <D-o> <Esc><D-o>gv
19 imap <special> <D-o> <C-O><D-o>
20 cmap <special> <
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/markup/
H A Dattributes.rb8 # The special attribute type. See RDoc::Markup#add_special
10 attr_reader :special
16 @special = 1
19 [:_SPECIAL_, @special],
22 @next_bitmap = @special << 1
63 next if bit == @special
H A Dto_html.rb66 # These methods handle special markup added by RDoc::Markup#add_special.
69 # +special+ is a <code><br></code>
71 def handle_special_HARD_BREAK special
76 # +special+ is a potential link. The following schemes are handled:
87 def handle_special_HYPERLINK(special)
88 url = special.text
94 # +special+ is an rdoc-schemed link that will be converted into a hyperlink.
102 def handle_special_RDOCLINK special
103 url = special.text
127 # This +special
[all...]
H A Dto_label.rb38 # Converts the CROSSREF +special+ to plain text, removing the suppression
41 def handle_special_CROSSREF special
42 text = special.text
48 # Converts the TIDYLINK +special+ to just the text part
50 def handle_special_TIDYLINK special
51 text = special.text
H A Dheading.rb29 def @to_html.handle_special_CROSSREF special
30 special.text.sub(/^\\/, '')
H A Dformatter.rb80 # Adds a special for links of the form rdoc-...:
87 # Adds a special for links of the form {<text>}[<url>] and <word>[<url>]
148 def convert_special special
149 return special.text if in_tt?
153 @attributes.each_name_of special.type do |name|
157 special.text = send method_name, special
163 special_name = @attributes.as_string special.type
165 raise RDoc::Error, "Unhandled special #{special_name}: #{special}"
[all...]
H A Dto_html_crossref.rb70 def handle_special_CROSSREF(special)
71 name = special.text
89 def handle_special_HYPERLINK special
90 return cross_reference $' if special.text =~ /\Ardoc-ref:/
96 # +special+ is an rdoc-schemed link that will be converted into a hyperlink.
103 def handle_special_RDOCLINK special
104 url = special.text
/macosx-10.9.5/ntp-88/scripts/
H A DVersionName18 case $special in
20 *) NAME="${NAME}-$special" ;;
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dfnmatch.c250 int negate, ok, special; local
271 * A right bracket shall lose its special meaning and represent
287 else if (*pattern == '[' && ((special = *(pattern + 1)) == '.' || special == '=' || special == ':')) {
289 while((cp = strchr(cp, special))) {
296 if (special == '.') {
338 } else if (special == '=') {
363 } else { /* special == ':' */
406 if ((c2 == '[' && (special
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A Dwin32ver.awk3 # ff bits: 1(debug), 2(prerelease), 4(patched), 8(vendor) and 32(special)
7 # special and vendor are toggled by their args.
29 if (match(ARGV[i], /special=/)) {
30 special = substr(ARGV[i], 9);
112 if (special) {
/macosx-10.9.5/apr-30/apr/apr/build/
H A Dwin32ver.awk3 # ff bits: 1(debug), 2(prerelease), 4(patched), 8(vendor) and 32(special)
7 # special and vendor are toggled by their args.
29 if (match(ARGV[i], /special=/)) {
30 special = substr(ARGV[i], 9);
112 if (special) {
/macosx-10.9.5/vim-53/src/proto/
H A Dos_win16.pro9 long_u mch_avail_mem __ARGS((int special));
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dprvrsion.h75 PRBool special; /* true if this component is a special build */ member in struct:__anon3606
82 char * specialString; /* the special variant for this build */
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dprvrsion.h75 PRBool special; /* true if this component is a special build */ member in struct:__anon4041
82 char * specialString; /* the special variant for this build */
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dprvrsion.h75 PRBool special; /* true if this component is a special build */ member in struct:__anon4163
82 char * specialString; /* the special variant for this build */
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dprvrsion.h75 PRBool special; /* true if this component is a special build */ member in struct:__anon4285
82 char * specialString; /* the special variant for this build */
/macosx-10.9.5/groff-38/groff/src/include/
H A DDviChar.h25 int special; member in struct:_dviCharNameMap
/macosx-10.9.5/CPANInternal-140/Net-DNS/
H A Dnetdns.c71 static int special(int);
119 if (special(c)) {
180 * special(ch)
182 * is this characted special ("in need of quoting") ?
187 special(int ch) { function
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dxtext.c9 /* VSTRING *xtext_quote(quoted, unquoted, special)
12 /* const char *special;
14 /* VSTRING *xtext_quote_append(unquoted, quoted, special)
17 /* const char *special;
24 /* +, <33(10) and >126(10), as well as characters specified with "special"
67 const char *special)
74 && (*special == 0 || strchr(special, ch) == 0)) {
86 VSTRING *xtext_quote(VSTRING *quoted, const char *unquoted, const char *special) argument
89 xtext_quote_append(quoted, unquoted, special);
66 xtext_quote_append(VSTRING *quoted, const char *unquoted, const char *special) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/build/win32/
H A Dwin32ver.awk18 # ff bits: 1(debug), 2(prerelease), 4(patched), 8(vendor) and 32(special)
22 # special and vendor are toggled by their args.
39 if (match(ARGV[i], /special=/)) {
40 special = substr(ARGV[i], 9);
129 if (special) {
/macosx-10.9.5/CPANInternal-140/Sys-Filesystem/lib/Sys/Filesystem/
H A DUnix.pm89 $self->{ $vals[ $pridx->[1] ] }->{special} = 1 if ( defined( $special_fs->{$vfs_type} ) );
93 $self->{ $vals[ $pridx->[1] ] }->{special} = 0
94 unless ( defined( $self->{ $vals[ $pridx->[1] ] }->{special} ) );
137 $self->{ $vals[ $pridx->[1] ] }->{special} = 1 if ( defined( $special_fs->{$vfs_type} ) );
141 $self->{ $vals[ $pridx->[1] ] }->{special} = 0
142 unless ( defined( $self->{ $vals[ $pridx->[1] ] }->{special} ) );
161 my ( $self, $mount_rx, $pridx, $keys, $special, @lines ) = @_;
176 $self->{ $vals[ $pridx->[1] ] }->{special} = 1 if ( defined( $special->{$vfs_type} ) );
178 elsif ( !defined( $self->{ $vals[ $pridx->[1] ] }->{special} ) )
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Dexplodename.c54 normalized_codeset, special, sponsor, revision)
61 const char **special;
73 *special = NULL;
145 /* Next is special application (CEN syntax). */
147 *special = ++cp;
H A Dloadinfo.h115 const char *modifier, const char *special,
125 territory, codeset, special, sponsor, revision.
147 const char **special,
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A Dexplodename.c54 normalized_codeset, special, sponsor, revision)
61 const char **special;
73 *special = NULL;
145 /* Next is special application (CEN syntax). */
147 *special = ++cp;
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drecd021.tcl93 set special {}
95 recd021_testsubdb $method $op $nentries $special $trunc $args
103 set special "reuse"
104 recd021_testsubdb $method remove $nentries $special $trunc $args
108 set special "newdb"
109 recd021_testsubdb $method remove $nentries $special $trunc $args
113 set special "newtypedb"
114 recd021_testsubdb $method remove $nentries $special $trunc $args
118 proc recd021_testsubdb { method op nentries special trunc largs } {
126 Test $op of subdb in recovery ($special trun
[all...]

Completed in 201 milliseconds

1234567891011>>