 |
ASP Glossary for BBEdit
ASP Glossary is do-something-good-for-someone-else-today-ware.
Instructions
Download the zip file and decompress. Copy the ASP Glossary.asp folder to the startard BBEdit glossary folder loaction.
The standard location of the Glossary folder is "~/Library/Application Support/BBEdit/Glossary/".
Version 1.1* Release Date: 2 December 2007
* Only tested in version 8.71 of BBEdit on Mac OSX 10.4.11
BBEdit is a registered trademarks of Bare Bones Software, Inc.
|
ASP Glossary.asp: v1.1
(items in black are new in this version)
<% %>
<%=%>
Connection String
INCLUDE FILE
INCLUDE VIRTUAL
Page Headings:
- OPTION EXPLICIT
- Response.Buffer = True
- @LANGUAGE="VBSCRIPT"
Request.Form
Request.QueryString
Response.Write
Server Variables:
- ALL_HTTP
- ALL_RAW
- APPL_MD_PATH
- APPL_PHYSICAL_PATH
- AUTH_PASSWORD
- AUTH_TYPE
- AUTH_USER
- CERT_COOKIE
- CERT_FLAGS
- CERT_ISSUER
- CERT_KEYSIZE
- CERT_SECRETKEYSIZE
- CERT_SERIALNUMBER
- CERT_SERVER_ISSUER
- CERT_SERVER_SUBJECT
- CERT_SUBJECT
- CONTENT_LENGTH
- CONTENT_TYPE
- GATEWAY_INTERFACE
- HTTP_<HeaderName>
- HTTP_ACCEPT
- HTTP_ACCEPT_LANGUAGE
- HTTP_COOKIE
- HTTP_REFERER
- HTTP_USER_AGENT
- HTTPS
- HTTPS_KEYSIZE
- HTTPS_SECRETKEYSIZE
- HTTPS_SERVER_ISSUER
- HTTPS_SERVER_SUBJECT
- INSTANCE_ID
- INSTANCE_META_PATH
- LOCAL_ADDR
- LOGON_USER
- PATH_INFO
- PATH_TRANSLATED
- QUERY_STRING
- REMOTE_ADDR
- REMOTE_HOST
- REMOTE_USER
- REQUEST_METHOD
- SCRIPT_NAME
- SERVER_NAME
- SERVER_PORT
- SERVER_PORT_SECURE
- SERVER_PROTOCOL
- SERVER_SOFTWARE
- URL
VB Script:
- Lowercase
- Replace
- VbCrLf
|