Home
last modified time | relevance | path

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

/plugin/markdownextra/
H A Dmarkdown.php1763 var $footnotes_ref_count = array(); variable in MarkdownExtra_Parser
1780 $this->footnotes_ref_count = array();
1800 $this->footnotes_ref_count = array();
3122 $ref_count = $this->footnotes_ref_count[$note_id];
3123 unset($this->footnotes_ref_count[$note_id]);
3167 $this->footnotes_ref_count[$node_id] = 1;
3171 $ref_count_mark = $this->footnotes_ref_count[$node_id] += 1;