Searched refs:nested_brackets_re (Results 1 – 6 of 6) sorted by relevance
17 $this->nested_brackets_re =21 '\!\['.$this->nested_brackets_re.'\]\([ \t]*<?.+?>?[ \t]*(?:[\'"].*?[\'"])?\)',29 … '/^\!\[('.$this->nested_brackets_re.')\]\([ \t]*<?(.+?)>?[ \t]*(?:[\'"](.*?)[\'"])?[ \t]*?\)$/',
17 $this->nested_brackets_re =21 '\['.$this->nested_brackets_re.'\]\([ \t]*<?.+?>?[ \t]*(?:[\'"].*?[\'"])?\)',30 … '/^\[('.$this->nested_brackets_re.')\]\([ \t]*<?(.+?)>?[ \t]*(?:[\'"](.*?)[\'"])?[ \t]*?\)$/',
21 $this->nested_brackets_re =25 '\!\['.$this->nested_brackets_re.'\][ ]?(?:\n[ ]*)?\[[^\n]*?\]',37 '/^\!\[('.$this->nested_brackets_re.')\][ ]?(?:\n[ ]*)?\[(.*?)\]$/',
21 $this->nested_brackets_re =25 '\['.$this->nested_brackets_re.'\][ ]?(?:\n[ ]*)?\[[^\[\]\n]*?\]',37 '/^\[('.$this->nested_brackets_re.')\][ ]?(?:\n[ ]*)?\[(.*?)\]$/',
245 var $nested_brackets_re; variable in Markdown_Parser262 $this->nested_brackets_re = 700 ('.$this->nested_brackets_re.') # link text = $2719 ('.$this->nested_brackets_re.') # link text = $2822 ('.$this->nested_brackets_re.') # alt text = $2843 ('.$this->nested_brackets_re.') # alt text = $22383 ('.$this->nested_brackets_re.') # link text = $22402 ('.$this->nested_brackets_re.') # link text = $22511 ('.$this->nested_brackets_re.') # alt text = $22532 ('.$this->nested_brackets_re.') # alt text = $2
153 this.nested_brackets_re = '(?:\\[[^\\]]*\]|[^\\[\\]]*)';679 '(' + this.nested_brackets_re + ')' + // link text = $2706 '(' + this.nested_brackets_re + ')' + // link text = $2778 '(' + this.nested_brackets_re + ')' + // alt text = $2829 '(' + this.nested_brackets_re + ')' + // alt text = $2