Searched +refs:org +refs:comment +refs:string (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dc.vim3 " Maintainer: Bram Moolenaar <Bram@vim.org>
20 " Set 'formatoptions' to break comment lines but not other lines,
21 " and insert the comment leader when hitting <CR> or using "o".
40 let b:match_skip = 's:comment\|string\|character'
H A Dvim.vim3 " Maintainer: Bram Moolenaar <Bram@vim.org>
20 " Set 'formatoptions' to break comment lines but not other lines,
21 " and insert the comment leader when hitting <CR> or using "o".
67 \ synIDattr(synID(line("."),col("."),1),"name") =~? "comment\\|string"'
/macosx-10.9.5/CPANInternal-140/String-ShellQuote-1.00/
H A DShellQuote.pm13 $string = shell_quote @list;
14 $string = shell_comment_quote $string;
36 =item B<shell_quote> [I<string>]...
39 Each I<string> is quoted so that the shell will pass it along as a
40 single argument and without further interpretation. If no I<string>s
41 are given an empty string is returned.
64 =item B<shell_comment_quote> [I<string>]
66 B<shell_comment_quote> quotes the I<string> so that it can safely be
67 included in a shell-style comment (th
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dasm.vim8 " Thanks to Ori Avtalion for feedback on the comment markers!
34 syn match asmType "\.string"
52 " GAS supports various comment markers as described here:
53 " http://sourceware.org/binutils/docs-2.19/as/Comments.html
54 " I have commented out the ARM comment marker "@" by default as I think more
56 " http://sourceware.org/binutils/docs-2.19/as/Type.html
H A Ddtrace.vim10 " http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libdtrace/common/dt_lex.l
11 " http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libdtrace/common/dt_grammar.y
42 " XXX: This doesn't work if followed by a comment.
52 " XXX: This doesn't work if followed by a comment.
130 syn keyword dtraceType string
H A Duc.vim3 " Maintainer: Mark Ferrell <major@chaoticdreams.org>
4 " URL: ftp://ftp.chaoticdreams.org/pub/ut/vim/uc.vim
18 " some characters that cannot be in a UnrealScript program (outside a string)
39 syn keyword ucType native noexport var out vector name local string
80 " match the special comment /**/
/macosx-10.9.5/vim-53/runtime/indent/
H A Dvhdl.vim6 " URL: http://www.vim.org/scripts/script.php?script_id=1450
23 " not a comment
25 " end of string
46 " store current line & string
50 " find previous line that is not a comment
59 " default indent starts as previous non-comment line's indent
64 " indent: special; kill string so it would not affect other filters
65 " keywords: "report" + string
75 " indent: previous line's comment position, otherwise follow next non-comment lin
[all...]
H A Docaml.vim3 " Maintainers: Jean-Francois Yuen <jfyuen@happycoders.org>
75 return indent(searchpair(a:pstart, a:pmid, a:pend, 'bWn', 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\\|comment"'))
81 return indent(searchpair(a:pstart, a:pmid, a:pend, 'bWn', 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\\|comment" || getline(".") =~ "^\\s*let\\>.*=.*\\<in\\s*$" || getline(prevnonblank(".") - 1) =~ s:beflet'))
139 return indent(searchpair('^\s*\(match\|type\)\>\|\<\(function\|parser\|private\|with\)\s*$', '', '^\s*|', 'bWn', 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\\|comment" || getline(".") !~ "^\\s*|.*->"'))
232 let ind = indent(searchpair('(\*', '', '\*)', 'bWn', 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string"'))
238 " If this is a multiline comment then align '*':
H A Druby.vim5 " URL: http://vim-ruby.rubyforge.org
36 " Regex of syntax group names that are or delimit string or are comments.
98 " Check if the character at lnum:col is inside a string, comment, or is ascii.
103 " Check if the character at lnum:col is inside a string.
108 " Check if the character at lnum:col is inside a string or documentation.
113 " Find line above 'lnum' that isn't empty, in a comment, or in a string.
119 " If the line isn't empty (with opt. comment) or in a string, en
[all...]
H A Dpython.vim3 " Maintainer: Bram Moolenaar <Bram@vim.org>
40 " If the start of the line is in a string don't change the indent.
101 " Get the line and remove a trailing comment.
106 " If the last character in the line is a comment, do a binary search for
107 " the start of the comment. synID() is slow, a linear search would take
/macosx-10.9.5/CPANInternal-140/String-ShellQuote-1.04/
H A DShellQuote.pm13 $string = shell_quote @list;
14 $string = shell_quote_best_effort @list;
15 $string = shell_comment_quote $string;
62 push @err, "No way to quote string containing null (\\000) bytes";
107 =item B<shell_quote> [I<string>]...
110 Each I<string> is quoted so that the shell will pass it along as a
111 single argument and without further interpretation. If no I<string>s
112 are given an empty string is returned.
114 If any I<string> ca
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/vim/
H A Dtablegen.vim3 " Maintainer: The LLVM team, http://llvm.org/
18 syn keyword tgType class int string list bit bits multiclass
30 " Handle correctly imbricated comment
/macosx-10.9.5/CPANInternal-140/Config-Std-0.900/lib/Config/
H A DStd.pm405 my $comment = q{};
417 $config_file[-1]->add_comment($comment) if $comment;
419 $comment = q{};
424 ### Found comment: $1
425 $comment .= $1;
441 precomm => $comment,
445 $comment = q{};
473 $comment); $comment
[all...]
/macosx-10.9.5/CPANInternal-140/Config-Std/lib/Config/
H A DStd.pm380 my $comment = q{};
392 $config_file[-1]->add_comment($comment) if $comment;
394 $comment = q{};
399 ### Found comment: $1
400 $comment .= $1;
416 precomm => $comment,
420 $comment = q{};
447 $config_file[-1]->add_keyval($key, $pure_sep, $val, $comment);
448 $comment
[all...]
/macosx-10.9.5/vim-53/runtime/plugin/
H A Dmatchparen.vim2 " Maintainer: Bram Moolenaar <Bram@vim.org>
84 " When not in a string or comment ignore matches inside them.
86 \ '=~? "string\\|character\\|singlequote\\|comment"'
/macosx-10.9.5/CPANInternal-140/Text-WordDiff/lib/Text/
H A DWordDiff.pm53 # Parse the words from the string.
86 # Default to concatenating a string.
192 =begin comment
201 =end comment
277 word), but such is not the case when the C<utf8> flag is set on a string.
285 my $string = '������������������������������������������������������������������������������������������������';
286 my @tokens = split /(?<!\p{IsWord})(?=\p{IsWord})/msx, $string;
364 A scalar reference will be assumed to refer to a string. That string will be
426 string
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/
H A DWSDL.pm117 $me->writer->comment("WSDL for " . $me->{_location} . " created by " . ref ($me) . " version: $VERSION on " . scalar localtime);
395 $me->writer->wrElem($START_PREFIX_NAME, 'schema', targetNamespace => $me->namespaces->{'xmlns:' . $TARGET_NS_DECL}, xmlns => "http://www.w3.org/2001/XMLSchema");
396 $me->writer->wrElem($EMPTY_PREFIX_NAME, "import", namespace => "http://schemas.xmlsoap.org/soap/encoding/");
441 $me->writer->wrElem($EMPTY_PREFIX_NAME, "wsdlsoap:binding", style => $me->style, transport => "http://schemas.xmlsoap.org/soap/http");
524 The pod string describing a parameter has the structure
530 _IN foo $string This is a foo
546 _RETURN $string Returns a string
593 _ATTR foo $string A foo
632 Returns WSDL as string
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/
H A DWSDL.pm117 $me->writer->comment("WSDL for " . $me->{_location} . " created by " . ref ($me) . " version: $VERSION on " . scalar localtime);
395 $me->writer->wrElem($START_PREFIX_NAME, 'schema', targetNamespace => $me->namespaces->{'xmlns:' . $TARGET_NS_DECL}, xmlns => "http://www.w3.org/2001/XMLSchema");
396 $me->writer->wrElem($EMPTY_PREFIX_NAME, "import", namespace => "http://schemas.xmlsoap.org/soap/encoding/");
441 $me->writer->wrElem($EMPTY_PREFIX_NAME, "wsdlsoap:binding", style => $me->style, transport => "http://schemas.xmlsoap.org/soap/http");
524 The pod string describing a parameter has the structure
530 _IN foo $string This is a foo
546 _RETURN $string Returns a string
593 _ATTR foo $string A foo
632 Returns WSDL as string
[all...]
/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_yaml.rb49 # Common string types
54 { 1 => 'simple string', 2 => 42, 3 => '1 Single Quoted String',
56 6 => "A \"chomped\" block", 7 => "A folded\n string\n", 8 => ": started string" },
58 1: simple string
71 string
72 8: ": started string"
453 { nil => nil, true => true, false => false, 'string' => '12345' }, <<EOY
457 string: '12345'
587 # an empty sequence, and the last an empty string
[all...]
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim3 " Maintainer: Benji Fisher PhD <benji@member.AMS.org>
5 " URL: http://www.vim.org/script.php?script_id=39
247 let skip = 's:comment\|string'
407 " Return a regexp that matches all of a:string, such that
408 " matchstr(a:string, regexp) represents the match for a:pat that starts
416 fun! s:Wholematch(string, pat, start)
419 let len = strlen(a:string)
421 if a:string !~ prefix . group . suffix
427 " No extra arguments: s:Ref(string,
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/
H A DREADME247 then Perl would have interpolated @super_long_array into the string via
248 an expensive operation only to figure out shortly after that the string
254 functions just chain together to a single string. Therefore
312 by Guido Carls <gcarls@cpan.org>. It allows for hooking up Log::Log4perl
354 # Configuration in a string ...
420 log4j.appender.A1=org.apache.log4j.ConsoleAppender
421 log4j.appender.A1.layout=org.apache.log4j.PatternLayout
453 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
454 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
456 log4j.appender.R=org
[all...]
/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/
H A DMakefile.PL28 # version 0.23 - Matt Sergeant <matt@sergeant.org>
34 # version 1.03 - Matt Sergeant <matt@sergeant.org>
68 comment => [qw(DocumentHandler LexicalHandler Handler)],
171 $self->set_feature('http://xml.org/sax/features/namespaces', 1);
237 my $string = shift;
239 $parse_options->{Source}{String} = $string;
263 'http://xml.org/sax/features/external-general-entities' => undef,
264 'http://xml.org/sax/features/external-parameter-entities' => undef,
265 'http://xml.org/sax/features/is-standalone' => undef,
266 'http://xml.org/sa
[all...]
/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/lib/XML/SAX/
H A DBase.pm10 # version 0.23 - Matt Sergeant <matt@sergeant.org>
16 # version 1.03 - Matt Sergeant <matt@sergeant.org>
2054 sub comment { subroutine
2056 if (defined $self->{Methods}->{'comment'}) {
2057 $self->{Methods}->{'comment'}->(@_);
2070 elsif (defined $callbacks->{'DocumentHandler'} and $method = $callbacks->{'DocumentHandler'}->can('comment') ) {
2072 $self->{Methods}->{'comment'} = sub { $method->($handler, @_) };
2075 elsif (defined $callbacks->{'LexicalHandler'} and $method = $callbacks->{'LexicalHandler'}->can('comment') ) {
2077 $self->{Methods}->{'comment'} = sub { $method->($handler, @_) };
2080 elsif (defined $callbacks->{'Handler'} and $method = $callbacks->{'Handler'}->can('comment') ) {
[all...]
/macosx-10.9.5/CPANInternal-140/XML-Parser/
H A DParser.pm457 This is an Expat option. It takes a string value. When this string is found
460 MIME multipart format. The string should not contain a trailing newline.
497 The SOURCE parameter should either be a string containing the whole XML
522 takes a string. A single call to the parse_done method of this object,
565 encoding of the string in the original document, this is given to the
574 This event is generated when a comment is recognized.
591 Whatever the encoding in the original document, the string is returned to
613 This handler should either return a string, which represents the contents of
632 entity into a string an
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DREADME254 then Perl would have interpolated @super_long_array into the string via
255 an expensive operation only to figure out shortly after that the string
261 functions just chain together to a single string. Therefore
337 by Guido Carls <gcarls@cpan.org>. It allows for hooking up Log::Log4perl
379 # Configuration in a string ...
476 log4j.appender.A1=org.apache.log4j.ConsoleAppender
477 log4j.appender.A1.layout=org.apache.log4j.PatternLayout
509 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
510 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
512 log4j.appender.R=org
[all...]

Completed in 233 milliseconds

123