⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
invoice
/
node_modules
/
toastr
/
nuget
/
View File Name :
toastr.1.1.2.nuspec
<?xml version="1.0" encoding="utf-8"?> <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> <metadata> <id>toastr</id> <version>1.1.2</version> <title>toastr</title> <authors>John Papa,Hans Fjällemark</authors> <owners>John Papa,Hans Fjällemark</owners> <licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl> <projectUrl>https://github.com/CodeSeven/toastr</projectUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>3 Easy Steps: (1) Link to toastr.css (2) Link to toastr.js (3) Use toastr to display a toast for info, success, warning or error // Display an info toast with no title toastr.info('Are you the 6 fingered man?') *** For other API calls, see the demo</description> <summary>toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.</summary> <releaseNotes>Added AMD support (and backwards compat with non AMD), toastr.clear() method clears 1 or all toasts, optionsOverride API to be able to override options for each toast, added onclick callback option which fires when a user clicks the toast. Also cleaned CSS, merged CSS files into 1 file, and reduced jQuery dependency to v1.6.3</releaseNotes> <copyright>Copyright © 2012 Hans Fjällemark & John Papa.</copyright> <language>en-US</language> <tags>toastr, toast, notification, dialog, jquery</tags> <dependencies> <dependency id="jQuery" version="1.6.3" /> </dependencies> </metadata> <files> <file src="content\content\toastr.css" target="content\content\toastr.css" /> <file src="content\scripts\toastr.js" target="content\scripts\toastr.js" /> </files> </package>