List of all printf(), sprintf(), etc. formats strings mentioned in the code..
| Value | Count | File:Line |
| '%s:%d [%d]: %s' | 1 | |
| 'Cannot unserialize Block: %s' | 1 |
- /system/src/Grav/Framework/ContentBlock/ContentBlock.php
|
| 'Error while rendering block: %s' | 1 |
- /system/src/Grav/Framework/ContentBlock/ContentBlock.php
|
| 'Unsupported version %s' | 1 |
- /system/src/Grav/Framework/ContentBlock/ContentBlock.php
|
| 'Uploaded file could not be moved to %s' | 1 |
- /system/src/Grav/Framework/Form/FormFlashFile.php
|
| 'SVG file XSS check failed on %s' | 1 |
- /system/src/Grav/Framework/Form/FormFlashFile.php
|
| 'FlexForm: Bad HTTP method %s' | 1 |
- /system/src/Grav/Framework/Form/Traits/FormTrait.php
|
| 'Cache values must be array or Traversable, "%s" given' | 1 |
- /system/src/Grav/Framework/Cache/CacheTrait.php
|
| 'Cache key must be string, "%s" given' | 1 |
- /system/src/Grav/Framework/Cache/CacheTrait.php
|
| 'Cache key length must be less than 65 characters, key had %d characters' | 1 |
- /system/src/Grav/Framework/Cache/CacheTrait.php
|
| 'Cache key "%s" contains reserved characters {}()/\@:' | 1 |
- /system/src/Grav/Framework/Cache/CacheTrait.php
|
| 'Expiration date must be an integer, a DateInterval or null, "%s" given' | 1 |
- /system/src/Grav/Framework/Cache/CacheTrait.php
|
| 'Cache directory is not writable (%s)' | 1 |
- /system/src/Grav/Framework/Cache/Adapter/FileCache.php
|
| 'Namespace contains "%s" but only characters in [-+_.A-Za-z0-9] are allowed.' | 1 |
- /system/src/Grav/Framework/Cache/Adapter/FileCache.php
|
| 'Cache folder is too long (%s)' | 1 |
- /system/src/Grav/Framework/Cache/Adapter/FileCache.php
|
| "The class '%s' does not implement the '%s' interface" | 1 |
- /system/src/Grav/Framework/Cache/Adapter/ChainCache.php
|
| 'Flex: Clearing all %s cache' | 1 |
- /system/src/Grav/Framework/Flex/FlexDirectory.php
|
| 'Flex: Object %s was not found from %s storage' | 1 |
- /system/src/Grav/Framework/Flex/FlexDirectory.php
|
| 'Flex: Object %s is broken in %s storage: %s' | 1 |
- /system/src/Grav/Framework/Flex/FlexDirectory.php
|
| 'Flex: Loading %d %s' | 1 |
- /system/src/Grav/Framework/Flex/FlexDirectory.php
|
| 'Flex: Blueprint file for %s is missing' | 1 |
- /system/src/Grav/Framework/Flex/FlexDirectory.php
|
| 'Flex: Caching %s index of %d objects' | 1 |
- /system/src/Grav/Framework/Flex/FlexDirectory.php
|
| 'Object failed to load: %s (%s)' | 1 |
- /system/src/Grav/Framework/Flex/FlexIndex.php
|
| 'Index failed to load: %s' | 1 |
- /system/src/Grav/Framework/Flex/FlexIndex.php
|
| 'Index updated, %d objects (%d added, %d updated, %d removed).' | 1 |
- /system/src/Grav/Framework/Flex/FlexIndex.php
|
| 'Theme %s: %s' | 1 |
- /system/src/Grav/Common/Themes.php
|
| 'Plugin %s: %s' | 1 |
- /system/src/Grav/Common/Plugins.php
|
| "Plugin '%s' enabled but not found! Try clearing cache with `bin/grav clearcache`" | 1 |
- /system/src/Grav/Common/Plugins.php
|
| 'Page not available for self@ reference: %s' | 1 |
- /system/src/Grav/Common/Utils.php
|
| 'Token path not found: %s' | 1 |
- /system/src/Grav/Common/Utils.php
|
| 'Flex page %s is missing or broken!' | 1 |
- /system/src/Grav/Common/Page/Pages.php
|
| '%032d.' | 1 |
- /system/src/Grav/Common/Page/Pages.php
|
| 'Failed to read %s: %s' | 1 |
- /system/src/Grav/Common/File/CompiledFile.php
|
| 'Configuration is missing keys %s from streams.schemes!' | 1 |
- /system/src/Grav/Common/Config/Setup.php
|
| 'Grav failed to initialize: %s' | 1 |
- /system/src/Grav/Common/Config/Setup.php
|
| 'Unable to find one of the following templates: "%s".' | 1 |
- /system/src/Grav/Common/Twig/TwigEnvironment.php
|
| 'Unexpected end of template. Twig was looking for the following tags "case", "default", or "endswitch" to close the "switch" block started at line %d)' | 1 |
- /system/src/Grav/Common/Twig/TokenParser/TwigTokenParserSwitch.php
|
| 'Blueprint %s cannot be loaded: %s' | 1 |
- /system/src/Grav/Common/Data/Blueprints.php
|
| '%s is not defined in blueprints' | 1 |
- /system/src/Grav/Common/Data/BlueprintSchema.php
|
| 'Having extra key %s in your data is deprecated with blueprint having \'validation: strict\'' | 1 |
- /system/src/Grav/Common/Data/BlueprintSchema.php
|
| "Bad form data for field collection '%s': %s used instead of an array" | 1 |
- /system/src/Grav/Common/Data/BlueprintSchema.php
|
| $language->translate('GRAV.FORM.MISSING_REQUIRED_FIELD', null, true) . ' %s' | 1 |
- /system/src/Grav/Common/Data/BlueprintSchema.php
|
| 'File could not be renamed: %s already exists (%s)' | 1 |
- /system/src/Grav/Common/Media/Traits/MediaUploadTrait.php
|
| 'File could not be renamed: %s -> %s (%s)' | 1 |
- /system/src/Grav/Common/Media/Traits/MediaUploadTrait.php
|
| 'Meta could not be renamed: %s -> %s (%s)' | 1 |
- /system/src/Grav/Common/Media/Traits/MediaUploadTrait.php
|
| 'Cannot update Grav, class %s has already been loaded!' | 1 |
- /system/src/Grav/Installer/Install.php
|
| 'Failed to delete %s: %s' | 1 |
- /system/src/Grav/Console/Cli/CleanCommand.php
|
| 'viewing last %s entries in <white>%s</white>' | 1 |
- /system/src/Grav/Console/Cli/LogViewerCommand.php
|
| 'The command "%s" does not exist.' | 1 |
- /system/src/Grav/Console/Application/CommandLoader/PluginCommandLoader.php
|
| 'Cache keys must be array or Traversable, "%s" given' | 2 |
- /system/src/Grav/Framework/Cache/CacheTrait.php (2)
|
| 'Unable to create directory: %s' | 2 |
- /system/src/Grav/Framework/Cache/Adapter/FileCache.php
- /system/src/Grav/Common/Filesystem/Folder.php
|
| '%02d.%s' | 2 |
- /system/src/Grav/Framework/Flex/Pages/FlexPageObject.php
- /system/src/Grav/Framework/Flex/Pages/Traits/PageLegacyTrait.php
|
| '%02d.' | 2 |
- /system/src/Grav/Framework/Flex/Pages/Traits/PageContentTrait.php
- /system/src/Grav/Common/Page/Page.php
|
| '%s(): Cannot obtain a lock for compiling cache file for %s: %s' | 2 |
- /system/src/Grav/Common/File/CompiledFile.php (2)
|
| ' (%.2fs)' | 2 |
- /system/src/Grav/Common/Scheduler/Scheduler.php (2)
|
| '%s/%s' | 8 |
- /system/src/Grav/Common/Media/Traits/MediaUploadTrait.php (8)
|