Home
last modified time | relevance | path

Searched defs:_Body (Results 1 – 5 of 5) sorted by relevance

/dports/www/wwwoffle/wwwoffle-2.9j/src/
H A Dmisc.h94 typedef struct _Body struct
96 size_t length; /*+ The length of the content. +*/
98 char *content; /*+ The content itself. +*/
/dports/news/rntrack/rntrack-2.1.10_2/hpp/
H A Dmsg.hpp45 char * _Body; // Body of the Kludge member in Kludge
80 char * _Body; // Body of message member in cMSG
H A Dmask.hpp41 char * _Body; member in BodyMask
/dports/textproc/py-python-docx/python-docx-0.8.11/docx/
H A Ddocument.py189 class _Body(BlockItemContainer): class
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/hamlet/
H A DHamletSpec.java1585 public interface _Body extends Block, _Script, _InsDel { interface in HamletSpec