Lines Matching refs:escaped

499                     // if(!confirm(tag + ' ' + attrs[i].name + '="' + attrs[i].escaped + '"')) exit;
513 if (attrs[i].escaped == 'u' && tag == 'em') {
603 this.td_align = attrs[i].escaped;
612 this.td_colspan = attrs[i].escaped;
614 this.td_rowspan = attrs[i].escaped - 1;
623 … // if(!confirm(attrs[i].name + '="' + attrs[i].escaped + '"')) exit;
625 this.link_title = attrs[i].escaped;
627 interwiki_title = attrs[i].escaped;
642 this.link_class = attrs[i].escaped;
649 var http = attrs[i].escaped.match(/https*:\/\//) ? true : false;
650 if (http) save_url = attrs[i].escaped;
651 if (attrs[i].escaped.match(/\/lib\/exe\/detail.php/)) {
653 } else if (attrs[i].escaped.match(/exe\/fetch.php/)) {
658 var link_find = attrs[i].escaped.match(/media=(.*)/);
663 … var media_type = attrs[i].escaped.match(/fetch\.php.*?media=.*?\.(png|gif|jpg|jpeg)$/i);
666 if (attrs[i].escaped.match(/^https*:/)) {
667 this.attr = attrs[i].escaped;
670 if (attrs[i].escaped.match(/^ftp:/)) {
671 this.attr = attrs[i].escaped;
673 } else if (attrs[i].escaped.match(/do=export_code/)) {
675 } else if (attrs[i].escaped.match(/^nntp:/)) {
676 this.attr = attrs[i].escaped;
678 } else if (attrs[i].escaped.match(/^mailto:/)) {
679 this.attr = attrs[i].escaped.replace(/mailto:/, "");
681 } else if (attrs[i].escaped.match(/m-files/)) {
682 this.attr = attrs[i].escaped;
683 this.mfile = attrs[i].escaped;
685 } else if (attrs[i].escaped.match(/^file:/)) { //samba share
693 … else if (http && !media_type && (matches = attrs[i].escaped.match(/fetch\.php(.*)/))) {
704 matches = attrs[i].escaped.match(regex);
718 matches = attrs[i].escaped.match(/doku.php\?id=(.*)/);
721 if (!attrs[i].escaped.match(rx)) {
728 matches = attrs[i].escaped.match(/doku.php\/(.*)/);
761 this.attr = attrs[i].escaped;
891 var elems = attrs[i].escaped.split(/\s+/);
896 this.attr = attrs[i].escaped;
921 if (matches = attrs[i].escaped.match(/fetch\.php.*?(media=.*)/)) {
924 if (matches = attrs[i].escaped.match(/(media.*)/)) {
930 } else if (attrs[i].escaped.match(/https?:\/\//)) {
931 src = attrs[i].escaped;
935 else if (matches = attrs[i].escaped.match(/\/_media\/(.*)/)) {
942 … else if (matches = attrs[i].escaped.match(/\/lib\/exe\/fetch.php\/(.*)/)) {
948 matches = attrs[i].escaped.match(/^.*?\/userfiles\/image\/(.*)/);
951 matches = attrs[i].escaped.match(regex);
958 matches = attrs[i].escaped.match(regex);
964 … src = decodeURIComponent ? decodeURIComponent(attrs[i].escaped) : unescape(attrs[i].escaped);
990 var match = attrs[i].escaped.match(/width:\s*(\d+)/);
993 var match = attrs[i].escaped.match(/height:\s*(\d+)/);
997 if (attrs[i].escaped.match(/(center|middle)/)) {
999 } else if (attrs[i].escaped.match(/right/)) {
1001 } else if (attrs[i].escaped.match(/left/)) {
1879 /* any characters escaped by DW %%<char>%% are replaced by NOWIKI_<char>