Home
last modified time | relevance | path

Searched full:every (Results 1 – 25 of 1916) sorted by relevance

12345678910>>...77

/plugin/asciidocjs/node_modules/async/
Dall.js22 * Returns `true` if every element in `coll` satisfies an async test. If any
25 * @name every
58 * async.every(fileList, fileExists, function(err, result) {
61 * // result is true since every file exists
64 * async.every(withMissingFileList, fileExists, function(err, result) {
67 * // result is false since NOT every file exists
71 * async.every(fileList, fileExists)
75 * // result is true since every file exists
80 * async.every(withMissingFileList, fileExists)
84 * // result is false since NOT every file exists
[all …]
Devery.js22 * Returns `true` if every element in `coll` satisfies an async test. If any
25 * @name every
58 * async.every(fileList, fileExists, function(err, result) {
61 * // result is true since every file exists
64 * async.every(withMissingFileList, fileExists, function(err, result) {
67 * // result is false since NOT every file exists
71 * async.every(fileList, fileExists)
75 * // result is true since every file exists
80 * async.every(withMissingFileList, fileExists)
84 * // result is false since NOT every file exists
[all …]
DallSeries.js22 …* The same as [`every`]{@link module:Collections.every} but runs only a single async operation at …
28 * @see [async.every]{@link module:Collections.every}
DeverySeries.js22 …* The same as [`every`]{@link module:Collections.every} but runs only a single async operation at …
28 * @see [async.every]{@link module:Collections.every}
DallLimit.js22 …* The same as [`every`]{@link module:Collections.every} but runs a maximum of `limit` async operat…
28 * @see [async.every]{@link module:Collections.every}
DeveryLimit.js22 …* The same as [`every`]{@link module:Collections.every} but runs a maximum of `limit` async operat…
28 * @see [async.every]{@link module:Collections.every}
/plugin/asciidocjs/node_modules/core-js/modules/
Des6.array.every.js3 var $every = require('./_array-methods')(4);
5 $export($export.P + $export.F * !require('./_strict-method')([].every, true), 'Array', {
6 // 22.1.3.5 / 15.4.4.16 Array.prototype.every(callbackfn [, thisArg])
7 every: function every(callbackfn /* , thisArg */) {
8 return $every(this, callbackfn, arguments[1]);
/plugin/asciidocjs/node_modules/core-js/library/modules/
Des6.array.every.js3 var $every = require('./_array-methods')(4);
5 $export($export.P + $export.F * !require('./_strict-method')([].every, true), 'Array', {
6 // 22.1.3.5 / 15.4.4.16 Array.prototype.every(callbackfn [, thisArg])
7 every: function every(callbackfn /* , thisArg */) {
8 return $every(this, callbackfn, arguments[1]);
/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/
DCtype.php24 * Returns TRUE if every character in text is either a letter or a digit, FALSE otherwise.
40 * Returns TRUE if every character in text is a letter, FALSE otherwise.
56 …* Returns TRUE if every character in text is a control character from the current locale, FALSE ot…
72 * Returns TRUE if every character in the string text is a decimal digit, FALSE otherwise.
88 …* Returns TRUE if every character in text is printable and actually creates visible output (no whi…
104 * Returns TRUE if every character in text is a lowercase letter.
120 …* Returns TRUE if every character in text will actually create output (including blanks). Returns …
136 …* Returns TRUE if every character in text is printable, but neither letter, digit or blank, FALSE …
152 …* Returns TRUE if every character in text creates some sort of white space, FALSE otherwise. Besid…
168 * Returns TRUE if every character in text is an uppercase letter.
[all …]
/plugin/mdpage/vendor/symfony/polyfill-ctype/
DCtype.php24 * Returns TRUE if every character in text is either a letter or a digit, FALSE otherwise.
40 * Returns TRUE if every character in text is a letter, FALSE otherwise.
56 …* Returns TRUE if every character in text is a control character from the current locale, FALSE ot…
72 * Returns TRUE if every character in the string text is a decimal digit, FALSE otherwise.
88 …* Returns TRUE if every character in text is printable and actually creates visible output (no whi…
104 * Returns TRUE if every character in text is a lowercase letter.
120 …* Returns TRUE if every character in text will actually create output (including blanks). Returns …
136 …* Returns TRUE if every character in text is printable, but neither letter, digit or blank, FALSE …
152 …* Returns TRUE if every character in text creates some sort of white space, FALSE otherwise. Besid…
168 * Returns TRUE if every character in text is an uppercase letter.
[all …]
/plugin/combo/vendor/symfony/polyfill-ctype/
H A DCtype.php24 * Returns TRUE if every character in text is either a letter or a digit, FALSE otherwise.
40 * Returns TRUE if every character in text is a letter, FALSE otherwise.
56 …* Returns TRUE if every character in text is a control character from the current locale, FALSE ot…
72 * Returns TRUE if every character in the string text is a decimal digit, FALSE otherwise.
88 …* Returns TRUE if every character in text is printable and actually creates visible output (no whi…
104 * Returns TRUE if every character in text is a lowercase letter.
120 …* Returns TRUE if every character in text will actually create output (including blanks). Returns …
136 …* Returns TRUE if every character in text is printable, but neither letter, digit or blank, FALSE …
152 …* Returns TRUE if every character in text creates some sort of white space, FALSE otherwise. Besid…
168 * Returns TRUE if every character in text is an uppercase letter.
[all …]
/plugin/asciidocjs/node_modules/lodash/
Devery.js28 * _.every([true, 1, null, 'yes'], Boolean);
37 * _.every(users, { 'user': 'barney', 'active': false });
41 * _.every(users, ['active', false]);
45 * _.every(users, 'active');
48 function every(collection, predicate, guard) { function
56 module.exports = every;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
DSharingSupport.php12 * 2. For every calendar, return calendar-resource-uri. This strings is a URI or
13 * relative URI reference that must be unique for every calendar, but
14 * identical for every instance of the same shared calendar.
15 * 3. For every calendar, you must return a share-access element. This element
37 * Every item in the returned list must be a Sharee object with at
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DReportSchedule.php30 public $every; variable in Google\\Service\\Dfareporting\\ReportSchedule
69 public function setEvery($every) argument
71 $this->every = $every;
78 return $this->every;
/plugin/mcitem/
DREADME.md16 Every mod (that is [Minecraft Forge](http://www.minecraftforge.net/)'s way of talking about extensi…
18 Every mod's sub-space is located within the root space `:mods:`.
20 Every image of a block or item is named exactly like its description page in the wiki. And is provi…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DIShareableCalendar.php20 * Every element in the add array has the following properties:
26 * Every element in the remove array is just the address string.
37 * Every element in this array should have the following properties:
H A DShareableCalendar.php21 * Every element in the add array has the following properties:
27 * Every element in the remove array is just the address string.
42 * Every element in this array should have the following properties:
/plugin/bible/bible_douayRheims/
D1_Corinthians.txt2 …d to be saints, with all that invoke the name of our Lord Jesus Christ in every place of theirs an…
12 …1:12. Now this I say, that every one of you saith: I indeed am of Paul; and I am of Apollo; and I …
52 3:5. The ministers of him whom you have believed: and to every one as the Lord hath given.
55 …3:8. Now he that planteth and he that watereth, are one. And every man shall receive his own rewar…
57 …hitect, I have laid the foundation: and another buildeth thereon. But let every man take heed how …
60 …13. Every man's work shall be manifest. For the day of the Lord shall declare it, because it shall…
75 …arkness and will make manifest the counsels of the hearts. And then shall every man have praise fr…
87 …will put you in mind of my ways, which are in Christ Jesus: as I teach every where in every church.
121 …6:18. Fly fornication. Every sin that a man doth is without the body: but he that committeth forni…
125 …7:2. But for fear of fornication, let every man have his own wife: and let every woman have her ow…
[all …]
DNumbers.txt2 …of the children of Israel by their families, and houses, and the names of every one, as many as ar…
18 …hem up by the kindreds, and houses, and families, and heads, and names of every one from twenty ye…
20 … son of Israel, by their generations and families and houses and names of every head, all that wer…
22 … and houses of their kindreds, were reckoned up by the names and heads of every one, all that were…
24 …nd families and houses of their kindreds were reckoned up by the names of every one from twenty ye…
26 …ir generations and families and houses of their kindreds, by the names of every one from twenty ye…
28 …ir generations and families and houses of their kindreds, by the names of every one from twenty ye…
30 …d families and houses of their kindreds, were reckoned up by the names of every one from twenty ye…
32 …d families and houses of their kindreds, were reckoned up by the names of every one, from twenty y…
34 …d families and houses of their kindreds, were reckoned up by the names of every one from twenty ye…
[all …]
D2_Thessalonians.txt3 … it is fitting, because your faith groweth exceedingly and the charity of every one of you towards…
28 2:16. Exhort your hearts and confirm you in every good work and word.
34 …, in the name of our Lord Jesus Christ, that you withdraw yourselves from every brother walking di…
44 …3:16. Now the Lord of peace himself give you everlasting peace in every place. The Lord be with yo…
45 3:17. The salutation of Paul with my own hand: which is the sign in every epistle. So I write.
/plugin/asciidocjs/node_modules/core-js/library/fn/array/
Devery.js1 require('../../modules/es6.array.every');
2 module.exports = require('../../modules/_core').Array.every;
/plugin/asciidocjs/node_modules/core-js/fn/array/
Devery.js1 require('../../modules/es6.array.every');
2 module.exports = require('../../modules/_core').Array.every;
/plugin/asciidocjs/node_modules/lodash/fp/
Devery.js2 func = convert('every', require('../every'));
/plugin/asciidocjs/node_modules/core-js/fn/array/virtual/
Devery.js1 require('../../../modules/es6.array.every');
2 module.exports = require('../../../modules/_entry-virtual')('Array').every;
/plugin/asciidocjs/node_modules/core-js/library/fn/array/virtual/
Devery.js1 require('../../../modules/es6.array.every');
2 module.exports = require('../../../modules/_entry-virtual')('Array').every;

12345678910>>...77