gambas-source-code/comp/src/gb.web/.info
Benoît Minisini ca0292fd58 [DEVELOPMENT ENVIRONMENT]
* NEW: Change the CTRL+W shortcut to F12.
* BUG: Double-clicking on a control in the form editor now correctly moves 
  inside the event handler in all cases.
* NEW: Start enhancing the file information dialog.
* BUG: The file information dialog returns the accurate number of modules, 
  classes, and forms again.

[INTERPRETER]
* NEW: Mac OS X is a FreeBSD.

[GB.QT.EXT]
* BUG: Fix the undo and redo commands in the Editor when some text has been
  colorized.

[GB.QT4.EXT]
* BUG: Fix the undo and redo commands in the Editor when some text has been 
  colorized.


git-svn-id: svn://localhost/gambas/trunk@2074 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-07-04 23:54:00 +00:00

217 lines
924 B
Text

#Application
C
Host
R
s
Root
R
s
Request
R
s
LogFile
P
s
Protocol
P
s
#CGI
C
FormatDate
M
s
(dDate)d
_get
M
s
(sVar)s
_put
M
(sVal)s(sVar)s
Encode
M
s
(URL)s
Decode
M
s
(URL)s
_init
M
Error
M
(Text)s
#JSON
C
Decode
M
v
(JSONString)s
Encode
M
s
(Value)v
#Request
C
Fields
R
String[]
Cookies
R
Collection
Method
R
s
Path
R
s
Query
R
s
Files
R
Collection
Delimiter
P
s
InternetExplorer
R
i
Exist
M
b
(Field)s
_init
M
_get
M
s
(Key)s
_put
M
(Value)v(Key)s
#Response
C
Buffered
P
b
ContentType
P
s
Status
P
s
AddHeader
M
(Name)s(Value)s
Redirect
M
(URL)s
Begin
M
End
M
SetCookie
M
(Cookie)s(Value)s[(Domain)s(Path)s(Expires)d]
RemoveCookie
M
(Cookie)s(Value)s[(Domain)s(Path)s]
SendFile
M
(Path)s[(ContentType)s]
#Session
C
Id
P
s
Timeout
P
f
Prefix
P
s
Unique
P
b
_init
M
_exit
M
Abandon
M
_get
M
v
(Key)s
_put
M
(Value)v(Key)s
Save
M
Load
M
#WebPage
CA
Main
M
Render
m