Searched refs:nested_url_parenthesis_depth (Results 1 – 2 of 2) sorted by relevance
247 var $nested_url_parenthesis_depth = 4; variable in Markdown_Parser267 str_repeat('(?>[^()\s]+|\(', $this->nested_url_parenthesis_depth).268 str_repeat('(?>\)))*', $this->nested_url_parenthesis_depth);
80 this.nested_url_parenthesis_depth = 4;