Lines Matching refs:html
6 $html = 'Foo bar Foo';
9 html_hilight($html,'bar')
14 $html = 'Foo bar Foo php Foo';
17 html_hilight($html,array('bar','php'))
22 $html = 'Foo <b>bar</b> <i>Foo</i> php Foo';
25 html_hilight($html,array('bar','php'))
30 $html = 'Foo <font>font</font> Bar';
33 html_hilight($html,'font')
38 $html = 'foo bar foobar barfoo foobarfoo foo';
41 html_hilight($html,'bar*')
46 $html = 'foo bar foobar barfoo foobarfoo foo';
49 html_hilight($html,'*bar')
54 $html = 'foo bar foobar barfoo foobarfoo foo';
57 html_hilight($html,'*bar*')
62 $html = 'Foo bar Foo';
65 html_hilight($html,'php')
70 $html = 'Foo <b class="x">bar</b> Foo';
73 html_hilight($html,'class="x"')
78 $html = 'Foo <b class="x">bar</b> Foo';
81 html_hilight($html,'class="x">bar')
86 $html = 'Foo bar Foo';
89 html_hilight($html,'*')
94 $html = 'Foo bar Foo';
97 html_hilight($html,'x/')
102 $html = 'foo ДокуВики bar';
105 html_hilight($html,'ДокуВики')
110 $html = 'foo ДокуВики bar';
113 html_hilight($html,'Доку*')
118 $html = 'foo ДокуВики bar';
121 html_hilight($html,'*Вики')
126 $html = 'foo ДокуВики bar';
129 html_hilight($html,'*куВи*')