Home
last modified time | relevance | path

Searched refs:postFlagRemoved (Results 1 – 7 of 7) sorted by relevance

/dports/devel/sope2/SOPE/sope-mime/NGImap4/
H A DNGImap4FolderMailRegistry.h51 - (void)postFlagRemoved:(NSString *)_flag inMessage:(NGImap4Message *)_msg;
H A DNGImap4FolderMailRegistry.m243 - (void)postFlagRemoved:(NSString *)_flag inMessage:(NGImap4Message *)_msg {
H A DNGImap4Message.m309 [self->mailRegistry postFlagRemoved:_flag inMessage:self];
/dports/devel/sope/SOPE/sope-mime/NGImap4/
H A DNGImap4FolderMailRegistry.h51 - (void)postFlagRemoved:(NSString *)_flag inMessage:(NGImap4Message *)_msg;
H A DNGImap4FolderMailRegistry.m243 - (void)postFlagRemoved:(NSString *)_flag inMessage:(NGImap4Message *)_msg {
H A DNGImap4Message.m309 [self->mailRegistry postFlagRemoved:_flag inMessage:self];
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DSurveyForum.java800 int newPostId = postFlagRemoved(xpathId, locale, user); in doForumAfterVote()
829 private int postFlagRemoved(int xpathId, CLDRLocale locale, User user) throws SurveyException { in postFlagRemoved() method in SurveyForum