Searched refs:comment (Results 26 - 50 of 690) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/sample/webrick/
H A Dhttpsd.rb6 comment = "Comment for self-signed certificate"
20 :SSLComment => comment,
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/asm/
H A Ddesboth.pl19 &comment("");
20 &comment("Load the data words");
25 &comment("");
26 &comment("IP");
64 &comment("");
65 &comment("FP");
H A Ddes-586.pl41 &comment("");
42 &comment("Load the 2 words");
56 &comment("");
57 &comment("IP");
86 &comment("");
87 &comment("Round $i");
90 &comment("");
91 &comment("Round ".sprintf("%d",$i+1));
100 &comment("");
101 &comment("Roun
[all...]
/macosx-10.10.1/libxml2-26/libxml2/python/tests/
H A Dbuild.py9 comment = doc.newDocComment("This is a generated document") variable
10 doc.addChild(comment)
23 comment = doc.children variable
24 if comment.type != "comment" or \
25 comment.content != "This is a generated document":
26 print("error rereading comment")
28 pi = comment.next
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dbuild.py9 comment = doc.newDocComment("This is a generated document") variable
10 doc.addChild(comment)
23 comment = doc.children variable
24 if comment.type != "comment" or \
25 comment.content != "This is a generated document":
26 print "error rereading comment"
28 pi = comment.next
/macosx-10.10.1/ruby-106/ruby/test/rake/
H A Dtest_rake_directory_task.rb16 assert_nil Task["a"].comment
17 assert_nil Task["a/b"].comment
18 assert_equal "DESC", Task["a/b/c"].comment
36 assert_nil Task['c:/'].comment
37 assert_equal "WIN32 DESC", Task['c:/a/b/c'].comment
38 assert_nil Task['c:/a/b'].comment
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_code_object.rb19 assert_equal '', @co.comment, 'comment is empty'
23 @co.comment = ''
25 assert_equal '', @co.comment
27 @co.comment = 'I am a comment'
29 assert_equal 'I am a comment', @co.comment
33 @co.comment = comment ''
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/parser/
H A Dc.rb11 # comment block associated with the routine that _implements_ that
44 # in the method rb_ary_flatten. It will then use the comment from that
48 # The comment blocks may include special directives:
59 # Constant values can be supplied on the first line of the comment like so:
93 # If this isn't the case, add the comment:
231 comment = find_alias_comment var_name, new_name, old_name
233 comment.normalize
235 al.comment = comment
404 comment
[all...]
H A Druby.rb82 # To pick up a metaprogrammed method, the parser looks for a comment starting
131 # # this is a comment for a regular method
176 # Look for the first comment in a file that isn't a shebang line.
180 comment = ''
181 comment.force_encoding @encoding if @encoding
196 comment << tk.text << "\n"
208 new_comment comment
389 # Look for directives in a normal comment block:
392 # # Don't display comment from this point forward
394 # This routine modifies its +comment
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/cpu/
H A Dsimplify.inc30 (define-pmacro (define-normal-enum name comment attrs prefix vals)
34 (define-full-enum name comment attrs prefix vals)
39 (define-pmacro (define-normal-insn-enum name comment attrs prefix fld vals)
43 (define-full-insn-enum name comment attrs prefix fld vals)
51 (define-pmacro (define-normal-ifield name comment attrs start length)
53 (define-full-ifield name comment attrs start length UINT #f #f)
70 (define-pmacro (define-normal-multi-ifield name comment attrs
73 (define-full-multi-ifield name comment attrs mode subflds insert extract)
85 (define-pmacro (dsmf name comment attrs subflds)
87 (define-full-multi-ifield name comment attr
[all...]
/macosx-10.10.1/objc4-646/runtime/
H A Dobjcrt.c48 #pragma comment(linker, "/MERGE:.objc_module_info=.data")
49 #pragma comment(linker, "/MERGE:.objc_protocol=.data")
50 #pragma comment(linker, "/MERGE:.objc_image_info=.data")
51 #pragma comment(linker, "/MERGE:.objc_message_refs=.data")
52 #pragma comment(linker, "/MERGE:.objc_class_refs=.data")
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecFramework.h39 #define SecString(key, comment) CFSTR(key)
40 #define SecStringFromTable(key, tbl, comment) CFSTR(key)
41 #define SecStringWithDefaultValue(key, tbl, bundle, value, comment) CFSTR(key)
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dalias.rb34 # to +new_name+, has +comment+ and is a +singleton+ context.
36 def initialize(text, old_name, new_name, comment, singleton = false)
43 self.comment = comment
H A Dattr.rb22 # +comment+. +singleton+ marks this as a class attribute.
24 def initialize(text, name, rw, comment, singleton = false)
29 self.comment = comment
47 self.comment, self.singleton)
107 parse(@comment),
138 @comment = array[5]
152 unless comment.empty? then
154 q.text "comment:"
156 q.pp @comment
[all...]
/macosx-10.10.1/rsync-45/
H A Drsyncd.conf3 comment = This is the root module
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Dstreamlistener.rb30 # Called when a comment is encountered.
31 # @p comment The content of the comment
32 def comment comment method in class:REXML.StreamListener
/macosx-10.10.1/OpenSSL098-52/src/crypto/bf/asm/
H A Dbf-586.pl30 &comment("");
39 &comment("Load the 2 words");
55 &comment("");
56 &comment("Round $i");
59 &comment("");
60 &comment("Round ".sprintf("%d",$i+1));
74 &comment("");
75 &comment("Round $i");
77 &comment("");
78 &comment("Roun
[all...]
/macosx-10.10.1/libpcap-48/libpcap/tests/ngdumptest/
H A Dngdumptest.c56 const char *comment = NULL; variable
76 printf(" %-20s # %s\n", "-c string", "comment option");
79 printf(" %-20s # %s\n", "-f", "first comment option");
117 if (first_comment && comment)
118 pcap_ng_block_add_option_with_string(block, PCAPNG_OPT_COMMENT, comment);
124 if (!first_comment && comment)
125 pcap_ng_block_add_option_with_string(block, PCAPNG_OPT_COMMENT, comment);
141 if (first_comment && comment)
142 pcap_ng_block_add_option_with_string(block, PCAPNG_OPT_COMMENT, comment);
147 if (!first_comment && comment)
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/asm/x86/
H A Dadd.pl10 &comment("");
31 &comment("Round $i");
43 &comment("");
57 &comment("Tail Round $i");
H A Dmul.pl10 &comment("");
31 &comment("Round $i");
44 &comment("");
60 &comment("Tail Round $i");
H A Dmul_add.pl10 &comment("");
37 &comment("Round $i");
50 &comment("");
66 &comment("Tail Round $i");
H A Dsub.pl10 &comment("");
31 &comment("Round $i");
43 &comment("");
57 &comment("Tail Round $i");
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/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/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/win/
H A DdllEntryPoint.c19 # pragma comment(linker, "-nodefaultlib:msvcrt.lib")
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/win/
H A DdllEntryPoint.c18 # pragma comment(linker, "-nodefaultlib:msvcrt.lib")

Completed in 246 milliseconds

1234567891011>>