webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions | Variables
hyperlight.php File Reference

Functions

 hyperlight_before_filter ( $content)
 
 hyperlight_after_filter ($content)
 
 hyperlight_highlight_block ($match)
 
 hyperlight_insert_block ($match)
 

Variables

 $hyperlight_codes = array()
 
 $hyperlight_replace_token = uniqid('hyperlight', true) . ':'
 
 $hyperlight_code_index = 0
 

Function Documentation

◆ hyperlight_after_filter()

hyperlight_after_filter (   $content)

◆ hyperlight_before_filter()

hyperlight_before_filter (   $content)

◆ hyperlight_highlight_block()

hyperlight_highlight_block (   $match)

◆ hyperlight_insert_block()

hyperlight_insert_block (   $match)

Variable Documentation

◆ $hyperlight_code_index

$hyperlight_code_index = 0

◆ $hyperlight_codes

$hyperlight_codes = array()

◆ $hyperlight_replace_token

$hyperlight_replace_token = uniqid('hyperlight', true) . ':'