/external/proguard/docs/ |
testimonials.html | 25 <tr><td class="note"><p class="note"><cite> 27 </cite></p> 37 <tr><td class="note"><p class="note"><cite> 39 </cite></p> 49 <tr><td class="note"><p class="note"><cite> 51 </cite></p> 61 <tr><td class="note"><p class="note"><cite> 63 </cite></p> 74 <tr><td class="note"><p class="note"><cite> 78 </cite></p [all...] |
/external/webkit/WebCore/html/ |
HTMLBlockquoteElement.idl | 23 attribute [ConvertNullToNullString, Reflect] DOMString cite;
|
HTMLModElement.idl | 23 attribute [ConvertNullToNullString] DOMString cite;
|
HTMLQuoteElement.idl | 23 attribute [ConvertNullToNullString] DOMString cite;
|
HTMLModElement.cpp | 36 String HTMLModElement::cite() const function in class:WebCore::HTMLModElement
|
HTMLModElement.h | 38 String cite() const;
|
HTMLQuoteElement.cpp | 45 String HTMLQuoteElement::cite() const function in class:WebCore::HTMLQuoteElement
|
HTMLQuoteElement.h | 40 String cite() const;
|
HTMLAttributeNames.in | 65 cite
|
HTMLTagNames.in | 26 cite interfaceName=HTMLElement
|
/external/apache-http/src/org/apache/commons/codec/language/ |
Metaphone.java | 25 * Initial Java implementation by <CITE>William B. Brogden. December, 1997</CITE>. 26 * Permission given by <CITE>wbrogden</CITE> for code to be used anywhere. 29 * <CITE>Hanging on the Metaphone</CITE> by <CITE>Lawrence Philips</CITE> in <CITE>Computer Language of Dec. 1990, p 30 * 39.</CITE> [all...] |
RefinedSoundex.java | 25 * <CITE>Margaret Odell</CITE> and <CITE>Robert Russell</CITE>.
|
/external/stlport/test/unit/ |
hash_test.cpp | 102 maptype::const_iterator cite(m.begin()); 103 cite = m.begin(); 105 cite = cm.begin(); 106 CPPUNIT_ASSERT( ite == cite ); 107 CPPUNIT_ASSERT( !(ite != cite) ); 108 CPPUNIT_ASSERT( cite == ite ); 109 CPPUNIT_ASSERT( !(cite != ite) ); 144 mmap::const_iterator cite(m.begin()); 145 CPPUNIT_ASSERT( ite == cite ); 146 CPPUNIT_ASSERT( !(ite != cite) ); [all...] |
map_test.cpp | 150 int_map::const_iterator cite(imap.begin()); 151 CPPUNIT_ASSERT( ite == cite ); 152 CPPUNIT_ASSERT( !(ite != cite) ); 153 CPPUNIT_ASSERT( cite == ite ); 154 CPPUNIT_ASSERT( !(cite != ite) ); 180 mmap::const_iterator cite(m.begin()); 182 CPPUNIT_ASSERT( ite == cite ); 183 CPPUNIT_ASSERT( !(ite != cite) ); 184 CPPUNIT_ASSERT( cite == ite ); 185 CPPUNIT_ASSERT( !(cite != ite) ) [all...] |
/external/webkit/WebKitTools/iExploder/htdocs/ |
htmltags.in | 23 cite
|
htmlattrs.in | 60 cite
|
/external/webkit/WebKit/chromium/src/ |
DOMUtilitiesPrivate.h | 63 // for blockquote, q, del, ins, when attribute name is cite,
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
Base64.java | 27 * <p>This class implements section <cite>6.8. Base64 Content-Transfer-Encoding</cite> 28 * from RFC 2045 <cite>Multipurpose Internet Mail Extensions (MIME) Part One: 29 * Format of Internet Message Bodies</cite> by Freed and Borenstein.</p>
|
/external/zlib/ |
zlib.3 | 155 who are too numerous to cite here.
|
README | 91 they are too numerous to cite here.
|
/external/tcpdump/tests/ |
print-A.new | 52 <P><SMALL><CITE>Move along, nothing to see here...</CITE> :-)</SMALL></P>
|
print-A.out | 52 <P><SMALL><CITE>Move along, nothing to see here...</CITE> :-)</SMALL></P>
|
print-AA.new | 52 <P><SMALL><CITE>Move along, nothing to see here...</CITE> :-)</SMALL></P>
|
print-AA.out | 52 <P><SMALL><CITE>Move along, nothing to see here...</CITE> :-)</SMALL></P>
|
/external/clearsilver/python/examples/base/ |
SafeHtml.py | 24 _safeTags = {"P":1, "LI":1, "DD":1, "DT":1, "EM":1, "BR":1, "CITE":1,
|