home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / tema / internet / spam / download / wwash / wash33.exe / %MAINDIR% / jscript.txt < prev    next >
Encoding:
Text File  |  2003-02-24  |  1.0 KB  |  47 lines

  1. JavaScript support in WebWasher
  2. ===============================
  3.  
  4.  
  5. 1.1 Supported functionality
  6.     -----------------------
  7.  
  8. bool isPlainHostName (char* host)
  9.  
  10. bool dnsDomainIs (char* host, char* domain)
  11.  
  12. bool localHostOrDomainIs (char* host, char* hostdom)
  13.  
  14. bool isResolvable (char* host)
  15.  
  16. bool isInNet (char* host, char* pattern, char* mask)
  17.  
  18. char* dnsResolve (char* host)
  19.  
  20. char* myIpAddress (void)
  21.  
  22. int dnsDomainLevels (char* host)
  23.  
  24. bool shExpMatch (char* str, char* shexp)
  25.  
  26. [else] if (<boolean expression>) [{] ... [}]
  27.  
  28. return "..." [+ "..." []]
  29.  
  30. <string>.substring (int start, int end)
  31.  
  32. <string>.indexof (char* str)
  33.  
  34. <string>.length (void)
  35.  
  36.  
  37. 1.2 Currently not supported functions
  38.     ---------------------------------
  39.  
  40. bool weekdayRange (char* wd1, char* wd2, char* gmt)
  41.  
  42. bool dateRange (int day1, char* month1, int year1, int day2, char* month2, int year2, char* gmt)
  43.  
  44. bool timeRange (int hour1, int min1, int sec1, int hour2, int min2, int sec2, char* gmt)
  45.  
  46. And all other JavaScript functionality not listed under 1.1
  47.