Home
last modified time | relevance | path

Searched refs:makeBoundary (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/py-wstools/wstools-0.4.8/wstools/
H A DMIMEAttachment.py29 def makeBoundary(self): member in MIMEMessage
48 self.makeBoundary()
/dports/lang/elm/compiler-0.19.1/_cabal_deps/snap-core-1.0.4.1/src/Snap/Internal/Test/
H A DRequestBuilder.hs298 makeBoundary :: MonadIO m => m ByteString
299 makeBoundary = do function
359 b <- makeBoundary
383 b <- makeBoundary
433 boundary <- liftIO $ makeBoundary
/dports/lang/gnustep-base/libs-base-base-1_27_0/Headers/GNUstepBase/
H A DGSMime.h196 - (NSString*) makeBoundary;
/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Dsendmail.c634 char *makeBoundary(void) in makeBoundary() function
932 boundary = makeBoundary(); in sendMail()
H A Debprot.h256 char *makeBoundary(void);
H A Dhtml.c1657 boundary = makeBoundary(); in formSubmit()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/Additions/
H A DGSMime.m6433 - (NSString*) makeBoundary
6773 v = [self makeBoundary];
7618 v = [document makeBoundary];
/dports/deskutils/helpviewer/HelpViewer-0.3/Examples/Base.help/
H A Dmain.xlp6668 <section name="makeBoundary">
6669 <label id="method**GSMimeDocument**-makeBoundary" />- <code>(NSString*) </code>
6670 <b>makeBoundary </b>
/dports/lang/gnustep-base/libs-base-base-1_27_0/
H A DChangeLog.22688 * Source/Additions/GSMime.m: ([GSMimeDocument-makeBoundary])