Lines Matching refs:script
619 #define SPECIAL "a", "img", "applet", "embed", "object", "font", "basefont", "br", "script", "map", "q", "sub", "sup", "span", "bdo", "iframe"
713 static const char* const head_contents[] = { "title", "isindex", "base", "script", "style", "meta", "link", "object", NULL } ;
743 static const char* const pre_content[] = { PHRASE, "tt", "i", "b", "u", "s", "strike", "a", "br", "script", "map", "q", "span", "bdo", "iframe", NULL } ;
944 { "noscript", 0, 0, 0, 0, 0, 0, 0, "alternate content container for non script-based rendering ",
977 { "script", 0, 0, 0, 0, 0, 0, 2, "script statements ",
1120 * The list of HTML attributes which are of content %Script;
1462 ((xmlStrEqual(newtag, BAD_CAST"script")) ||
1547 * Check if an attribute is of content type Script
1549 * Returns 1 is the attribute is a script 0 otherwise
1558 * all script attributes start with 'on'
1792 { 8472, "weierp","script capital P = power set = Weierstrass p, U+2118 ISOamso" },
2816 * parse the content of an HTML SCRIPT or STYLE element
2817 * http://www.w3.org/TR/html4/sgml/dtd.html#Script
2819 * http://www.w3.org/TR/html4/types.html#type-script
2823 * Script data ( %Script; in the DTD) can be the content of the SCRIPT
2825 * not evaluate script data as HTML markup but instead must pass it on as
2826 * data to a script engine.
2851 * script/style block and treating the entire block as
4051 if ((CUR != 0) && ((xmlStrEqual(currentNode, BAD_CAST"script")) ||
4054 * Handle SCRIPT/STYLE separately
4461 if ((CUR != 0) && ((xmlStrEqual(currentNode, BAD_CAST"script")) ||
4464 * Handle SCRIPT/STYLE separately
5608 if ((xmlStrEqual(ctxt->name, BAD_CAST"script")) ||
5611 * Handle SCRIPT/STYLE separately