This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
***** BEGIN LICENSE BLOCK ***** | |
Generates ISBN registrant tables given XML Range Message | |
(from http://www.isbn-international.org/page/ranges) loaded in the browser | |
Copyright © 2013 Aurimas Vinckevicius (aurimas.dev~at~gmail.com) | |
This program is free software: you can redistribute it and/or modify | |
it under the terms of the GNU Affero General Public License as | |
published by the Free Software Foundation, either version 3 of the |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
This is a document you can use when you start building the page that will contain | |
one or more Fine Uploader UI instances. A default template that can be customized | |
is located in the text/template script tag below. | |
Please see http://docs.fineuploader.com/features/styling.html for information | |
on how to customize this default template. | |
--> | |
<!DOCTYPE html> | |
<html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Fine Uploader 5.0.3] Parsing template s3.jquery.fineuploader-5.0.3.min.js:16 | |
[Fine Uploader 5.0.3] Template parsing complete s3.jquery.fineuploader-5.0.3.min.js:16 | |
[Fine Uploader 5.0.3] Rendering template in DOM. s3.jquery.fineuploader-5.0.3.min.js:16 | |
[Fine Uploader 5.0.3] Template rendering complete s3.jquery.fineuploader-5.0.3.min.js:16 | |
[Fine Uploader 5.0.3] Grabbed 2 dropped files. s3.jquery.fineuploader-5.0.3.min.js:16 | |
[Fine Uploader 5.0.3] Received 2 files or inputs. s3.jquery.fineuploader-5.0.3.min.js:16 | |
data | |
Object {name: "a doc.txt", size: 1} | |
[Validate Handler] name: a doc.txt index.html:75 | |
[Validate Handler] qqPath: undefined index.html:76 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* General theme loading and functions | |
* | |
* @package [THEME NAME] | |
*/ | |
declare(strict_types=1); | |
namespace [SPECIFIC PREFIX]\Theme; |