Searched refs:mfile (Results 1 – 5 of 5) sorted by relevance
/plugin/xcom/scripts/ |
H A D | xcom_save.php | 103 foreach($this->mediaArray as $mfile) { 104 $this->getMediaFile($mfile); 108 function getMediaFile($mfile) { argument 110 $this->xcom_get_data( 'wiki.getAttachment',$this->remoteClient,true, array($mfile)); 116 … echo "$mfile " . $this->msg('fsize',true,"") . " " . strlen($this->data_buffer) ."\n"; 117 $this->saveMediaFile($mfile);
|
/plugin/ckgdoku/scripts/ |
H A D | parse_wiki-cmpr.js | 1 …mfile:false,backup:function(T,S){var V=r.lastIndexOf(T);var v=r.indexOf(S,V);if(V==-1||v==-1){retu…
|
H A D | parse_wiki.js.unc | 249 mfile: false, 613 this.mfile = attrs[i].escaped; 794 if(this.link_class == 'urlextern' && !this.mfile && save_url) { 1091 if(this.mfile && !this.attr) { 1092 this.attr = this.mfile;
|
/plugin/ckgedit/scripts/ |
H A D | parse_wiki-cmpr.js | 1 …mfile:false,backup:function(T,S){var V=r.lastIndexOf(T);var v=r.indexOf(S,V);if(V==-1||v==-1){retu…
|
H A D | parse_wiki.js.unc | 336 mfile: false, 683 this.mfile = attrs[i].escaped; 851 if (this.link_class == 'urlextern' && !this.mfile && save_url) { 1125 if (this.mfile && !this.attr) { 1126 this.attr = this.mfile;
|