Home
last modified time | relevance | path

Searched refs:ajax_debug (Results 1 – 2 of 2) sorted by last modified time

/plugin/ckgedit/action/
H A Dmeta.php117 $this->ajax_debug($id);
119 $this->ajax_debug($fn);
123 $this->ajax_debug("$fn: $size");
125 else $this->ajax_debug("$fn not found");
131 $this->ajax_debug('size_tm='.$size_tm);
148 $this->ajax_debug("$fn not found");
161 $this->ajax_debug("Copying $fn to $newf");
163 $this->ajax_debug("deleting: $fn");
174 $this->ajax_debug ("could not delete $fn");
192 $this->ajax_debug(filesize ($fn) . ';' .filemtime($fn) );
[all …]
/plugin/ckgdoku/action/
H A Dmeta.php91 $this->ajax_debug($id);
93 $this->ajax_debug($fn);
97 $this->ajax_debug("$fn: $size");
99 else $this->ajax_debug("$fn not found");
105 $this->ajax_debug('size_tm='.$size_tm);
122 $this->ajax_debug("$fn not found");
135 $this->ajax_debug("Copying $fn to $newf");
137 $this->ajax_debug("deleting: $fn");
148 $this->ajax_debug ("could not delete $fn");
166 $this->ajax_debug(filesize ($fn) . ';' .filemtime($fn) );
[all …]