Home
last modified time | relevance | path

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

/plugin/markdowku/
H A Dimagesinline.php17 $this->nested_brackets_re =
21 '\!\['.$this->nested_brackets_re.'\]\([ \t]*<?.+?>?[ \t]*(?:[\'"].*?[\'"])?\)',
29 … '/^\!\[('.$this->nested_brackets_re.')\]\([ \t]*<?(.+?)>?[ \t]*(?:[\'"](.*?)[\'"])?[ \t]*?\)$/',
H A Danchorsinline.php17 $this->nested_brackets_re =
21 '\['.$this->nested_brackets_re.'\]\([ \t]*<?.+?>?[ \t]*(?:[\'"].*?[\'"])?\)',
30 … '/^\[('.$this->nested_brackets_re.')\]\([ \t]*<?(.+?)>?[ \t]*(?:[\'"](.*?)[\'"])?[ \t]*?\)$/',
H A Dimagesreference.php21 $this->nested_brackets_re =
25 '\!\['.$this->nested_brackets_re.'\][ ]?(?:\n[ ]*)?\[[^\n]*?\]',
37 '/^\!\[('.$this->nested_brackets_re.')\][ ]?(?:\n[ ]*)?\[(.*?)\]$/',
H A Danchorsreference.php21 $this->nested_brackets_re =
25 '\['.$this->nested_brackets_re.'\][ ]?(?:\n[ ]*)?\[[^\[\]\n]*?\]',
37 '/^\[('.$this->nested_brackets_re.')\][ ]?(?:\n[ ]*)?\[(.*?)\]$/',
/plugin/markdownextra/
H A Dmarkdown.php245 var $nested_brackets_re; variable in Markdown_Parser
262 $this->nested_brackets_re =
700 ('.$this->nested_brackets_re.') # link text = $2
719 ('.$this->nested_brackets_re.') # link text = $2
822 ('.$this->nested_brackets_re.') # alt text = $2
843 ('.$this->nested_brackets_re.') # alt text = $2
2383 ('.$this->nested_brackets_re.') # link text = $2
2402 ('.$this->nested_brackets_re.') # link text = $2
2511 ('.$this->nested_brackets_re.') # alt text = $2
2532 ('.$this->nested_brackets_re.') # alt text = $2
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js153 this.nested_brackets_re = '(?:\\[[^\\]]*\]|[^\\[\\]]*)';
679 '(' + this.nested_brackets_re + ')' + // link text = $2
706 '(' + this.nested_brackets_re + ')' + // link text = $2
778 '(' + this.nested_brackets_re + ')' + // alt text = $2
829 '(' + this.nested_brackets_re + ')' + // alt text = $2