Home
last modified time | relevance | path

Searched refs:list_str (Results 1 – 1 of 1) sorted by relevance

/web-master/vendor/michelf/php-markdown-extra/
H A Dmarkdown.php1031 function processListItems($list_str, $marker_any_re) { argument
1060 $list_str = preg_replace("/\n{2,}\\z/", "\n", $list_str);
1062 $list_str = preg_replace_callback('{
1072 array(&$this, '_processListItems_callback'), $list_str);
1075 return $list_str;
2467 function processDefListItems($list_str) { argument
2475 $list_str = preg_replace("/\n{2,}\\z/", "\n", $list_str);
2478 $list_str = preg_replace_callback('{
2489 array(&$this, '_processDefListItems_callback_dt'), $list_str);
2492 $list_str = preg_replace_callback('{
[all …]

Completed in 9 milliseconds