Imported modules
|
|
from cStringIO import StringIO
import copy
import error
import html
import linecache
import os
import pprint
import re
import resource
from server import NOT_DONE_YET
import static
import string
import sys
import time
import traceback
from twisted.protocols import http
from twisted.python import defer, failure, log, rebuild, reflect, util
import types
|
Functions
|
|
|
|
_ellipsize
|
_ellipsize ( x )
|
|
formatFailure
|
formatFailure ( myFailure )
|
|
htmlDict
|
htmlDict ( d )
|
|
htmlFor_checkbox
|
htmlFor_checkbox (
write,
name,
value,
)
A checkbox.
|
|
htmlFor_checkgroup
|
htmlFor_checkgroup (
write,
name,
value,
)
A check-group.
|
|
htmlFor_file
|
htmlFor_file (
write,
name,
value,
)
|
|
htmlFor_hidden
|
htmlFor_hidden (
write,
name,
value,
)
|
|
htmlFor_menu
|
htmlFor_menu (
write,
name,
value,
allowMultiple=False,
)
Value of the format [(optionName, displayName[, selected]), ...]
|
|
htmlFor_multimenu
|
htmlFor_multimenu (
write,
name,
value,
)
Value of the format [(optionName, displayName[, selected]), ...]
|
|
htmlFor_password
|
htmlFor_password (
write,
name,
value,
)
|
|
htmlFor_string
|
htmlFor_string (
write,
name,
value,
)
|
|
htmlFor_text
|
htmlFor_text (
write,
name,
value,
)
|
|
htmlInst
|
htmlInst ( i )
|
|
htmlList
|
htmlList ( l )
|
|
htmlString
|
htmlString ( s )
|
|
htmlUnknown
|
htmlUnknown ( x )
|
|
htmlrepr
|
htmlrepr ( x )
|
|
listify
|
listify ( x )
|
|
possiblyDeferWidget
|
possiblyDeferWidget ( widget, request )
|
Classes
|
|
|
|