Searched refs:newf (Results 1 – 7 of 7) sorted by relevance
/plugin/ckgdoku/action/ |
H A D | meta.php | 126 $newf = mediaFN($id,$ft); 127 $this->ajax_debug("newf: $newf fn: $fn"); 133 io_makeFileDir($newf); 134 if(copy($fn, $newf)) { 135 $this->ajax_debug("Copying $fn to $newf"); 136 chmod($newf, $conf['fmode']); 143 if(!copy($fn, $newf)) { 144 $this->ajax_debug ("(2nd try) could not copy $fn to $newf");
|
/plugin/ckgedit/action/ |
H A D | meta.php | 152 $newf = mediaFN($id,$ft); 153 $this->ajax_debug("newf: $newf fn: $fn"); 159 io_makeFileDir($newf); 160 if(copy($fn, $newf)) { 161 $this->ajax_debug("Copying $fn to $newf"); 162 chmod($newf, $conf['fmode']); 169 if(!copy($fn, $newf)) { 170 $this->ajax_debug ("(2nd try) could not copy $fn to $newf");
|
/plugin/sequencediagram/bower_components/raphael/dev/ |
H A D | raphael.core.js | 813 function newf() { function 816 cache = newf.cache = newf.cache || {}, 817 count = newf.count = newf.count || []; 827 return newf;
|
/plugin/sequencediagram/bower_components/snap.svg/dist/ |
H A D | snap.svg.js | 1036 function newf() { 1039 cache = newf.cache = newf.cache || {}, 1040 count = newf.count = newf.count || []; 1050 return newf;
|
/plugin/callflow/ |
H A D | raphael.js | 1210 function newf() { function 1213 cache = newf.cache = newf.cache || {}, 1214 count = newf.count = newf.count || []; 1224 return newf;
|
/plugin/advrack/ |
H A D | raphael.js | 1210 function newf() { function 1213 cache = newf.cache = newf.cache || {}, 1214 count = newf.count = newf.count || []; 1224 return newf;
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 3234 function newf() { function 3238 cache = newf.cache = newf.cache || {}, 3239 count = newf.count = newf.count || []; 3252 return newf;
|