Home
last modified time | relevance | path

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

123456789

/plugin/combo/vendor/composer/
H A Dplatform_check.php22 trigger_error(
/plugin/combo/vendor/symfony/deprecation-contracts/
H A Dfunction.php25 @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
/plugin/combo/vendor/symfony/polyfill-ctype/
H A DCtype.php223 @trigger_error($function.'(): Argument of type int will be interpreted as string in the future', \E_USER_DEPRECATED);
/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/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/
H A DCommonmarkToDokuwikiExtension.php
/plugin/commonmark/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/commonmark/vendor/league/commonmark/bin/
H A Dcommonmark
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DListParser.php
/plugin/commonmark/vendor/league/commonmark/src/
H A DCommonMarkConverter.php
H A DConverter.php
H A DDocParser.php
H A DEnvironment.php
H A DGithubFlavoredMarkdownConverter.php
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DEmphasisDelimiterProcessor.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DInlineMentionParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/
H A DCommonMarkCoreExtension.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkProcessor.php
H A DHeadingPermalinkRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/Slug/
H A DDefaultSlugGenerator.php
H A DSlugGeneratorInterface.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMentionExtension.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContents.php
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReference.php
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php

123456789