| /plugin/asciidocjs/node_modules/has-symbols/ ! |
| D | CHANGELOG.md | 8 ## [v1.0.3](https://github.com/inspect-js/has-symbols/compare/v1.0.2...v1.0.3) - 2022-03-01 12 …`node/run`; use `codecov` action [`518b28f`](https://github.com/inspect-js/has-symbols/commit/518b… 13 …ge` fields; reorder package.json [`c480b13`](https://github.com/inspect-js/has-symbols/commit/c480… 14 - [actions] reuse common workflows [`01d0ee0`](https://github.com/inspect-js/has-symbols/commit/01d… 15 - [actions] update codecov uploader [`6424ebe`](https://github.com/inspect-js/has-symbols/commit/64… 16 … `aud`, `auto-changelog`, `tape` [`dfa7e7f`](https://github.com/inspect-js/has-symbols/commit/dfa7… 17 …`, `safe-publish-latest`, `tape` [`0c8d436`](https://github.com/inspect-js/has-symbols/commit/0c8d… 18 …rb/eslint-config`, `aud`, `tape` [`9026554`](https://github.com/inspect-js/has-symbols/commit/9026… 19 - [readme] add actions and codecov badges [`eaa9682`](https://github.com/inspect-js/has-symbols/com… 20 - [Dev Deps] update `eslint`, `tape` [`bc7a3ba`](https://github.com/inspect-js/has-symbols/commit/b… [all …]
|
| D | README.md | 1 # has-symbols <sup>[![Version Badge][2]][1]</sup> 12 Determine if the JS environment has Symbol support. Supports spec, or shams. 17 var hasSymbols = require('has-symbols'); 19 hasSymbols() === true; // if the environment has native Symbol support. Not polyfillable, not forge… 21 var hasSymbolsKinda = require('has-symbols/shams'); 22 hasSymbolsKinda() === true; // if the environment has a Symbol sham that mostly follows the spec. 32 [1]: https://npmjs.org/package/has-symbols 33 [2]: https://versionbadg.es/inspect-js/has-symbols.svg 34 [5]: https://david-dm.org/inspect-js/has-symbols.svg 35 [6]: https://david-dm.org/inspect-js/has-symbols [all …]
|
| /plugin/asciidocjs/node_modules/has-tostringtag/ ! |
| D | README.md | 1 # has-tostringtag <sup>[![Version Badge][2]][1]</sup> 12 Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. 17 var hasSymbolToStringTag = require('has-tostringtag'); 19 hasSymbolToStringTag() === true; // if the environment has native Symbol.toStringTag support. Not p… 21 var hasSymbolToStringTagKinda = require('has-tostringtag/shams'); 22 hasSymbolToStringTagKinda() === true; // if the environment has a Symbol.toStringTag sham that most… 32 [1]: https://npmjs.org/package/has-tostringtag 33 [2]: https://versionbadg.es/inspect-js/has-tostringtag.svg 34 [5]: https://david-dm.org/inspect-js/has-tostringtag.svg 35 [6]: https://david-dm.org/inspect-js/has-tostringtag [all …]
|
| D | CHANGELOG.md | 12 - Tests [`6b6f573`](https://github.com/inspect-js/has-tostringtag/commit/6b6f5734dc2058badb300ff078… 13 - Initial commit [`2f8190e`](https://github.com/inspect-js/has-tostringtag/commit/2f8190e799fac32ba… 14 - [meta] do not publish github action workflow files [`6e08cc4`](https://github.com/inspect-js/has-… 15 - readme [`94bed6c`](https://github.com/inspect-js/has-tostringtag/commit/94bed6c9560cbbfda034f8d6c… 16 - npm init [`be67840`](https://github.com/inspect-js/has-tostringtag/commit/be67840ab92ee7adb98bcc6… 17 - Implementation [`c4914ec`](https://github.com/inspect-js/has-tostringtag/commit/c4914ecc51ddee692… 18 - [meta] use `auto-changelog` [`4aaf768`](https://github.com/inspect-js/has-tostringtag/commit/4aaf… 19 - Only apps should have lockfiles [`bc4d99e`](https://github.com/inspect-js/has-tostringtag/commit/… 20 - [meta] add `safe-publish-latest` [`6523c05`](https://github.com/inspect-js/has-tostringtag/commit…
|
| /plugin/asciidocjs/node_modules/has-proto/ ! |
| D | README.md | 1 # has-proto <sup>[![Version Badge][npm-version-svg]][package-url]</sup> 15 var hasProto = require('has-proto'); 24 [package-url]: https://npmjs.org/package/has-proto 25 [npm-version-svg]: https://versionbadg.es/inspect-js/has-proto.svg 26 [deps-svg]: https://david-dm.org/inspect-js/has-proto.svg 27 [deps-url]: https://david-dm.org/inspect-js/has-proto 28 [dev-deps-svg]: https://david-dm.org/inspect-js/has-proto/dev-status.svg 29 [dev-deps-url]: https://david-dm.org/inspect-js/has-proto#info=devDependencies 30 [npm-badge-png]: https://nodei.co/npm/has-proto.png?downloads=true&stars=true 31 [license-image]: https://img.shields.io/npm/l/has-proto.svg [all …]
|
| D | CHANGELOG.md | 8 ## [v1.0.1](https://github.com/inspect-js/has-proto/compare/v1.0.0...v1.0.1) - 2022-12-21 12 - [meta] correct URLs and description [`ef34483`](https://github.com/inspect-js/has-proto/commit/ef… 13 - [patch] add an additional criteria [`e81959e`](https://github.com/inspect-js/has-proto/commit/e81… 14 - [Dev Deps] update `aud` [`2bec2c4`](https://github.com/inspect-js/has-proto/commit/2bec2c47b072b1… 20 - Initial implementation, tests, readme [`6886fea`](https://github.com/inspect-js/has-proto/commit/… 21 - Initial commit [`99129c8`](https://github.com/inspect-js/has-proto/commit/99129c8f42471ac89cb681b… 22 - npm init [`2844ad8`](https://github.com/inspect-js/has-proto/commit/2844ad8e75b84d66a46765b3bab9d… 23 - Only apps should have lockfiles [`c65bc5e`](https://github.com/inspect-js/has-proto/commit/c65bc5…
|
| /plugin/asciidocjs/node_modules/has/ ! |
| D | README.md | 1 # has chapter 8 npm install --save has 14 var has = require('has'); 16 has({}, 'hasOwnProperty'); // false 17 has(Object.prototype, 'hasOwnProperty'); // true
|
| /plugin/asciidocjs/node_modules/core-js/modules/ ! |
| D | es6.symbol.js | 4 var has = require('./_has'); variable 78 if (has(AllSymbols, key)) { 80 if (!has(it, HIDDEN)) dP(it, HIDDEN, createDesc(1, {})); 83 if (has(it, HIDDEN) && it[HIDDEN][key]) it[HIDDEN][key] = false; 102 if (this === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return false; 103 …return E || !has(this, key) || !has(AllSymbols, key) || has(this, HIDDEN) && this[HIDDEN][key] ? E… 108 if (it === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return; 110 if (D && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) D.enumerable = true; 119 if (!has(AllSymbols, key = names[i++]) && key != HIDDEN && key != META) result.push(key); 129 …if (has(AllSymbols, key = names[i++]) && (IS_OP ? has(ObjectProto, key) : true)) result.push(AllSy… [all …]
|
| D | core.dict.js | 19 var has = require('./_has'); variable 38 for (key in O) if (has(O, key)) { 79 } while (!has(O, key = keys[that._i++])); 109 while (length > i) if (has(O, key = keys[i++])) { 124 if (has(object, key)) return object[key]; 153 has: has, property
|
| D | _meta.js | 3 var has = require('./_has'); variable 21 if (!has(it, META)) { 32 if (!has(it, META)) { 44 if (FREEZE && meta.NEED && isExtensible(it) && !has(it, META)) setMeta(it);
|
| D | _object-keys-internal.js | 1 var has = require('./_has'); variable 11 for (key in O) if (key != IE_PROTO) has(O, key) && result.push(key); 13 while (names.length > i) if (has(O, key = names[i++])) {
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ ! |
| D | es6.symbol.js | 4 var has = require('./_has'); variable 78 if (has(AllSymbols, key)) { 80 if (!has(it, HIDDEN)) dP(it, HIDDEN, createDesc(1, {})); 83 if (has(it, HIDDEN) && it[HIDDEN][key]) it[HIDDEN][key] = false; 102 if (this === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return false; 103 …return E || !has(this, key) || !has(AllSymbols, key) || has(this, HIDDEN) && this[HIDDEN][key] ? E… 108 if (it === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return; 110 if (D && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) D.enumerable = true; 119 if (!has(AllSymbols, key = names[i++]) && key != HIDDEN && key != META) result.push(key); 129 …if (has(AllSymbols, key = names[i++]) && (IS_OP ? has(ObjectProto, key) : true)) result.push(AllSy… [all …]
|
| D | core.dict.js | 19 var has = require('./_has'); variable 38 for (key in O) if (has(O, key)) { 79 } while (!has(O, key = keys[that._i++])); 109 while (length > i) if (has(O, key = keys[i++])) { 124 if (has(object, key)) return object[key]; 153 has: has, property
|
| D | _meta.js | 3 var has = require('./_has'); variable 21 if (!has(it, META)) { 32 if (!has(it, META)) { 44 if (FREEZE && meta.NEED && isExtensible(it) && !has(it, META)) setMeta(it);
|
| D | _object-keys-internal.js | 1 var has = require('./_has'); variable 11 for (key in O) if (key != IE_PROTO) has(O, key) && result.push(key); 13 while (names.length > i) if (has(O, key = names[i++])) {
|
| /plugin/asciidocjs/node_modules/source-map/lib/ ! |
| D | array-set.js | 9 var has = Object.prototype.hasOwnProperty; 51 var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr); 70 ArraySet.prototype.has = function ArraySet_has(aStr) { method in ArraySet 72 return this._set.has(aStr); 75 return has.call(this._set, sStr); 92 if (has.call(this._set, sStr)) {
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/lib/ ! |
| D | array-set.js | 9 var has = Object.prototype.hasOwnProperty; 51 var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr); 70 ArraySet.prototype.has = function ArraySet_has(aStr) { method in ArraySet 72 return this._set.has(aStr); 75 return has.call(this._set, sStr); 92 if (has.call(this._set, sStr)) {
|
| /plugin/asciidocjs/node_modules/has-flag/ ! |
| D | readme.md | 1 # has-flag [](https:/… 3 > Check if [`argv`](https://nodejs.org/docs/latest/api/process.html#process_process_argv) has a spe… 11 …<a href="https://tidelift.com/subscription/pkg/npm-has-flag?utm_source=npm-has-flag&utm_medium=ref… 25 $ npm install has-flag 33 const hasFlag = require('has-flag');
|
| /plugin/asciidocjs/node_modules/has/test/ ! |
| D | index.js | 4 var has = require('../'); variable 7 …t.equal(has({}, 'hasOwnProperty'), false, 'object literal does not have own property "hasOwnProper… 8 …t.equal(has(Object.prototype, 'hasOwnProperty'), true, 'Object.prototype has own property "hasOwnP…
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ ! |
| D | UPGRADING.md | 20 - The `guzzlehttp/streams` dependency has been removed. Stream functionality 29 Note: there has been movement in the React project to modify promises to 38 - `GuzzleHttp\Mimetypes` has been moved to a function in 49 - Guzzle no longer has a dependency on RingPHP. Due to the use of a middleware 58 integration has been removed. Note: while the event system has been removed, 83 - `GuzzleHttp\ClientInterface::getDefaultOption` has been renamed to 85 - `GuzzleHttp\ClientInterface::setDefaultOption` has been removed. 86 - The `json` and `xml` methods of response objects has been removed. With the 98 middlewares) or setting a value on an object. Guzzle v6 has chosen the 129 // Create a handler stack that has all of the default middlewares attached [all …]
|
| /plugin/asciidocjs/node_modules/pug-runtime/ ! |
| D | CHANGELOG.md | 13 - This package has been renamed to pug-runtime. 14 - `attrs()` has been optimized. 18 - `classes()` has been optimized, making it more than 9x faster. 19 - `style()` has been optimized, making it 3-9x faster in average cases. 20 - `escape()` has been optimized again, now with another 1-4x boost from the 40 - `escape()` has been optimized, making it about 20-30% faster. The new
|
| /plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/ ! |
| D | en.txt | 7 …gs shall enjoy freedom of speech and belief and freedom from fear and want has been proclaimed as … 34 Everyone has the right to life, liberty and the security of person. 43 Everyone has the right to recognition everywhere as a person before the law. 49 Everyone has the right to an effective remedy by the competent national tribunals for acts violatin… 58 … with a penal offence has the right to be presumed innocent until proved guilty according to law i… 63 …or correspondence, nor to attacks upon his honour and reputation. Everyone has the right to the pr… 66 1. Everyone has the right to freedom of movement and residence within the borders of each State. 68 2. Everyone has the right to leave any country, including his own, and to return to his country. 71 1. Everyone has the right to seek and to enjoy in other countries asylum from persecution. 76 1. Everyone has the right to a nationality. [all …]
|
| /plugin/virtualgroup/ ! |
| D | admin.php | 30 if ($INPUT->has('addusergroups')) { 32 } elseif ($INPUT->has('addgroupusers')) { 34 } elseif ($INPUT->has('deleteuser')) { 36 } elseif ($INPUT->has('deletegroup')) { 38 } elseif ($INPUT->has('editusergroups')) { 40 } elseif ($INPUT->has('editgroupusers')) { 51 if ($INPUT->has('loaduser')) { 60 if ($INPUT->has('loadgroup')) { 255 if ($INPUT->has('loaduser')) { 299 if ($INPUT->has('loadgroup')) {
|
| /plugin/jplayer/vendor/mustache/mustache/src/Mustache/ ! |
| D | HelperCollection.php | 92 if (!$this->has($name)) { 110 return $this->has($name); 120 public function has($name) function in Mustache_HelperCollection 146 if (!$this->has($name)) {
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ ! |
| D | UPGRADING.md | 70 - The `guzzlehttp/streams` dependency has been removed. Stream functionality 79 Note: there has been movement in the React project to modify promises to 88 - `GuzzleHttp\Mimetypes` has been moved to a function in 99 - Guzzle no longer has a dependency on RingPHP. Due to the use of a middleware 108 integration has been removed. Note: while the event system has been removed, 133 - `GuzzleHttp\ClientInterface::getDefaultOption` has been renamed to 135 - `GuzzleHttp\ClientInterface::setDefaultOption` has been removed. 136 - The `json` and `xml` methods of response objects has been removed. With the 148 middlewares) or setting a value on an object. Guzzle v6 has chosen the 179 // Create a handler stack that has all of the default middlewares attached [all …]
|