419 results found for “tags”. Showing results 76 to 100.
-
Finds the next tag matching the $query.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:887 -
Sets a bookmark in the HTML document.
Used by 0 functions | Uses 3 functions | Source: wp-includes/html-api/class-wp-html-processor.php:5792 -
Returns the uppercase name of the matched tag.
Used by 6 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2898 -
Remove an attribute from the currently-matched tag.
Used by 2 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:4461 -
Parses tag query input into internal search criteria.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:4319 -
Removes a class name from the currently matched tag.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:4581 -
Returns the string representation of the HTML Tag Processor.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:4624 -
Returns the string representation of the HTML Tag Processor.
Used by 2 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:4637 -
Updates internal flags after adding an element.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:680 -
Updates internal flags after removing an element.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:735 -
Adds a new class name to the currently matched tag.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:4539 -
Skips contents of RCDATA elements, namely title and textarea tags.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:1410 -
Core class used by the HTML processor during HTML parsing for managing the stack of open elements.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:30 -
Returns the last error, if any.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:642 -
Checks whether a given tag and its attributes match the search criteria.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:4376 -
Applies attribute updates and cleans up once a tag is fully parsed.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2272 -
Core class used by the HTML processor during HTML parsing for managing the stack of active formatting elements.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-active-formatting-elements.php:36 -
Move the internal cursor in the Tag Processor to a given bookmark’s location.
Used by 1 function | Uses 4 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2621 -
Gets lowercase names of all attributes matching a given prefix in the current tag.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2852 -
Core class used to modify attributes in an HTML document for tags matching a query.
Used by 3 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:411 -
Updates or creates a new attribute on the currently matched tag with the passed value.
Used by 1 function | Uses 7 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:4310 -
Returns the value of a requested attribute from a matched tag opener if that attribute exists.
Used by 2 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2772 -
Converts class name updates into tag attributes updates (they are accumulated in different data formats for performance).
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2334 -
classWP_HTML_Span
Core class used by the HTML tag processor to represent a textual span inside an HTML document.
-
Core class used by the HTML tag processor as a data structure for the attribute token, allowing to drastically improve performance.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-attribute-token.php:22