Lines Matching defs:input
8 input : /(<[^!]*?>)/g, property
11 input : /(<a.*?>|<\/a>)/g, property
14 input : /(<img .*?>)/g, property
17 input : /(<\/?(button|textarea|form|input|select|option|label).*?>)/g, property
20 input : /(<style.*?>)(.*?)(<\/style>)/g, property
23 input : /(<script.*?>)(.*?)(<\/script>)/g, property
26 input : /(<xsl.*?>|<\/xsl.*?>)/g, property
29 input : /=(".*?")/g, property
32 input : /=('.*?')/g, property
35 input : /(<!--.*?-->.)/g, property
38 …input : /\b(alert|window|document|break|continue|do|for|new|this|void|case|default|else|function|r… property
44 {input : 'aref', output : '<a href="$0"></a>' }, property
45 {input : 'h1', output : '<h1>$0</h1>' }, property
46 {input : 'h2', output : '<h2>$0</h2>' }, property
47 {input : 'h3', output : '<h3>$0</h3>' }, property
48 {input : 'h4', output : '<h4>$0</h4>' }, property
49 {input : 'h5', output : '<h5>$0</h5>' }, property
50 {input : 'h6', output : '<h6>$0</h6>' }, property
51 {input : 'html', output : '<html>\n\t$0\n</html>' }, property
52 …{input : 'head', output : '<head>\n\t<meta http-equiv="content-type" content="text/html; charset=u… property
53 {input : 'img', output : '<img src="$0" width="" height="" alt="" border="0" />' }, property
54 {input : 'input', output : '<input name="$0" id="" type="" value="" />' }, property
55 {input : 'label', output : '<label for="$0"></label>' }, property
56 {input : 'legend', output : '<legend>\n\t$0\n</legend>' }, property
57 …{input : 'link', output : '<link rel="stylesheet" href="$0" type="text/css" media="screen" charset… property
58 {input : 'base', output : '<base href="$0" />' }, property
59 {input : 'body', output : '<body>\n\t$0\n</body>' }, property
60 …{input : 'css', output : '<link rel="stylesheet" href="$0" type="text/css" media="screen" charset=… property
61 {input : 'div', output : '<div>\n\t$0\n</div>' }, property
62 {input : 'divid', output : '<div id="$0">\n\t\n</div>' }, property
63 {input : 'dl', output : '<dl>\n\t<dt>\n\t\t$0\n\t</dt>\n\t<dd></dd>\n</dl>' }, property
64 {input : 'fieldset', output : '<fieldset>\n\t$0\n</fieldset>' }, property
65 {input : 'form', output : '<form action="$0" method="" name="">\n\t\n</form>' }, property
66 {input : 'meta', output : '<meta name="$0" content="" />' }, property
67 {input : 'p', output : '<p>$0</p>' }, property
68 {input : 'b', output : '<b>$0</b>' }, property
69 {input : 'li', output : '<li>$0</li>' }, property
70 {input : 'ul', output : '<ul>$0</ul>' }, property
71 {input : 'ol', output : '<ol>$0</ol>' }, property
72 {input : 'strong', output : '<strong>$0</strong>' }, property
73 {input : 'br', output : '<br />' }, property
74 …{input : 'script', output : '<script type="text/javascript" language="javascript" charset="utf-8">… property
75 …{input : 'scriptsrc', output : '<script src="$0" type="text/javascript" language="javascript" char… property
76 {input : 'span', output : '<span>$0</span>' }, property
77 …{input : 'table', output : '<table border="$0" cellspacing="" cellpadding="">\n\t<tr><th></th></tr… property
78 {input : 'style', output : '<style type="text/css" media="screen">\n\t$0\n</style>' }, property
79 …{input : 'xsl:stylesheet', output : '<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/19… property
80 {input : 'xsl:template', output : '<xsl:template>$0</xsl:template>' }, property
81 {input : 'xsl:for-each', output : '<xsl:for-each select="$0"></xsl:for-each>' }, property
82 {input : 'xsl:choose', output : '<xsl:choose>$0<\xsl:choose>' }, property
83 {input : 'xsl:param', output : '<xsl:param name="$0" />' }, property
84 {input : 'xsl:variable', output : '<xsl:variable name="$0"></xsl:variable>' }, property
85 {input : 'xsl:if', output : '<xsl:if test="$0"></xsl:if>' }, property
86 {input : 'xsl:when', output : '<xsl:when test="$0"></xsl:when>' }, property
87 {input : 'xsl:otherwise', output : '<xsl:otherwise>$0</xsl:otherwise>' }, property
88 {input : 'xsl:attribute', output : '<xsl:attribute name="$0"></xsl:attribute>' }, property
89 {input : 'xsl:value-of', output : '<xsl:value-of select="$0"/>' }, property
90 {input : 'xsl:with-param', output : '<xsl:with-param name="$0" select="" />' }, property
91 {input : 'xsl:call-template', output : '<xsl:call-template name="$0">' } property
96 {input : '\'',output : '\'$0\'' }, property
97 {input : '"', output : '"$0"' }, property
98 {input : '(', output : '\($0\)' }, property
99 {input : '[', output : '\[$0\]' }, property
100 {input : '{', output : '{\n\t$0\n}' } property