Searched refs:comment (Results 1 - 25 of 690) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/lib/rdoc/parser/
H A Dsimple.rb3 # comment.
25 # Extract the file contents and attach them to the TopLevel as a comment
28 comment = remove_coding_comment @content
29 comment = remove_private_comment comment
31 comment = RDoc::Comment.new comment, @top_level
33 @top_level.comment = comment
38 # Removes the encoding magic comment fro
[all...]
H A Dmarkdown.rb3 # as a file comment.
15 comment = RDoc::Comment.new @content, @top_level
16 comment.format = 'markdown'
18 @top_level.comment = comment
H A Drd.rb3 # file comment.
15 comment = RDoc::Comment.new @content, @top_level
16 comment.format = 'rd'
18 @top_level.comment = comment
/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dextract-section.pl4 if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A Ddlldatax.c34 #pragma comment(lib, "rpcns4.lib")
36 #pragma comment(lib, "rpcrt4.lib")
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_comment.rb11 @comment = RDoc::Comment.new
12 @comment.location = @top_level
13 @comment.text = 'this is a comment'
17 refute_empty @comment
19 @comment = ''
21 assert_empty @comment
25 assert_equal @comment, @comment.dup
27 c2 = @comment
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/context/
H A Dsection.rb17 # Section comment
19 attr_reader :comment
39 # Creates a new section with +title+ and +comment+
41 def initialize parent, title, comment
50 add_comment comment
61 # Adds +comment+ to this section
63 def add_comment comment
64 comment = extract_comment comment
66 return if comment
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/Misc/
H A DWebLocalizableStringsInternal.h41 #define UI_STRING_INTERNAL(string, comment) WebLocalizedStringInternal(string)
42 #define UI_STRING_KEY_INTERNAL(string, key, comment) WebLocalizedStringInternal(key)
H A DWebLocalizableStrings.h66 #define UI_STRING(string, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string)
67 #define UI_STRING_KEY(string, key, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), key)
71 #define UI_STRING(string, comment) WebLocalizedString(0, string)
72 #define UI_STRING_KEY(string, key, comment) WebLocalizedString(0, key)
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dstrip-rdoc.rb4 source = source.gsub(%r{/\*([!*])((?!\*/).+?)\*/}m) do |comment|
5 marker, comment = $1, $2
6 next "/**#{comment}*/" unless /^\s*\*\s?\-\-\s*$/ =~ comment
8 comment.each_line do |line|
/macosx-10.10.1/libxml2-26/libxml2/test/automata/
H A Dpo6 t 2 3 comment
13 comment
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Lib/Foundation/
H A D_functiondefines.py6 def NSLocalizedString(key, comment):
9 def NSLocalizedStringFromTable(key, tbl, comment):
12 def NSLocalizedStringFromTableInBundle(key, tbl, bundle, comment):
15 def NSLocalizedStringWithDefaultValue(key, tbl, bundle, val, comment):
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Lib/Foundation/
H A D_functiondefines.py6 def NSLocalizedString(key, comment):
9 def NSLocalizedStringFromTable(key, tbl, comment):
12 def NSLocalizedStringFromTableInBundle(key, tbl, bundle, comment):
15 def NSLocalizedStringWithDefaultValue(key, tbl, bundle, val, comment):
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/asm/
H A Ddes686.pl36 &comment("Don't even think of reading this code");
37 &comment("It was automatically generated by $prog");
38 &comment("Which is a perl program used to generate the x86 assember for");
39 &comment("any of elf, a.out, Win32, or Solaris");
40 &comment("It can be found in SSLeay 0.6.5+ or in libdes 3.26+");
41 &comment("eric <eay\@cryptsoft.com>");
42 &comment("");
63 &comment("");
64 &comment("Load the 2 words");
73 &comment("");
[all...]
/macosx-10.10.1/bind9-45.101/bind9/doc/misc/
H A Dformat-options.pl34 my $comment = "";
36 $comment = $&;
40 while (length($line) >= 79 - length($comment)) {
42 # this makes sure that the comment has something in front of it
43 $len = 75 - length($comment);
48 print $start.$line.$comment."\n";
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinSendCom.h23 # pragma comment (lib, "ole32.lib")
24 # pragma comment (lib, "oleaut32.lib")
25 # pragma comment (lib, "uuid.lib")
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/netlogon/
H A Dregen.sh3 perl ../../../cf/make-proto.pl -q -P comment -p netlogon-private.h *.c
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebLocalizableStrings.h59 #define UI_STRING(string, comment) WebLocalizedStringUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string)
60 #define UI_STRING_KEY(string, key, comment) WebLocalizedStringUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), key)
61 #define LPCTSTR_UI_STRING(string, comment) WebLocalizedLPCTSTRUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string)
62 #define LPCTSTR_UI_STRING_KEY(string, key, comment) WebLocalizedLPCTSTRUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), key)
66 #define UI_STRING(string, comment) WebLocalizedStringUTF8(0, string)
67 #define UI_STRING_KEY(string, key, comment) WebLocalizedStringUTF8(0, key)
68 #define LPCTSTR_UI_STRING(string, comment) WebLocalizedLPCTSTRUTF8(0, string)
69 #define LPCTSTR_UI_STRING_KEY(string, key, comment) WebLocalizedLPCTSTRUTF8(0, key)
/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dpostconf2html19 # All other non-comment input is flagged as an error.
41 $comment = 0;
46 { $comment = 1; }
47 if ($comment && $_ =~ /-->/)
48 { $comment = 0; $block =~ s/<!--.*-->//sg; }
49 } while((($_ = <>) && /\S/) || $comment);
51 # Skip blanks after comment elimination.
/macosx-10.10.1/OpenSSL098-52/src/crypto/bf/asm/
H A Dbf-686.pl33 &comment("");
34 &comment("Load the 2 words");
39 &comment("");
40 &comment("P pointer, s and enc flag");
53 &comment("");
54 &comment("Round $i");
57 &comment("");
58 &comment("Round ".sprintf("%d",$i+1));
73 &comment("");
74 &comment("Roun
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Drequire.rb12 # Creates a new Require that loads +name+ with +comment+
14 def initialize(name, comment)
18 self.comment = comment
H A Dcode_object.rb31 # Our comment
33 attr_reader :comment
109 @comment = ''
135 # Replaces our comment with +comment+, unless it is empty.
137 def comment=(comment)
138 @comment = case comment
140 when RDoc::Markup::Document then comment
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/docstrip/
H A Ddocstrip.test26 tcltest::test docstrip-1.1 {code/comment line distinction} -body {
28 {% comment}
29 {% more comment !"#$%&/(}
31 { % blah $blah "Not a comment."}
32 {% abc; this is comment}
40 { % blah $blah "Not a comment."}
215 "%% Tricky comment; guess what comes next\\"
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dregen.sh3 perl ../../cf/make-proto.pl -q -P comment -o der-protos.h -E KRB5_LIB ${files}
4 perl ../../cf/make-proto.pl -q -P comment -p der-private.h ${files}
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/asm/x86/
H A Dsqr.pl10 &comment("");
25 &comment("Round $i");
33 &comment("");
46 &comment("Tail Round $i");

Completed in 377 milliseconds

1234567891011>>