Lines Matching refs:tags

1322 		// Enable all tags as default
2823 // Close any open block tags
2834 // Close open block tags whilst box-decoration-break==clone
2860 // Re-open block tags
2870 // Don't re-open tags for lowest level elements - so need to do some adjustments
2886 // Re-open block tags for any that have box_decoration_break==clone
8050 // 2) Automatic hyphen in current word (does not cross tags)
13297 // Close any open block tags
13309 // Close any open block tags
13396 // Add new supported tags in the DisableTags function
13397 $html = strip_tags($html, $this->enabledtags); // remove all unsupported tags, but the ones inside the 'enabledtags' string
13651 // Correct for tags where HTML5 specifies optional end tags (see also OpenTag() )
13677 // Check for Table tags where HTML specifies optional end tags,
13754 // changes anykey=anyvalue to anykey="anyvalue" (only do this inside [some] tags)
13828 // Close any open block tags
18079 // changes anykey=anyvalue to anykey="anyvalue" (only do this when this happens inside tags)
18780 $tags = preg_split('/[,]/', $v);
18781 foreach ($tags as $t) {
19039 if ($str == '') { // enable all tags
19040 // Insert new supported tags in the long string below.
24048 $this->Reference[$i]['uf'] = $txt; // Unformatted e.g. pure utf-8 encoded characters, no mark-up/tags
24108 // But allow for tags e.g. <b>Mammal</b>:elephants
25556 // only substitute characters between tags
26998 // Well formed XHTML end tags
27022 // Preserve '\n's in content between the tags <pre> and </pre>
27049 // Preserve '\n's in content between the tags <textarea> and </textarea>
27070 // Fix self-closing tags which don't close themselves
27073 // Fix self-closing tags that don't include a space between the tag name and the closing slash