Home
last modified time | relevance | path

Searched refs:trigger_error (Results 201 – 209 of 209) sorted by path

123456789

/plugin/settingstree/
H A Dhelper.php26 trigger_error('Explorertree is a dependency but not available!',E_USER_ERROR);
73 trigger_error("Cannot create settings directory:'".DOKU_SETTINGS_DIR."'!",E_USER_ERROR);
76 trigger_error("The '".DOKU_SETTINGS_DIR."' is not a directory!",E_USER_ERROR);
190 trigger_error("Can not store settings for {$pluginname} to {$file}!",E_USER_ERROR);
207 trigger_error("Could not load file: {$file}",E_USER_ERROR);
213 trigger_error("Could not load file: {$file}",E_USER_ERROR);
/plugin/strata/helper/
H A Dsyntax.php49 trigger_error("Undefined syntax fragment '$name' on {$trace[0]['file']}:{$trace[0]['line']}", E_USER_NOTICE);
69 trigger_error("Undefined syntax capture '$name' on {$trace[0]['file']}:{$trace[0]['line']}", E_USER_NOTICE);
118 trigger_error("Syntax fragment fields are read-only on {$trace[0]['file']}:{$trace[0]['line']}", E_USER_NOTICE);
124 trigger_error("Syntax fragment fields are read-only on {$trace[0]['file']}:{$trace[0]['line']}", E_USER_NOTICE);
/plugin/swfobject/
H A Dsyntax.php252 if($endC === false) trigger_error('Found invalid /*..*/ comment', E_USER_ERROR);
260 if($endC === false) trigger_error('Invalid comment', E_USER_ERROR);
/plugin/templateconfhelper/inc/
H A Dconfutils.php22 …if (!is_array($config_cascade[$type])) trigger_error('Missing config cascade for "'.$type.'"',E_US…
/plugin/upgrade/vendor/
H A Dautoload.php17 trigger_error(
/plugin/upgrade/vendor/composer/
H A DInstalledVersions.php264 @trigger_error('getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.', E_USER_DEPRECATED);
H A Dplatform_check.php22 trigger_error(
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php50 trigger_error('FileInfo::match() is deprecated, use FileInfo::matchExpression() instead.', E_USER_NOTICE);
54 trigger_error('Call to undefined method FileInfo::'.$name.'()', E_USER_ERROR);
/plugin/zip/pear/
H A DPEAR.php356 trigger_error("invalid error callback", E_USER_WARNING);
361 trigger_error("invalid error mode", E_USER_WARNING);
618 trigger_error("invalid error callback", E_USER_WARNING);
623 trigger_error("invalid error mode", E_USER_WARNING);
655 trigger_error("invalid error callback", E_USER_WARNING);
660 trigger_error("invalid error mode", E_USER_WARNING);
885 trigger_error($this->getMessage(), $this->level);
905trigger_error("PEAR_ERROR_EXCEPTION is obsolete, use class PEAR_Exception for exceptions", E_USER_…

123456789