update 2024-04-07 13:20:18
This commit is contained in:
parent
f841a8db91
commit
e23917c5e1
@ -12,7 +12,7 @@
|
||||
"system_name": "Path.Converter",
|
||||
"type": "class",
|
||||
"use_selection": null,
|
||||
"namespace": "VDM\\Minify\\Path.Converter",
|
||||
"namespace": "[[[NamespacePrefix]]]\\Minify\\Path.Converter",
|
||||
"description": "",
|
||||
"licensing_template": "\/**\r\n * Convert paths relative from 1 file to another.\r\n *\r\n * E.g.\r\n * ..\/..\/images\/icon.jpg relative to \/css\/imports\/icons.css\r\n * becomes\r\n * ..\/images\/icon.jpg relative to \/css\/minified.css\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/path-converter\/issues\r\n *\r\n * @author Matthias Mullie <pathconverter@mullie.eu>\r\n * @copyright Copyright (c) 2015, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",
|
||||
"head": "",
|
||||
|
@ -10,7 +10,7 @@
|
||||
"system_name": "Minify.Exceptions.IOException",
|
||||
"type": "class",
|
||||
"use_selection": null,
|
||||
"namespace": "VDM\\Minify\\Exceptions.IOException",
|
||||
"namespace": "[[[NamespacePrefix]]]\\Minify\\Exceptions.IOException",
|
||||
"description": "\/**\r\n * IO Exception Class.\r\n *\r\n * @author Matthias Mullie \r\n *\/",
|
||||
"licensing_template": "\/**\r\n * IO Exception.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie <minify@mullie.eu>\r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",
|
||||
"head": "",
|
||||
|
@ -10,7 +10,7 @@
|
||||
"system_name": "Minify.Abstraction.BasicException",
|
||||
"type": "abstract class",
|
||||
"use_selection": null,
|
||||
"namespace": "VDM\\Minify\\Abstraction.BasicException",
|
||||
"namespace": "[[[NamespacePrefix]]]\\Minify\\Abstraction.BasicException",
|
||||
"description": "\/**\r\n * Basic exception.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie \r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",
|
||||
"extends_custom": "\\Exception",
|
||||
"licensing_template": "\/**\r\n * Basic exception.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie <minify@mullie.eu>\r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",
|
||||
|
@ -23,7 +23,7 @@
|
||||
"as": "default"
|
||||
}
|
||||
},
|
||||
"namespace": "VDM\\Minify\\Css",
|
||||
"namespace": "[[[NamespacePrefix]]]\\Minify\\Css",
|
||||
"description": "\/**\r\n * CSS minifier.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie \r\n * @author Tijs Verkoyen \r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",
|
||||
"licensing_template": "\/**\r\n * CSS Minifier.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie <minify@mullie.eu>\r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",
|
||||
"head": "",
|
||||
|
@ -10,7 +10,7 @@
|
||||
"system_name": "Minify.Exceptions.FileImportException",
|
||||
"type": "class",
|
||||
"use_selection": null,
|
||||
"namespace": "VDM\\Minify\\Exceptions.FileImportException",
|
||||
"namespace": "[[[NamespacePrefix]]]\\Minify\\Exceptions.FileImportException",
|
||||
"description": "\/**\r\n * File Import Exception Class.\r\n *\r\n * @author Matthias Mullie \r\n *\/",
|
||||
"licensing_template": "\/**\r\n * File Import Exception.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie <minify@mullie.eu>\r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",
|
||||
"head": "",
|
||||
|
@ -19,7 +19,7 @@
|
||||
"as": "default"
|
||||
}
|
||||
},
|
||||
"namespace": "VDM\\Joomla\\Componentbuilder.Compiler.Utilities.Minify",
|
||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\Componentbuilder.Compiler.Utilities.Minify",
|
||||
"description": "Compiler Minifier\r\n\r\n@since 3.2.0",
|
||||
"licensing_template": "\/**\r\n * @package Joomla.Component.Builder\r\n *\r\n * @created 4th September, 2022\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git Joomla Component Builder <https:\/\/git.vdm.dev\/joomla\/Component-Builder>\r\n * @copyright Copyright (C) 2015 Vast Development Method. All rights reserved.\r\n * @license GNU General Public License version 2 or later; see LICENSE.txt\r\n *\/\r\n",
|
||||
"head": "",
|
||||
|
@ -10,7 +10,7 @@
|
||||
"system_name": "Path.Interfaces.ConverterInterface",
|
||||
"type": "interface",
|
||||
"use_selection": null,
|
||||
"namespace": "VDM\\Minify\\Path.Interfaces.ConverterInterface",
|
||||
"namespace": "[[[NamespacePrefix]]]\\Minify\\Path.Interfaces.ConverterInterface",
|
||||
"description": "",
|
||||
"licensing_template": "\/**\r\n * Convert file paths.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/path-converter\/issues\r\n *\r\n * @author Matthias Mullie <pathconverter@mullie.eu>\r\n * @copyright Copyright (c) 2015, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",
|
||||
"head": "",
|
||||
|
@ -19,7 +19,7 @@
|
||||
"as": "default"
|
||||
}
|
||||
},
|
||||
"namespace": "VDM\\Minify\\Abstraction.Minify",
|
||||
"namespace": "[[[NamespacePrefix]]]\\Minify\\Abstraction.Minify",
|
||||
"description": "\/**\r\n * Abstract minifier class.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie \r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",
|
||||
"licensing_template": "\/**\r\n * Abstract minifier class.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie <minify@mullie.eu>\r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/\r\n",
|
||||
"head": "",
|
||||
|
@ -10,7 +10,7 @@
|
||||
"system_name": "Minify.JavaScript",
|
||||
"type": "class",
|
||||
"use_selection": null,
|
||||
"namespace": "VDM\\Minify\\JavaScript",
|
||||
"namespace": "[[[NamespacePrefix]]]\\Minify\\JavaScript",
|
||||
"description": "\/**\r\n * JavaScript Minifier Class.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie \r\n * @author Tijs Verkoyen \r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",
|
||||
"licensing_template": "\/**\r\n * JavaScript minifier.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie <minify@mullie.eu>\r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",
|
||||
"head": "",
|
||||
|
Loading…
Reference in New Issue
Block a user