Home
last modified time | relevance | path

Searched full:has (Results 1 – 25 of 3823) sorted by relevance

12345678910>>...153

/plugin/asciidocjs/node_modules/has-symbols/
DCHANGELOG.md8 ## [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 …]
DREADME.md1 # 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/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
DYtsFoldedScalars.yml40 is preserved in text blocks, YAML has
47 This has one newline.
51 same as "clipped" above: "This has one newline.\n"
54 This has no newline.
58 same as "stripped" above: "This has no newline."
61 This has four newlines.
65 same as "kept" above: "This has four newlines.\n\n\n\n"
68 'clipped' => "This has one newline.\n",
69 'same as "clipped" above' => "This has one newline.\n",
70 'stripped' => 'This has no newline.',
[all …]
/plugin/asciidocjs/node_modules/has-tostringtag/
DREADME.md1 # 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 …]
DCHANGELOG.md12 - 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/
DREADME.md1 # 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 …]
DCHANGELOG.md8 ## [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/elasticsearch/vendor/patrickschur/language-detection/resources/en/
Den.txt7 …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/authgooglesheets/vendor/guzzlehttp/guzzle/
DUPGRADING.md20 - 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/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DUPGRADING.md70 - 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 …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/Resource/
DProjectsZonesClustersNodePools.php46 * field has been deprecated and replaced by the name field.
49 * cluster resides. This field has been deprecated and replaced by the name
52 * field has been deprecated and replaced by the name field.
54 * This field has been deprecated and replaced by the name field.
71 * field has been deprecated and replaced by the parent field.
74 * cluster resides. This field has been deprecated and replaced by the parent
76 * @param string $clusterId Deprecated. The name of the cluster. This field has
94 * field has been deprecated and replaced by the name field.
97 * cluster resides. This field has been deprecated and replaced by the name
99 * @param string $clusterId Deprecated. The name of the cluster. This field has
[all …]
DProjectsZonesClusters.php53 * field has been deprecated and replaced by the name field.
56 * cluster resides. This field has been deprecated and replaced by the name
59 * field has been deprecated and replaced by the name field.
76 * field has been deprecated and replaced by the name field.
79 * cluster resides. This field has been deprecated and replaced by the name
81 * @param string $clusterId Deprecated. The name of the cluster. This field has
105 * field has been deprecated and replaced by the parent field.
108 * cluster resides. This field has been deprecated and replaced by the parent
129 * field has been deprecated and replaced by the name field.
132 * cluster resides. This field has been deprecated and replaced by the name
[all …]
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/Request/
H A DAbstractRequest.php66 * @throws CAS_OutOfSequenceException If called after the Request has been sent.
72 'Request has already been sent cannot '.__METHOD__
86 * @throws CAS_OutOfSequenceException If called after the Request has been sent.
92 'Request has already been sent cannot '.__METHOD__
107 * @throws CAS_OutOfSequenceException If called after the Request has been sent.
113 'Request has already been sent cannot '.__METHOD__
126 * @throws CAS_OutOfSequenceException If called after the Request has been sent.
132 'Request has already been sent cannot '.__METHOD__
145 * @throws CAS_OutOfSequenceException If called after the Request has been sent.
151 'Request has already been sent cannot '.__METHOD__
[all …]
H A DRequestInterface.php53 * @throws CAS_OutOfSequenceException If called after the Request has been sent.
64 * @throws CAS_OutOfSequenceException If called after the Request has been sent.
76 * @throws CAS_OutOfSequenceException If called after the Request has been sent.
86 * @throws CAS_OutOfSequenceException If called after the Request has been sent.
96 * @throws CAS_OutOfSequenceException If called after the Request has been sent.
104 * @throws CAS_OutOfSequenceException If called after the Request has been sent.
114 * @throws CAS_OutOfSequenceException If called after the Request has been sent.
126 * @throws CAS_OutOfSequenceException If called after the Request has been sent.
152 * @throws CAS_OutOfSequenceException If called before the Request has been sent.
160 * @throws CAS_OutOfSequenceException If called before the Request has been sent.
[all …]
/plugin/structtasks/lang/en/
Dlang.php19 $lang['removed_text'] = '@EDITOR@ has unassigned you from task @TITLELINK@. You are no longer respo…
22 @EDITOR@ has unassigned you from task @TITLELINK@. You are no longer
26 $lang['self_removal_subject'] = '@EDITOR@ has unassigned themselves from task "@TITLE@"';
27 $lang['self_removal_text'] = 'Please be aware that @EDITOR@ has removed themselves from the task @T…
30 Please be aware that @EDITOR@ has removed themselves from the task @TITLELINK@,
34 $lang['date_subject'] = 'The due-date has changed for task "@TITLE@"';
35 $lang['date_text'] = '@EDITOR@ has changed the due-date for task @TITLELINK@ on @WIKINAME@. It must…
38 @EDITOR@ has changed the due-date for task @TITLELINK@. <strong>It must now be
44 $lang['openstatus_subject'] = 'Task "@TITLE@" has been marked "@STATUS@"';
45 $lang['openstatus_text'] = '@EDITOR@ has changed task @TITLELINK@ on @WIKINAME@ from "@PREVSTATUS@"…
[all …]
/plugin/pgn4web/pgn4web/
Dpgn-standard.txt41 Computer usage among chessplayers has become quite common in recent years and a
49 program to another; if there has been no real effort to ensure portability of
111 simple. A sample PGN game follows; it has most of the important features
208 format" if all of the following hold: 1) it has no commentary, 2) it has only
210 it has no recursive annotation variations ("RAV", see below), and 4) it has no
640 successive text lines each of which has less than 80 printing characters. As
681 element has a preceding move number indication only in two cases: first, if
882 Each movetext section has exactly one game termination marker; the marker
903 of the following tags. For example, if the White tag has the three field value
1120 value of "0" indicates that the game has started from the usual initial array.
[all …]
/plugin/asciidocjs/node_modules/has/
DREADME.md1 # has chapter
8 npm install --save has
14 var has = require('has');
16 has({}, 'hasOwnProperty'); // false
17 has(Object.prototype, 'hasOwnProperty'); // true
/plugin/aclinfo/lang/en/
Dlang.php3 $lang['perm0'] = '%s has no permissions';
4 $lang['perm1'] = '%s has read permissions';
5 $lang['perm2'] = '%s has edit permissions';
6 $lang['perm4'] = '%s has create permissions';
7 $lang['perm8'] = '%s has upload permissions';
8 $lang['perm16'] = '%s has delete permissions';
/plugin/asciidocjs/node_modules/has-flag/
Dreadme.md1 # has-flag [![Build Status](https://travis-ci.org/sindresorhus/has-flag.svg?branch=master)](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/core-js/modules/
D_collection-weak.js9 var $has = require('./_has');
32 has: function (key) { method in UncaughtFrozenStore
65 return data && $has(data, this._i) && delete data[this._i];
67 // 23.3.3.4 WeakMap.prototype.has(key)
68 // 23.4.3.4 WeakSet.prototype.has(value)
69 has: function has(key) {
72 if (data === true) return uncaughtFrozenStore(validate(this, NAME)).has(key);
73 return data && $has(data, this._i);
Des6.symbol.js4 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 …]
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_collection-weak.js9 var $has = require('./_has');
32 has: function (key) { method in UncaughtFrozenStore
65 return data && $has(data, this._i) && delete data[this._i];
67 // 23.3.3.4 WeakMap.prototype.has(key)
68 // 23.4.3.4 WeakSet.prototype.has(value)
69 has: function has(key) {
72 if (data === true) return uncaughtFrozenStore(validate(this, NAME)).has(key);
73 return data && $has(data, this._i);
Des6.symbol.js4 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 …]
/plugin/asciidocjs/node_modules/lodash/
Dhas.js19 * _.has(object, 'a');
22 * _.has(object, 'a.b');
25 * _.has(object, ['a', 'b']);
28 * _.has(other, 'a');
31 function has(object, path) { function
35 module.exports = has;
/plugin/asciidocjs/node_modules/has/test/
Dindex.js4 var has = require('../'); variable
6 test('has', function (t) {
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…

12345678910>>...153