Home
last modified time | relevance | path

Searched refs:trigger_error (Results 26 – 50 of 209) sorted by relevance

123456789

/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMentionExtension.php
/plugin/openid/Auth/OpenID/
H A DCryptUtil.php51 trigger_error($msg, E_USER_ERROR);
89 trigger_error($msg, E_USER_ERROR);
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php170 …@trigger_error(sprintf('The $options parameter of the %s constructor is deprecated since Symfony 3…
271 …@trigger_error(sprintf('The %s::start() method expects a second "$env" argument since Symfony 3.3.…
305 …@trigger_error('Not inheriting environment variables is deprecated since Symfony 3.3 and will alwa…
336 …@trigger_error('The provided cwd does not exist. Command is currently ran against getcwd(). This b…
1188 …@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0…
1204 …@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0…
1222 …@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0…
1238 …@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0…
1254 …@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0…
1274 …@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0…
[all …]
/plugin/fedauth/Auth/OpenID/
H A DCryptUtil.php52 trigger_error($msg, E_USER_ERROR);
90 trigger_error($msg, E_USER_ERROR);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php44 …@trigger_error(sprintf('The %s() method is deprecated since version 1.25 and will be removed in 2.…
146 …@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in …
224 …@trigger_error('Support for having "mbstring.func_overload" different from 0 is deprecated version…
H A DTemplate.php83 …@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in …
103 …@trigger_error('The '.__METHOD__.' method is deprecated since version 1.20 and will be removed in …
235 …@trigger_error(sprintf('Silent display of undefined block "%s" in template "%s" is deprecated sinc…
295 …@trigger_error('The '.__METHOD__.' method is internal and should never be called; calling it direc…
329 …@trigger_error('The '.__METHOD__.' method is internal and should never be called; calling it direc…
693 @trigger_error($message, E_USER_DEPRECATED);
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php105trigger_error('sapi_windows_vt100_support() expects parameter 1 to be resource, '.\gettype($stream…
113trigger_error('sapi_windows_vt100_support() was not able to analyze the specified stream', \E_USER…
137trigger_error('stream_isatty() expects parameter 1 to be resource, '.\gettype($stream).' given', \…
/plugin/latexport/implementation/
H A Ddecorator_headings.php114 trigger_error("h1 unexpected $this->state");
141 trigger_error("h2 unexpected $this->state");
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfiguration.php
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php138 trigger_error('mb_encode_mimeheader() is bugged. Please use iconv_mime_encode() instead', \E_USER_WARNING);
144 trigger_error('mb_decode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING);
154 trigger_error('mb_decode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING);
204 trigger_error('mb_encode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING);
214 trigger_error('mb_encode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING);
220 trigger_error('mb_encode_numericentity() expects parameter 4 to be boolean, '.\gettype($s).' given', \E_USER_WARNING);
504 trigger_error(__METHOD__.': Empty delimiter', \E_USER_WARNING);
545 trigger_error('mb_str_split() expects parameter 1 to be string, '.\gettype($string).' given', \E_USER_WARNING);
552 trigger_error('The length of each segment must be greater than zero', \E_USER_WARNING);
/plugin/fedauth/Auth/Yadis/
H A DHTTPFetcher.php92 trigger_error("not implemented", E_USER_ERROR);
171 trigger_error("not implemented", E_USER_ERROR);
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DEmphasisDelimiterProcessor.php
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php102 trigger_error("not implemented", E_USER_ERROR);
185 trigger_error("not implemented", E_USER_ERROR);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Ddeprecation.tpl.dist2 @trigger_error({deprecation}, E_USER_DEPRECATED);
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Function/
H A DNode.php12 @trigger_error('The Twig_Function_Node class is deprecated since version 1.12 and will be removed i…
H A DFunction.php13 @trigger_error('The Twig_Function_Function class is deprecated since version 1.12 and will be remov…
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DAutoloader.php12 @trigger_error('The "Twig_Extensions_Autoloader" class is deprecated since version 1.5. Use Compose…
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Filter/
H A DNode.php12 @trigger_error('The Twig_Filter_Node class is deprecated since version 1.12 and will be removed in …
H A DFunction.php12 @trigger_error('The Twig_Filter_Function class is deprecated since version 1.12 and will be removed…
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Test/
H A DNode.php12 @trigger_error('The Twig_Test_Node class is deprecated since version 1.12 and will be removed in 2.…
H A DFunction.php12 @trigger_error('The Twig_Test_Function class is deprecated since version 1.12 and will be removed i…
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTest.php12 @trigger_error('The Twig_Test class is deprecated since version 1.12 and will be removed in 2.0. Us…
/plugin/barcodes/vendor/
H A Dautoload.php17 trigger_error(
/plugin/upgrade/vendor/
H A Dautoload.php17 trigger_error(
/plugin/dw2pdf/vendor/
H A Dautoload.php17 trigger_error(

123456789