Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php85 var $_error = false; variable in idna_convert
140 $this->_error('Set Parameter: Unknown parameter '.$v.' for option '.$k);
151 $this->_error('Set Parameter: Unknown option '.$k);
175 $this->_error('Unknown encoding '.$one_time_encoding);
187 $this->_error('Only simple domain name parts can be handled in strict mode');
211 $this->_error('Only simple domain name parts can be handled in strict mode');
255 $this->_error('Unsupported output format');
280 $this->_error('Unsupported input format: '.($one_time_encoding ? $one_time_encoding : $this->_api_encoding));
307 $this->_error('Neither email addresses nor URLs are allowed in strict mode.');
353 return $this->_error;
550 function _error($error = '') global() function in idna_convert
[all...]
/dokuwiki/lib/scripts/
H A Dfileuploader.js416 this._error('typeError', name);
420 this._error('emptyError', name);
424 this._error('sizeError', name);
428 this._error('minSizeError', name);
434 _error: function(code, fileName){