Lines Matching refs:_msg

147         $this->_msg('er_logFile');
154 $this->_msg( array('ok_info','userFile found: '.$_FILES['userFile']['name']) );
189 if ( ! $this->pageName = $ID ) return $this->_msg('er_id');
193 if ( auth_quickaclcheck($ID) < AUTH_EDIT ) return $this->_msg('er_acl_edit');
195 if ( auth_quickaclcheck($ID) < AUTH_CREATE ) return $this->_msg('er_acl_create');
223 $this->_msg(array('ok_info','Executed command: '.$command));
230 return $this->_msg( array('er_pandoc',$message) );
233 $this->_msg(array('ok_info','pandoc conversion done'));
249 $this->_msg(array('ok_info','Start processing dir '.$this->dwimgDir));
260 return $this->_msg('er_img_dir');
264 $this->_msg(array('ok_info','Resultado: '.$this->result));
271 return $this->_msg( array( 'er_apply_file' ) );
275 return $this->_msg('er_acl_upload');
280 if ( ! page_exists($this->pageName) ) return $this->_msg('er_apply_content');
296 if (!is_dir($imgDir)) return $this->_msg(array('er_img_dir',$imgDir.' is not a directory'));
304 return $this->_msg(array ('er_img_dir','Error processing directory '.$itemPath) );
308 return $this->_msg(array('er_img_dir','Error processing image '.$itemPath));
313 $this->_msg(array('ok_info','Processed image directory: '.$imgDir));
345 return $this->_msg( array( 'er_dirCreate', 'Directory: '.$destDir ) );
358 …return $this->_msg( array( 'er_img_upload', 'Image: '.$imgPath.' Return: '.print_r($mediaReturn,tr…
362 return $this->_msg('er_acl_upload');
365 $this->_msg(array('ok_info','Processed image: '.$imgPath));
393 return $this->_msg( array('er_soffice',$message) );
396 $this->_msg(array('ok_info','Open Office conversion done'));
413 if ( ! $_FILES['userFile'] ) return $this->_msg('er_file_miss');
417 return $this->_msg( array( 'er_file_upload', $_FILES['userFile']['error'] ) );
431 return $this->_msg('er_file_tmpDir');
439 return $this->_msg('er_file_getFromDownload');
442 $this->_msg( array('ok_info','userFile moved to '.$this->userFile) );
457 function _msg( $message, $type=null, $force=false ) { function in action_plugin_file2dw