Searched refs:comment (Results 51 - 75 of 714) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/tool/
H A Denc-emoji4unicode.rb40 comment = "[%s] U+%X -> %s" % [name, from.hex, tos.map{|c| "U+%X"%c.hex}.join(' ')]
43 :comment => comment,
48 comment = "[%s] U+%X -> U+3013 (GETA)" % [name, from.hex]
51 :comment => comment, # geta
56 comment = %([%s] U+%X -> "%s") % [name, from.hex, text_fallback]
59 :comment => comment,
78 io.puts %{ ["#{from}", #{to}], # #{params[:comment]}}
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_attr.rb48 @a.comment = 'this is a comment'
61 comment = RDoc::Markup::Document.new(
62 RDoc::Markup::Paragraph.new('this is a comment'))
64 assert_equal comment, loaded.comment
79 @a.comment = 'this is a comment'
96 comment = RDoc::Markup::Document.new(
97 RDoc::Markup::Paragraph.new('this is a comment'))
[all...]
H A Dtest_rdoc_parser_ruby.rb24 @comment = RDoc::Comment.new '', @top_level
51 comment = p.collect_first_comment
53 assert_equal RDoc::Comment.new("# first\n", @top_level), comment
68 comment = p.collect_first_comment
70 assert_equal Encoding::CP852, comment.text.encoding
169 comment = RDoc::Comment.new "# :attr: my_attr\n", @top_level
171 @parser.look_for_directives_in @top_level, comment
173 assert_equal "# :attr: my_attr\n", comment.text
175 comment = RDoc::Comment.new "# :attr_reader: my_method\n", @top_level
177 @parser.look_for_directives_in @top_level, comment
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dconstant.rb29 # Creates a new constant with +name+, +value+ and +comment+
31 def initialize(name, value, comment)
40 self.comment = comment
62 # A constant is documented if it has a comment, or is an alias
111 parse(@comment),
150 unless comment.empty? then
152 q.text "comment:"
154 q.pp @comment
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dmrxvtrc.vim13 " Really any line that does not match an option is a comment. But use '!' for
19 " comment leaders makes Vim think that every comment line is a new sentence.
H A Drpl.vim15 " Set 'formatoptions' to break comment lines but not other lines,
16 " and insert the comment leader when hitting <CR> or using "o".
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/
H A Dregen.sh1 perl ../../cf/make-proto.pl -a -x ../../packages/mac/framework/gss.json -E GSS_LIB -q -P comment -o gssapi/gssapi_protos.h {mech,krb5,spnego,ntlm,cf}/*.c
2 perl ../../cf/make-proto.pl -a -x ../../packages/mac/framework/gss-apple.json -E GSS_LIB -q -P comment -o gssapi/gssapi_apple.h {mech,krb5,spnego,ntlm,cf}/*.c
3 perl ../../cf/make-proto.pl -a -x ../../packages/mac/framework/gss.json -q -P comment -a -p gssapi/gssapi_private.h mech/gss_*.c mech/cred.c
4 perl ../../cf/make-proto.pl -q -P comment -a -p krb5/gsskrb5-private.h krb5/*.c
/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_find.h42 const char *comment,
52 const char *comment,
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dasm-mode.el38 ;; comment char place or move comment
39 ;; asm-comment-char specifies which character this is;
47 ;; 1) An asm-mode-set-comment-hook before the part of the initialization
48 ;; depending on asm-comment-char, and
58 (defcustom asm-comment-char ?\;
59 "*The comment-start character assumed by Asm mode."
77 ;; Note that the comment character isn't set up until asm-mode is called.
79 (define-key map "\C-c;" 'comment-region)
110 \\[asm-comment]\tsmar
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/url/
H A Dvc-dav.el73 (defun vc-dav-register (url &optional rev comment)
78 (defun vc-dav-checkin (url rev comment)
81 COMMENT is used as a check-in comment."
/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Dsax2listener.rb21 # comment
90 # Called when a comment is encountered.
91 # @p comment The content of the comment
92 def comment comment method in class:REXML.SAX2Listener
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dlistener.rb22 def comment comment method in class:Listener
23 #puts "comment #{comment[0..10]}..."
H A Dtest_comment.rb12 <!-- comment end with hyphen -
21 assert_equal([" comment end with hyphen -\n here "],
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dart.vim30 syn match comment ";.*$"
32 syn match comment "#+:\=ignore" nextgroup=artignore skipwhite skipnl
34 syn region artignore start="(" end=")" contained contains=artignore,comment
40 hi def link artignore comment
/macosx-10.9.5/zlib-53/zlib/contrib/minizip/
H A Dzip.h154 const char* comment,
165 const char* comment,
178 if comment != NULL, comment contain the comment string
194 const char* comment,
207 const char* comment,
223 const char* comment,
240 const char* comment,
266 const char* comment,
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/legacy/
H A Dlegacy.cpp39 void printArray(const char* const comment, const UChar UArray[][5], int32_t arraySize) { argument
40 fprintf (stdout, "%s\n", comment);
49 void printKeys(const char *comment, uint8_t keys[][32], int32_t keySize) { argument
52 fprintf(stdout, "%s\n", comment);
/macosx-10.9.5/ICU-511.35/icuSources/tools/genrb/
H A Dread.h49 struct UString *comment,
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_6/Regress/
H A Dregress-309242.js39 var summary = 'E4X should be on by default while preserving comment hack';
48 <!-- and --> should begin comment to end of line
55 <!-- comment -->; actual = false;
57 reportCompare(expect, actual, summary + ': &lt;!-- is comment to end of line');
66 reportCompare(expect, actual, summary + ': comment hack works inside script');
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dprvrsion.h81 char * comment; /* free form field for misc usage */ member in struct:__anon3606
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dprvrsion.h81 char * comment; /* free form field for misc usage */ member in struct:__anon4041
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dprvrsion.h81 char * comment; /* free form field for misc usage */ member in struct:__anon4163
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dprvrsion.h81 char * comment; /* free form field for misc usage */ member in struct:__anon4285
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastlicense.c28 * generate a license comment -- see proto(1)
88 #define COMMENT(x,b,s,u) comment(x,b,s,sizeof(s)-1,u)
219 * center and copy comment line s to p
229 comment(Notice_t* notice, register Buffer_t* b, register char* s, register int n, int u) function
373 * read the license file and generate a comment in p, length size
673 comment(&notice, &buf, NiL, 1, 0);
674 comment(&notice, &buf, NiL, 0, 0);
680 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
685 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
693 comment(
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/Regress/
H A Dregress-31255.js38 * SUMMARY: JS should treat --> as a single-line comment indicator.
44 * Note: <!--, --> are the HTML multi-line comment opener, closer.
45 * JS already accepted <!-- as a single-line comment indicator.
51 var summary = 'JS should treat --> as a single-line comment indicator';
60 <!-- HTML comment start is already a single-line JS comment indicator
68 --> HTML comment end is JS comments until end-of-line
/macosx-10.9.5/ruby-104/ruby/lib/rake/
H A Dtask.rb26 attr_reader :comment
28 # Full text of the (possibly multi-line) comment.
77 @comment = nil
145 @comment = nil
245 # argument list (enclosed brackets) and an optional comment.
248 comment = description.strip
249 add_comment(comment) if comment && ! comment.empty?
252 # Writing to the comment attribut
[all...]

Completed in 129 milliseconds

1234567891011>>