text
stringlengths 0
14.1k
|
---|
** IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
** ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
** DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
** OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
** LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
** SUCH DAMAGE. */ |
" isc |
julien-noblet/cad-killer flow-typed/npm/ua-parser-js_vx.x.x.js 1660 "// flow-typed signature: d37503430b92ad584be6e2c6f8d1fc08 |
// flow-typed version: <<STUB>>/ua-parser-js_v1.0.2/flow_v0.171.0 |
/** |
* This is an autogenerated libdef stub for: |
* |
* 'ua-parser-js' |
* |
* Fill this stub out by replacing all the `any` types. |
* |
* Once filled out, we encourage you to share your work with the |
* community by sending a pull request to: |
* https://github.com/flowtype/flow-typed |
*/ |
declare module 'ua-parser-js' { |
declare module.exports: any; |
} |
/** |
* We include stubs for each file inside this npm package in case you need to |
* require those files directly. Feel free to delete any files that aren't |
* needed. |
*/ |
declare module 'ua-parser-js/dist/ua-parser.min' { |
declare module.exports: any; |
} |
declare module 'ua-parser-js/dist/ua-parser.pack' { |
declare module.exports: any; |
} |
declare module 'ua-parser-js/package' { |
declare module.exports: any; |
} |
declare module 'ua-parser-js/src/ua-parser' { |
declare module.exports: any; |
} |
declare module 'ua-parser-js/test/test' { |
declare module.exports: any; |
} |
// Filename aliases |
declare module 'ua-parser-js/dist/ua-parser.min.js' { |
declare module.exports: $Exports<'ua-parser-js/dist/ua-parser.min'>; |
} |
declare module 'ua-parser-js/dist/ua-parser.pack.js' { |
declare module.exports: $Exports<'ua-parser-js/dist/ua-parser.pack'>; |
} |
declare module 'ua-parser-js/package.js' { |
declare module.exports: $Exports<'ua-parser-js/package'>; |
} |
declare module 'ua-parser-js/src/ua-parser.js' { |
declare module.exports: $Exports<'ua-parser-js/src/ua-parser'>; |
} |
declare module 'ua-parser-js/test/test.js' { |
declare module.exports: $Exports<'ua-parser-js/test/test'>; |
} |
" isc |
skarnet/s6-networking src/sbearssl/sbearssl_skey_to.c 438 "/* ISC license. */ |
#include <bearssl.h> |
#include <s6-networking/sbearssl.h> |
int sbearssl_skey_to (sbearssl_skey const *l, br_skey *k, char *s) |
{ |
switch (l->type) |
{ |
case BR_KEYTYPE_RSA : |
sbearssl_rsa_skey_to(&l->data.rsa, &k->data.rsa, s) ; |
break ; |
case BR_KEYTYPE_EC : |
sbearssl_ec_skey_to(&l->data.ec, &k->data.ec, s) ; |
break ; |
default : |
return 0 ; |
} |
k->type = l->type ; |
return 1 ; |
} |
" isc |
sauban/angular-boilerplate vendor/dropzone/dropzone.css 12777 "/* |
* The MIT License |
* Copyright (c) 2012 Matias Meno <[email protected]> |
*/ |
@-webkit-keyframes passing-through { |
0% { |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.