Lines Matching refs:attr

360             this.attr = iw_type[1] + '>' + decodeURIComponent(interwiki_label);
491 this.attr = false;
515 this.attr = 'u'
667 this.attr = attrs[i].escaped;
671 this.attr = attrs[i].escaped;
676 this.attr = attrs[i].escaped;
679 this.attr = attrs[i].escaped.replace(/mailto:/, "");
682 this.attr = attrs[i].escaped;
689 this.attr = url;
696 this.attr = elems[1];
699 this.attr = matches[1];
705 if (matches && matches[1]) this.attr = matches[1];
706 if (this.attr) this.attr = this.attr.replace(/\//g, ':');
710 … this.attr = decodeURIComponent ? decodeURIComponent(this.attr) : unescape(this.attr);
711 if (!this.attr.match(/^:/)) {
712 this.attr = ':' + this.attr;
723 this.attr = save_url;
740 this.attr = ':' + matches[1];
742 this.attr = matches[1];
745 … if (this.attr.match(/\.\w+$/)) { // external mime's first access
761 this.attr = attrs[i].escaped;
773 if (!this.attr && this.link_title) {
777 this.attr = this.link_title;
784 if (!this.attr.match(/^:/) && !this.attr.match(/^https?\:/)) {
785 this.attr = ':' + this.attr.replace(/^\s+/, "");
792 …if (this.attr.match && this.attr.match(/%[a-fA-F0-9]{2}/) && (matches = this.attr.match(/userfiles…
797 … this.attr = decodeURIComponent ? decodeURIComponent(matches[1]) : unescape(matches[1]);
798 … this.attr = decodeURIComponent ? decodeURIComponent(this.attr) : unescape(this.attr);
801 } else if (this.attr && this.attr.match(/%[a-fA-F0-9]{2}/)) {
802 this.attr = decodeURIComponent(this.attr);
803 this.attr = decodeURIComponent(this.attr);
811 this.attr = attrs[i].value;
818 if (!this.attr) {
819 this.attr = this.link_title;
821 if (!this.attr.match(/^:/)) {
822 this.attr = ':' + this.attr;
824 if (this.attr.match(/\?.*?=/)) {
825 var elems = this.attr.split(/\?/);
827 this.attr = elems[0] + '?' + elems[1];
829 this.attr = this.attr.replace(/\//g, ':');
834 … if (!this.attr.match(/\?.*?=/) && !attrs[i].value.match(/doku.php/)) {
836 if (qs && qs[1]) this.attr += qs[1];
840 … } else if (this.link_class.match(/mediafile/) && this.link_title && !this.attr) {
841 this.attr = this.link_title;
844 if (!this.attr.match(/^:/)) {
845 this.attr = ':' + this.attr;
852 this.attr = save_url;
858 } else if (this.attr) {
859 this.bottom_url = this.attr;
878 this.attr = matches[0];
893 this.attr = attrs[i].value;
896 this.attr = attrs[i].escaped;
897 this.code_type = this.attr;
900 this.attr = this.attr.replace(/\s*code\s*/, "");
975 this.attr = src;
976 … if (this.attr && this.attr.match && this.attr.match(/%[a-fA-F0-9]{2}/)) {
977 this.attr = decodeURIComponent(safe_convert(this.attr));
978 this.attr = decodeURIComponent(safe_convert(this.attr));
1109 results += this.attr + '|';
1116 results = results.replace(/__STYLE__/, '[[' + this.attr + '|');
1125 if (this.mfile && !this.attr) {
1126 this.attr = this.mfile;
1139 } else if (tag == 'a' && this.attr) {
1140 this.attr = this.attr.replace(/%7c/, '%257c');
1141 results += this.attr + '|';
1167 this.attr += img_size;
1169 this.attr += ' ';
1172 results += this.attr + '|' + alt + '}}';
1173 } else results += this.attr + '}}';
1174 this.attr = 'src';
1176 if (this.downloadable_file) this.attr += ' ' + this.downloadable_file;
1177 if (!this.attr) this.attr = 'code';
1178 results += this.attr + '>';
1209 if (tag == 'sup' && this.attr == 'dwfcknote') {
1283 } else if (tag == 'a' && this.attr == 'src') {
1324 } else if (this.attr == 'u' && tag == 'em') {
1432 if (this.attr) {
1500 if (this.attr && this.attr == 'dwfcknote') {