Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

wml_definitions.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Variables

wml_table_t wml_elements []
wml_table3_t wml_attributes []
wml_table_t wml_attribute_values []
wml_table_t wml_URL_values []


Variable Documentation

wml_table_t wml_attribute_values[] [static]
 

Initial value:

 {
  { "accept", 0x89 },
  { "bottom", 0x8A },
  { "clear", 0x8B },
  { "delete", 0x8C },
  { "help", 0x8D },
  { "middle", 0x93 },
  { "nowrap", 0x94 },
  { "onenterbackward", 0x96 },
  { "onenterforward", 0x97 },
  { "onpick", 0x95 },
  { "ontimer", 0x98 },
  { "options", 0x99 },
  { "password", 0x9A },
  { "reset", 0x9B },
  { "text", 0x9D },
  { "top", 0x9E },
  { "unknown", 0x9F },
  { "wrap", 0xA0 },
  { NULL }
}

Definition at line 217 of file wml_definitions.h.

wml_table3_t wml_attributes[] [static]
 

Definition at line 122 of file wml_definitions.h.

wml_table_t wml_elements[] [static]
 

Definition at line 76 of file wml_definitions.h.

wml_table_t wml_URL_values[] [static]
 

Initial value:

 {
  { "www.", 0xA1 },
  { ".com/", 0x85 },
  { ".edu/", 0x86 },
  { ".net/", 0x87 },
  { ".org/", 0x88 },
  { "http://", 0x8E },
  { "http://www.", 0x8F },
  { "https://", 0x90 },
  { "https://www.", 0x91 },
  { "Www.", 0xA1 },
  { NULL }
}

Definition at line 244 of file wml_definitions.h.

See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.