Searched refs:CData (Results 1 – 12 of 12) sorted by relevance
/external/dbus/test/ |
D | test-utils.c | 9 } CData; typedef 15 CData *cd = data; in add_watch() 24 CData *cd = data; in remove_watch() 33 CData *cd = data; in toggle_watch() 42 CData *cd = data; in add_timeout() 51 CData *cd = data; in remove_timeout() 73 CData *cd = data; in cdata_free() 81 static CData* 85 CData *cd; in cdata_new() 87 cd = dbus_new0 (CData, 1); in cdata_new() [all …]
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/ |
D | _htmlparser.py | 28 CData, 106 cls = CData
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/ |
D | TODO.txt | 30 <math>. The HTML5TreeBuilder will need to be updated to create CData
|
D | NEWS.txt | 218 CData blocks are. [bug=1001025] 250 * Upon document generation, CData objects are no longer run through
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/ |
D | test_tree.py | 22 CData, 1099 cdata = CData("foo") 1101 self.assertTrue(isinstance(soup.a.string, CData)) 1493 cdata = CData("foo") 1511 cdata = CData("<><><>")
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/ |
D | __init__.py | 33 CData,
|
D | element.py | 702 class CData(PreformattedString): class 821 def _all_strings(self, strip=False, types=(NavigableString, CData)): argument 847 types=(NavigableString, CData)): argument
|
/external/tinyxml2/ |
D | tinyxml2.cpp | 810 if ( this->CData() ) { in ParseDeep() 836 text->SetCData( this->CData() ); in ShallowClone() 1999 PushText( text.Value(), text.CData() ); in Visit()
|
D | tinyxml2.h | 633 bool CData() const { return isCData; } in CData() function
|
/external/autotest/site_utils/rpm_control_system/ |
D | BeautifulSoup.py | 486 class CData(NavigableString): class 1460 self._toStringSubclass(data, CData)
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/doc/source/ |
D | index.rst | 515 an XML document: ``CData``, ``ProcessingInstruction``, 521 from bs4 import CData 522 cdata = CData("A CDATA block") 2189 One last caveat: if you create a ``CData`` object, the text inside 2195 from bs4.element import CData 2197 soup.a.string = CData("one < three")
|
/external/libxml2/ |
D | ChangeLog | 3878 CData in push mode. 18097 * parser.c: fixed a problem with large CData sections
|