|
1 | | -/*! |
2 | | - * Copyright (c) 2016-2022 Digital Bazaar, Inc. All rights reserved. |
3 | | - */ |
4 | | - |
5 | 1 | /*! |
6 | 2 | * The buffer module from node.js, for the browser. |
7 | 3 | * |
|
52 | 48 | * @version IconicMultiSelect v0.7.0 |
53 | 49 | * @licence MIT |
54 | 50 | */ |
55 | | - |
56 | | -/** |
57 | | - * A JavaScript implementation of the JSON-LD API. |
58 | | - * |
59 | | - * @author Dave Longley |
60 | | - * |
61 | | - * @license BSD 3-Clause License |
62 | | - * Copyright (c) 2011-2019 Digital Bazaar, Inc. |
63 | | - * All rights reserved. |
64 | | - * |
65 | | - * Redistribution and use in source and binary forms, with or without |
66 | | - * modification, are permitted provided that the following conditions are met: |
67 | | - * |
68 | | - * Redistributions of source code must retain the above copyright notice, |
69 | | - * this list of conditions and the following disclaimer. |
70 | | - * |
71 | | - * Redistributions in binary form must reproduce the above copyright |
72 | | - * notice, this list of conditions and the following disclaimer in the |
73 | | - * documentation and/or other materials provided with the distribution. |
74 | | - * |
75 | | - * Neither the name of the Digital Bazaar, Inc. nor the names of its |
76 | | - * contributors may be used to endorse or promote products derived from |
77 | | - * this software without specific prior written permission. |
78 | | - * |
79 | | - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS |
80 | | - * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
81 | | - * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
82 | | - * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
83 | | - * HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
84 | | - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
85 | | - * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
86 | | - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
87 | | - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
88 | | - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
89 | | - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
90 | | - */ |
91 | | - |
92 | | -/** |
93 | | - * A better abstraction over CSS. |
94 | | - * |
95 | | - * @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present |
96 | | - * @website https://github.com/cssinjs/jss |
97 | | - * @license MIT |
98 | | - */ |
99 | | - |
100 | | -/** |
101 | | - * Removes the @preserve keywords from expanded result of framing. |
102 | | - * |
103 | | - * @param input the framed, framed output. |
104 | | - * @param options the framing options used. |
105 | | - * |
106 | | - * @return the resulting output. |
107 | | - */ |
108 | | - |
109 | | -// disallow aliasing @context and @preserve |
110 | | - |
111 | | -// remove @preserve |
112 | | - |
113 | | -// remove @preserve from results |
0 commit comments