Home
last modified time | relevance | path

Searched refs:ajax_debug (Results 1 – 2 of 2) sorted by relevance

/plugin/ckgdoku/action/
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");
127 $this->ajax_debug("newf: $newf fn: $fn");
129 $this->ajax_debug("old file: $oldf; $fn");
131 else $this->ajax_debug("no old file: $fn");
135 $this->ajax_debug("Copying $fn to $newf");
[all …]
/plugin/ckgedit/action/
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");
153 $this->ajax_debug("newf: $newf fn: $fn");
155 $this->ajax_debug("old file: $oldf; $fn");
157 else $this->ajax_debug("no old file: $fn");
161 $this->ajax_debug("Copying $fn to $newf");
[all …]