Searched refs:Comment (Results 1 - 25 of 583) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DComment.idl20 interface Comment : CharacterData {
H A DComment.cpp23 #include "Comment.h"
29 inline Comment::Comment(Document* document, const String& text) function in class:WebCore::Comment
34 PassRefPtr<Comment> Comment::create(Document* document, const String& text)
36 return adoptRef(new Comment(document, text));
39 String Comment::nodeName() const
44 Node::NodeType Comment::nodeType() const
49 PassRefPtr<Node> Comment::cloneNode(bool /*deep*/)
54 bool Comment
[all...]
H A DComment.h30 class Comment FINAL : public CharacterData {
32 static PassRefPtr<Comment> create(Document*, const String&);
35 Comment(Document*, const String&);
/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Dcomment.rb6 class Comment < Child class in class:REXML
18 # argument. If Comment, the argument is duplicated. If
28 elsif first.kind_of? Comment
34 Comment.new self
51 Kernel.warn("Comment.write is deprecated. See REXML::Formatters")
61 # Compares this Comment to another; the contents of the comment are used
68 # Compares this Comment to another; the contents of the comment are used
71 other.kind_of? Comment and
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/parser/
H A Dmarkdown.rb15 comment = RDoc::Comment.new @content, @top_level
H A Drd.rb15 comment = RDoc::Comment.new @content, @top_level
H A Dsimple.rb31 comment = RDoc::Comment.new comment, @top_level
47 # Unlike RDoc::Comment#remove_private this implementation only looks for two
/macosx-10.9.5/CPANInternal-140/XML-XPath/t/
H A Dinsert.t7 use XML::XPath::Node::Comment;
23 my $comment = XML::XPath::Node::Comment->new("Before Comment");
27 my $other_comment = XML::XPath::Node::Comment->new("After Comment");
/macosx-10.9.5/CPANInternal-140/XML-Parser/samples/
H A Dxmlcomments20 $parser->setHandlers(Comment => \&comments);
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_comment.rb19 child.is_a?(REXML::Comment)
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_comment.rb11 @comment = RDoc::Comment.new
41 comment = RDoc::Comment.new <<-COMMENT, @top_level
56 comment = RDoc::Comment.new <<-COMMENT, @top_level
70 comment = RDoc::Comment.new <<-COMMENT, @top_level
85 comment = RDoc::Comment.new <<-COMMENT, @top_level
98 comment = RDoc::Comment.new <<-COMMENT, @top_level
110 comment = RDoc::Comment.new <<-COMMENT
140 comment = RDoc::Comment.new <<-COMMENT
162 comment = RDoc::Comment.new <<-'COMMENT'
294 c = RDoc::Comment
[all...]
H A Dtest_rdoc_context_section.rb28 c1 = RDoc::Comment.new "# :section: section\n", file1
29 c2 = RDoc::Comment.new "# hello\n", file1
30 c3 = RDoc::Comment.new "# world\n", file1
68 expected = RDoc::Comment.new('comment', @top_level).parse
95 expected = doc RDoc::Comment.new('comment', @top_level).parse
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/context/
H A Dsection.rb69 when RDoc::Comment then
105 RDoc::Comment.new ''
106 when RDoc::Comment then
188 when RDoc::Comment then
/macosx-10.9.5/ruby-104/ruby/lib/rexml/dtd/
H A Ddtd.rb37 when Comment.PATTERN_RE
40 contents << Comment.new( matchdata )
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/Node/
H A DComment.pm1 # $Id: Comment.pm,v 1.5 2000/09/05 13:05:46 matt Exp $
3 package XML::XPath::Node::Comment;
13 @ISA = ('XML::XPath::NodeImpl', 'XML::XPath::Node::Comment');
74 Comment - an XML comment: <!--comment-->
/macosx-10.9.5/vim-53/runtime/colors/
H A Dtorte.vim16 " GUI Comment : #80a0ff = Light blue
24 highlight Comment guifg=#80a0ff
35 highlight Comment ctermfg=Blue
47 highlight Comment ctermfg=Cyan cterm=NONE guifg=LightBlue gui=NONE
H A Dzellner.vim14 hi Comment term=bold ctermfg=Red guifg=Red
28 hi! link MoreMsg Comment
31 hi! link Question Comment
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgitsendemail.vim17 hi def link gitsendemailComment Comment
H A Dpo.vim70 syn match poKDEdesktopFile "\"\(Name\|Comment\|GenericName\|Description\|Keywords\|About\)="ms=s+1,me=e-1
91 HiLink poComment Comment
92 HiLink poCommentAutomatic Comment
93 HiLink poCommentTranslator Comment
97 HiLink poObsolete Comment
105 HiLink poStringCTxt Comment
108 HiLink poCommentKDE Comment
110 HiLink poPluralKDE Comment
128 HiLink poMsguniqErrorMarkers Comment
H A Djargon.vim30 HiLink jargonEmailAddr Comment
31 HiLink jargonUrl Comment
H A Dlibao.vim21 hi def link libaoComment Comment
/macosx-10.9.5/ruby-104/ruby/lib/rexml/formatters/
H A Ddefault.rb43 when Comment
91 output << Comment::START
93 output << Comment::STOP
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DCSSPreloadScanner.h53 Comment, enumerator in enum:WebCore::CSSPreloadScanner::State
H A DCSSPreloadScanner.cpp99 m_state = Comment;
103 case Comment:
113 m_state = Comment;
/macosx-10.9.5/vim-53/src/po/
H A Dcleanup.vim3 " - Comment-out fuzzy and empty messages.

Completed in 294 milliseconds

1234567891011>>