File: class.e

package info (click to toggle)
html-xml-utils 6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,620 kB
  • sloc: ansic: 10,027; sh: 2,135; lex: 189; yacc: 125; perl: 123; makefile: 122
file content (3 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (2)
1
2
3
 conststring contains(const conststring s, const conststring word);
 Boolean has_class(pairlist attribs, const string word);
 Boolean has_class_in_list(const pairlist attribs, const string *c);