Home
last modified time | relevance | path

Searched refs:error (Results 76 – 100 of 1814) sorted by last modified time

12345678910>>...73

/plugin/combo/ComboStrap/
H A DLdJson.php103 LogUtility::error("The image ($pageImagePath) could not be added as page image. Error: {$e->getMessage()}");
223 LogUtility::error("The string value is not a valid Json. Value: $value", self::CANONICAL);
363 // Internal error, the page should exist
364 LogUtility::error("Internal Error: We were unable to define the publication date for the page ($page). Error: {$e->getMessage()}", self::CANONICAL);
374 // Internal error, the page should exist
375 LogUtility::error("Internal Error: We were unable to define the modification date for the page ($page)", self::CANONICAL);
H A DLocalFileSystem.php46 LogUtility::error("This mime content ($mime) is not text based (for the path $path). We can't return a text.");
50 LogUtility::error("The mime is unknown for the path ($path). Trying to returning the content as text.");
H A DLogUtility.php24 * -1 = error, 0 = info, 1 = success, 2 = notify
27 const LVL_MSG_ABOVE_ERROR = 5; // a level to disable the error to thrown in test
43 4 => "error"
110 * If test, we throw an error
150 * because it throws an error message when the environment
226 * because it throws an error message when the environment
324 * PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 1876967424 bytes)
338 public static function error(string $message, string $canonical = self::SUPPORT_CANONICAL, \Exception $e = null) function in ComboStrap\\LogUtility
371 LogUtility::error($message, $canonical);
385 * Advertise an error tha
[all...]
H A DBrand.php154 LogUtility::error("We can't load the brands dictionary. Error: " . $e->getMessage(), self::CANONICAL, $e);
H A DMarkupPath.php39 * otherwise if we do, we get a hierarchical error.
641 LogUtility::error("First Raster Image error. Error: " . $e->getMessage(), self::CANONICAL_PAGE, $e);
920 LogUtility::error("This markup path ($this) can not be accessed externaly");
971 LogUtility::msg("The markup ref returns an error for the creation of the page anchor html link ($this). Error: {$e->getMessage()}");
1800 LogUtility::error(`The page image $path of the page $this is not an image`);
1802 LogUtility::error(`The page image $path has a bad syntax`);
1804 LogUtility::error(`The page image $path does not exists`);
H A DCacheTag.php32 LogUtility::error($message, self::MARKUP);
50 LogUtility::error($message, self::MARKUP, $e);
69 LogUtility::error($message, CacheExpirationFrequency::PROPERTY_NAME);
83 LogUtility::error("Unable to store the cache expiration date because no requested page", self::MARKUP, $e);
H A DCall.php425 LogUtility::error("The handle data is not an array for the call ($this), correct the returned data from the handle syntax plugin function", self::CANONICAL);
435 LogUtility::error($message, self::CANONICAL);
H A DCallStack.php605 LogUtility::error("Unable to move the callback pointer to the offset ($targetOffset)", self::CANONICAL);
H A DColorSystem.php28 LogUtility::error("Error while calculating the primary text color. {$e->getMessage()}", self::CANONICAL, $e);
62 LogUtility::error("Error while calculating the color text hover color. {$e->getMessage()}", self::CANONICAL, $e);
H A DDateTag.php41 LogUtility::error("Internal Error: The requested page was not found. We were unable to get the page language. Defaulting to the site language");
114 LogUtility::error($message, DateTag::CANONICAL);
H A DDimension.php249 LogUtility::error("The width value is empty for the tag ({$logicalTag})");
258 LogUtility::error("The width value ($widthValue) is not a valid length. Error: {$e->getMessage()}");
297 LogUtility::error("The conditional length ($conditionalWidthLength) could not be transformed as CSS value. Error", self::CANONICAL);
314 LogUtility::error("The conditional length ($conditionalWidthLength) could not be converted to a col class. Error: {$e->getMessage()}");
323 LogUtility::error("The conditional length ($conditionalWidthLength) could not be transformed as CSS value. Error", self::CANONICAL);
H A DPageExplorerTag.php109 LogUtility::error("The given leaf page ($page) does not exist and was not added to the page-explorer tree", self::CANONICAL);
125 LogUtility::error("Error while rendering the leaf. Error: {$e->getMessage()}", self::CANONICAL);
135 LogUtility::error("Error while rendering the default tree page. Error: {$e->getMessage()}", self::CANONICAL);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php323 if ($error = curl_error($this->curl)) {
325 'Curl error thrown for http %s to %s',
333 throw new WebDriverCurlException($msg . "\n\n" . $error);
370 if (isset($value['error'])) {
372 WebDriverException::throwException($value['error'], $message, $results);
/plugin/combo/syntax/
H A Dfrontmatter.php155 LogUtility::error("The global ID is unknown, we couldn't get the requested page", self::CANONICAL);
225 LogUtility::error("Front Matter: The json object for the page ($executingPath) is not valid. " . \ComboStrap\Json::getValidationLink($json), self::CANONICAL);
H A Diterator.php118 LogUtility::internalError("The path string should be absolute, we should not get this error", PageImageTag::CANONICAL, $e);
427 $renderer->doc .= "The sql statement generated returns an error. Sql statement: $executableSql";
445 LogUtility::error("Internal Error: the page selected ($contextualPage) was not added. It does not exist and was deleted from the database index.", self::CANONICAL);
567 LogUtility::error("Error while rendering the template header. Error: {$e->getMessage()}", self::CANONICAL);
576 LogUtility::error("Error while rendering a data row. Error: {$e->getMessage()}", self::CANONICAL, $e);
585 LogUtility::error("Error while rendering the template footer. Error: {$e->getMessage()}", self::CANONICAL);
600 LogUtility::error("Error while rendering the iterator footer. Error: {$e->getMessage()}", self::CANONICAL);
/plugin/combo/action/
H A Dimgmove.php84 LogUtility::error("The target path image ($targetImageId) is not a path", self::CANONICAL, $e);
291 throw new ExceptionCompile("A move error has occurred while trying to move the image ($relativeOrAbsoluteWikiId). The target resolution function send the following error message: " . $e->getMessage(), self::CANONICAL);
H A Dindexer.php59 * We do it after because if there is an error
128 LogUtility::error($message);
175 LogUtility::warning("Reference error when persisting to the file system store: " . $e->getMessage(), self::CANONICAL, $e);
H A Dmetafacebook.php117 // Internal error, the page should exist
118 LogUtility::error("Internal Error: We were unable to define the publication date for the page ($page)", self::CANONICAL);
125 // Internal error, the page should exist
126 LogUtility::error("Internal Error: We were unable to define the modification date for the page ($page)", self::CANONICAL);
148 LogUtility::error("We were unable to add the default facebook image ($defaultFacebookImage) because of the following error: {$e->getMessage()}", self::CANONICAL);
152 LogUtility::error("The default facebook image ($defaultFacebookImage) does not exist", self::CANONICAL);
168 LogUtility::error("The image ($path) does not exist and was not added", self::CANONICAL);
189 LogUtility::error("No image was added for facebook. Error while retrieving the dimension of the image: {$e->getMessage()}", self::CANONICAL);
212 LogUtility::error(
[all...]
H A Dmetatwitter.php168 LogUtility::error("The twitter image ($twitterImagePath) does not exists.", self::CANONICAL);
175 LogUtility::error("Error with the twitter image url. " . $e->getMessage(), self::CANONICAL, $e);
H A Dslottemplate.php62 LogUtility::error("Internal Error", self::CANONICAL, $e);
H A Dsnippetsbootstrap.php261 LogUtility::error($message, self::FRONT_END_OPTIMIZATION_CANONICAL);
266 LogUtility::error($messageEmpty, self::FRONT_END_OPTIMIZATION_CANONICAL);
281 LogUtility::error($message, self::FRONT_END_OPTIMIZATION_CANONICAL);
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php107 LogUtility::error("The alias element ($path) is not a string", Alias::CANONICAL);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php230 if ($target === ATNSimulator::error()) {
308 $this->addDFAEdge($s, $t, ATNSimulator::error());
312 return ATNSimulator::error();
316 return $this->addDFAEdgeATNConfigSet($s, $t, $reach) ?? ATNSimulator::error();
H A DParserATNSimulator.php100 * likely LL(1) + pred eval. Easier to do the whole SLL unless error and retry
195 * Sam pointed out that if SLL does not give a syntax error, then there is no
197 * syntax error. For maximum speed, Sam starts the parser set to pure SLL
204 * If it does not get a syntax error, then we're done. If it does get a syntax
205 * error, we need to retry with the combined SLL/LL strategy.
216 * the case, then the SLL parse will definitely get an error because the full LL
224 * get an error because SLL will pursue alternative 1. If s is `{1, 2}` or
227 * SLL will get a syntax error. If s is `{1}` then SLL will succeed.
229 * Of course, if the input is invalid, then we will get an error for sure in
492 if ($D === self::error()) {
[all...]
/plugin/combo/vendor/symfony/deprecation-contracts/
H A DREADME.md8 By using a custom PHP error handler such as the one provided by the Symfony ErrorHandler component,

12345678910>>...73