Lines Matching refs:sendAjaxResponse
172 … if ($mizarData === null) { $this->sendAjaxResponse(false, 'Mizar content not found'); return; }
173 … if (isset($mizarData['error'])) { $this->sendAjaxResponse(false, $mizarData['error']); return; }
179 $this->sendAjaxResponse(true, 'Mizar content processed successfully');
212 $this->sendAjaxResponse(true, 'Mizar content processed successfully');
239 if ($content === '') { $this->sendAjaxResponse(false, 'Empty content'); return; }
251 if ($svg) $this->sendAjaxResponse(true, 'success', ['svg' => $svg]);
252 else $this->sendAjaxResponse(false, 'conversion failed');
325 if ($errors) $this->sendAjaxResponse(false, 'Some files could not be deleted', $errors);
326 else $this->sendAjaxResponse(true, 'Temporary files cleared successfully');
440 private function sendAjaxResponse($success, $message, $data = '') function in action_plugin_mizarverifiabledocs
457 $this->sendAjaxResponse(true, 'File created successfully', [
462 $this->sendAjaxResponse(false, 'Content is empty, no file created');