about summary refs log tree commit diff stats
path: root/apps
ModeNameSize
-rw-r--r--README.md488log stats plain blame
-rwxr-xr-xassort44283log stats plain blame
-rw-r--r--assort.subx51454log stats plain blame
-rwxr-xr-xbraces46154log stats plain blame
-rw-r--r--braces.subx11044log stats plain blame
-rw-r--r--browse.mu4708log stats plain blame
-rwxr-xr-xcalls50815log stats plain blame
-rw-r--r--calls.subx57494log stats plain blame
-rwxr-xr-xcrenshaw2-143634log stats plain blame
-rw-r--r--crenshaw2-1.subx30190log stats plain blame
-rwxr-xr-xcrenshaw2-1b44181log stats plain blame
-rw-r--r--crenshaw2-1b.subx40361log stats plain blame
-rwxr-xr-xdquotes47905log stats plain blame
-rw-r--r--dquotes.subx98817log stats plain blame
-rwxr-xr-xex1205log stats plain blame
-rw-r--r--ex1.mu281log stats plain blame
-rw-r--r--ex1.subx381log stats plain blame
-rwxr-xr-xex10272log stats plain blame
-rw-r--r--ex10.subx3658log stats plain blame
-rwxr-xr-xex111186log stats plain blame
-rw-r--r--ex11.subx15939log stats plain blame
-rwxr-xr-xex12242log stats plain blame
-rw-r--r--ex12.subx1709log stats plain blame
-rwxr-xr-xex13219log stats plain blame
-rw-r--r--ex13.subx1060log stats plain blame
-rwxr-xr-xex14213log stats plain blame
-rw-r--r--ex14.subx923log stats plain blame
-rwxr-xr-xex2206log stats plain blame
-rw-r--r--ex2.2.mu302log stats plain blame
-rw-r--r--ex2.mu298log stats plain blame
-rw-r--r--ex2.subx357log stats plain blame
-rwxr-xr-xex3223log stats plain blame
-rw-r--r--ex3.2.mu549log stats plain blame
-rw-r--r--ex3.mu338log stats plain blame
-rw-r--r--ex3.subx1313log stats plain blame
-rwxr-xr-xex4244log stats plain blame
-rw-r--r--ex4.subx798log stats plain blame
-rwxr-xr-xex5246log stats plain blame
-rw-r--r--ex5.subx1713log stats plain blame
-rwxr-xr-xex6240log stats plain blame
-rw-r--r--ex6.subx1123log stats plain blame
-rwxr-xr-xex7374log stats plain blame
-rw-r--r--ex7.subx3569log stats plain blame
-rwxr-xr-xex8242log stats plain blame
-rw-r--r--ex8.subx2601log stats plain blame
-rwxr-xr-xex9236log stats plain blame
-rw-r--r--ex9.subx2953log stats plain blame
-rwxr-xr-xfactorial42727log stats plain blame
-rw-r--r--factorial.mu1246log stats plain blame
-rw-r--r--factorial.subx7278log stats plain blame
-rw-r--r--factorial2.subx3044log stats plain blame
-rw-r--r--factorial3.subx2078log stats plain blame
-rw-r--r--factorial4.subx2155log stats plain blame
-rwxr-xr-xhex46473log stats plain blame
-rw-r--r--hex.subx75451log stats plain blame
-rwxr-xr-xmu270544log stats plain blame
-rw-r--r--mu.subx678025log stats plain blame
-rw-r--r--mulisp.subx6723log stats plain blame
-rwxr-xr-xpack56618log stats plain blame
-rw-r--r--pack.subx288293log stats plain blame
-rw-r--r--print-file.mu1079log stats plain blame
-rwxr-xr-xrandom23597log stats plain blame
-rw-r--r--random.subx2373log stats plain blame
-rwxr-xr-xsigils58539log stats plain blame
-rw-r--r--sigils.subx246855log stats plain blame
-rw-r--r--subx-params.subx396log stats plain blame
-rwxr-xr-xsurvey54229log stats plain blame
-rw-r--r--survey.subx256790log stats plain blame
-rwxr-xr-xtests43055log stats plain blame
-rw-r--r--tests.subx15128log stats plain blame
-rw-r--r--tui.mu789log stats plain blame
ss="w"> *me); #ifdef USE_SOURCE_CACHE extern void HTAnchor_clearSourceCache(HTParentAnchor *me); #endif /* Data access functions * --------------------- */ extern HTParentAnchor *HTAnchor_parent(HTAnchor * me); extern void HTAnchor_setDocument(HTParentAnchor *me, HyperDoc *doc); extern HyperDoc *HTAnchor_document(HTParentAnchor *me); /* Returns the full URI of the anchor, child or parent * as a malloc'd string to be freed by the caller. */ extern char *HTAnchor_address(HTAnchor * me); extern void HTAnchor_setFormat(HTParentAnchor *me, HTFormat form); extern HTFormat HTAnchor_format(HTParentAnchor *me); extern void HTAnchor_setIndex(HTParentAnchor *me, const char *address); extern void HTAnchor_setPrompt(HTParentAnchor *me, const char *prompt); extern BOOL HTAnchor_isIndex(HTParentAnchor *me); extern BOOL HTAnchor_isISMAPScript(HTAnchor * me); #if defined(USE_COLOR_STYLE) extern const char *HTAnchor_style(HTParentAnchor *me); extern void HTAnchor_setStyle(HTParentAnchor *me, const char *style); #endif /* Title handling. */ extern const char *HTAnchor_title(HTParentAnchor *me); extern void HTAnchor_setTitle(HTParentAnchor *me, const char *title); extern void HTAnchor_appendTitle(HTParentAnchor *me, const char *title); /* Bookmark handling. */ extern const char *HTAnchor_bookmark(HTParentAnchor *me); extern void HTAnchor_setBookmark(HTParentAnchor *me, const char *bookmark); /* Owner handling. */ extern const char *HTAnchor_owner(HTParentAnchor *me); extern void HTAnchor_setOwner(HTParentAnchor *me, const char *owner); /* TITLE handling in LINKs with REV="made" or REV="owner". - FM */ extern const char *HTAnchor_RevTitle(HTParentAnchor *me); extern void HTAnchor_setRevTitle(HTParentAnchor *me, const char *title); /* Citehost for bibp links from LINKs with REL="citehost". - RDC */ extern const char *HTAnchor_citehost(HTParentAnchor *me); extern void HTAnchor_setCitehost(HTParentAnchor *me, const char *citehost); /* Suggested filename handling. - FM * (will be loaded if we had a Content-Disposition * header or META element with filename=name.suffix) */ extern const char *HTAnchor_SugFname(HTParentAnchor *me); /* HTTP Headers. */ extern const char *HTAnchor_http_headers(HTParentAnchor *me); /* Content-Type handling (parameter list). */ extern const char *HTAnchor_content_type_params(HTParentAnchor *me); /* Content-Type handling. - FM */ extern const char *HTAnchor_content_type(HTParentAnchor *me); /* Content-Encoding handling. - FM * (will be loaded if we had a Content-Encoding * header.) */ extern const char *HTAnchor_content_encoding(HTParentAnchor *me); /* Last-Modified header handling. - FM */ extern const char *HTAnchor_last_modified(HTParentAnchor *me); /* Date header handling. - FM */ extern const char *HTAnchor_date(HTParentAnchor *me); /* Server header handling. - FM */ extern const char *HTAnchor_server(HTParentAnchor *me); /* Safe header handling. - FM */ extern BOOL HTAnchor_safe(HTParentAnchor *me); /* Content-Base header handling. - FM */ extern const char *HTAnchor_content_base(HTParentAnchor *me); /* Content-Location header handling. - FM */ extern const char *HTAnchor_content_location(HTParentAnchor *me); /* Message-ID, used for mail replies - kw */ extern const char *HTAnchor_messageID(HTParentAnchor *me); extern BOOL HTAnchor_setMessageID(HTParentAnchor *me, const char *messageid); /* Subject, used for mail replies - kw */ extern const char *HTAnchor_subject(HTParentAnchor *me); extern BOOL HTAnchor_setSubject(HTParentAnchor *me, const char *subject); /* Manipulation of links * --------------------- */ extern HTAnchor *HTAnchor_followLink(HTChildAnchor *me); extern HTAnchor *HTAnchor_followTypedLink(HTChildAnchor *me, HTLinkType *type); /* Read and write methods * ---------------------- */ extern HTList *HTAnchor_methods(HTParentAnchor *me); /* Protocol * -------- */ extern void *HTAnchor_protocol(HTParentAnchor *me); extern void HTAnchor_setProtocol(HTParentAnchor *me, void *protocol); /* Physical address * ---------------- */ extern char *HTAnchor_physical(HTParentAnchor *me); extern void HTAnchor_setPhysical(HTParentAnchor *me, char *protocol); extern LYUCcharset *HTAnchor_getUCInfoStage(HTParentAnchor *me, int which_stage); extern int HTAnchor_getUCLYhndl(HTParentAnchor *me, int which_stage); extern LYUCcharset *HTAnchor_setUCInfoStage(HTParentAnchor *me, int LYhndl, int which_stage, int set_by); extern LYUCcharset *HTAnchor_setUCInfoStage(HTParentAnchor *me, int LYhndl, int which_stage, int set_by); extern LYUCcharset *HTAnchor_resetUCInfoStage(HTParentAnchor *me, int LYhndl, int which_stage, int set_by); extern LYUCcharset *HTAnchor_copyUCInfoStage(HTParentAnchor *me, int to_stage, int from_stage, int set_by); extern void ImageMapList_free(HTList *list); #ifdef __cplusplus } #endif #endif /* HTANCHOR_H */