Searched refs:sendAjaxResponse (Results 1 – 3 of 3) sorted by relevance
| /plugin/mizarproofchecker/ |
| D | action.php | 80 $this->sendAjaxResponse(false, 'Mizar content not found'); 89 $this->sendAjaxResponse(true, 'Mizar content processed successfully'); 126 $this->sendAjaxResponse(true, 'Mizar content processed successfully'); 253 $this->sendAjaxResponse(true, 'Temporary files cleared successfully'); 255 $this->sendAjaxResponse(false, 'Some files could not be deleted', $errors); 370 private function sendAjaxResponse($success, $message, $data = '') function in action_plugin_mizarproofchecker 417 $this->sendAjaxResponse(true, 'File created successfully', [ 423 $this->sendAjaxResponse(false, 'Content is empty, no file created');
|
| /plugin/mizarveifiabledocs/ |
| D | action.php | 80 $this->sendAjaxResponse(false, 'Mizar content not found'); 89 $this->sendAjaxResponse(true, 'Mizar content processed successfully'); 126 $this->sendAjaxResponse(true, 'Mizar content processed successfully'); 253 $this->sendAjaxResponse(true, 'Temporary files cleared successfully'); 255 $this->sendAjaxResponse(false, 'Some files could not be deleted', $errors); 370 private function sendAjaxResponse($success, $message, $data = '') function in action_plugin_mizarverifiabledocs 417 $this->sendAjaxResponse(true, 'File created successfully', [ 423 $this->sendAjaxResponse(false, 'Content is empty, no file created');
|
| /plugin/mizarverifiabledocs/ |
| H A D | action.php | 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 [all …]
|