Home | History | Annotate | Download | only in PHP-Markdown-Extra-1.2.3

Lines Matching refs:titles

237     # Predefined urls and titles for reference links and images.
268 var $titles = array();
282 $this->titles = $this->predef_titles;
294 $this->titles = array();
348 # Strips link definitions from text, stores the URLs and titles in
379 $this->titles[$link_id] =& $matches[3];
756 if ( isset( $this->titles[$link_id] ) ) {
757 $title = $this->titles[$link_id];
860 if (isset($this->titles[$link_id])) {
861 $title = $this->titles[$link_id];
2624 # Strips link definitions from text, stores the URLs and titles in
2765 # Strips abbreviations from text, stores titles in hash references.