Lines Matching refs:escaped

410           // if(!confirm(tag + ' ' + attrs[i].name + '="' + attrs[i].escaped + '"')) exit;
424 if(attrs[i].escaped == 'u' && tag == 'em' ) {
515 this.td_align =attrs[i].escaped;
526 this.td_colspan =attrs[i].escaped;
529 this.td_rowspan =attrs[i].escaped-1;
538 // if(!confirm(attrs[i].name + '="' + attrs[i].escaped + '"')) exit;
540 this.link_title = attrs[i].escaped;
542 interwiki_title = attrs[i].escaped;
562 this.link_class= attrs[i].escaped;
574 var http = attrs[i].escaped.match(/https*:\/\//) ? true : false;
575 if(http) save_url = attrs[i].escaped;
576 if(attrs[i].escaped.match(/\/lib\/exe\/detail.php/)) {
579 else if(attrs[i].escaped.match(/exe\/fetch.php/)) {
584 var link_find = attrs[i].escaped.match(/media=(.*)/);
589 … var media_type = attrs[i].escaped.match(/fetch\.php.*?media=.*?\.(png|gif|jpg|jpeg)$/i);
592 if(attrs[i].escaped.match(/^https*:/)) {
593 this.attr = attrs[i].escaped;
596 if(attrs[i].escaped.match(/^ftp:/)) {
597 this.attr = attrs[i].escaped;
600 else if(attrs[i].escaped.match(/do=export_code/)) {
603 else if(attrs[i].escaped.match(/^nntp:/)) {
604 this.attr = attrs[i].escaped;
607 else if(attrs[i].escaped.match(/^mailto:/)) {
608 this.attr = attrs[i].escaped.replace(/mailto:/,"");
611 else if(attrs[i].escaped.match(/m-files/)) {
612 this.attr = attrs[i].escaped;
613 this.mfile = attrs[i].escaped;
616 else if(attrs[i].escaped.match(/^file:/)) { //samba share
624 … else if(http && !media_type && (matches = attrs[i].escaped.match(/fetch\.php(.*)/)) ) {
636 matches = attrs[i].escaped.match(regex);
652 matches = attrs[i].escaped.match(/doku.php\?id=(.*)/);
655 if(!attrs[i].escaped.match(rx)) {
662 matches = attrs[i].escaped.match(/doku.php\/(.*)/);
698 this.attr = attrs[i].escaped;
835 var elems = attrs[i].escaped.split(/\s+/);
841 this.attr = attrs[i].escaped;
868 if(matches = attrs[i].escaped.match(/fetch\.php.*?(media=.*)/)) {
871 if(matches = attrs[i].escaped.match(/(media.*)/)) {
878 else if(attrs[i].escaped.match(/https?:\/\//)){
879 src = attrs[i].escaped;
883 … else if(matches = attrs[i].escaped.match(/\/_media\/(.*)/)) {
890 else if(matches = attrs[i].escaped.match(/\/lib\/exe\/fetch.php\/(.*)/)) {
898 matches = attrs[i].escaped.match(/^.*?\/userfiles\/image\/(.*)/);
901 … matches = attrs[i].escaped.match(regex);
908 matches = attrs[i].escaped.match(regex);
915 …src = decodeURIComponent ? decodeURIComponent(attrs[i].escaped) : unescape(attrs[i].escaped); …
944 var match = attrs[i].escaped.match(/width:\s*(\d+)/);
947 var match = attrs[i].escaped.match(/height:\s*(\d+)/);
952 if(attrs[i].escaped.match(/(center|middle)/)) {
955 else if(attrs[i].escaped.match(/right/)) {
958 else if(attrs[i].escaped.match(/left/)) {
1873 /* any characters escaped by DW %%<char>%% are replaced by NOWIKI_<char>