mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 18:14:11 +02:00
trim whitespace from extracted placeholders
This commit is contained in:
parent
96f961a7ba
commit
b24297dfd5
4 changed files with 115 additions and 111 deletions
|
|
@ -211,17 +211,17 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php" , line : 40usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\InvalidArgumentException") , pattern : "no schema found to verify against\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php" , line : 40usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\InvalidArgumentException") , pattern : "no schema found to verify against\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php" , line : 52usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\RuntimeException") , pattern : "Cannot validate the schema of a non-object\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php" , line : 52usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\RuntimeException") , pattern : "Cannot validate the schema of a non-object\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php" , line : 79usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\InvalidSchemaException") , pattern : "Schema did not pass validation\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php" , line : 79usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\InvalidSchemaException") , pattern : "Schema did not pass validation\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php" , line : 138usize , placeholders : & ["sprintf(\n 'No wording for %s available, expected wordings are: [%s]',\n var_export($type, true),\n implode(', ', array_filter(self::$wording)))"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php" , line : 138usize , placeholders : & ["sprintf( 'No wording for %s available, expected wordings are: [%s]', var_export($type, true), implode(', ', array_filter(self::$wording)))"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php" , line : 214usize , placeholders : & ["(is_object($value) ? 'object' : $value)" , "$type"] , exception : Some ("JsonSchema\\Exception\\InvalidArgumentException") , pattern : "\0 is an invalid type for \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php" , line : 214usize , placeholders : & ["(is_object($value) ? 'object' : $value)" , "$type"] , exception : Some ("JsonSchema\\Exception\\InvalidArgumentException") , pattern : "\0 is an invalid type for \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Entity/JsonPointer.php" , line : 40usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\InvalidArgumentException") , pattern : "Ref value must be a string\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Entity/JsonPointer.php" , line : 40usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\InvalidArgumentException") , pattern : "Ref value must be a string\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php" , line : 131usize , placeholders : & ["sprintf(\n \"Could not resolve fragment '%s': no file is defined\",\n $jsonPointer->getPropertyPathAsString()\n )"] , exception : Some ("JsonSchema\\Exception\\UnresolvableJsonPointerException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php" , line : 131usize , placeholders : & ["sprintf( \"Could not resolve fragment '%s': no file is defined\", $jsonPointer->getPropertyPathAsString() )"] , exception : Some ("JsonSchema\\Exception\\UnresolvableJsonPointerException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php" , line : 145usize , placeholders : & ["sprintf(\n 'File: %s is found, but could not resolve fragment: %s',\n $jsonPointer->getFilename(),\n $jsonPointer->getPropertyPathAsString()\n )"] , exception : Some ("JsonSchema\\Exception\\UnresolvableJsonPointerException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php" , line : 145usize , placeholders : & ["sprintf( 'File: %s is found, but could not resolve fragment: %s', $jsonPointer->getFilename(), $jsonPointer->getPropertyPathAsString() )"] , exception : Some ("JsonSchema\\Exception\\UnresolvableJsonPointerException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php" , line : 28usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\RuntimeException") , pattern : "cURL not installed\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php" , line : 28usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\RuntimeException") , pattern : "cURL not installed\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php" , line : 48usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "JSON schema not found\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php" , line : 48usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "JSON schema not found\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php" , line : 38usize , placeholders : & ["$errorMessage"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php" , line : 38usize , placeholders : & ["$errorMessage"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php" , line : 42usize , placeholders : & ["$uri"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "JSON schema not found at \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php" , line : 42usize , placeholders : & ["$uri"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "JSON schema not found at \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php" , line : 48usize , placeholders : & ["$uri"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "JSON schema not found at \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php" , line : 48usize , placeholders : & ["$uri"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "JSON schema not found at \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/PredefinedArray.php" , line : 48usize , placeholders : & ["sprintf(\n 'The JSON schema \"%s\" was not found.',\n $uri\n )"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/PredefinedArray.php" , line : 48usize , placeholders : & ["sprintf( 'The JSON schema \"%s\" was not found.', $uri )"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php" , line : 140usize , placeholders : & ["sprintf(\"Unable to resolve URI '%s' from base '%s'\", $relativePath, $basePath)"] , exception : Some ("JsonSchema\\Exception\\UriResolverException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php" , line : 140usize , placeholders : & ["sprintf(\"Unable to resolve URI '%s' from base '%s'\", $relativePath, $basePath)"] , exception : Some ("JsonSchema\\Exception\\UriResolverException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php" , line : 92usize , placeholders : & ["sprintf('Media type %s expected', Validator::SCHEMA_MEDIA_TYPE)"] , exception : Some ("JsonSchema\\Exception\\InvalidSchemaMediaTypeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php" , line : 92usize , placeholders : & ["sprintf('Media type %s expected', Validator::SCHEMA_MEDIA_TYPE)"] , exception : Some ("JsonSchema\\Exception\\InvalidSchemaMediaTypeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php" , line : 143usize , placeholders : & ["$parsed['fragment']" , "$uri"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "Fragment \"\0\" not found in \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php" , line : 143usize , placeholders : & ["$parsed['fragment']" , "$uri"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "Fragment \"\0\" not found in \0\u{1}\u{1}" , },
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/AvirWrapper.php" , line : 114usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/AvirWrapper.php" , line : 114usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/lib/AvirWrapper.php" , line : 173usize , placeholders : & ["$status->getDetails()" , "$owner" , "$path"] , exception : None , pattern : "Infected file deleted. \0 Account: \0 Path: \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/lib/AvirWrapper.php" , line : 173usize , placeholders : & ["$status->getDetails()" , "$owner" , "$path"] , exception : None , pattern : "Infected file deleted. \0 Account: \0 Path: \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/AvirWrapper.php" , line : 188usize , placeholders : & ["$status->getDetails()" , "$path" , "$owner"] , exception : None , pattern : "Infected file deleted. \0 File: \0 Account: \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/AvirWrapper.php" , line : 188usize , placeholders : & ["$status->getDetails()" , "$path" , "$owner"] , exception : None , pattern : "Infected file deleted. \0 File: \0 Account: \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/AvirWrapper.php" , line : 191usize , placeholders : & ["$this->l10n->t(\n\t\t\t\t'Virus %s is detected in the file. Upload cannot be completed.',\n\t\t\t\t$status->getDetails()\n\t\t\t)"] , exception : Some ("OCP\\Files\\InvalidContentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/AvirWrapper.php" , line : 191usize , placeholders : & ["$this->l10n->t('Virus %s is detected in the file. Upload cannot be completed.',$status->getDetails())"] , exception : Some ("OCP\\Files\\InvalidContentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/BackgroundJob/BackgroundScanner.php" , line : 77usize , placeholders : & [] , exception : None , pattern : "Antivirus background scan disabled, skipping\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/BackgroundJob/BackgroundScanner.php" , line : 77usize , placeholders : & [] , exception : None , pattern : "Antivirus background scan disabled, skipping\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/BackgroundJob/BackgroundScanner.php" , line : 90usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/BackgroundJob/BackgroundScanner.php" , line : 90usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/BackgroundJob/BackgroundScanner.php" , line : 95usize , placeholders : & [] , exception : None , pattern : "Start background scan\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/BackgroundJob/BackgroundScanner.php" , line : 95usize , placeholders : & [] , exception : None , pattern : "Start background scan\u{1}\u{1}" , },
|
||||||
|
|
|
||||||
|
|
@ -100,7 +100,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/Arn/S3/OutpostsBucketArn.php" , line : 95usize , placeholders : & [] , exception : Some ("Aws\\Arn\\Exception\\InvalidArnException") , pattern : "The 9th component of an S3 Outposts bucket ARN represents the bucket name and must not be empty.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/Arn/S3/OutpostsBucketArn.php" , line : 95usize , placeholders : & [] , exception : Some ("Aws\\Arn\\Exception\\InvalidArnException") , pattern : "The 9th component of an S3 Outposts bucket ARN represents the bucket name and must not be empty.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/AwsClient.php" , line : 261usize , placeholders : & ["$name"] , exception : Some ("InvalidArgumentException") , pattern : "Operation not found: \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/AwsClient.php" , line : 261usize , placeholders : & ["$name"] , exception : Some ("InvalidArgumentException") , pattern : "Operation not found: \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/AwsClient.php" , line : 276usize , placeholders : & ["static::class"] , exception : Some ("RuntimeException") , pattern : "Instances of \0 cannot be serialized\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/AwsClient.php" , line : 276usize , placeholders : & ["static::class"] , exception : Some ("RuntimeException") , pattern : "Instances of \0 cannot be serialized\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/AwsClientTrait.php" , line : 24usize , placeholders : & ["sprintf(\n 'There are no resources to iterate for the %s operation of %s',\n $name, $this->getApi()['serviceFullName']\n )"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/AwsClientTrait.php" , line : 24usize , placeholders : & ["sprintf( 'There are no resources to iterate for the %s operation of %s', $name, $this->getApi()['serviceFullName'] )"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/ClientResolver.php" , line : 412usize , placeholders : & ["$msg"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/ClientResolver.php" , line : 412usize , placeholders : & ["$msg"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/ClientResolver.php" , line : 435usize , placeholders : & ["$msg"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/ClientResolver.php" , line : 435usize , placeholders : & ["$msg"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/ClientResolver.php" , line : 531usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Credentials must be an instance of Aws\\Credentials\\CredentialsInterface, an associative array that contains \"key\", \"secret\", and an optional \"token\" key-value pairs, a credentials provider function, or false.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/ClientResolver.php" , line : 531usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Credentials must be an instance of Aws\\Credentials\\CredentialsInterface, an associative array that contains \"key\", \"secret\", and an optional \"token\" key-value pairs, a credentials provider function, or false.\u{1}\u{1}" , },
|
||||||
|
|
@ -290,9 +290,9 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/Signature/SignatureV4.php" , line : 253usize , placeholders : & [] , exception : Some ("Aws\\Exception\\CouldNotCreateChecksumException") , pattern : "sha256\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/Signature/SignatureV4.php" , line : 253usize , placeholders : & [] , exception : Some ("Aws\\Exception\\CouldNotCreateChecksumException") , pattern : "sha256\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/Signature/SignatureV4.php" , line : 377usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "The expiration date of a signature version 4 presigned URL must be less than one week\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/Signature/SignatureV4.php" , line : 377usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "The expiration date of a signature version 4 presigned URL must be less than one week\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/Signature/SignatureV4.php" , line : 451usize , placeholders : & [] , exception : Some ("Aws\\Exception\\CommonRuntimeException") , pattern : "AWS Common Runtime for PHP is required to use Signature V4A. Please install it using the instructions found at https://github.com/aws/aws-sdk-php/blob/master/CRT_INSTRUCTIONS.md\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/Signature/SignatureV4.php" , line : 451usize , placeholders : & [] , exception : Some ("Aws\\Exception\\CommonRuntimeException") , pattern : "AWS Common Runtime for PHP is required to use Signature V4A. Please install it using the instructions found at https://github.com/aws/aws-sdk-php/blob/master/CRT_INSTRUCTIONS.md\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/Sqs/SqsClient.php" , line : 204usize , placeholders : & ["sprintf(\n 'MD5 mismatch. Expected %s, found %s',\n $msg['MD5OfBody'],\n $bodyMd5\n )"] , exception : Some ("Aws\\Sqs\\Exception\\SqsException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/Sqs/SqsClient.php" , line : 204usize , placeholders : & ["sprintf( 'MD5 mismatch. Expected %s, found %s', $msg['MD5OfBody'], $bodyMd5 )"] , exception : Some ("Aws\\Sqs\\Exception\\SqsException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/Sqs/SqsClient.php" , line : 221usize , placeholders : & ["sprintf(\n 'Attribute MD5 mismatch. Expected %s, found %s',\n $msg['MD5OfMessageAttributes'],\n $messageAttributesMd5\n ? $messageAttributesMd5\n : 'No Attributes'\n )"] , exception : Some ("Aws\\Sqs\\Exception\\SqsException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/Sqs/SqsClient.php" , line : 221usize , placeholders : & ["sprintf( 'Attribute MD5 mismatch. Expected %s, found %s', $msg['MD5OfMessageAttributes'], $messageAttributesMd5 ? $messageAttributesMd5 : 'No Attributes' )"] , exception : Some ("Aws\\Sqs\\Exception\\SqsException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/Sqs/SqsClient.php" , line : 237usize , placeholders : & ["sprintf(\n 'No Attribute MD5 found. Expected %s',\n self::calculateMessageAttributesMd5($msg)\n )"] , exception : Some ("Aws\\Sqs\\Exception\\SqsException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/Sqs/SqsClient.php" , line : 237usize , placeholders : & ["sprintf( 'No Attribute MD5 found. Expected %s', self::calculateMessageAttributesMd5($msg) )"] , exception : Some ("Aws\\Sqs\\Exception\\SqsException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/StreamRequestPayloadMiddleware.php" , line : 71usize , placeholders : & [] , exception : Some ("Aws\\Exception\\IncalculablePayloadException") , pattern : "Payload content length is required and can not be calculated.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/StreamRequestPayloadMiddleware.php" , line : 71usize , placeholders : & [] , exception : Some ("Aws\\Exception\\IncalculablePayloadException") , pattern : "Payload content length is required and can not be calculated.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Configuration.php" , line : 12usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Configuration parameter must either be 'legacy' or 'regional'.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Configuration.php" , line : 12usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Configuration parameter must either be 'legacy' or 'regional'.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/Sts/RegionalEndpoints/ConfigurationProvider.php" , line : 199usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Not a valid STS regional endpoints configuration argument.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/aws/aws-sdk-php/src/Sts/RegionalEndpoints/ConfigurationProvider.php" , line : 199usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Not a valid STS regional endpoints configuration argument.\u{1}\u{1}" , },
|
||||||
|
|
@ -318,7 +318,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/beberlei/assert/lib/Assert/LazyAssertion.php" , line : 221usize , placeholders : & ["$className" , "LazyAssertionException::class"] , exception : Some ("LogicException") , pattern : "\0 is not (a subclass of) \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/beberlei/assert/lib/Assert/LazyAssertion.php" , line : 221usize , placeholders : & ["$className" , "LazyAssertionException::class"] , exception : Some ("LogicException") , pattern : "\0 is not (a subclass of) \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigDecimal.php" , line : 84usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "The scale cannot be negative.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigDecimal.php" , line : 84usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "The scale cannot be negative.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigDecimal.php" , line : 266usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Scale cannot be negative.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigDecimal.php" , line : 266usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Scale cannot be negative.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigDecimal.php" , line : 346usize , placeholders : & ["\\sprintf(\n 'The exponent %d is not in the range 0 to %d.',\n $exponent,\n Calculator::MAX_POWER\n )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigDecimal.php" , line : 346usize , placeholders : & ["\\sprintf( 'The exponent %d is not in the range 0 to %d.', $exponent, Calculator::MAX_POWER )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigDecimal.php" , line : 457usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Scale cannot be negative.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigDecimal.php" , line : 457usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Scale cannot be negative.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigDecimal.php" , line : 465usize , placeholders : & [] , exception : Some ("Brick\\Math\\Exception\\NegativeNumberException") , pattern : "Cannot calculate the square root of a negative number.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigDecimal.php" , line : 465usize , placeholders : & [] , exception : Some ("Brick\\Math\\Exception\\NegativeNumberException") , pattern : "Cannot calculate the square root of a negative number.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigDecimal.php" , line : 782usize , placeholders : & [] , exception : Some ("LogicException") , pattern : "unserialize() is an internal function, it must not be called directly.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigDecimal.php" , line : 782usize , placeholders : & [] , exception : Some ("LogicException") , pattern : "unserialize() is an internal function, it must not be called directly.\u{1}\u{1}" , },
|
||||||
|
|
@ -331,7 +331,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 193usize , placeholders : & [] , exception : Some ("Brick\\Math\\Exception\\NumberFormatException") , pattern : "The byte string must not be empty.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 193usize , placeholders : & [] , exception : Some ("Brick\\Math\\Exception\\NumberFormatException") , pattern : "The byte string must not be empty.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 234usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "The number of bits cannot be negative.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 234usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "The number of bits cannot be negative.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 280usize , placeholders : & [] , exception : Some ("Brick\\Math\\Exception\\MathException") , pattern : "$min cannot be greater than $max.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 280usize , placeholders : & [] , exception : Some ("Brick\\Math\\Exception\\MathException") , pattern : "$min cannot be greater than $max.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 486usize , placeholders : & ["\\sprintf(\n 'The exponent %d is not in the range 0 to %d.',\n $exponent,\n Calculator::MAX_POWER\n )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 486usize , placeholders : & ["\\sprintf( 'The exponent %d is not in the range 0 to %d.', $exponent, Calculator::MAX_POWER )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 621usize , placeholders : & [] , exception : Some ("Brick\\Math\\Exception\\NegativeNumberException") , pattern : "Modulus must not be negative.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 621usize , placeholders : & [] , exception : Some ("Brick\\Math\\Exception\\NegativeNumberException") , pattern : "Modulus must not be negative.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 631usize , placeholders : & [] , exception : Some ("Brick\\Math\\Exception\\MathException") , pattern : "Unable to compute the modInverse for the given modulus.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 631usize , placeholders : & [] , exception : Some ("Brick\\Math\\Exception\\MathException") , pattern : "Unable to compute the modInverse for the given modulus.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 656usize , placeholders : & [] , exception : Some ("Brick\\Math\\Exception\\NegativeNumberException") , pattern : "The operands cannot be negative.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 656usize , placeholders : & [] , exception : Some ("Brick\\Math\\Exception\\NegativeNumberException") , pattern : "The operands cannot be negative.\u{1}\u{1}" , },
|
||||||
|
|
@ -342,7 +342,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 1044usize , placeholders : & ["__FUNCTION__"] , exception : Some ("Brick\\Math\\Exception\\NegativeNumberException") , pattern : "\0() does not support negative numbers.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 1044usize , placeholders : & ["__FUNCTION__"] , exception : Some ("Brick\\Math\\Exception\\NegativeNumberException") , pattern : "\0() does not support negative numbers.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 1073usize , placeholders : & [] , exception : Some ("Brick\\Math\\Exception\\NegativeNumberException") , pattern : "Cannot convert a negative number to a byte string when $signed is false.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 1073usize , placeholders : & [] , exception : Some ("Brick\\Math\\Exception\\NegativeNumberException") , pattern : "Cannot convert a negative number to a byte string when $signed is false.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 1146usize , placeholders : & [] , exception : Some ("LogicException") , pattern : "unserialize() is an internal function, it must not be called directly.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigInteger.php" , line : 1146usize , placeholders : & [] , exception : Some ("LogicException") , pattern : "unserialize() is an internal function, it must not be called directly.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigNumber.php" , line : 74usize , placeholders : & ["\\sprintf(\n 'The given value \"%s\" does not represent a valid number.',\n $value\n )"] , exception : Some ("Brick\\Math\\Exception\\NumberFormatException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigNumber.php" , line : 74usize , placeholders : & ["\\sprintf( 'The given value \"%s\" does not represent a valid number.', $value )"] , exception : Some ("Brick\\Math\\Exception\\NumberFormatException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigNumber.php" , line : 131usize , placeholders : & [] , exception : Some ("Brick\\Math\\Exception\\NumberFormatException") , pattern : "Exponent too large.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigNumber.php" , line : 131usize , placeholders : & [] , exception : Some ("Brick\\Math\\Exception\\NumberFormatException") , pattern : "Exponent too large.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigNumber.php" , line : 223usize , placeholders : & ["__METHOD__"] , exception : Some ("InvalidArgumentException") , pattern : "\0() expects at least one value.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigNumber.php" , line : 223usize , placeholders : & ["__METHOD__"] , exception : Some ("InvalidArgumentException") , pattern : "\0() expects at least one value.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigNumber.php" , line : 257usize , placeholders : & ["__METHOD__"] , exception : Some ("InvalidArgumentException") , pattern : "\0() expects at least one value.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/brick/math/src/BigNumber.php" , line : 257usize , placeholders : & ["__METHOD__"] , exception : Some ("InvalidArgumentException") , pattern : "\0() expects at least one value.\u{1}\u{1}" , },
|
||||||
|
|
@ -385,26 +385,26 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php" , line : 257usize , placeholders : & ["sprintf('Cache key must be string, \"%s\" given.', is_object($key) ? get_class($key) : gettype($key))"] , exception : Some ("Doctrine\\Common\\Cache\\Psr6\\InvalidArgument") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php" , line : 257usize , placeholders : & ["sprintf('Cache key must be string, \"%s\" given.', is_object($key) ? get_class($key) : gettype($key))"] , exception : Some ("Doctrine\\Common\\Cache\\Psr6\\InvalidArgument") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php" , line : 261usize , placeholders : & [] , exception : Some ("Doctrine\\Common\\Cache\\Psr6\\InvalidArgument") , pattern : "Cache key length must be greater than zero.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php" , line : 261usize , placeholders : & [] , exception : Some ("Doctrine\\Common\\Cache\\Psr6\\InvalidArgument") , pattern : "Cache key length must be greater than zero.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php" , line : 265usize , placeholders : & ["sprintf('Cache key \"%s\" contains reserved characters \"%s\".', $key, self::RESERVED_CHARACTERS)"] , exception : Some ("Doctrine\\Common\\Cache\\Psr6\\InvalidArgument") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php" , line : 265usize , placeholders : & ["sprintf('Cache key \"%s\" contains reserved characters \"%s\".', $key, self::RESERVED_CHARACTERS)"] , exception : Some ("Doctrine\\Common\\Cache\\Psr6\\InvalidArgument") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheItem.php" , line : 81usize , placeholders : & ["sprintf(\n 'Expected $expiration to be an instance of DateTimeInterface or null, got %s',\n is_object($expiration) ? get_class($expiration) : gettype($expiration)\n )"] , exception : Some ("TypeError") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheItem.php" , line : 81usize , placeholders : & ["sprintf( 'Expected $expiration to be an instance of DateTimeInterface or null, got %s', is_object($expiration) ? get_class($expiration) : gettype($expiration) )"] , exception : Some ("TypeError") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheItem.php" , line : 102usize , placeholders : & ["sprintf(\n 'Expected $time to be either an integer, an instance of DateInterval or null, got %s',\n is_object($time) ? get_class($time) : gettype($time)\n )"] , exception : Some ("TypeError") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheItem.php" , line : 102usize , placeholders : & ["sprintf( 'Expected $time to be either an integer, an instance of DateInterval or null, got %s', is_object($time) ? get_class($time) : gettype($time) )"] , exception : Some ("TypeError") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/TypedCacheItem.php" , line : 62usize , placeholders : & ["sprintf(\n 'Expected $expiration to be an instance of DateTimeInterface or null, got %s',\n get_debug_type($expiration)\n )"] , exception : Some ("TypeError") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/TypedCacheItem.php" , line : 62usize , placeholders : & ["sprintf( 'Expected $expiration to be an instance of DateTimeInterface or null, got %s', get_debug_type($expiration) )"] , exception : Some ("TypeError") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/TypedCacheItem.php" , line : 83usize , placeholders : & ["sprintf(\n 'Expected $time to be either an integer, an instance of DateInterval or null, got %s',\n get_debug_type($time)\n )"] , exception : Some ("TypeError") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/TypedCacheItem.php" , line : 83usize , placeholders : & ["sprintf( 'Expected $time to be either an integer, an instance of DateInterval or null, got %s', get_debug_type($time) )"] , exception : Some ("TypeError") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Cache/QueryCacheProfile.php" , line : 57usize , placeholders : & ["sprintf(\n '$resultCache: Expected either null or an instance of %s or %s, got %s.',\n CacheItemPoolInterface::class,\n Cache::class,\n get_class($resultCache),\n )"] , exception : Some ("TypeError") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Cache/QueryCacheProfile.php" , line : 57usize , placeholders : & ["sprintf( '$resultCache: Expected either null or an instance of %s or %s, got %s.', CacheItemPoolInterface::class, Cache::class, get_class($resultCache), )"] , exception : Some ("TypeError") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Connection.php" , line : 1670usize , placeholders : & ["sprintf(\n 'The driver connection %s does not support accessing the native connection.',\n get_class($this->_conn),\n )"] , exception : Some ("LogicException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Connection.php" , line : 1670usize , placeholders : & ["sprintf( 'The driver connection %s does not support accessing the native connection.', get_class($this->_conn), )"] , exception : Some ("LogicException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php" , line : 113usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "primary or replica configuration missing\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php" , line : 113usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "primary or replica configuration missing\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php" , line : 117usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "You have to configure at least one replica.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php" , line : 117usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "You have to configure at least one replica.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php" , line : 149usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Passing a connection name as first argument is not supported anymore. Use ensureConnectedToPrimary()/ensureConnectedToReplica() instead.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php" , line : 149usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Passing a connection name as first argument is not supported anymore. Use ensureConnectedToPrimary()/ensureConnectedToReplica() instead.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php" , line : 164usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Invalid option to connect(), only primary or replica allowed.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php" , line : 164usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Invalid option to connect(), only primary or replica allowed.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/Middleware/AbstractConnectionMiddleware.php" , line : 95usize , placeholders : & [] , exception : Some ("LogicException") , pattern : "The underlying connection is not a ServerInfoAwareConnection\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/Middleware/AbstractConnectionMiddleware.php" , line : 95usize , placeholders : & [] , exception : Some ("LogicException") , pattern : "The underlying connection is not a ServerInfoAwareConnection\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/Middleware/AbstractConnectionMiddleware.php" , line : 105usize , placeholders : & ["sprintf(\n 'The driver connection %s does not support accessing the native connection.',\n get_class($this->wrappedConnection),\n )"] , exception : Some ("LogicException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/Middleware/AbstractConnectionMiddleware.php" , line : 105usize , placeholders : & ["sprintf( 'The driver connection %s does not support accessing the native connection.', get_class($this->wrappedConnection), )"] , exception : Some ("LogicException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/PgSQL/Connection.php" , line : 40usize , placeholders : & ["sprintf(\n 'Expected connection to be a resource or an instance of %s, got %s.',\n PgSqlConnection::class,\n is_object($connection) ? get_class($connection) : gettype($connection),\n )"] , exception : Some ("TypeError") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/PgSQL/Connection.php" , line : 40usize , placeholders : & ["sprintf( 'Expected connection to be a resource or an instance of %s, got %s.', PgSqlConnection::class, is_object($connection) ? get_class($connection) : gettype($connection), )"] , exception : Some ("TypeError") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/PgSQL/Connection.php" , line : 67usize , placeholders : & ["pg_last_error($this->connection)"] , exception : Some ("Doctrine\\DBAL\\Driver\\PgSQL\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/PgSQL/Connection.php" , line : 67usize , placeholders : & ["pg_last_error($this->connection)"] , exception : Some ("Doctrine\\DBAL\\Driver\\PgSQL\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/PgSQL/Connection.php" , line : 83usize , placeholders : & ["pg_last_error($this->connection)"] , exception : Some ("Doctrine\\DBAL\\Driver\\PgSQL\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/PgSQL/Connection.php" , line : 83usize , placeholders : & ["pg_last_error($this->connection)"] , exception : Some ("Doctrine\\DBAL\\Driver\\PgSQL\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/PgSQL/Driver.php" , line : 33usize , placeholders : & ["$message"] , exception : Some ("ErrorException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/PgSQL/Driver.php" , line : 33usize , placeholders : & ["$message"] , exception : Some ("ErrorException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/PgSQL/Driver.php" , line : 40usize , placeholders : & ["$e->getMessage()"] , exception : Some ("Doctrine\\DBAL\\Driver\\PgSQL\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/PgSQL/Driver.php" , line : 40usize , placeholders : & ["$e->getMessage()"] , exception : Some ("Doctrine\\DBAL\\Driver\\PgSQL\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/PgSQL/Driver.php" , line : 46usize , placeholders : & [] , exception : Some ("Doctrine\\DBAL\\Driver\\PgSQL\\Exception") , pattern : "Unable to connect to Postgres server.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/PgSQL/Driver.php" , line : 46usize , placeholders : & [] , exception : Some ("Doctrine\\DBAL\\Driver\\PgSQL\\Exception") , pattern : "Unable to connect to Postgres server.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/PgSQL/Result.php" , line : 44usize , placeholders : & ["sprintf(\n 'Expected result to be a resource or an instance of %s, got %s.',\n PgSqlResult::class,\n is_object($result) ? get_class($result) : gettype($result),\n )"] , exception : Some ("TypeError") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/PgSQL/Result.php" , line : 44usize , placeholders : & ["sprintf( 'Expected result to be a resource or an instance of %s, got %s.', PgSqlResult::class, is_object($result) ? get_class($result) : gettype($result), )"] , exception : Some ("TypeError") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/PgSQL/Statement.php" , line : 53usize , placeholders : & ["sprintf(\n 'Expected connection to be a resource or an instance of %s, got %s.',\n PgSqlConnection::class,\n is_object($connection) ? get_class($connection) : gettype($connection),\n )"] , exception : Some ("TypeError") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/PgSQL/Statement.php" , line : 53usize , placeholders : & ["sprintf( 'Expected connection to be a resource or an instance of %s, got %s.', PgSqlConnection::class, is_object($connection) ? get_class($connection) : gettype($connection), )"] , exception : Some ("TypeError") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/PgSQL/Statement.php" , line : 165usize , placeholders : & ["pg_last_error($this->connection)"] , exception : Some ("Doctrine\\DBAL\\Driver\\PgSQL\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/PgSQL/Statement.php" , line : 165usize , placeholders : & ["pg_last_error($this->connection)"] , exception : Some ("Doctrine\\DBAL\\Driver\\PgSQL\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/SQLite3/Driver.php" , line : 23usize , placeholders : & [] , exception : Some ("Doctrine\\DBAL\\Driver\\SQLite3\\Exception") , pattern : "Invalid connection settings: specifying both parameters \"path\" and \"memory\" is ambiguous.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/SQLite3/Driver.php" , line : 23usize , placeholders : & [] , exception : Some ("Doctrine\\DBAL\\Driver\\SQLite3\\Exception") , pattern : "Invalid connection settings: specifying both parameters \"path\" and \"memory\" is ambiguous.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/SQLite3/Driver.php" , line : 32usize , placeholders : & [] , exception : Some ("Doctrine\\DBAL\\Driver\\SQLite3\\Exception") , pattern : "Invalid connection settings: specify either the \"path\" or the \"memory\" parameter for SQLite3.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Driver/SQLite3/Driver.php" , line : 32usize , placeholders : & [] , exception : Some ("Doctrine\\DBAL\\Driver\\SQLite3\\Exception") , pattern : "Invalid connection settings: specify either the \"path\" or the \"memory\" parameter for SQLite3.\u{1}\u{1}" , },
|
||||||
|
|
@ -429,7 +429,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 1956usize , placeholders : & ["__METHOD__" , "Index::class"] , exception : Some ("InvalidArgumentException") , pattern : "\0() expects $index parameter to be string or \0.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 1956usize , placeholders : & ["__METHOD__" , "Index::class"] , exception : Some ("InvalidArgumentException") , pattern : "\0() expects $index parameter to be string or \0.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 2066usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Second argument of AbstractPlatform::getCreateTableSQL() has to be integer.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 2066usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Second argument of AbstractPlatform::getCreateTableSQL() has to be integer.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 2483usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Can only create primary or unique constraints, no common indexes with getCreateConstraintSQL().\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 2483usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Can only create primary or unique constraints, no common indexes with getCreateConstraintSQL().\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 2527usize , placeholders : & ["sprintf(\n 'Incomplete or invalid index definition %s on table %s',\n $name,\n $table,\n )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 2527usize , placeholders : & ["sprintf( 'Incomplete or invalid index definition %s on table %s', $name, $table, )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 3212usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Incomplete definition. 'columns' required.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 3212usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Incomplete definition. 'columns' required.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 3239usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Incomplete definition. 'columns' required.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 3239usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Incomplete definition. 'columns' required.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 3414usize , placeholders : & ["$upper"] , exception : Some ("InvalidArgumentException") , pattern : "Invalid foreign key action: \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 3414usize , placeholders : & ["$upper"] , exception : Some ("InvalidArgumentException") , pattern : "Invalid foreign key action: \0\u{1}\u{1}" , },
|
||||||
|
|
@ -437,8 +437,8 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 3440usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Incomplete definition. 'foreign' required.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 3440usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Incomplete definition. 'foreign' required.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 3444usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Incomplete definition. 'foreignTable' required.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 3444usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Incomplete definition. 'foreignTable' required.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 3637usize , placeholders : & ["$level"] , exception : Some ("InvalidArgumentException") , pattern : "Invalid isolation level:\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 3637usize , placeholders : & ["$level"] , exception : Some ("InvalidArgumentException") , pattern : "Invalid isolation level:\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 4382usize , placeholders : & ["sprintf(\n 'Offset must be a positive integer or zero, %d given',\n $offset,\n )"] , exception : Some ("Doctrine\\DBAL\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 4382usize , placeholders : & ["sprintf( 'Offset must be a positive integer or zero, %d given', $offset, )"] , exception : Some ("Doctrine\\DBAL\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 4389usize , placeholders : & ["sprintf(\n 'Platform %s does not support offset values in limit queries.',\n $this->getName(),\n )"] , exception : Some ("Doctrine\\DBAL\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php" , line : 4389usize , placeholders : & ["sprintf( 'Platform %s does not support offset values in limit queries.', $this->getName(), )"] , exception : Some ("Doctrine\\DBAL\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/DB2111Platform.php" , line : 32usize , placeholders : & ["sprintf('Limit must be a positive integer or zero, %d given', $limit)"] , exception : Some ("Doctrine\\DBAL\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/DB2111Platform.php" , line : 32usize , placeholders : & ["sprintf('Limit must be a positive integer or zero, %d given', $limit)"] , exception : Some ("Doctrine\\DBAL\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/OraclePlatform.php" , line : 54usize , placeholders : & [] , exception : Some ("Doctrine\\DBAL\\Exception") , pattern : "Invalid Oracle identifier\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/OraclePlatform.php" , line : 54usize , placeholders : & [] , exception : Some ("Doctrine\\DBAL\\Exception") , pattern : "Invalid Oracle identifier\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/OraclePlatform.php" , line : 843usize , placeholders : & ["$action"] , exception : Some ("InvalidArgumentException") , pattern : "Invalid foreign key action: \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/OraclePlatform.php" , line : 843usize , placeholders : & ["$action"] , exception : Some ("InvalidArgumentException") , pattern : "Invalid foreign key action: \0\u{1}\u{1}" , },
|
||||||
|
|
@ -447,7 +447,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/SQLServerPlatform.php" , line : 290usize , placeholders : & ["__METHOD__" , "Table::class"] , exception : Some ("InvalidArgumentException") , pattern : "\0() expects $table parameter to be string or \0.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/SQLServerPlatform.php" , line : 290usize , placeholders : & ["__METHOD__" , "Table::class"] , exception : Some ("InvalidArgumentException") , pattern : "\0() expects $table parameter to be string or \0.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/SQLServerPlatform.php" , line : 457usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Incomplete column definition. 'default' required.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/SQLServerPlatform.php" , line : 457usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Incomplete column definition. 'default' required.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/SqlitePlatform.php" , line : 845usize , placeholders : & [] , exception : Some ("Doctrine\\DBAL\\Exception") , pattern : "Sqlite platform requires for alter table the table diff with reference to original table schema\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/SqlitePlatform.php" , line : 845usize , placeholders : & [] , exception : Some ("Doctrine\\DBAL\\Exception") , pattern : "Sqlite platform requires for alter table the table diff with reference to original table schema\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/SqlitePlatform.php" , line : 959usize , placeholders : & ["sprintf(\n 'Incomplete or invalid index definition %s on table %s',\n $name,\n $table,\n )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/SqlitePlatform.php" , line : 959usize , placeholders : & ["sprintf( 'Incomplete or invalid index definition %s on table %s', $name, $table, )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/SqlitePlatform.php" , line : 995usize , placeholders : & [] , exception : Some ("Doctrine\\DBAL\\Exception") , pattern : "Sqlite platform does not support alter primary key.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/SqlitePlatform.php" , line : 995usize , placeholders : & [] , exception : Some ("Doctrine\\DBAL\\Exception") , pattern : "Sqlite platform does not support alter primary key.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/SqlitePlatform.php" , line : 1003usize , placeholders : & [] , exception : Some ("Doctrine\\DBAL\\Exception") , pattern : "Sqlite platform does not support alter foreign key.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/SqlitePlatform.php" , line : 1003usize , placeholders : & [] , exception : Some ("Doctrine\\DBAL\\Exception") , pattern : "Sqlite platform does not support alter foreign key.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/SqlitePlatform.php" , line : 1011usize , placeholders : & [] , exception : Some ("Doctrine\\DBAL\\Exception") , pattern : "Sqlite platform does not support alter foreign key.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/doctrine/dbal/src/Platforms/SqlitePlatform.php" , line : 1011usize , placeholders : & [] , exception : Some ("Doctrine\\DBAL\\Exception") , pattern : "Sqlite platform does not support alter foreign key.\u{1}\u{1}" , },
|
||||||
|
|
@ -536,10 +536,10 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/fusonic/linq/src/Fusonic/Linq/Linq.php" , line : 673usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "The input sequence contains no matching element.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/fusonic/linq/src/Fusonic/Linq/Linq.php" , line : 673usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "The input sequence contains no matching element.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/fusonic/linq/src/Fusonic/Linq/Linq.php" , line : 692usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "The input sequence contains no matching element.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/fusonic/linq/src/Fusonic/Linq/Linq.php" , line : 692usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "The input sequence contains no matching element.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/fusonic/opengraph/src/Consumer.php" , line : 57usize , placeholders : & [] , exception : Some ("LogicException") , pattern : "To use loadUrl() you must provide $client and $requestFactory when instantiating the consumer.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/fusonic/opengraph/src/Consumer.php" , line : 57usize , placeholders : & [] , exception : Some ("LogicException") , pattern : "To use loadUrl() you must provide $client and $requestFactory when instantiating the consumer.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/fusonic/opengraph/src/Objects/ObjectBase.php" , line : 124usize , placeholders : & ["sprintf(\n \"Found '%s' property but no audio was found before.\",\n $name\n )"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/fusonic/opengraph/src/Objects/ObjectBase.php" , line : 124usize , placeholders : & ["sprintf( \"Found '%s' property but no audio was found before.\", $name )"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/fusonic/opengraph/src/Objects/ObjectBase.php" , line : 154usize , placeholders : & ["sprintf(\n \"Found '%s' property but no image was found before.\",\n $name\n )"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/fusonic/opengraph/src/Objects/ObjectBase.php" , line : 154usize , placeholders : & ["sprintf( \"Found '%s' property but no image was found before.\", $name )"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/fusonic/opengraph/src/Objects/ObjectBase.php" , line : 207usize , placeholders : & ["sprintf(\n \"Found '%s' property but no video was found before.\",\n $name\n )"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/fusonic/opengraph/src/Objects/ObjectBase.php" , line : 207usize , placeholders : & ["sprintf( \"Found '%s' property but no video was found before.\", $name )"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/fusonic/opengraph/src/Publisher.php" , line : 45usize , placeholders : & ["sprintf(\n \"Cannot handle value of type '%s' for property '%s'.\",\n get_class($property->value),\n $property->key\n )"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/fusonic/opengraph/src/Publisher.php" , line : 45usize , placeholders : & ["sprintf( \"Cannot handle value of type '%s' for property '%s'.\", get_class($property->value), $property->key )"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/giggsey/libphonenumber-for-php-lite/src/MultiFileMetadataSourceImpl.php" , line : 83usize , placeholders : & ["$fileName"] , exception : Some ("RuntimeException") , pattern : "missing metadata: \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/giggsey/libphonenumber-for-php-lite/src/MultiFileMetadataSourceImpl.php" , line : 83usize , placeholders : & ["$fileName"] , exception : Some ("RuntimeException") , pattern : "missing metadata: \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/giggsey/libphonenumber-for-php-lite/src/PhoneNumberMatch.php" , line : 29usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Start index must be >= 0.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/giggsey/libphonenumber-for-php-lite/src/PhoneNumberMatch.php" , line : 29usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Start index must be >= 0.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/giggsey/libphonenumber-for-php-lite/src/PhoneNumberUtil.php" , line : 1510usize , placeholders : & ["NumberParseException::TOO_LONG"] , exception : Some ("libphonenumber\\NumberParseException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/giggsey/libphonenumber-for-php-lite/src/PhoneNumberUtil.php" , line : 1510usize , placeholders : & ["NumberParseException::TOO_LONG"] , exception : Some ("libphonenumber\\NumberParseException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
|
|
@ -610,7 +610,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php" , line : 155usize , placeholders : & ["$max"] , exception : Some ("GuzzleHttp\\Exception\\TooManyRedirectsException") , pattern : "Will not follow more than \0 redirects\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php" , line : 155usize , placeholders : & ["$max"] , exception : Some ("GuzzleHttp\\Exception\\TooManyRedirectsException") , pattern : "Will not follow more than \0 redirects\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php" , line : 223usize , placeholders : & ["\\sprintf('Redirect URI, %s, does not use one of the allowed redirect protocols: %s', $location, \\implode(', ', $protocols))"] , exception : Some ("GuzzleHttp\\Exception\\BadResponseException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php" , line : 223usize , placeholders : & ["\\sprintf('Redirect URI, %s, does not use one of the allowed redirect protocols: %s', $location, \\implode(', ', $protocols))"] , exception : Some ("GuzzleHttp\\Exception\\BadResponseException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/guzzle/src/Utils.php" , line : 105usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "GuzzleHttp requires cURL, the allow_url_fopen ini setting, or a custom HTTP handler.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/guzzle/src/Utils.php" , line : 105usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "GuzzleHttp requires cURL, the allow_url_fopen ini setting, or a custom HTTP handler.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/guzzle/src/Utils.php" , line : 173usize , placeholders : & ["<<< EOT\nNo system CA bundle could be found in any of the the common system locations.\nPHP versions earlier than 5.6 are not properly configured to use the system's\nCA bundle by default. In order to verify peer certificates, you will need to\nsupply the path on disk to a certificate bundle to the 'verify' request\noption: https://docs.guzzlephp.org/en/latest/request-options.html#verify. If\nyou do not need a specific certificate bundle, then Mozilla provides a commonly\nused CA bundle which can be downloaded here (provided by the maintainer of\ncURL): https://curl.haxx.se/ca/cacert.pem. Once you have a CA bundle available\non disk, you can set the 'openssl.cafile' PHP ini setting to point to the path\nto the file, allowing you to omit the 'verify' request option. See\nhttps://curl.haxx.se/docs/sslcerts.html for more information.\nEOT"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/guzzle/src/Utils.php" , line : 173usize , placeholders : & ["<<< EOTNo system CA bundle could be found in any of the the common system locations.PHP versions earlier than 5.6 are not properly configured to use the system'sCA bundle by default. In order to verify peer certificates, you will need tosupply the path on disk to a certificate bundle to the 'verify' requestoption: https://docs.guzzlephp.org/en/latest/request-options.html#verify. Ifyou do not need a specific certificate bundle, then Mozilla provides a commonlyused CA bundle which can be downloaded here (provided by the maintainer ofcURL): https://curl.haxx.se/ca/cacert.pem. Once you have a CA bundle availableon disk, you can set the 'openssl.cafile' PHP ini setting to point to the pathto the file, allowing you to omit the 'verify' request option. Seehttps://curl.haxx.se/docs/sslcerts.html for more information.EOT"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/guzzle/src/Utils.php" , line : 226usize , placeholders : & [] , exception : Some ("GuzzleHttp\\Exception\\InvalidArgumentException") , pattern : "Empty host provided\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/guzzle/src/Utils.php" , line : 226usize , placeholders : & [] , exception : Some ("GuzzleHttp\\Exception\\InvalidArgumentException") , pattern : "Empty host provided\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/guzzle/src/Utils.php" , line : 277usize , placeholders : & ["\\json_last_error_msg()"] , exception : Some ("GuzzleHttp\\Exception\\InvalidArgumentException") , pattern : "json_decode error: \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/guzzle/src/Utils.php" , line : 277usize , placeholders : & ["\\json_last_error_msg()"] , exception : Some ("GuzzleHttp\\Exception\\InvalidArgumentException") , pattern : "json_decode error: \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/guzzle/src/Utils.php" , line : 298usize , placeholders : & ["\\json_last_error_msg()"] , exception : Some ("GuzzleHttp\\Exception\\InvalidArgumentException") , pattern : "json_encode error: \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/guzzle/src/Utils.php" , line : 298usize , placeholders : & ["\\json_last_error_msg()"] , exception : Some ("GuzzleHttp\\Exception\\InvalidArgumentException") , pattern : "json_encode error: \0\u{1}\u{1}" , },
|
||||||
|
|
@ -637,7 +637,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/Header.php" , line : 86usize , placeholders : & [] , exception : Some ("TypeError") , pattern : "$header must either be a string or an array containing strings.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/Header.php" , line : 86usize , placeholders : & [] , exception : Some ("TypeError") , pattern : "$header must either be a string or an array containing strings.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/HttpFactory.php" , line : 53usize , placeholders : & ["sprintf('Invalid file opening mode \"%s\"', $mode)"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/HttpFactory.php" , line : 53usize , placeholders : & ["sprintf('Invalid file opening mode \"%s\"', $mode)"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/HttpFactory.php" , line : 73usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Cannot determine HTTP method\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/HttpFactory.php" , line : 73usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Cannot determine HTTP method\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/LimitStream.php" , line : 77usize , placeholders : & ["sprintf(\n 'Cannot seek to offset %s with whence %s',\n $offset,\n $whence\n )"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/LimitStream.php" , line : 77usize , placeholders : & ["sprintf( 'Cannot seek to offset %s with whence %s', $offset, $whence )"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/LimitStream.php" , line : 119usize , placeholders : & ["$offset"] , exception : Some ("RuntimeException") , pattern : "Could not seek to stream offset \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/LimitStream.php" , line : 119usize , placeholders : & ["$offset"] , exception : Some ("RuntimeException") , pattern : "Could not seek to stream offset \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/Message.php" , line : 32usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Unknown message type\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/Message.php" , line : 32usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Unknown message type\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/Message.php" , line : 118usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Invalid message\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/Message.php" , line : 118usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Invalid message\u{1}\u{1}" , },
|
||||||
|
|
@ -648,8 +648,8 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/Message.php" , line : 206usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Invalid request string\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/Message.php" , line : 206usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Invalid request string\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/Message.php" , line : 234usize , placeholders : & ["$data['start-line']"] , exception : Some ("InvalidArgumentException") , pattern : "Invalid response string: \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/Message.php" , line : 234usize , placeholders : & ["$data['start-line']"] , exception : Some ("InvalidArgumentException") , pattern : "Invalid response string: \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/MessageTrait.php" , line : 178usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Header value can not be an empty array.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/MessageTrait.php" , line : 178usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Header value can not be an empty array.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/MessageTrait.php" , line : 202usize , placeholders : & ["sprintf(\n 'Header value must be scalar or null but %s provided.',\n is_object($value) ? get_class($value) : gettype($value)\n )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/MessageTrait.php" , line : 202usize , placeholders : & ["sprintf( 'Header value must be scalar or null but %s provided.', is_object($value) ? get_class($value) : gettype($value) )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/MessageTrait.php" , line : 223usize , placeholders : & ["sprintf(\n 'Header name must be a string but %s provided.',\n is_object($header) ? get_class($header) : gettype($header)\n )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/MessageTrait.php" , line : 223usize , placeholders : & ["sprintf( 'Header name must be a string but %s provided.', is_object($header) ? get_class($header) : gettype($header) )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/MessageTrait.php" , line : 230usize , placeholders : & ["sprintf('\"%s\" is not valid header name.', $header)"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/MessageTrait.php" , line : 230usize , placeholders : & ["sprintf('\"%s\" is not valid header name.', $header)"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/MessageTrait.php" , line : 260usize , placeholders : & ["sprintf('\"%s\" is not valid header value.', $value)"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/MessageTrait.php" , line : 260usize , placeholders : & ["sprintf('\"%s\" is not valid header value.', $value)"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/MultipartStream.php" , line : 75usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "An array is expected\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/guzzlehttp/psr7/src/MultipartStream.php" , line : 75usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "An array is expected\u{1}\u{1}" , },
|
||||||
|
|
@ -722,17 +722,17 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php" , line : 40usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\InvalidArgumentException") , pattern : "no schema found to verify against\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php" , line : 40usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\InvalidArgumentException") , pattern : "no schema found to verify against\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php" , line : 52usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\RuntimeException") , pattern : "Cannot validate the schema of a non-object\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php" , line : 52usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\RuntimeException") , pattern : "Cannot validate the schema of a non-object\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php" , line : 79usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\InvalidSchemaException") , pattern : "Schema did not pass validation\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php" , line : 79usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\InvalidSchemaException") , pattern : "Schema did not pass validation\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php" , line : 138usize , placeholders : & ["sprintf(\n 'No wording for %s available, expected wordings are: [%s]',\n var_export($type, true),\n implode(', ', array_filter(self::$wording)))"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php" , line : 138usize , placeholders : & ["sprintf( 'No wording for %s available, expected wordings are: [%s]', var_export($type, true), implode(', ', array_filter(self::$wording)))"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php" , line : 214usize , placeholders : & ["(is_object($value) ? 'object' : $value)" , "$type"] , exception : Some ("JsonSchema\\Exception\\InvalidArgumentException") , pattern : "\0 is an invalid type for \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php" , line : 214usize , placeholders : & ["(is_object($value) ? 'object' : $value)" , "$type"] , exception : Some ("JsonSchema\\Exception\\InvalidArgumentException") , pattern : "\0 is an invalid type for \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Entity/JsonPointer.php" , line : 40usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\InvalidArgumentException") , pattern : "Ref value must be a string\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Entity/JsonPointer.php" , line : 40usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\InvalidArgumentException") , pattern : "Ref value must be a string\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php" , line : 131usize , placeholders : & ["sprintf(\n \"Could not resolve fragment '%s': no file is defined\",\n $jsonPointer->getPropertyPathAsString()\n )"] , exception : Some ("JsonSchema\\Exception\\UnresolvableJsonPointerException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php" , line : 131usize , placeholders : & ["sprintf( \"Could not resolve fragment '%s': no file is defined\", $jsonPointer->getPropertyPathAsString() )"] , exception : Some ("JsonSchema\\Exception\\UnresolvableJsonPointerException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php" , line : 145usize , placeholders : & ["sprintf(\n 'File: %s is found, but could not resolve fragment: %s',\n $jsonPointer->getFilename(),\n $jsonPointer->getPropertyPathAsString()\n )"] , exception : Some ("JsonSchema\\Exception\\UnresolvableJsonPointerException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php" , line : 145usize , placeholders : & ["sprintf( 'File: %s is found, but could not resolve fragment: %s', $jsonPointer->getFilename(), $jsonPointer->getPropertyPathAsString() )"] , exception : Some ("JsonSchema\\Exception\\UnresolvableJsonPointerException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php" , line : 28usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\RuntimeException") , pattern : "cURL not installed\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php" , line : 28usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\RuntimeException") , pattern : "cURL not installed\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php" , line : 48usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "JSON schema not found\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php" , line : 48usize , placeholders : & [] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "JSON schema not found\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php" , line : 38usize , placeholders : & ["$errorMessage"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php" , line : 38usize , placeholders : & ["$errorMessage"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php" , line : 42usize , placeholders : & ["$uri"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "JSON schema not found at \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php" , line : 42usize , placeholders : & ["$uri"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "JSON schema not found at \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php" , line : 48usize , placeholders : & ["$uri"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "JSON schema not found at \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php" , line : 48usize , placeholders : & ["$uri"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "JSON schema not found at \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/PredefinedArray.php" , line : 48usize , placeholders : & ["sprintf(\n 'The JSON schema \"%s\" was not found.',\n $uri\n )"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/PredefinedArray.php" , line : 48usize , placeholders : & ["sprintf( 'The JSON schema \"%s\" was not found.', $uri )"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php" , line : 140usize , placeholders : & ["sprintf(\"Unable to resolve URI '%s' from base '%s'\", $relativePath, $basePath)"] , exception : Some ("JsonSchema\\Exception\\UriResolverException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php" , line : 140usize , placeholders : & ["sprintf(\"Unable to resolve URI '%s' from base '%s'\", $relativePath, $basePath)"] , exception : Some ("JsonSchema\\Exception\\UriResolverException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php" , line : 92usize , placeholders : & ["sprintf('Media type %s expected', Validator::SCHEMA_MEDIA_TYPE)"] , exception : Some ("JsonSchema\\Exception\\InvalidSchemaMediaTypeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php" , line : 92usize , placeholders : & ["sprintf('Media type %s expected', Validator::SCHEMA_MEDIA_TYPE)"] , exception : Some ("JsonSchema\\Exception\\InvalidSchemaMediaTypeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php" , line : 143usize , placeholders : & ["$parsed['fragment']" , "$uri"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "Fragment \"\0\" not found in \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php" , line : 143usize , placeholders : & ["$parsed['fragment']" , "$uri"] , exception : Some ("JsonSchema\\Exception\\ResourceNotFoundException") , pattern : "Fragment \"\0\" not found in \0\u{1}\u{1}" , },
|
||||||
|
|
@ -820,14 +820,14 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-blob/src/Blob/BlobRestProxy.php" , line : 3670usize , placeholders : & ["Resources::ERROR_FILE_COULD_NOT_BE_OPENED"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-blob/src/Blob/BlobRestProxy.php" , line : 3670usize , placeholders : & ["Resources::ERROR_FILE_COULD_NOT_BE_OPENED"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-blob/src/Blob/BlobRestProxy.php" , line : 4769usize , placeholders : & ["Resources::INVALID_ACH_MSG"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-blob/src/Blob/BlobRestProxy.php" , line : 4769usize , placeholders : & ["Resources::INVALID_ACH_MSG"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Exceptions/ServiceException.php" , line : 96usize , placeholders : & ["sprintf(Resources::ERROR_CANNOT_PARSE_XML, implode('; ', $messages))"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Exceptions/ServiceException.php" , line : 96usize , placeholders : & ["sprintf(Resources::ERROR_CANNOT_PARSE_XML, implode('; ', $messages))"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Authentication/SharedAccessSignatureAuthScheme.php" , line : 60usize , placeholders : & ["sprintf(\n Resources::INVALID_SAS_TOKEN,\n $sasToken\n )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Authentication/SharedAccessSignatureAuthScheme.php" , line : 60usize , placeholders : & ["sprintf( Resources::INVALID_SAS_TOKEN, $sasToken )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Serialization/MessageSerializer.php" , line : 76usize , placeholders : & ["Resources::INVALID_MESSAGE_OBJECT_TO_SERIALIZE"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Serialization/MessageSerializer.php" , line : 76usize , placeholders : & ["Resources::INVALID_MESSAGE_OBJECT_TO_SERIALIZE"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/ServiceRestProxy.php" , line : 419usize , placeholders : & ["$reason"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/ServiceRestProxy.php" , line : 419usize , placeholders : & ["$reason"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/ServiceRestProxy.php" , line : 509usize , placeholders : & ["$response"] , exception : Some ("MicrosoftAzure\\Storage\\Common\\Exceptions\\ServiceException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/ServiceRestProxy.php" , line : 509usize , placeholders : & ["$response"] , exception : Some ("MicrosoftAzure\\Storage\\Common\\Exceptions\\ServiceException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/ServiceRestProxy.php" , line : 590usize , placeholders : & ["Resources::INVALID_META_MSG"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/ServiceRestProxy.php" , line : 590usize , placeholders : & ["Resources::INVALID_META_MSG"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/ServiceSettings.php" , line : 61usize , placeholders : & ["sprintf(Resources::MISSING_CONNECTION_STRING_SETTINGS, $connectionString)"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/ServiceSettings.php" , line : 61usize , placeholders : & ["sprintf(Resources::MISSING_CONNECTION_STRING_SETTINGS, $connectionString)"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/ServiceSettings.php" , line : 92usize , placeholders : & ["sprintf(\n Resources::INVALID_CONNECTION_STRING_SETTING_KEY,\n $key,\n implode(\"\\n\", static::$validSettingKeys)\n )"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/ServiceSettings.php" , line : 92usize , placeholders : & ["sprintf( Resources::INVALID_CONNECTION_STRING_SETTING_KEY, $key, implode(\"\\n\", static::$validSettingKeys) )"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/ServiceSettings.php" , line : 242usize , placeholders : & ["sprintf(\n Resources::INVALID_CONFIG_VALUE,\n $settingValue,\n implode(\"\\n\", $validValues)\n )"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/ServiceSettings.php" , line : 242usize , placeholders : & ["sprintf( Resources::INVALID_CONFIG_VALUE, $settingValue, implode(\"\\n\", $validValues) )"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/StorageServiceSettings.php" , line : 112usize , placeholders : & ["sprintf(Resources::INVALID_ACCOUNT_KEY_FORMAT, $key)"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/StorageServiceSettings.php" , line : 112usize , placeholders : & ["sprintf(Resources::INVALID_ACCOUNT_KEY_FORMAT, $key)"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 55usize , placeholders : & ["gettype(array())"] , exception : Some ("MicrosoftAzure\\Storage\\Common\\Exceptions\\InvalidArgumentTypeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 55usize , placeholders : & ["gettype(array())"] , exception : Some ("MicrosoftAzure\\Storage\\Common\\Exceptions\\InvalidArgumentTypeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 74usize , placeholders : & ["gettype('')"] , exception : Some ("MicrosoftAzure\\Storage\\Common\\Exceptions\\InvalidArgumentTypeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 74usize , placeholders : & ["gettype('')"] , exception : Some ("MicrosoftAzure\\Storage\\Common\\Exceptions\\InvalidArgumentTypeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
|
|
@ -837,19 +837,19 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 178usize , placeholders : & ["$failureMessage"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 178usize , placeholders : & ["$failureMessage"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 194usize , placeholders : & [] , exception : Some ("MicrosoftAzure\\Storage\\Common\\Exceptions\\InvalidArgumentTypeException") , pattern : "DateTimeInterface\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 194usize , placeholders : & [] , exception : Some ("MicrosoftAzure\\Storage\\Common\\Exceptions\\InvalidArgumentTypeException") , pattern : "DateTimeInterface\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 211usize , placeholders : & ["sprintf(Resources::NULL_MSG, $name)"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 211usize , placeholders : & ["sprintf(Resources::NULL_MSG, $name)"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 240usize , placeholders : & ["sprintf(\n Resources::INSTANCE_TYPE_VALIDATION_MSG,\n $name,\n $objectType,\n $classType\n )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 240usize , placeholders : & ["sprintf( Resources::INSTANCE_TYPE_VALIDATION_MSG, $name, $objectType, $classType )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 284usize , placeholders : & ["sprintf(Resources::INVALID_CONFIG_HOSTNAME, $hostname)"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 284usize , placeholders : & ["sprintf(Resources::INVALID_CONFIG_HOSTNAME, $hostname)"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 318usize , placeholders : & ["sprintf(Resources::INVALID_CONFIG_URI, $uri)"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 318usize , placeholders : & ["sprintf(Resources::INVALID_CONFIG_URI, $uri)"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 337usize , placeholders : & [] , exception : Some ("MicrosoftAzure\\Storage\\Common\\Exceptions\\InvalidArgumentTypeException") , pattern : "object\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 337usize , placeholders : & [] , exception : Some ("MicrosoftAzure\\Storage\\Common\\Exceptions\\InvalidArgumentTypeException") , pattern : "object\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 365usize , placeholders : & ["sprintf(\n Resources::INSTANCE_TYPE_VALIDATION_MSG,\n $name,\n $objectType,\n $class\n )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 365usize , placeholders : & ["sprintf( Resources::INSTANCE_TYPE_VALIDATION_MSG, $name, $objectType, $class )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 395usize , placeholders : & ["sprintf(\n Resources::ERROR_METHOD_NOT_FOUND,\n $method,\n $name\n )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 395usize , placeholders : & ["sprintf( Resources::ERROR_METHOD_NOT_FOUND, $method, $name )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 423usize , placeholders : & ["sprintf(\n Resources::ERROR_INVALID_DATE_STRING,\n $name,\n $value\n )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 423usize , placeholders : & ["sprintf( Resources::ERROR_INVALID_DATE_STRING, $name, $value )"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 450usize , placeholders : & ["sprintf(\n Resources::INVALID_VALUE_MSG,\n $name,\n sprintf(Resources::ERROR_KEY_NOT_EXIST, $key)\n )"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Validate.php" , line : 450usize , placeholders : & ["sprintf( Resources::INVALID_VALUE_MSG, $name, sprintf(Resources::ERROR_KEY_NOT_EXIST, $key) )"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/SharedAccessSignatureHelper.php" , line : 263usize , placeholders : & ["Resources::SIGNED_PROTOCOL_INVALID_VALIDATION_MSG"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/microsoft/azure-storage-common/src/Common/SharedAccessSignatureHelper.php" , line : 263usize , placeholders : & ["Resources::SIGNED_PROTOCOL_INVALID_VALIDATION_MSG"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/mlocati/ip-lib/src/Range/AbstractRange.php" , line : 38usize , placeholders : & [] , exception : Some ("Exception") , pattern : "@todo\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/mlocati/ip-lib/src/Range/AbstractRange.php" , line : 38usize , placeholders : & [] , exception : Some ("Exception") , pattern : "@todo\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/mlocati/ip-lib/src/Range/Pattern.php" , line : 184usize , placeholders : & [] , exception : Some ("Exception") , pattern : "@todo\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/mlocati/ip-lib/src/Range/Pattern.php" , line : 184usize , placeholders : & [] , exception : Some ("Exception") , pattern : "@todo\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/mtdowling/jmespath.php/src/CompilerRuntime.php" , line : 33usize , placeholders : & ["$dir"] , exception : Some ("RuntimeException") , pattern : "Unable to create cache directory: \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/mtdowling/jmespath.php/src/CompilerRuntime.php" , line : 33usize , placeholders : & ["$dir"] , exception : Some ("RuntimeException") , pattern : "Unable to create cache directory: \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/mtdowling/jmespath.php/src/CompilerRuntime.php" , line : 76usize , placeholders : & ["sprintf(\n 'Unable to write the compiled PHP code to: %s (%s)',\n $filename,\n var_export(error_get_last(), true)\n )"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/mtdowling/jmespath.php/src/CompilerRuntime.php" , line : 76usize , placeholders : & ["sprintf( 'Unable to write the compiled PHP code to: %s (%s)', $filename, var_export(error_get_last(), true) )"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/mtdowling/jmespath.php/src/FnDispatcher.php" , line : 87usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "not_null() expects 1 or more arguments, 0 were provided\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/mtdowling/jmespath.php/src/FnDispatcher.php" , line : 87usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "not_null() expects 1 or more arguments, 0 were provided\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/mtdowling/jmespath.php/src/FnDispatcher.php" , line : 167usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "Cannot reverse provided argument\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/mtdowling/jmespath.php/src/FnDispatcher.php" , line : 167usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "Cannot reverse provided argument\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/mtdowling/jmespath.php/src/FnDispatcher.php" , line : 258usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "merge() expects 1 or more arguments, 0 were provided\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/mtdowling/jmespath.php/src/FnDispatcher.php" , line : 258usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "merge() expects 1 or more arguments, 0 were provided\u{1}\u{1}" , },
|
||||||
|
|
@ -1046,11 +1046,11 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Generator/DceSecurityGenerator.php" , line : 99usize , placeholders : & [] , exception : Some ("Ramsey\\Uuid\\Exception\\DceSecurityException") , pattern : "Clock sequence out of bounds; it must be a value between 0 and 63\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Generator/DceSecurityGenerator.php" , line : 99usize , placeholders : & [] , exception : Some ("Ramsey\\Uuid\\Exception\\DceSecurityException") , pattern : "Clock sequence out of bounds; it must be a value between 0 and 63\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Generator/DceSecurityGenerator.php" , line : 107usize , placeholders : & [] , exception : Some ("Ramsey\\Uuid\\Exception\\DceSecurityException") , pattern : "A local identifier must be provided for the org domain\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Generator/DceSecurityGenerator.php" , line : 107usize , placeholders : & [] , exception : Some ("Ramsey\\Uuid\\Exception\\DceSecurityException") , pattern : "A local identifier must be provided for the org domain\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Generator/DceSecurityGenerator.php" , line : 135usize , placeholders : & [] , exception : Some ("Ramsey\\Uuid\\Exception\\DceSecurityException") , pattern : "Local identifier out of bounds; it must be a value between 0 and 4294967295\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Generator/DceSecurityGenerator.php" , line : 135usize , placeholders : & [] , exception : Some ("Ramsey\\Uuid\\Exception\\DceSecurityException") , pattern : "Local identifier out of bounds; it must be a value between 0 and 4294967295\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Generator/DefaultNameGenerator.php" , line : 35usize , placeholders : & ["sprintf(\n 'Unable to hash namespace and name with algorithm \\'%s\\'',\n $hashAlgorithm\n )"] , exception : Some ("Ramsey\\Uuid\\Exception\\NameException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Generator/DefaultNameGenerator.php" , line : 35usize , placeholders : & ["sprintf( 'Unable to hash namespace and name with algorithm \\'%s\\'', $hashAlgorithm )"] , exception : Some ("Ramsey\\Uuid\\Exception\\NameException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Generator/DefaultTimeGenerator.php" , line : 87usize , placeholders : & ["$exception->getMessage()"] , exception : Some ("Ramsey\\Uuid\\Exception\\RandomSourceException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Generator/DefaultTimeGenerator.php" , line : 87usize , placeholders : & ["$exception->getMessage()"] , exception : Some ("Ramsey\\Uuid\\Exception\\RandomSourceException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Generator/DefaultTimeGenerator.php" , line : 105usize , placeholders : & ["sprintf(\n 'The generated time of \\'%s\\' is larger than expected',\n $timeHex\n )"] , exception : Some ("Ramsey\\Uuid\\Exception\\TimeSourceException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Generator/DefaultTimeGenerator.php" , line : 105usize , placeholders : & ["sprintf( 'The generated time of \\'%s\\' is larger than expected', $timeHex )"] , exception : Some ("Ramsey\\Uuid\\Exception\\TimeSourceException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Generator/DefaultTimeGenerator.php" , line : 142usize , placeholders : & [] , exception : Some ("Ramsey\\Uuid\\Exception\\InvalidArgumentException") , pattern : "Invalid node value\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Generator/DefaultTimeGenerator.php" , line : 142usize , placeholders : & [] , exception : Some ("Ramsey\\Uuid\\Exception\\InvalidArgumentException") , pattern : "Invalid node value\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php" , line : 46usize , placeholders : & ["sprintf(\n 'Unable to hash namespace and name with algorithm \\'%s\\'',\n $hashAlgorithm\n )"] , exception : Some ("Ramsey\\Uuid\\Exception\\NameException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php" , line : 46usize , placeholders : & ["sprintf( 'Unable to hash namespace and name with algorithm \\'%s\\'', $hashAlgorithm )"] , exception : Some ("Ramsey\\Uuid\\Exception\\NameException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Generator/RandomBytesGenerator.php" , line : 37usize , placeholders : & ["$exception->getMessage()"] , exception : Some ("Ramsey\\Uuid\\Exception\\RandomSourceException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Generator/RandomBytesGenerator.php" , line : 37usize , placeholders : & ["$exception->getMessage()"] , exception : Some ("Ramsey\\Uuid\\Exception\\RandomSourceException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Guid/Fields.php" , line : 67usize , placeholders : & ["strlen($bytes)"] , exception : Some ("Ramsey\\Uuid\\Exception\\InvalidArgumentException") , pattern : "The byte string must be 16 bytes long; received \0 bytes\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Guid/Fields.php" , line : 67usize , placeholders : & ["strlen($bytes)"] , exception : Some ("Ramsey\\Uuid\\Exception\\InvalidArgumentException") , pattern : "The byte string must be 16 bytes long; received \0 bytes\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Guid/Fields.php" , line : 76usize , placeholders : & [] , exception : Some ("Ramsey\\Uuid\\Exception\\InvalidArgumentException") , pattern : "The byte string received does not conform to the RFC 4122 or Microsoft Corporation variants\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/ramsey/uuid/src/Guid/Fields.php" , line : 76usize , placeholders : & [] , exception : Some ("Ramsey\\Uuid\\Exception\\InvalidArgumentException") , pattern : "The byte string received does not conform to the RFC 4122 or Microsoft Corporation variants\u{1}\u{1}" , },
|
||||||
|
|
@ -1357,7 +1357,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/sabre/vobject/lib/Cli.php" , line : 285usize , placeholders : & ["$this->colorize('green', ' repair')"] , exception : None , pattern : "\0 source_file [output_file] Repairs a file.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/sabre/vobject/lib/Cli.php" , line : 285usize , placeholders : & ["$this->colorize('green', ' repair')"] , exception : None , pattern : "\0 source_file [output_file] Repairs a file.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/sabre/vobject/lib/Cli.php" , line : 286usize , placeholders : & ["$this->colorize('green', ' convert')"] , exception : None , pattern : "\0 source_file [output_file] Converts a file.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/sabre/vobject/lib/Cli.php" , line : 286usize , placeholders : & ["$this->colorize('green', ' convert')"] , exception : None , pattern : "\0 source_file [output_file] Converts a file.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/sabre/vobject/lib/Cli.php" , line : 287usize , placeholders : & ["$this->colorize('green', ' color')"] , exception : None , pattern : "\0 source_file Colorize a file, useful for debugging.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/sabre/vobject/lib/Cli.php" , line : 287usize , placeholders : & ["$this->colorize('green', ' color')"] , exception : None , pattern : "\0 source_file Colorize a file, useful for debugging.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/sabre/vobject/lib/Cli.php" , line : 288usize , placeholders : & ["<<<HELP\n\nIf source_file is set as '-', STDIN will be used.\nIf output_file is omitted, STDOUT will be used.\nAll other output is sent to STDERR.\n\nHELP"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/sabre/vobject/lib/Cli.php" , line : 288usize , placeholders : & ["<<<HELPIf source_file is set as '-', STDIN will be used.If output_file is omitted, STDOUT will be used.All other output is sent to STDERR.HELP"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/sabre/vobject/lib/Cli.php" , line : 298usize , placeholders : & [] , exception : None , pattern : "Examples:\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/sabre/vobject/lib/Cli.php" , line : 298usize , placeholders : & [] , exception : None , pattern : "Examples:\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/sabre/vobject/lib/Cli.php" , line : 299usize , placeholders : & [] , exception : None , pattern : " vobject convert contact.vcf contact.json\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/sabre/vobject/lib/Cli.php" , line : 299usize , placeholders : & [] , exception : None , pattern : " vobject convert contact.vcf contact.json\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/sabre/vobject/lib/Cli.php" , line : 300usize , placeholders : & [] , exception : None , pattern : " vobject convert --format=vcard40 old.vcf new.vcf\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/sabre/vobject/lib/Cli.php" , line : 300usize , placeholders : & [] , exception : None , pattern : " vobject convert --format=vcard40 old.vcf new.vcf\u{1}\u{1}" , },
|
||||||
|
|
@ -1531,10 +1531,10 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/3rdparty/scssphp/scssphp/src/Compiler.php" , line : 10455usize , placeholders : & [] , exception : None , pattern : "The \"scssphp-glob\" function is deprecated an will be removed in ScssPhp 2.0.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/3rdparty/scssphp/scssphp/src/Compiler.php" , line : 10455usize , placeholders : & [] , exception : None , pattern : "The \"scssphp-glob\" function is deprecated an will be removed in ScssPhp 2.0.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/scssphp/scssphp/src/Node/Number.php" , line : 218usize , placeholders : & [] , exception : Some ("BadMethodCallException") , pattern : "Number is immutable\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/scssphp/scssphp/src/Node/Number.php" , line : 218usize , placeholders : & [] , exception : Some ("BadMethodCallException") , pattern : "Number is immutable\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/scssphp/scssphp/src/Node/Number.php" , line : 227usize , placeholders : & [] , exception : Some ("BadMethodCallException") , pattern : "Number is immutable\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/scssphp/scssphp/src/Node/Number.php" , line : 227usize , placeholders : & [] , exception : Some ("BadMethodCallException") , pattern : "Number is immutable\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/scssphp/scssphp/src/Node/Number.php" , line : 357usize , placeholders : & ["sprintf(\n 'Incompatible units %s and %s.',\n self::getUnitString($this->numeratorUnits, $this->denominatorUnits),\n self::getUnitString($other->numeratorUnits, $other->denominatorUnits)\n )"] , exception : Some ("ScssPhp\\ScssPhp\\Exception\\SassScriptException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/scssphp/scssphp/src/Node/Number.php" , line : 357usize , placeholders : & ["sprintf( 'Incompatible units %s and %s.', self::getUnitString($this->numeratorUnits, $this->denominatorUnits), self::getUnitString($other->numeratorUnits, $other->denominatorUnits) )"] , exception : Some ("ScssPhp\\ScssPhp\\Exception\\SassScriptException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/scssphp/scssphp/src/Node/Number.php" , line : 697usize , placeholders : & ["sprintf(\n 'Incompatible units %s and %s.',\n self::getUnitString($this->numeratorUnits, $this->denominatorUnits),\n self::getUnitString($numeratorUnits, $denominatorUnits)\n )"] , exception : Some ("ScssPhp\\ScssPhp\\Exception\\SassScriptException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/scssphp/scssphp/src/Node/Number.php" , line : 697usize , placeholders : & ["sprintf( 'Incompatible units %s and %s.', self::getUnitString($this->numeratorUnits, $this->denominatorUnits), self::getUnitString($numeratorUnits, $denominatorUnits) )"] , exception : Some ("ScssPhp\\ScssPhp\\Exception\\SassScriptException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/scssphp/scssphp/src/Node/Number.php" , line : 719usize , placeholders : & ["sprintf(\n 'Incompatible units %s and %s.',\n self::getUnitString($this->numeratorUnits, $this->denominatorUnits),\n self::getUnitString($numeratorUnits, $denominatorUnits)\n )"] , exception : Some ("ScssPhp\\ScssPhp\\Exception\\SassScriptException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/scssphp/scssphp/src/Node/Number.php" , line : 719usize , placeholders : & ["sprintf( 'Incompatible units %s and %s.', self::getUnitString($this->numeratorUnits, $this->denominatorUnits), self::getUnitString($numeratorUnits, $denominatorUnits) )"] , exception : Some ("ScssPhp\\ScssPhp\\Exception\\SassScriptException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/scssphp/scssphp/src/Node/Number.php" , line : 727usize , placeholders : & ["sprintf(\n 'Incompatible units %s and %s.',\n self::getUnitString($this->numeratorUnits, $this->denominatorUnits),\n self::getUnitString($numeratorUnits, $denominatorUnits)\n )"] , exception : Some ("ScssPhp\\ScssPhp\\Exception\\SassScriptException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/scssphp/scssphp/src/Node/Number.php" , line : 727usize , placeholders : & ["sprintf( 'Incompatible units %s and %s.', self::getUnitString($this->numeratorUnits, $this->denominatorUnits), self::getUnitString($numeratorUnits, $denominatorUnits) )"] , exception : Some ("ScssPhp\\ScssPhp\\Exception\\SassScriptException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/scssphp/scssphp/src/OutputStyle.php" , line : 41usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Invalid output style\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/scssphp/scssphp/src/OutputStyle.php" , line : 41usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Invalid output style\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/scssphp/scssphp/src/Parser.php" , line : 278usize , placeholders : & ["$message"] , exception : Some ("ScssPhp\\ScssPhp\\Exception\\ParserException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/scssphp/scssphp/src/Parser.php" , line : 278usize , placeholders : & ["$message"] , exception : Some ("ScssPhp\\ScssPhp\\Exception\\ParserException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/3rdparty/scssphp/scssphp/src/Parser.php" , line : 554usize , placeholders : & ["$file" , "$line" , "$column"] , exception : None , pattern : "The \"@scssphp-import-once\" directive is deprecated and will be removed in ScssPhp 2.0, in \"\0\", line \0, column \0.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/3rdparty/scssphp/scssphp/src/Parser.php" , line : 554usize , placeholders : & ["$file" , "$line" , "$column"] , exception : None , pattern : "The \"@scssphp-import-once\" directive is deprecated and will be removed in ScssPhp 2.0, in \"\0\", line \0, column \0.\u{1}\u{1}" , },
|
||||||
|
|
@ -1603,7 +1603,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/stecman/symfony-console-completion/src/CompletionHandler.php" , line : 106usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "A CompletionContext must be set before requesting completion.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/stecman/symfony-console-completion/src/CompletionHandler.php" , line : 106usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "A CompletionContext must be set before requesting completion.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/stecman/symfony-console-completion/src/EnvironmentCompletionContext.php" , line : 27usize , placeholders : & ["$message"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/stecman/symfony-console-completion/src/EnvironmentCompletionContext.php" , line : 27usize , placeholders : & ["$message"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/stecman/symfony-console-completion/src/EnvironmentCompletionContext.php" , line : 41usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "Failed to read word breaks from environment; Environment var CMDLINE_WORDBREAKS not set\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/stecman/symfony-console-completion/src/EnvironmentCompletionContext.php" , line : 41usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "Failed to read word breaks from environment; Environment var CMDLINE_WORDBREAKS not set\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/stecman/symfony-console-completion/src/HookFactory.php" , line : 139usize , placeholders : & ["sprintf(\n \"Cannot generate hook for unknown shell type '%s'. Available hooks are: %s\",\n $type,\n implode(', ', self::getShellTypes())\n )"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/stecman/symfony-console-completion/src/HookFactory.php" , line : 139usize , placeholders : & ["sprintf( \"Cannot generate hook for unknown shell type '%s'. Available hooks are: %s\", $type, implode(', ', self::getShellTypes()) )"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/symfony/console/Application.php" , line : 119usize , placeholders : & [] , exception : Some ("Symfony\\Component\\Console\\Exception\\RuntimeException") , pattern : "Signals are not supported. Make sure that the `pcntl` extension is installed and that \"pcntl_*\" functions are not disabled by your php.ini's \"disable_functions\" directive.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/symfony/console/Application.php" , line : 119usize , placeholders : & [] , exception : Some ("Symfony\\Component\\Console\\Exception\\RuntimeException") , pattern : "Signals are not supported. Make sure that the `pcntl` extension is installed and that \"pcntl_*\" functions are not disabled by your php.ini's \"disable_functions\" directive.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/symfony/console/Application.php" , line : 541usize , placeholders : & ["sprintf('The command defined in \"%s\" cannot have an empty name.', get_debug_type($command))"] , exception : Some ("Symfony\\Component\\Console\\Exception\\LogicException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/symfony/console/Application.php" , line : 541usize , placeholders : & ["sprintf('The command defined in \"%s\" cannot have an empty name.', get_debug_type($command))"] , exception : Some ("Symfony\\Component\\Console\\Exception\\LogicException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/symfony/console/Application.php" , line : 565usize , placeholders : & ["sprintf('The command \"%s\" does not exist.', $name)"] , exception : Some ("Symfony\\Component\\Console\\Exception\\CommandNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/symfony/console/Application.php" , line : 565usize , placeholders : & ["sprintf('The command \"%s\" does not exist.', $name)"] , exception : Some ("Symfony\\Component\\Console\\Exception\\CommandNotFoundException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
|
|
@ -1627,17 +1627,17 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/symfony/console/Command/Command.php" , line : 707usize , placeholders : & ["sprintf('Command name \"%s\" is invalid.', $name)"] , exception : Some ("Symfony\\Component\\Console\\Exception\\InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/symfony/console/Command/Command.php" , line : 707usize , placeholders : & ["sprintf('Command name \"%s\" is invalid.', $name)"] , exception : Some ("Symfony\\Component\\Console\\Exception\\InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 80usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "The \"--shell\" option must be set.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 80usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "The \"--shell\" option must be set.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 84usize , placeholders : & ["sprintf('Shell completion is not supported for your shell: \"%s\" (supported: \"%s\").', $shell, implode('\", \"', array_keys($this->completionOutputs)))"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 84usize , placeholders : & ["sprintf('Shell completion is not supported for your shell: \"%s\" (supported: \"%s\").', $shell, implode('\", \"', array_keys($this->completionOutputs)))"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 90usize , placeholders : & ["[\n '',\n '<comment>'.date('Y-m-d H:i:s').'</>',\n '<info>Input:</> <comment>(\"|\" indicates the cursor position)</>',\n ' '.(string) $completionInput,\n '<info>Command:</>',\n ' '.(string) implode(' ', $_SERVER['argv']),\n '<info>Messages:</>',\n ]"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 90usize , placeholders : & ["[ '', '<comment>'.date('Y-m-d H:i:s').'</>', '<info>Input:</> <comment>(\"|\" indicates the cursor position)</>', ' '.(string) $completionInput, '<info>Command:</>', ' '.(string) implode(' ', $_SERVER['argv']), '<info>Messages:</>', ]"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 102usize , placeholders : & [] , exception : None , pattern : " No command found, completing using the Application class.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 102usize , placeholders : & [] , exception : None , pattern : " No command found, completing using the Application class.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 110usize , placeholders : & [] , exception : None , pattern : " No command found, completing using the Application class.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 110usize , placeholders : & [] , exception : None , pattern : " No command found, completing using the Application class.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 119usize , placeholders : & ["\\get_class($command instanceof LazyCommand ? $command->getCommand() : $command)"] , exception : None , pattern : " Completing option names for the <comment>\0</> command.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 119usize , placeholders : & ["\\get_class($command instanceof LazyCommand ? $command->getCommand() : $command)"] , exception : None , pattern : " Completing option names for the <comment>\0</> command.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 123usize , placeholders : & ["[\n ' Completing using the <comment>'.\\get_class($command instanceof LazyCommand ? $command->getCommand() : $command).'</> class.',\n ' Completing <comment>'.$completionInput->getCompletionType().'</> for <comment>'.$completionInput->getCompletionName().'</>',\n ]"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 123usize , placeholders : & ["[ ' Completing using the <comment>'.\\get_class($command instanceof LazyCommand ? $command->getCommand() : $command).'</> class.', ' Completing <comment>'.$completionInput->getCompletionType().'</> for <comment>'.$completionInput->getCompletionName().'</>', ]"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 128usize , placeholders : & ["$compval"] , exception : None , pattern : " Current value: <comment>\0</>\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 128usize , placeholders : & ["$compval"] , exception : None , pattern : " Current value: <comment>\0</>\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 138usize , placeholders : & [] , exception : None , pattern : "<info>Suggestions:</>\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 138usize , placeholders : & [] , exception : None , pattern : "<info>Suggestions:</>\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 140usize , placeholders : & ["implode(' --', array_map(function ($o) { return $o->getName(); }, $options))"] , exception : None , pattern : " --\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 140usize , placeholders : & ["implode(' --', array_map(function ($o) { return $o->getName(); }, $options))"] , exception : None , pattern : " --\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 142usize , placeholders : & ["implode(' ', $values)"] , exception : None , pattern : " \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 142usize , placeholders : & ["implode(' ', $values)"] , exception : None , pattern : " \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 144usize , placeholders : & [] , exception : None , pattern : " <comment>No suggestions were provided</>\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 144usize , placeholders : & [] , exception : None , pattern : " <comment>No suggestions were provided</>\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 149usize , placeholders : & ["[\n '<error>Error!</error>',\n (string) $e,\n ]"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 149usize , placeholders : & ["[ '<error>Error!</error>', (string) $e, ]"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 168usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "The \"--current\" option must be set and it must be an integer.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/symfony/console/Command/CompleteCommand.php" , line : 168usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "The \"--current\" option must be set and it must be an integer.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/symfony/console/Command/LockableTrait.php" , line : 36usize , placeholders : & [] , exception : Some ("Symfony\\Component\\Console\\Exception\\LogicException") , pattern : "To enable the locking feature you must install the symfony/lock component.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/symfony/console/Command/LockableTrait.php" , line : 36usize , placeholders : & [] , exception : Some ("Symfony\\Component\\Console\\Exception\\LogicException") , pattern : "To enable the locking feature you must install the symfony/lock component.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/symfony/console/Command/LockableTrait.php" , line : 40usize , placeholders : & [] , exception : Some ("Symfony\\Component\\Console\\Exception\\LogicException") , pattern : "A lock is already in place.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/3rdparty/symfony/console/Command/LockableTrait.php" , line : 40usize , placeholders : & [] , exception : Some ("Symfony\\Component\\Console\\Exception\\LogicException") , pattern : "A lock is already in place.\u{1}\u{1}" , },
|
||||||
|
|
@ -2439,8 +2439,8 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/admin_audit/composer/composer/InstalledVersions.php" , line : 224usize , placeholders : & ["$packageName"] , exception : Some ("OutOfBoundsException") , pattern : "Package \"\0\" is not installed\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/admin_audit/composer/composer/InstalledVersions.php" , line : 224usize , placeholders : & ["$packageName"] , exception : Some ("OutOfBoundsException") , pattern : "Package \"\0\" is not installed\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/admin_audit/composer/composer/InstalledVersions.php" , line : 241usize , placeholders : & ["$packageName"] , exception : Some ("OutOfBoundsException") , pattern : "Package \"\0\" is not installed\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/admin_audit/composer/composer/InstalledVersions.php" , line : 241usize , placeholders : & ["$packageName"] , exception : Some ("OutOfBoundsException") , pattern : "Package \"\0\" is not installed\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/admin_audit/lib/Actions/Action.php" , line : 55usize , placeholders : & ["$element"] , exception : None , pattern : "$params[\"\0\"] was missing.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/admin_audit/lib/Actions/Action.php" , line : 55usize , placeholders : & ["$element"] , exception : None , pattern : "$params[\"\0\"] was missing.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/admin_audit/lib/Actions/Action.php" , line : 60usize , placeholders : & ["sprintf(\n\t\t\t\t\t\t\t'$params[\"'.$element.'\"] was missing. Transferred value: %s',\n\t\t\t\t\t\t\tprint_r($params, true)\n\t\t\t\t\t\t)"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/admin_audit/lib/Actions/Action.php" , line : 60usize , placeholders : & ["sprintf('$params[\"'.$element.'\"] was missing. Transferred value: %s',print_r($params, true))"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/apps/admin_audit/lib/Actions/Action.php" , line : 80usize , placeholders : & ["vsprintf(\n\t\t\t\t$text,\n\t\t\t\t$replaceArray\n\t\t\t)"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/apps/admin_audit/lib/Actions/Action.php" , line : 80usize , placeholders : & ["vsprintf($text,$replaceArray)"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/AppManagement.php" , line : 35usize , placeholders : & [] , exception : None , pattern : "App \"%s\" enabled\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/AppManagement.php" , line : 35usize , placeholders : & [] , exception : None , pattern : "App \"%s\" enabled\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/AppManagement.php" , line : 46usize , placeholders : & [] , exception : None , pattern : "App \"%1$s\" enabled for groups: %2$s\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/AppManagement.php" , line : 46usize , placeholders : & [] , exception : None , pattern : "App \"%1$s\" enabled for groups: %2$s\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/AppManagement.php" , line : 56usize , placeholders : & [] , exception : None , pattern : "App \"%s\" disabled\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/AppManagement.php" , line : 56usize , placeholders : & [] , exception : None , pattern : "App \"%s\" disabled\u{1}\u{1}" , },
|
||||||
|
|
@ -2493,7 +2493,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/UserManagement.php" , line : 63usize , placeholders : & [] , exception : None , pattern : "UserID assigned: \"%s\"\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/UserManagement.php" , line : 63usize , placeholders : & [] , exception : None , pattern : "UserID assigned: \"%s\"\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/UserManagement.php" , line : 76usize , placeholders : & [] , exception : None , pattern : "User deleted: \"%s\"\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/UserManagement.php" , line : 76usize , placeholders : & [] , exception : None , pattern : "User deleted: \"%s\"\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/UserManagement.php" , line : 91usize , placeholders : & [] , exception : None , pattern : "UserID unassigned: \"%s\"\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/UserManagement.php" , line : 91usize , placeholders : & [] , exception : None , pattern : "UserID unassigned: \"%s\"\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/UserManagement.php" , line : 106usize , placeholders : & ["$params['value'] === true\n\t\t\t\t\t\t? 'User enabled: \"%s\"'\n\t\t\t\t\t\t: 'User disabled: \"%s\"'"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/UserManagement.php" , line : 106usize , placeholders : & ["$params['value'] === true? 'User enabled: \"%s\"': 'User disabled: \"%s\"'"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/UserManagement.php" , line : 117usize , placeholders : & [] , exception : None , pattern : "Email address changed for user %s\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/UserManagement.php" , line : 117usize , placeholders : & [] , exception : None , pattern : "Email address changed for user %s\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/UserManagement.php" , line : 135usize , placeholders : & [] , exception : None , pattern : "Password of user \"%s\" has been changed\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/UserManagement.php" , line : 135usize , placeholders : & [] , exception : None , pattern : "Password of user \"%s\" has been changed\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/Versions.php" , line : 32usize , placeholders : & [] , exception : None , pattern : "Version \"%s\" of \"%s\" was restored.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Unknown , path : "/apps/admin_audit/lib/Actions/Versions.php" , line : 32usize , placeholders : & [] , exception : None , pattern : "Version \"%s\" of \"%s\" was restored.\u{1}\u{1}" , },
|
||||||
|
|
@ -3255,7 +3255,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/Auth.php" , line : 208usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception\\NotAuthenticated") , pattern : "2FA challenge not passed.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/Auth.php" , line : 208usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception\\NotAuthenticated") , pattern : "2FA challenge not passed.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/Auth.php" , line : 228usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception\\NotAuthenticated") , pattern : "Cannot authenticate over ajax calls\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/Auth.php" , line : 228usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception\\NotAuthenticated") , pattern : "Cannot authenticate over ajax calls\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php" , line : 72usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception\\Forbidden") , pattern : "Unsupported client version.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php" , line : 72usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception\\Forbidden") , pattern : "Unsupported client version.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/DavAclPlugin.php" , line : 72usize , placeholders : & ["sprintf(\n\t\t\t\t\t\"%s with name '%s' could not be found\",\n\t\t\t\t\t$type,\n\t\t\t\t\t$node->getName()\n\t\t\t\t)"] , exception : Some ("Sabre\\DAV\\Exception\\NotFound") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/DavAclPlugin.php" , line : 72usize , placeholders : & ["sprintf(\"%s with name '%s' could not be found\",$type,$node->getName())"] , exception : Some ("Sabre\\DAV\\Exception\\NotFound") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/Directory.php" , line : 122usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception\\Forbidden") , pattern : "\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/Directory.php" , line : 122usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception\\Forbidden") , pattern : "\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/Directory.php" , line : 127usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception\\Forbidden") , pattern : "\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/Directory.php" , line : 127usize , placeholders : & [] , exception : Some ("Sabre\\DAV\\Exception\\Forbidden") , pattern : "\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/Directory.php" , line : 154usize , placeholders : & ["$e->getMessage()"] , exception : Some ("Sabre\\DAV\\Exception\\ServiceUnavailable") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/Directory.php" , line : 154usize , placeholders : & ["$e->getMessage()"] , exception : Some ("Sabre\\DAV\\Exception\\ServiceUnavailable") , pattern : "\0\u{1}\u{1}" , },
|
||||||
|
|
@ -3308,8 +3308,8 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 206usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 206usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 267usize , placeholders : & [] , exception : None , pattern : "\\OC\\Files\\Filesystem::fopen() failed\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 267usize , placeholders : & [] , exception : None , pattern : "\\OC\\Files\\Filesystem::fopen() failed\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 269usize , placeholders : & ["$this->l10n->t('Could not write file contents')"] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 269usize , placeholders : & ["$this->l10n->t('Could not write file contents')"] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 282usize , placeholders : & ["$this->l10n->t(\n\t\t\t\t\t\t\t'Error while copying file to target location (copied: %1$s, expected filesize: %2$s)',\n\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t$this->l10n->n('%n byte', '%n bytes', $count),\n\t\t\t\t\t\t\t\t$this->l10n->n('%n byte', '%n bytes', $expected),\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t)"] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 282usize , placeholders : & ["$this->l10n->t('Error while copying file to target location (copied: %1$s, expected filesize: %2$s)',[$this->l10n->n('%n byte', '%n bytes', $count),$this->l10n->n('%n byte', '%n bytes', $expected),],)"] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 301usize , placeholders : & ["$this->l10n->t(\n\t\t\t\t\t\t\t'Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side.',\n\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t$this->l10n->n('%n byte', '%n bytes', $expected),\n\t\t\t\t\t\t\t\t$this->l10n->n('%n byte', '%n bytes', $count),\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t)"] , exception : Some ("Sabre\\DAV\\Exception\\BadRequest") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 301usize , placeholders : & ["$this->l10n->t('Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side.',[$this->l10n->n('%n byte', '%n bytes', $expected),$this->l10n->n('%n byte', '%n bytes', $count),],)"] , exception : Some ("Sabre\\DAV\\Exception\\BadRequest") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 314usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 314usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 316usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 316usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 329usize , placeholders : & ["$this->l10n->t('Could not rename part file to final file, canceled by hook')"] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 329usize , placeholders : & ["$this->l10n->t('Could not rename part file to final file, canceled by hook')"] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
|
|
@ -3332,7 +3332,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 550usize , placeholders : & ["$ex->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 550usize , placeholders : & ["$ex->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 552usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 552usize , placeholders : & ["$e->getMessage()"] , exception : Some ("OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 602usize , placeholders : & ["$this->l10n->t('Invalid chunk name')"] , exception : Some ("Sabre\\DAV\\Exception\\NotImplemented") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 602usize , placeholders : & ["$this->l10n->t('Invalid chunk name')"] , exception : Some ("Sabre\\DAV\\Exception\\NotImplemented") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 615usize , placeholders : & ["$this->l10n->t(\n\t\t\t\t\t\t\t'Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side.',\n\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t$this->l10n->n('%n byte', '%n bytes', $expected),\n\t\t\t\t\t\t\t\t$this->l10n->n('%n byte', '%n bytes', $bytesWritten),\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t)"] , exception : Some ("Sabre\\DAV\\Exception\\BadRequest") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 615usize , placeholders : & ["$this->l10n->t('Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side.',[$this->l10n->n('%n byte', '%n bytes', $expected),$this->l10n->n('%n byte', '%n bytes', $bytesWritten),],)"] , exception : Some ("Sabre\\DAV\\Exception\\BadRequest") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 661usize , placeholders : & [] , exception : None , pattern : "\\OC\\Files\\Filesystem::rename() failed\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 661usize , placeholders : & [] , exception : None , pattern : "\\OC\\Files\\Filesystem::rename() failed\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 670usize , placeholders : & ["$this->l10n->t('Could not rename part file assembled from chunks')"] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 670usize , placeholders : & ["$this->l10n->t('Could not rename part file assembled from chunks')"] , exception : Some ("Sabre\\DAV\\Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 731usize , placeholders : & ["$e->getMessage()"] , exception : Some ("Sabre\\DAV\\Exception\\Forbidden") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/dav/lib/Connector/Sabre/File.php" , line : 731usize , placeholders : & ["$e->getMessage()"] , exception : Some ("Sabre\\DAV\\Exception\\Forbidden") , pattern : "\0\u{1}\u{1}" , },
|
||||||
|
|
@ -3660,8 +3660,8 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/encryption/lib/Crypto/Crypt.php" , line : 200usize , placeholders : & ["$keyFormat"] , exception : Some ("InvalidArgumentException") , pattern : "key format \"\0\" is not supported\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/encryption/lib/Crypto/Crypt.php" , line : 200usize , placeholders : & ["$keyFormat"] , exception : Some ("InvalidArgumentException") , pattern : "key format \"\0\" is not supported\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/encryption/lib/Crypto/Crypt.php" , line : 229usize , placeholders : & ["$error" , "openssl_error_string()"] , exception : None , pattern : "\0\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/encryption/lib/Crypto/Crypt.php" , line : 229usize , placeholders : & ["$error" , "openssl_error_string()"] , exception : None , pattern : "\0\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/encryption/lib/Crypto/Crypt.php" , line : 231usize , placeholders : & ["$error"] , exception : Some ("OC\\Encryption\\Exceptions\\EncryptionFailedException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/encryption/lib/Crypto/Crypt.php" , line : 231usize , placeholders : & ["$error"] , exception : Some ("OC\\Encryption\\Exceptions\\EncryptionFailedException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/apps/encryption/lib/Crypto/Crypt.php" , line : 249usize , placeholders : & ["sprintf(\n\t\t\t\t\t'Unsupported cipher (%s) defined in config.php supported. Falling back to %s',\n\t\t\t\t\t$cipher,\n\t\t\t\t\tself::DEFAULT_CIPHER\n\t\t\t\t)"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/apps/encryption/lib/Crypto/Crypt.php" , line : 249usize , placeholders : & ["sprintf('Unsupported cipher (%s) defined in config.php supported. Falling back to %s',$cipher,self::DEFAULT_CIPHER)"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/encryption/lib/Crypto/Crypt.php" , line : 286usize , placeholders : & ["sprintf(\n\t\t\t\t'Unsupported cipher (%s) defined.',\n\t\t\t\t$cipher\n\t\t\t)"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/encryption/lib/Crypto/Crypt.php" , line : 286usize , placeholders : & ["sprintf('Unsupported cipher (%s) defined.',$cipher)"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/encryption/lib/Crypto/Crypt.php" , line : 301usize , placeholders : & [] , exception : Some ("OC\\ServerNotAvailableException") , pattern : "Legacy cipher is no longer supported!\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/encryption/lib/Crypto/Crypt.php" , line : 301usize , placeholders : & [] , exception : Some ("OC\\ServerNotAvailableException") , pattern : "Legacy cipher is no longer supported!\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/encryption/lib/Crypto/Crypt.php" , line : 483usize , placeholders : & [] , exception : Some ("OCP\\Encryption\\Exceptions\\GenericEncryptionException") , pattern : "Bad Signature\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/encryption/lib/Crypto/Crypt.php" , line : 483usize , placeholders : & [] , exception : Some ("OCP\\Encryption\\Exceptions\\GenericEncryptionException") , pattern : "Bad Signature\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/apps/encryption/lib/Crypto/Crypt.php" , line : 485usize , placeholders : & [] , exception : None , pattern : "Signature check skipped\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/apps/encryption/lib/Crypto/Crypt.php" , line : 485usize , placeholders : & [] , exception : None , pattern : "Signature check skipped\u{1}\u{1}" , },
|
||||||
|
|
@ -3989,7 +3989,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/apps/files_external/lib/Command/Notify.php" , line : 227usize , placeholders : & [] , exception : None , pattern : "Error while re-connecting to database\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/apps/files_external/lib/Command/Notify.php" , line : 227usize , placeholders : & [] , exception : None , pattern : "Error while re-connecting to database\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Command/StorageAuthBase.php" , line : 118usize , placeholders : & [] , exception : Some ("Exception") , pattern : "\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Command/StorageAuthBase.php" , line : 118usize , placeholders : & [] , exception : Some ("Exception") , pattern : "\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Config/ConfigAdapter.php" , line : 73usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Invalid object store\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Config/ConfigAdapter.php" , line : 73usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Invalid object store\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Config/SimpleSubstitutionTrait.php" , line : 67usize , placeholders : & ["sprintf(\n\t\t\t\t'Invalid placeholder %s, only [a-z0-9] are allowed', $this->sanitizedPlaceholder\n\t\t\t)"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Config/SimpleSubstitutionTrait.php" , line : 67usize , placeholders : & ["sprintf('Invalid placeholder %s, only [a-z0-9] are allowed', $this->sanitizedPlaceholder)"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Config/SimpleSubstitutionTrait.php" , line : 72usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "Invalid empty placeholder\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Config/SimpleSubstitutionTrait.php" , line : 72usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "Invalid empty placeholder\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/files_external/lib/Controller/StoragesController.php" , line : 120usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/files_external/lib/Controller/StoragesController.php" , line : 120usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php" , line : 80usize , placeholders : & [] , exception : Some ("OCA\\Files_External\\Lib\\InsufficientDataForMeaningfulAnswerException") , pattern : "No credentials saved\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php" , line : 80usize , placeholders : & [] , exception : Some ("OCA\\Files_External\\Lib\\InsufficientDataForMeaningfulAnswerException") , pattern : "No credentials saved\u{1}\u{1}" , },
|
||||||
|
|
@ -4088,10 +4088,10 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/apps/files_external/lib/Migration/Version1015Date20211104103506.php" , line : 72usize , placeholders : & ["$mount['mount_id']" , "$newId"] , exception : None , pattern : "Migrated s3 storage id for mount with id \0 to \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/apps/files_external/lib/Migration/Version1015Date20211104103506.php" , line : 72usize , placeholders : & ["$mount['mount_id']" , "$newId"] , exception : None , pattern : "Migrated s3 storage id for mount with id \0 to \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/files_external/lib/Migration/Version1015Date20211104103506.php" , line : 74usize , placeholders : & ["$mount['mount_id']"] , exception : None , pattern : "Failed to migrate external s3 storage id for mount with id \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/files_external/lib/Migration/Version1015Date20211104103506.php" , line : 74usize , placeholders : & ["$mount['mount_id']"] , exception : None , pattern : "Failed to migrate external s3 storage id for mount with id \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/files_external/lib/MountConfig.php" , line : 141usize , placeholders : & ["$exception->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/files_external/lib/MountConfig.php" , line : 141usize , placeholders : & ["$exception->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Service/BackendService.php" , line : 327usize , placeholders : & ["sprintf(\n\t\t\t\t'Invalid placeholder %s, only [a-z0-9] are allowed', $placeholder\n\t\t\t)"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Service/BackendService.php" , line : 327usize , placeholders : & ["sprintf('Invalid placeholder %s, only [a-z0-9] are allowed', $placeholder)"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Service/BackendService.php" , line : 332usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "Invalid empty placeholder\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Service/BackendService.php" , line : 332usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "Invalid empty placeholder\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Service/BackendService.php" , line : 335usize , placeholders : & ["sprintf('A handler is already registered for %s', $placeholder)"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Service/BackendService.php" , line : 335usize , placeholders : & ["sprintf('A handler is already registered for %s', $placeholder)"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Service/BackendService.php" , line : 346usize , placeholders : & ["sprintf(\n\t\t\t\t\t'Handler for %s is not an instance of IConfigHandler', $placeholder\n\t\t\t\t)"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Service/BackendService.php" , line : 346usize , placeholders : & ["sprintf('Handler for %s is not an instance of IConfigHandler', $placeholder)"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Service/LegacyStoragesService.php" , line : 64usize , placeholders : & ["$storageOptions['backend']"] , exception : Some ("UnexpectedValueException") , pattern : "Invalid backend \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Service/LegacyStoragesService.php" , line : 64usize , placeholders : & ["$storageOptions['backend']"] , exception : Some ("UnexpectedValueException") , pattern : "Invalid backend \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Service/LegacyStoragesService.php" , line : 74usize , placeholders : & ["$storageOptions['authMechanism']"] , exception : Some ("UnexpectedValueException") , pattern : "Invalid authentication mechanism \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/files_external/lib/Service/LegacyStoragesService.php" , line : 74usize , placeholders : & ["$storageOptions['authMechanism']"] , exception : Some ("UnexpectedValueException") , pattern : "Invalid authentication mechanism \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/files_external/lib/Service/LegacyStoragesService.php" , line : 146usize , placeholders : & ["$rootMountPath"] , exception : None , pattern : "Could not parse mount point \"\0\"\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/files_external/lib/Service/LegacyStoragesService.php" , line : 146usize , placeholders : & ["$rootMountPath"] , exception : None , pattern : "Could not parse mount point \"\0\"\u{1}\u{1}" , },
|
||||||
|
|
@ -4944,8 +4944,8 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/amp/lib/Loop/Driver.php" , line : 397usize , placeholders : & ["$watcherId"] , exception : Some ("Amp\\Loop\\InvalidWatcherError") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/amp/lib/Loop/Driver.php" , line : 397usize , placeholders : & ["$watcherId"] , exception : Some ("Amp\\Loop\\InvalidWatcherError") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/amp/lib/Loop/Driver.php" , line : 516usize , placeholders : & ["$watcherId"] , exception : Some ("Amp\\Loop\\InvalidWatcherError") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/amp/lib/Loop/Driver.php" , line : 516usize , placeholders : & ["$watcherId"] , exception : Some ("Amp\\Loop\\InvalidWatcherError") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/amp/lib/Loop/Driver.php" , line : 714usize , placeholders : & [] , exception : Some ("Error") , pattern : "Unknown watcher type\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/amp/lib/Loop/Driver.php" , line : 714usize , placeholders : & [] , exception : Some ("Error") , pattern : "Unknown watcher type\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/amp/lib/Loop/DriverFactory.php" , line : 56usize , placeholders : & ["\\sprintf(\n \"Driver '%s' does not exist.\",\n $driver\n )"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/amp/lib/Loop/DriverFactory.php" , line : 56usize , placeholders : & ["\\sprintf( \"Driver '%s' does not exist.\", $driver )"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/amp/lib/Loop/DriverFactory.php" , line : 63usize , placeholders : & ["\\sprintf(\n \"Driver '%s' is not a subclass of '%s'.\",\n $driver,\n Driver::class\n )"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/amp/lib/Loop/DriverFactory.php" , line : 63usize , placeholders : & ["\\sprintf( \"Driver '%s' is not a subclass of '%s'.\", $driver, Driver::class )"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/suspicious_login/vendor/amphp/amp/lib/Loop/EvDriver.php" , line : 73usize , placeholders : & ["$exception"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/suspicious_login/vendor/amphp/amp/lib/Loop/EvDriver.php" , line : 73usize , placeholders : & ["$exception"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/suspicious_login/vendor/amphp/amp/lib/Loop/EvDriver.php" , line : 110usize , placeholders : & ["$exception"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/suspicious_login/vendor/amphp/amp/lib/Loop/EvDriver.php" , line : 110usize , placeholders : & ["$exception"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/suspicious_login/vendor/amphp/amp/lib/Loop/EvDriver.php" , line : 138usize , placeholders : & ["$exception"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/suspicious_login/vendor/amphp/amp/lib/Loop/EvDriver.php" , line : 138usize , placeholders : & ["$exception"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
|
|
@ -5029,24 +5029,24 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 332usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Sync\\SynchronizationError") , pattern : "Did not receive an exit result from thread.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 332usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Sync\\SynchronizationError") , pattern : "Did not receive an exit result from thread.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 345usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The thread has not been started.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 345usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The thread has not been started.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 352usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\ContextException") , pattern : "The thread stopped responding, potentially due to a fatal error or calling exit\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 352usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\ContextException") , pattern : "The thread stopped responding, potentially due to a fatal error or calling exit\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 357usize , placeholders : & ["\\sprintf(\n 'Thread unexpectedly exited with result of type: %s',\n \\is_object($data) ? \\get_class($data) : \\gettype($data)\n )"] , exception : Some ("Amp\\Parallel\\Sync\\SynchronizationError") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 357usize , placeholders : & ["\\sprintf( 'Thread unexpectedly exited with result of type: %s', \\is_object($data) ? \\get_class($data) : \\gettype($data) )"] , exception : Some ("Amp\\Parallel\\Sync\\SynchronizationError") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 373usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The thread has not been started or has already finished.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 373usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The thread has not been started or has already finished.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 377usize , placeholders : & [] , exception : Some ("Error") , pattern : "Cannot send exit result objects.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 377usize , placeholders : & [] , exception : Some ("Error") , pattern : "Cannot send exit result objects.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 385usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\ContextException") , pattern : "The thread stopped responding, potentially due to a fatal error or calling exit\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 385usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\ContextException") , pattern : "The thread stopped responding, potentially due to a fatal error or calling exit\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 392usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\ContextException") , pattern : "The thread stopped responding, potentially due to a fatal error or calling exit\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 392usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\ContextException") , pattern : "The thread stopped responding, potentially due to a fatal error or calling exit\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 395usize , placeholders : & ["\\sprintf(\n 'Thread unexpectedly exited with result of type: %s',\n \\is_object($data) ? \\get_class($data) : \\gettype($data)\n )"] , exception : Some ("Amp\\Parallel\\Sync\\SynchronizationError") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 395usize , placeholders : & ["\\sprintf( 'Thread unexpectedly exited with result of type: %s', \\is_object($data) ? \\get_class($data) : \\gettype($data) )"] , exception : Some ("Amp\\Parallel\\Sync\\SynchronizationError") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 413usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The thread has not been started\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Parallel.php" , line : 413usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The thread has not been started\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 94usize , placeholders : & ["\\sprintf(\"The PHP binary path '%s' was not found or is not executable\", $binary)"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 94usize , placeholders : & ["\\sprintf(\"The PHP binary path '%s' was not found or is not executable\", $binary)"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 167usize , placeholders : & [] , exception : Some ("Error") , pattern : "Could not locate PHP executable binary\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 167usize , placeholders : & [] , exception : Some ("Error") , pattern : "Could not locate PHP executable binary\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 206usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\ContextException") , pattern : "Starting the process failed\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 206usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\ContextException") , pattern : "Starting the process failed\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 225usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The process has not been started\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 225usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The process has not been started\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 232usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\ContextException") , pattern : "The process stopped responding, potentially due to a fatal error or calling exit\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 232usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\ContextException") , pattern : "The process stopped responding, potentially due to a fatal error or calling exit\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 237usize , placeholders : & ["\\sprintf(\n 'Process unexpectedly exited with result of type: %s',\n \\is_object($data) ? \\get_class($data) : \\gettype($data)\n )"] , exception : Some ("Amp\\Parallel\\Sync\\SynchronizationError") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 237usize , placeholders : & ["\\sprintf( 'Process unexpectedly exited with result of type: %s', \\is_object($data) ? \\get_class($data) : \\gettype($data) )"] , exception : Some ("Amp\\Parallel\\Sync\\SynchronizationError") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 253usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The process has not been started\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 253usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The process has not been started\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 257usize , placeholders : & [] , exception : Some ("Error") , pattern : "Cannot send exit result objects\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 257usize , placeholders : & [] , exception : Some ("Error") , pattern : "Cannot send exit result objects\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 265usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\ContextException") , pattern : "The process stopped responding, potentially due to a fatal error or calling exit\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 265usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\ContextException") , pattern : "The process stopped responding, potentially due to a fatal error or calling exit\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 274usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\ContextException") , pattern : "The process stopped responding, potentially due to a fatal error or calling exit\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 274usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\ContextException") , pattern : "The process stopped responding, potentially due to a fatal error or calling exit\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 277usize , placeholders : & ["\\sprintf(\n 'Process unexpectedly exited with result of type: %s',\n \\is_object($data) ? \\get_class($data) : \\gettype($data)\n )"] , exception : Some ("Amp\\Parallel\\Sync\\SynchronizationError") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 277usize , placeholders : & ["\\sprintf( 'Process unexpectedly exited with result of type: %s', \\is_object($data) ? \\get_class($data) : \\gettype($data) )"] , exception : Some ("Amp\\Parallel\\Sync\\SynchronizationError") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 291usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The process has not been started\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 291usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The process has not been started\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 301usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\ContextException") , pattern : "Failed to receive result from process\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 301usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\ContextException") , pattern : "Failed to receive result from process\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 308usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Sync\\SynchronizationError") , pattern : "Did not receive an exit result from process\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Process.php" , line : 308usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Sync\\SynchronizationError") , pattern : "Did not receive an exit result from process\u{1}\u{1}" , },
|
||||||
|
|
@ -5058,7 +5058,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Thread.php" , line : 244usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\ContextException") , pattern : "Failed to receive result from thread\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Thread.php" , line : 244usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\ContextException") , pattern : "Failed to receive result from thread\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Thread.php" , line : 252usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Sync\\SynchronizationError") , pattern : "Did not receive an exit result from thread.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Thread.php" , line : 252usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Sync\\SynchronizationError") , pattern : "Did not receive an exit result from thread.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Thread.php" , line : 265usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The process has not been started.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Thread.php" , line : 265usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The process has not been started.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Thread.php" , line : 279usize , placeholders : & ["\\sprintf(\n 'Thread process unexpectedly exited with result of type: %s',\n \\is_object($data) ? \\get_class($data) : \\gettype($data)\n )"] , exception : Some ("Amp\\Parallel\\Sync\\SynchronizationError") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Thread.php" , line : 279usize , placeholders : & ["\\sprintf( 'Thread process unexpectedly exited with result of type: %s', \\is_object($data) ? \\get_class($data) : \\gettype($data) )"] , exception : Some ("Amp\\Parallel\\Sync\\SynchronizationError") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Thread.php" , line : 295usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The thread has not been started or has already finished.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Thread.php" , line : 295usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The thread has not been started or has already finished.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Thread.php" , line : 299usize , placeholders : & [] , exception : Some ("Error") , pattern : "Cannot send exit result objects.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Thread.php" , line : 299usize , placeholders : & [] , exception : Some ("Error") , pattern : "Cannot send exit result objects.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Thread.php" , line : 325usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The thread has not been started\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Context/Thread.php" , line : 325usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The thread has not been started\u{1}\u{1}" , },
|
||||||
|
|
@ -5080,7 +5080,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/BasicEnvironment.php" , line : 117usize , placeholders : & [] , exception : Some ("Error") , pattern : "The time-to-live must be a positive integer or null\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/BasicEnvironment.php" , line : 117usize , placeholders : & [] , exception : Some ("Error") , pattern : "The time-to-live must be a positive integer or null\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/BootstrapWorkerFactory.php" , line : 29usize , placeholders : & ["\\sprintf(\"No file found at autoload path given '%s'\", $bootstrapFilePath)"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/BootstrapWorkerFactory.php" , line : 29usize , placeholders : & ["\\sprintf(\"No file found at autoload path given '%s'\", $bootstrapFilePath)"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/BootstrapWorkerFactory.php" , line : 33usize , placeholders : & ["\\sprintf(\"Invalid environment class name '%s'\", $envClassName)"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/BootstrapWorkerFactory.php" , line : 33usize , placeholders : & ["\\sprintf(\"Invalid environment class name '%s'\", $envClassName)"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/BootstrapWorkerFactory.php" , line : 37usize , placeholders : & ["\\sprintf(\n \"The class '%s' does not implement '%s'\",\n $envClassName,\n Environment::class\n )"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/BootstrapWorkerFactory.php" , line : 37usize , placeholders : & ["\\sprintf( \"The class '%s' does not implement '%s'\", $envClassName, Environment::class )"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/CallableTask.php" , line : 29usize , placeholders : & [] , exception : Some ("Error") , pattern : "When using a class instance as a callable, the class must be autoloadable\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/CallableTask.php" , line : 29usize , placeholders : & [] , exception : Some ("Error") , pattern : "When using a class instance as a callable, the class must be autoloadable\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/CallableTask.php" , line : 33usize , placeholders : & [] , exception : Some ("Error") , pattern : "When using a class instance method as a callable, the class must be autoloadable\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/CallableTask.php" , line : 33usize , placeholders : & [] , exception : Some ("Error") , pattern : "When using a class instance method as a callable, the class must be autoloadable\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/CallableTask.php" , line : 42usize , placeholders : & ["$message"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/CallableTask.php" , line : 42usize , placeholders : & ["$message"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
||||||
|
|
@ -5088,12 +5088,12 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/DefaultPool.php" , line : 217usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The pool was shutdown\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/DefaultPool.php" , line : 217usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The pool was shutdown\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/DefaultPool.php" , line : 229usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Worker\\WorkerException") , pattern : "Worker factory did not create a viable worker\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/DefaultPool.php" , line : 229usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Worker\\WorkerException") , pattern : "Worker factory did not create a viable worker\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/DefaultWorkerFactory.php" , line : 25usize , placeholders : & ["\\sprintf(\"Invalid environment class name '%s'\", $envClassName)"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/DefaultWorkerFactory.php" , line : 25usize , placeholders : & ["\\sprintf(\"Invalid environment class name '%s'\", $envClassName)"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/DefaultWorkerFactory.php" , line : 29usize , placeholders : & ["\\sprintf(\n \"The class '%s' does not implement '%s'\",\n $envClassName,\n Environment::class\n )"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/DefaultWorkerFactory.php" , line : 29usize , placeholders : & ["\\sprintf( \"The class '%s' does not implement '%s'\", $envClassName, Environment::class )"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/Internal/Job.php" , line : 33usize , placeholders : & ["\\sprintf(\"Classes implementing %s must be autoloadable by the Composer autoloader\", Task::class)"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/Internal/Job.php" , line : 33usize , placeholders : & ["\\sprintf(\"Classes implementing %s must be autoloadable by the Composer autoloader\", Task::class)"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/Internal/worker-process.php" , line : 16usize , placeholders : & ["\\sprintf(\"No file found at bootstrap file path given '%s'\", $argv[2])"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/Internal/worker-process.php" , line : 16usize , placeholders : & ["\\sprintf(\"No file found at bootstrap file path given '%s'\", $argv[2])"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/Internal/worker-process.php" , line : 26usize , placeholders : & [] , exception : Some ("Error") , pattern : "No environment class name provided\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/Internal/worker-process.php" , line : 26usize , placeholders : & [] , exception : Some ("Error") , pattern : "No environment class name provided\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/Internal/worker-process.php" , line : 32usize , placeholders : & ["\\sprintf(\"Invalid environment class name '%s'\", $className)"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/Internal/worker-process.php" , line : 32usize , placeholders : & ["\\sprintf(\"Invalid environment class name '%s'\", $className)"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/Internal/worker-process.php" , line : 36usize , placeholders : & ["\\sprintf(\n \"The class '%s' does not implement '%s'\",\n $className,\n Worker\\Environment::class\n )"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/Internal/worker-process.php" , line : 36usize , placeholders : & ["\\sprintf( \"The class '%s' does not implement '%s'\", $className, Worker\\Environment::class )"] , exception : Some ("Error") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/TaskWorker.php" , line : 40usize , placeholders : & [] , exception : Some ("Error") , pattern : "The context was already running\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/TaskWorker.php" , line : 40usize , placeholders : & [] , exception : Some ("Error") , pattern : "The context was already running\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/TaskWorker.php" , line : 93usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The worker has been shut down\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/TaskWorker.php" , line : 93usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Context\\StatusError") , pattern : "The worker has been shut down\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/TaskWorker.php" , line : 106usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Worker\\WorkerException") , pattern : "The worker was shutdown\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/suspicious_login/vendor/amphp/parallel/lib/Worker/TaskWorker.php" , line : 106usize , placeholders : & [] , exception : Some ("Amp\\Parallel\\Worker\\WorkerException") , pattern : "The worker was shutdown\u{1}\u{1}" , },
|
||||||
|
|
@ -6428,7 +6428,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/user_ldap/lib/User/User.php" , line : 737usize , placeholders : & ["$this->dn"] , exception : None , pattern : "avatar image data from LDAP invalid for \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/user_ldap/lib/User/User.php" , line : 737usize , placeholders : & ["$this->dn"] , exception : None , pattern : "avatar image data from LDAP invalid for \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/user_ldap/lib/User/User.php" , line : 745usize , placeholders : & ["$this->dn"] , exception : None , pattern : "croping image for avatar failed for \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/apps/user_ldap/lib/User/User.php" , line : 745usize , placeholders : & ["$this->dn"] , exception : None , pattern : "croping image for avatar failed for \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/apps/user_ldap/lib/User/User.php" , line : 758usize , placeholders : & ["$this->dn"] , exception : None , pattern : "Could not set avatar for \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/apps/user_ldap/lib/User/User.php" , line : 758usize , placeholders : & ["$this->dn"] , exception : None , pattern : "Could not set avatar for \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/User/User.php" , line : 779usize , placeholders : & ["sprintf(\n\t\t\t'external home storage attribute yield no value for %s', $this->getUsername()\n\t\t)"] , exception : Some ("OCA\\User_LDAP\\Exceptions\\AttributeNotSet") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/User/User.php" , line : 779usize , placeholders : & ["sprintf('external home storage attribute yield no value for %s', $this->getUsername())"] , exception : Some ("OCA\\User_LDAP\\Exceptions\\AttributeNotSet") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/user_ldap/lib/UserPluginManager.php" , line : 66usize , placeholders : & ["$action" , "get_class($plugin)"] , exception : None , pattern : "Registered action \0 to plugin \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/user_ldap/lib/UserPluginManager.php" , line : 66usize , placeholders : & ["$action" , "get_class($plugin)"] , exception : None , pattern : "Registered action \0 to plugin \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/user_ldap/lib/UserPluginManager.php" , line : 71usize , placeholders : & ["get_class($plugin)"] , exception : None , pattern : "Registered action deleteUser to plugin \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/apps/user_ldap/lib/UserPluginManager.php" , line : 71usize , placeholders : & ["get_class($plugin)"] , exception : None , pattern : "Registered action deleteUser to plugin \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/UserPluginManager.php" , line : 98usize , placeholders : & [] , exception : Some ("Exception") , pattern : "No plugin implements createUser in this LDAP Backend.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/apps/user_ldap/lib/UserPluginManager.php" , line : 98usize , placeholders : & [] , exception : Some ("Exception") , pattern : "No plugin implements createUser in this LDAP Backend.\u{1}\u{1}" , },
|
||||||
|
|
@ -6645,7 +6645,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/core/Command/Config/System/SetConfig.php" , line : 163usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Invalid type\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/core/Command/Config/System/SetConfig.php" , line : 163usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Invalid type\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/core/Command/Config/System/SetConfig.php" , line : 189usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "Config parameter does not exist\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/core/Command/Config/System/SetConfig.php" , line : 189usize , placeholders : & [] , exception : Some ("UnexpectedValueException") , pattern : "Config parameter does not exist\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/core/Command/Db/ConvertType.php" , line : 129usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Converting to SQLite (sqlite3) is currently not supported.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/core/Command/Db/ConvertType.php" , line : 129usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "Converting to SQLite (sqlite3) is currently not supported.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/core/Command/Db/ConvertType.php" , line : 134usize , placeholders : & ["sprintf(\n\t\t\t\t'Can not convert from %1$s to %1$s.',\n\t\t\t\t$type\n\t\t\t)"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/core/Command/Db/ConvertType.php" , line : 134usize , placeholders : & ["sprintf('Can not convert from %1$s to %1$s.',$type)"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/core/Command/Db/ConvertType.php" , line : 144usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "The --clear-schema option is not supported when converting to Oracle (oci).\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/core/Command/Db/ConvertType.php" , line : 144usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "The --clear-schema option is not supported when converting to Oracle (oci).\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/core/Command/Db/ConvertType.php" , line : 183usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "This command is temporarily disabled (until the next maintenance release).\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/core/Command/Db/ConvertType.php" , line : 183usize , placeholders : & [] , exception : Some ("InvalidArgumentException") , pattern : "This command is temporarily disabled (until the next maintenance release).\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/core/Command/Db/Migrations/GenerateCommand.php" , line : 238usize , placeholders : & ["$path"] , exception : Some ("Symfony\\Component\\Console\\Exception\\RuntimeException") , pattern : "Failed to generate new migration step. Could not write to \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/core/Command/Db/Migrations/GenerateCommand.php" , line : 238usize , placeholders : & ["$path"] , exception : Some ("Symfony\\Component\\Console\\Exception\\RuntimeException") , pattern : "Failed to generate new migration step. Could not write to \0\u{1}\u{1}" , },
|
||||||
|
|
@ -6774,7 +6774,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/autoloader.php" , line : 108usize , placeholders : & ["$class"] , exception : None , pattern : "include path for class \"\0\" starts with \"apps/\"\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/autoloader.php" , line : 108usize , placeholders : & ["$class"] , exception : None , pattern : "include path for class \"\0\" starts with \"apps/\"\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/autoloader.php" , line : 141usize , placeholders : & ["$fullPath"] , exception : Some ("OCP\\AutoloadNotAllowedException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/autoloader.php" , line : 141usize , placeholders : & ["$fullPath"] , exception : Some ("OCP\\AutoloadNotAllowedException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/base.php" , line : 225usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "apps directory not found! Please put the Nextcloud apps folder in the Nextcloud folder. You can also configure the location in the config.php file.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/base.php" , line : 225usize , placeholders : & [] , exception : Some ("RuntimeException") , pattern : "apps directory not found! Please put the Nextcloud apps folder in the Nextcloud folder. You can also configure the location in the config.php file.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/base.php" , line : 232usize , placeholders : & ["sprintf('App directory \"%s\" not found! Please put the Nextcloud apps folder in the'\n\t\t\t\t\t. ' Nextcloud folder. You can also configure the location in the config.php file.', $path['path'])"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/base.php" , line : 232usize , placeholders : & ["sprintf('App directory \"%s\" not found! Please put the Nextcloud apps folder in the'. ' Nextcloud folder. You can also configure the location in the config.php file.', $path['path'])"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/base.php" , line : 284usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Not installed\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/base.php" , line : 284usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Not installed\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/base.php" , line : 407usize , placeholders : & ["implode(', ', $incompatibleShippedApps)"] , exception : Some ("OCP\\HintException") , pattern : "Application \0 is not present or has a non-compatible version with this server. Please check the apps directory.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/base.php" , line : 407usize , placeholders : & ["implode(', ', $incompatibleShippedApps)"] , exception : Some ("OCP\\HintException") , pattern : "Application \0 is not present or has a non-compatible version with this server. Please check the apps directory.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/base.php" , line : 460usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/base.php" , line : 460usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
|
|
@ -6859,7 +6859,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/lib/private/App/AppStore/Fetcher/AppFetcher.php" , line : 127usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/lib/private/App/AppStore/Fetcher/AppFetcher.php" , line : 127usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/lib/private/App/AppStore/Fetcher/Fetcher.php" , line : 196usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "Could not connect to appstore: \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/lib/private/App/AppStore/Fetcher/Fetcher.php" , line : 196usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "Could not connect to appstore: \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/lib/private/App/AppStore/Fetcher/Fetcher.php" , line : 199usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/lib/private/App/AppStore/Fetcher/Fetcher.php" , line : 199usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/App/AppStore/Version/VersionParser.php" , line : 78usize , placeholders : & ["sprintf(\n\t\t\t\t'Version cannot be parsed: %s',\n\t\t\t\t$versionSpec\n\t\t\t)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/App/AppStore/Version/VersionParser.php" , line : 78usize , placeholders : & ["sprintf('Version cannot be parsed: %s',$versionSpec)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/App/CompareVersion.php" , line : 52usize , placeholders : & ["$actual"] , exception : Some ("InvalidArgumentException") , pattern : "version specification \0 is invalid\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/App/CompareVersion.php" , line : 52usize , placeholders : & ["$actual"] , exception : Some ("InvalidArgumentException") , pattern : "version specification \0 is invalid\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/App/CompareVersion.php" , line : 63usize , placeholders : & ["$required"] , exception : Some ("InvalidArgumentException") , pattern : "required version \0 is invalid\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/App/CompareVersion.php" , line : 63usize , placeholders : & ["$required"] , exception : Some ("InvalidArgumentException") , pattern : "required version \0 is invalid\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/App/PlatformRepository.php" , line : 82usize , placeholders : & [] , exception : None , pattern : "\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/App/PlatformRepository.php" , line : 82usize , placeholders : & [] , exception : None , pattern : "\u{1}\u{1}" , },
|
||||||
|
|
@ -7218,7 +7218,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Encryption/Util.php" , line : 140usize , placeholders : & ["$key"] , exception : Some ("OC\\Encryption\\Exceptions\\EncryptionHeaderKeyExistsException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Encryption/Util.php" , line : 140usize , placeholders : & ["$key"] , exception : Some ("OC\\Encryption\\Exceptions\\EncryptionHeaderKeyExistsException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Encryption/Util.php" , line : 147usize , placeholders : & [] , exception : Some ("OC\\Encryption\\Exceptions\\EncryptionHeaderToLargeException") , pattern : "\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Encryption/Util.php" , line : 147usize , placeholders : & [] , exception : Some ("OC\\Encryption\\Exceptions\\EncryptionHeaderToLargeException") , pattern : "\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Encryption/Util.php" , line : 228usize , placeholders : & [] , exception : Some ("BadMethodCallException") , pattern : "path needs to be relative to the system wide data folder and point to a user specific file\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Encryption/Util.php" , line : 228usize , placeholders : & [] , exception : Some ("BadMethodCallException") , pattern : "path needs to be relative to the system wide data folder and point to a user specific file\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/EventDispatcher/ServiceEventListener.php" , line : 72usize , placeholders : & ["sprintf(\n\t\t\t\t\t\t'Could not load event listener service %s: %s. Make sure the class is auto-loadable by the Nextcloud server container',\n\t\t\t\t\t\t$this->class,\n\t\t\t\t\t\t$e->getMessage()\n\t\t\t\t\t)"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/EventDispatcher/ServiceEventListener.php" , line : 72usize , placeholders : & ["sprintf('Could not load event listener service %s: %s. Make sure the class is auto-loadable by the Nextcloud server container',$this->class,$e->getMessage())"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Federation/CloudFederationProviderManager.php" , line : 111usize , placeholders : & ["$resourceType"] , exception : Some ("OCP\\Federation\\Exceptions\\ProviderDoesNotExistsException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Federation/CloudFederationProviderManager.php" , line : 111usize , placeholders : & ["$resourceType"] , exception : Some ("OCP\\Federation\\Exceptions\\ProviderDoesNotExistsException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/Federation/CloudFederationProviderManager.php" , line : 141usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/Federation/CloudFederationProviderManager.php" , line : 141usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Federation/CloudFederationProviderManager.php" , line : 173usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "Error while sending share to federation server: \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Federation/CloudFederationProviderManager.php" , line : 173usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "Error while sending share to federation server: \0\u{1}\u{1}" , },
|
||||||
|
|
@ -7366,7 +7366,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Node/Root.php" , line : 248usize , placeholders : & [] , exception : Some ("OCP\\Files\\NotPermittedException") , pattern : "\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Node/Root.php" , line : 248usize , placeholders : & [] , exception : Some ("OCP\\Files\\NotPermittedException") , pattern : "\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Node/Root.php" , line : 256usize , placeholders : & [] , exception : Some ("OCP\\Files\\NotFoundException") , pattern : "\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Node/Root.php" , line : 256usize , placeholders : & [] , exception : Some ("OCP\\Files\\NotFoundException") , pattern : "\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Node/Root.php" , line : 348usize , placeholders : & [] , exception : Some ("OCP\\Files\\NotFoundException") , pattern : "\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Node/Root.php" , line : 348usize , placeholders : & [] , exception : Some ("OCP\\Files\\NotFoundException") , pattern : "\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Files/Node/Root.php" , line : 371usize , placeholders : & ["sprintf(\n\t\t\t\t\t'Backends provided no user object for %s',\n\t\t\t\t\t$userId\n\t\t\t\t)"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Files/Node/Root.php" , line : 371usize , placeholders : & ["sprintf('Backends provided no user object for %s',$userId)"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Node/Root.php" , line : 391usize , placeholders : & ["$userId"] , exception : Some ("Exception") , pattern : "Account folder for \"\0\" exists as a file\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Node/Root.php" , line : 391usize , placeholders : & ["$userId"] , exception : Some ("Exception") , pattern : "Account folder for \"\0\" exists as a file\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Node/Root.php" , line : 487usize , placeholders : & [] , exception : Some ("Exception") , pattern : "getByIdInPath with non folder\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Node/Root.php" , line : 487usize , placeholders : & [] , exception : Some ("Exception") , pattern : "getByIdInPath with non folder\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Node/Root.php" , line : 533usize , placeholders : & ["$parentPath"] , exception : Some ("Exception") , pattern : "parent \0 is not a folder\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Node/Root.php" , line : 533usize , placeholders : & ["$parentPath"] , exception : Some ("Exception") , pattern : "parent \0 is not a folder\u{1}\u{1}" , },
|
||||||
|
|
@ -7438,11 +7438,11 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Storage/Common.php" , line : 594usize , placeholders : & [] , exception : Some ("OCP\\Files\\InvalidCharacterInPathException") , pattern : "\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Storage/Common.php" , line : 594usize , placeholders : & [] , exception : Some ("OCP\\Files\\InvalidCharacterInPathException") , pattern : "\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/lib/private/Files/Storage/Common.php" , line : 645usize , placeholders : & [] , exception : None , pattern : "Failed to copy stream to storage\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/lib/private/Files/Storage/Common.php" , line : 645usize , placeholders : & [] , exception : None , pattern : "Failed to copy stream to storage\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Storage/Common.php" , line : 721usize , placeholders : & ["$path"] , exception : Some ("OCP\\Files\\ForbiddenException") , pattern : "Invalid path: \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Storage/Common.php" , line : 721usize , placeholders : & ["$path"] , exception : Some ("OCP\\Files\\ForbiddenException") , pattern : "Invalid path: \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Files/Storage/Common.php" , line : 759usize , placeholders : & ["sprintf(\n\t\t\t\t\t'acquire %s lock on \"%s\" on storage \"%s\"',\n\t\t\t\t\t$typeString,\n\t\t\t\t\t$path,\n\t\t\t\t\t$this->getId()\n\t\t\t\t)"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Files/Storage/Common.php" , line : 759usize , placeholders : & ["sprintf('acquire %s lock on \"%s\" on storage \"%s\"',$typeString,$path,$this->getId())"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Files/Storage/Common.php" , line : 776usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Files/Storage/Common.php" , line : 776usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Files/Storage/Common.php" , line : 792usize , placeholders : & ["sprintf(\n\t\t\t\t\t'release %s lock on \"%s\" on storage \"%s\"',\n\t\t\t\t\t$typeString,\n\t\t\t\t\t$path,\n\t\t\t\t\t$this->getId()\n\t\t\t\t)"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Files/Storage/Common.php" , line : 792usize , placeholders : & ["sprintf('release %s lock on \"%s\" on storage \"%s\"',$typeString,$path,$this->getId())"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Files/Storage/Common.php" , line : 809usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Files/Storage/Common.php" , line : 809usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Files/Storage/Common.php" , line : 825usize , placeholders : & ["sprintf(\n\t\t\t\t\t'change lock on \"%s\" to %s on storage \"%s\"',\n\t\t\t\t\t$path,\n\t\t\t\t\t$typeString,\n\t\t\t\t\t$this->getId()\n\t\t\t\t)"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Files/Storage/Common.php" , line : 825usize , placeholders : & ["sprintf('change lock on \"%s\" to %s on storage \"%s\"',$path,$typeString,$this->getId())"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Files/Storage/Common.php" , line : 842usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Files/Storage/Common.php" , line : 842usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Storage/Common.php" , line : 888usize , placeholders : & ["$path"] , exception : Some ("OCP\\Files\\GenericFileException") , pattern : "Failed to open \0 for writing\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Storage/Common.php" , line : 888usize , placeholders : & ["$path"] , exception : Some ("OCP\\Files\\GenericFileException") , pattern : "Failed to open \0 for writing\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Storage/Common.php" , line : 893usize , placeholders : & [] , exception : Some ("OCP\\Files\\GenericFileException") , pattern : "Failed to copy stream\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Files/Storage/Common.php" , line : 893usize , placeholders : & [] , exception : Some ("OCP\\Files\\GenericFileException") , pattern : "Failed to copy stream\u{1}\u{1}" , },
|
||||||
|
|
@ -7626,19 +7626,19 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/InitialStateService.php" , line : 133usize , placeholders : & ["$initialState->getService()"] , exception : None , pattern : "Initial state provider is not an InitialStateProvider instance: \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/InitialStateService.php" , line : 133usize , placeholders : & ["$initialState->getService()"] , exception : None , pattern : "Initial state provider is not an InitialStateProvider instance: \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 91usize , placeholders : & [] , exception : Some ("Exception") , pattern : "App not found in any app directory\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 91usize , placeholders : & [] , exception : Some ("Exception") , pattern : "App not found in any app directory\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 97usize , placeholders : & ["$appId"] , exception : Some ("Exception") , pattern : "The appinfo/database.xml file is not longer supported. Used in \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 97usize , placeholders : & ["$appId"] , exception : Some ("Exception") , pattern : "The appinfo/database.xml file is not longer supported. Used in \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 104usize , placeholders : & ["$l->t('App \"%s\" cannot be installed because appinfo file cannot be read.',\n\t\t\t\t\t[$appId]\n\t\t\t\t)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 104usize , placeholders : & ["$l->t('App \"%s\" cannot be installed because appinfo file cannot be read.',[$appId])"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Installer.php" , line : 179usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Installer.php" , line : 179usize , placeholders : & ["$e->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 232usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Could not validate CRL signature\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 232usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Could not validate CRL signature\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 237usize , placeholders : & ["sprintf(\n\t\t\t\t\t\t\t'Certificate \"%s\" has been revoked',\n\t\t\t\t\t\t\t$csn\n\t\t\t\t\t\t)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 237usize , placeholders : & ["sprintf('Certificate \"%s\" has been revoked',$csn)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 247usize , placeholders : & ["sprintf(\n\t\t\t\t\t\t\t'App with id %s has a certificate not issued by a trusted Code Signing Authority',\n\t\t\t\t\t\t\t$appId\n\t\t\t\t\t\t)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 247usize , placeholders : & ["sprintf('App with id %s has a certificate not issued by a trusted Code Signing Authority',$appId)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 258usize , placeholders : & ["sprintf(\n\t\t\t\t\t\t\t'App with id %s has a cert with no CN',\n\t\t\t\t\t\t\t$appId\n\t\t\t\t\t\t)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 258usize , placeholders : & ["sprintf('App with id %s has a cert with no CN',$appId)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 266usize , placeholders : & ["sprintf(\n\t\t\t\t\t\t\t'App with id %s has a cert issued to %s',\n\t\t\t\t\t\t\t$appId,\n\t\t\t\t\t\t\t$certInfo['subject']['CN']\n\t\t\t\t\t\t)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 266usize , placeholders : & ["sprintf('App with id %s has a cert issued to %s',$appId,$certInfo['subject']['CN'])"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 302usize , placeholders : & ["$errorMessage"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 302usize , placeholders : & ["$errorMessage"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 309usize , placeholders : & ["sprintf(\n\t\t\t\t\t\t\t\t'Extracted app %s has more than 1 folder',\n\t\t\t\t\t\t\t\t$appId\n\t\t\t\t\t\t\t)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 309usize , placeholders : & ["sprintf('Extracted app %s has more than 1 folder',$appId)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 326usize , placeholders : & ["sprintf(\n\t\t\t\t\t\t\t\t'App for id %s has a wrong app ID in info.xml: %s',\n\t\t\t\t\t\t\t\t$appId,\n\t\t\t\t\t\t\t\t(string)$xml->id\n\t\t\t\t\t\t\t)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 326usize , placeholders : & ["sprintf('App for id %s has a wrong app ID in info.xml: %s',$appId,(string)$xml->id)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 339usize , placeholders : & ["sprintf(\n\t\t\t\t\t\t\t\t'App for id %s has version %s and tried to update to lower version %s',\n\t\t\t\t\t\t\t\t$appId,\n\t\t\t\t\t\t\t\t$currentVersion,\n\t\t\t\t\t\t\t\t$newVersion\n\t\t\t\t\t\t\t)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 339usize , placeholders : & ["sprintf('App for id %s has version %s and tried to update to lower version %s',$appId,$currentVersion,$newVersion)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 362usize , placeholders : & ["sprintf(\n\t\t\t\t\t\t'App with id %s has invalid signature',\n\t\t\t\t\t\t$appId\n\t\t\t\t\t)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 362usize , placeholders : & ["sprintf('App with id %s has invalid signature',$appId)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 371usize , placeholders : & ["sprintf(\n\t\t\t\t'Could not download app %s',\n\t\t\t\t$appId\n\t\t\t)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Installer.php" , line : 371usize , placeholders : & ["sprintf('Could not download app %s',$appId)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Installer.php" , line : 480usize , placeholders : & ["$appId"] , exception : None , pattern : "can't remove app \0. It is not installed.\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Installer.php" , line : 480usize , placeholders : & ["$appId"] , exception : None , pattern : "can't remove app \0. It is not installed.\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/Installer.php" , line : 516usize , placeholders : & [] , exception : None , pattern : "Installing shipped apps\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/Installer.php" , line : 516usize , placeholders : & [] , exception : None , pattern : "Installing shipped apps\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/Installer.php" , line : 561usize , placeholders : & ["$app"] , exception : None , pattern : "Installing \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/Installer.php" , line : 561usize , placeholders : & ["$app"] , exception : None , pattern : "Installing \0\u{1}\u{1}" , },
|
||||||
|
|
@ -7719,8 +7719,8 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/Mail/Mailer.php" , line : 200usize , placeholders : & ["$logMessage"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/Mail/Mailer.php" , line : 200usize , placeholders : & ["$logMessage"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/Mail/Mailer.php" , line : 202usize , placeholders : & ["$e->getDebug()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/Mail/Mailer.php" , line : 202usize , placeholders : & ["$e->getDebug()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/Mail/Mailer.php" , line : 220usize , placeholders : & ["$logMessage"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/Mail/Mailer.php" , line : 220usize , placeholders : & ["$logMessage"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Memcache/Factory.php" , line : 92usize , placeholders : & ["strtr($missingCacheMessage, [\n\t\t\t\t'{class}' => $localCacheClass, '{use}' => 'local'\n\t\t\t])"] , exception : Some ("OCP\\HintException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Memcache/Factory.php" , line : 92usize , placeholders : & ["strtr($missingCacheMessage, ['{class}' => $localCacheClass, '{use}' => 'local'])"] , exception : Some ("OCP\\HintException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Memcache/Factory.php" , line : 97usize , placeholders : & ["strtr($missingCacheMessage, [\n\t\t\t\t'{class}' => $distributedCacheClass, '{use}' => 'distributed'\n\t\t\t])"] , exception : Some ("OCP\\HintException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Memcache/Factory.php" , line : 97usize , placeholders : & ["strtr($missingCacheMessage, ['{class}' => $distributedCacheClass, '{use}' => 'distributed'])"] , exception : Some ("OCP\\HintException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Memcache/Memcached.php" , line : 84usize , placeholders : & ["$options"] , exception : Some ("OCP\\HintException") , pattern : "Expected 'memcached_options' config to be an array, got \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Memcache/Memcached.php" , line : 84usize , placeholders : & ["$options"] , exception : Some ("OCP\\HintException") , pattern : "Expected 'memcached_options' config to be an array, got \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/MemoryInfo.php" , line : 75usize , placeholders : & ["$number"] , exception : Some ("InvalidArgumentException") , pattern : "\0 is not a valid numeric string (in memory_limit ini directive)\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/MemoryInfo.php" , line : 75usize , placeholders : & ["$number"] , exception : Some ("InvalidArgumentException") , pattern : "\0 is not a valid numeric string (in memory_limit ini directive)\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Migration/BackgroundRepair.php" , line : 79usize , placeholders : & ["$ex->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Migration/BackgroundRepair.php" , line : 79usize , placeholders : & ["$ex->getMessage()"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
|
|
@ -7802,7 +7802,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Profiler/FileProfilerStorage.php" , line : 134usize , placeholders : & ["sprintf('Unable to create the storage directory (%s).', $dir)"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Profiler/FileProfilerStorage.php" , line : 134usize , placeholders : & ["sprintf('Unable to create the storage directory (%s).', $dir)"] , exception : Some ("RuntimeException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/RedisFactory.php" , line : 59usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Redis Cluster support is not available\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/RedisFactory.php" , line : 59usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Redis Cluster support is not available\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/RedisFactory.php" , line : 81usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Redis cluster config is missing the \"seeds\" attribute\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/RedisFactory.php" , line : 81usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Redis cluster config is missing the \"seeds\" attribute\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/RedisFactory.php" , line : 143usize , placeholders : & ["\\sprintf(\n\t\t\t\t\t'php-redis extension must be version %s or higher to support ssl context',\n\t\t\t\t\tself::REDIS_EXTRA_PARAMETERS_MINIMAL_VERSION\n\t\t\t\t)"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/RedisFactory.php" , line : 143usize , placeholders : & ["\\sprintf('php-redis extension must be version %s or higher to support ssl context',self::REDIS_EXTRA_PARAMETERS_MINIMAL_VERSION)"] , exception : Some ("UnexpectedValueException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/RedisFactory.php" , line : 155usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Redis support is not available\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/RedisFactory.php" , line : 155usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Redis support is not available\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Remote/Api/ApiBase.php" , line : 93usize , placeholders : & ["$method"] , exception : Some ("InvalidArgumentException") , pattern : "Invalid method \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Remote/Api/ApiBase.php" , line : 93usize , placeholders : & ["$method"] , exception : Some ("InvalidArgumentException") , pattern : "Invalid method \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Remote/Api/OCS.php" , line : 51usize , placeholders : & [] , exception : Some ("OC\\Remote\\Api\\NotFoundException") , pattern : "\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Remote/Api/OCS.php" , line : 51usize , placeholders : & [] , exception : Some ("OC\\Remote\\Api\\NotFoundException") , pattern : "\u{1}\u{1}" , },
|
||||||
|
|
@ -7920,7 +7920,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Search/SearchComposer.php" , line : 303usize , placeholders : & ["$name"] , exception : Some ("OC\\Search\\UnsupportedFilter") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Search/SearchComposer.php" , line : 303usize , placeholders : & ["$name"] , exception : Some ("OC\\Search\\UnsupportedFilter") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Search/SearchComposer.php" , line : 342usize , placeholders : & ["$providerId"] , exception : Some ("InvalidArgumentException") , pattern : "Provider \0 is unknown\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Search/SearchComposer.php" , line : 342usize , placeholders : & ["$providerId"] , exception : Some ("InvalidArgumentException") , pattern : "Provider \0 is unknown\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/lib/private/Search.php" , line : 69usize , placeholders : & [] , exception : None , pattern : "Ignoring Unknown search provider\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Warn , path : "/lib/private/Search.php" , line : 69usize , placeholders : & [] , exception : None , pattern : "Ignoring Unknown search provider\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Security/Bruteforce/Throttler.php" , line : 87usize , placeholders : & ["sprintf(\n\t\t\t\t'Bruteforce attempt from \"%s\" detected for action \"%s\".',\n\t\t\t\t$ip,\n\t\t\t\t$action\n\t\t\t)"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Security/Bruteforce/Throttler.php" , line : 87usize , placeholders : & ["sprintf('Bruteforce attempt from \"%s\" detected for action \"%s\".',$ip,$action)"] , exception : None , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Security/Bruteforce/Throttler.php" , line : 191usize , placeholders : & [] , exception : None , pattern : "Bruteforce has to use less than 48 hours\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/Security/Bruteforce/Throttler.php" , line : 191usize , placeholders : & [] , exception : None , pattern : "Bruteforce has to use less than 48 hours\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Security/Bruteforce/Throttler.php" , line : 292usize , placeholders : & ["{action}" , "{ip}"] , exception : None , pattern : "IP address blocked because it reached the maximum failed attempts in the last 30 minutes [action: \0, ip: \0IP address blocked because it reached the maximum failed attempts in the last 30 minutes [action: {action}, ip: {ip}]\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Info , path : "/lib/private/Security/Bruteforce/Throttler.php" , line : 292usize , placeholders : & ["{action}" , "{ip}"] , exception : None , pattern : "IP address blocked because it reached the maximum failed attempts in the last 30 minutes [action: \0, ip: \0IP address blocked because it reached the maximum failed attempts in the last 30 minutes [action: {action}, ip: {ip}]\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Security/Bruteforce/Throttler.php" , line : 297usize , placeholders : & [] , exception : Some ("OCP\\Security\\Bruteforce\\MaxDelayReached") , pattern : "Reached maximum delay\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/Security/Bruteforce/Throttler.php" , line : 297usize , placeholders : & [] , exception : Some ("OCP\\Security\\Bruteforce\\MaxDelayReached") , pattern : "Reached maximum delay\u{1}\u{1}" , },
|
||||||
|
|
@ -8320,7 +8320,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 464usize , placeholders : & ["$l->t('A valid password must be provided')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 464usize , placeholders : & ["$l->t('A valid password must be provided')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 469usize , placeholders : & ["$l->t('The Login is already being used')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 469usize , placeholders : & ["$l->t('The Login is already being used')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 477usize , placeholders : & ["$l->t('Could not create account')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 477usize , placeholders : & ["$l->t('Could not create account')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 747usize , placeholders : & ["$l->t('Only the following characters are allowed in an Login:'\n\t\t\t\t. ' \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-\\'\"')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 747usize , placeholders : & ["$l->t('Only the following characters are allowed in an Login:'. ' \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-\\'\"')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 753usize , placeholders : & ["$l->t('A valid Login must be provided')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 753usize , placeholders : & ["$l->t('A valid Login must be provided')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 758usize , placeholders : & ["$l->t('Login contains whitespace at the beginning or at the end')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 758usize , placeholders : & ["$l->t('Login contains whitespace at the beginning or at the end')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 763usize , placeholders : & ["$l->t('Login must not consist of dots only')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/User/Manager.php" , line : 763usize , placeholders : & ["$l->t('Login must not consist of dots only')"] , exception : Some ("InvalidArgumentException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
|
|
@ -8356,7 +8356,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/legacy/OC_App.php" , line : 756usize , placeholders : & ["$appId"] , exception : None , pattern : "The appinfo/database.xml file is not longer supported. Used in \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/legacy/OC_App.php" , line : 756usize , placeholders : & ["$appId"] , exception : None , pattern : "The appinfo/database.xml file is not longer supported. Used in \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/legacy/OC_App.php" , line : 874usize , placeholders : & ["$appId"] , exception : None , pattern : "Can't get app storage, app \0, user not logged in\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/legacy/OC_App.php" , line : 874usize , placeholders : & ["$appId"] , exception : None , pattern : "Can't get app storage, app \0, user not logged in\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/legacy/OC_App.php" , line : 878usize , placeholders : & ["$appId"] , exception : None , pattern : "Can't get app storage, app \0 not enabled\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Error , path : "/lib/private/legacy/OC_App.php" , line : 878usize , placeholders : & ["$appId"] , exception : None , pattern : "Can't get app storage, app \0 not enabled\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/legacy/OC_App.php" , line : 969usize , placeholders : & ["$l->t('App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s',\n\t\t\t\t\t[$info['name'], $missingMsg]\n\t\t\t\t)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/legacy/OC_App.php" , line : 969usize , placeholders : & ["$l->t('App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s',[$info['name'], $missingMsg])"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/legacy/OC_EventSource.php" , line : 107usize , placeholders : & ["$type"] , exception : Some ("BadMethodCallException") , pattern : "Type needs to be alphanumeric (\0)\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/legacy/OC_EventSource.php" , line : 107usize , placeholders : & ["$type"] , exception : Some ("BadMethodCallException") , pattern : "Type needs to be alphanumeric (\0)\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/legacy/OC_Files.php" , line : 174usize , placeholders : & ["$event->getErrorMessage()"] , exception : Some ("OC\\ForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/private/legacy/OC_Files.php" , line : 174usize , placeholders : & ["$event->getErrorMessage()"] , exception : Some ("OC\\ForbiddenException") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/legacy/OC_Files.php" , line : 203usize , placeholders : & ["{file}"] , exception : None , pattern : "File given, but no Node available. Name \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/private/legacy/OC_Files.php" , line : 203usize , placeholders : & ["{file}"] , exception : None , pattern : "File given, but no Node available. Name \0\u{1}\u{1}" , },
|
||||||
|
|
@ -8529,7 +8529,7 @@ pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/updater/index.php" , line : 953usize , placeholders : & ["$path"] , exception : Some ("Exception") , pattern : "Could not unlink: \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/updater/index.php" , line : 953usize , placeholders : & ["$path"] , exception : Some ("Exception") , pattern : "Could not unlink: \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/updater/index.php" , line : 958usize , placeholders : & ["$path"] , exception : Some ("Exception") , pattern : "Could not rmdir: \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/updater/index.php" , line : 958usize , placeholders : & ["$path"] , exception : Some ("Exception") , pattern : "Could not rmdir: \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/updater/index.php" , line : 995usize , placeholders : & ["$this->baseDir" , "dirname($fileName)"] , exception : Some ("Exception") , pattern : "Could not mkdir \0/../\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/updater/index.php" , line : 995usize , placeholders : & ["$this->baseDir" , "dirname($fileName)"] , exception : Some ("Exception") , pattern : "Could not mkdir \0/../\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/updater/index.php" , line : 1000usize , placeholders : & ["sprintf(\n\t\t\t\t\t\t\t'Could not rename %s to %s',\n\t\t\t\t\t\t\t$path,\n\t\t\t\t\t\t\t$this->baseDir . '/../' . $fileName\n\t\t\t\t\t\t)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/updater/index.php" , line : 1000usize , placeholders : & ["sprintf('Could not rename %s to %s',$path,$this->baseDir . '/../' . $fileName)"] , exception : Some ("Exception") , pattern : "\0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/updater/index.php" , line : 1012usize , placeholders : & ["$path"] , exception : Some ("Exception") , pattern : "Could not rmdir \0\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/updater/index.php" , line : 1012usize , placeholders : & ["$path"] , exception : Some ("Exception") , pattern : "Could not rmdir \0\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/updater/index.php" , line : 1057usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Could not rmdir $storagelocation\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/updater/index.php" , line : 1057usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Could not rmdir $storagelocation\u{1}\u{1}" , },
|
||||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/updater/index.php" , line : 1062usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Could not rmdir .step\u{1}\u{1}" , },
|
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/updater/index.php" , line : 1062usize , placeholders : & [] , exception : Some ("Exception") , pattern : "Could not rmdir .step\u{1}\u{1}" , },
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,7 @@ impl MessageBuilder {
|
||||||
for placeholder in self.placeholder_regex.find_iter(content) {
|
for placeholder in self.placeholder_regex.find_iter(content) {
|
||||||
if placeholder.start() > start {
|
if placeholder.start() > start {
|
||||||
Self::push_literal_inner(&mut self.parts, &content[start..placeholder.start()]);
|
Self::push_literal_inner(&mut self.parts, &content[start..placeholder.start()]);
|
||||||
self.parts
|
Self::push_placeholder_inner(&mut self.parts, placeholder.as_str());
|
||||||
.push(MessagePart::PlaceHolder(placeholder.as_str().into()));
|
|
||||||
}
|
}
|
||||||
start = placeholder.end();
|
start = placeholder.end();
|
||||||
}
|
}
|
||||||
|
|
@ -44,8 +43,13 @@ impl MessageBuilder {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn push_placeholder(&mut self, placeholder: &str) {
|
pub fn push_placeholder(&mut self, placeholder: &str) {
|
||||||
self.parts
|
Self::push_placeholder_inner(&mut self.parts, placeholder);
|
||||||
.push(MessagePart::PlaceHolder(placeholder.into()));
|
}
|
||||||
|
|
||||||
|
fn push_placeholder_inner(parts: &mut Vec<MessagePart>, placeholder: &str) {
|
||||||
|
let placeholder = placeholder.replace(['\n', '\r', '\t'], "");
|
||||||
|
parts
|
||||||
|
.push(MessagePart::PlaceHolder(placeholder));
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn push_node(&mut self, node: Node, code: &str) {
|
pub fn push_node(&mut self, node: Node, code: &str) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue