Home | History | Annotate | Download | only in core-component-page

Lines Matching refs:Links

827   this.tokens.links = {};
1095 this.tokens.links[cap[1].toLowerCase()] = {
1242 function InlineLexer(links, options) {
1244 this.links = links;
1249 if (!this.links) {
1251 Error('Tokens array requires a `links` property.');
1275 InlineLexer.output = function(src, links, options) {
1276 var inline = new InlineLexer(links, options);
1355 link = this.links[link.toLowerCase()];
1453 * Mangle Links
1643 this.inline = new InlineLexer(src.links, this.options, this.renderer);