/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
D | ReportSchedule.php | 30 public $every; variable in Google\\Service\\Dfareporting\\ReportSchedule 69 public function setEvery($every) argument 71 $this->every = $every; 78 return $this->every;
|
/plugin/asciidocjs/node_modules/core-js/modules/ |
D | es6.array.every.js | 5 $export($export.P + $export.F * !require('./_strict-method')([].every, true), 'Array', { 7 every: function every(callbackfn /* , thisArg */) {
|
/plugin/asciidocjs/node_modules/core-js/library/modules/ |
D | es6.array.every.js | 5 $export($export.P + $export.F * !require('./_strict-method')([].every, true), 'Array', { 7 every: function every(callbackfn /* , thisArg */) {
|
/plugin/asciidocjs/node_modules/lodash/ |
D | every.js | 48 function every(collection, predicate, guard) { function 56 module.exports = every;
|
/plugin/asciidocjs/node_modules/async/ |
D | all.js | 115 function every(coll, iteratee, callback) { function 118 exports.default = (0, _awaitify2.default)(every, 3);
|
D | every.js | 115 function every(coll, iteratee, callback) { function 118 exports.default = (0, _awaitify2.default)(every, 3);
|
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
D | collections.js | 349 assert.ok(_.every([], _.identity), 'the empty set'); 350 assert.ok(_.every([true, true, true], _.identity), 'every true values'); 351 assert.notOk(_.every([true, false, true], _.identity), 'one false value'); 352 assert.ok(_.every([0, 10, 28], function(num){ return num % 2 === 0; }), 'even numbers'); 353 assert.notOk(_.every([0, 11, 28], function(num){ return num % 2 === 0; }), 'an odd number'); 354 assert.strictEqual(_.every([1], _.identity), true, 'cast to boolean - true'); 355 assert.strictEqual(_.every([0], _.identity), false, 'cast to boolean - false'); 356 assert.notOk(_.every([void 0, void 0, void 0], _.identity), 'works with arrays of undefined'); 359 assert.notOk(_.every(list, {a: 1, b: 2}), 'Can be called with object'); 360 assert.ok(_.every(list, 'a'), 'String mapped to object property'); [all …]
|
/plugin/codeprettify/ |
D | all.css | 27 * put line numbers on every line instead of just every fifth line
|
/plugin/asciidocjs/node_modules/neo-async/ |
D | every.js | 3 module.exports = require('./async').every;
|
/plugin/asciidocjs/node_modules/core-js/library/fn/array/ |
D | every.js | 2 module.exports = require('../../modules/_core').Array.every;
|
/plugin/asciidocjs/node_modules/core-js/fn/array/virtual/ |
D | every.js | 2 module.exports = require('../../../modules/_entry-virtual')('Array').every;
|
/plugin/asciidocjs/node_modules/core-js/library/fn/array/virtual/ |
D | every.js | 2 module.exports = require('../../../modules/_entry-virtual')('Array').every;
|
/plugin/asciidocjs/node_modules/core-js/fn/array/ |
D | every.js | 2 module.exports = require('../../modules/_core').Array.every;
|
/plugin/combo/vendor/carica/phpcss/ |
D | .editorconfig | 4 # Unix-style newlines with a newline ending every file
|
/plugin/asciidocjs/node_modules/pug-attrs/ |
D | index.js | 24 assert(attrs.every(function (attr) { 96 if (classes.every(isConstant)) {
|
/plugin/watermark/ |
D | plugin.info.txt | 6 desc The plugin places a watermark on every image after it is uploaded.
|
/plugin/purplenumbers/ |
D | plugin.info.txt | 6 desc Adds "Purple Numbers" (granular IDs) to every block level element.
|
/plugin/editions/images/ |
D | README | 2 For every edition add one PNG icon (16x16) with the name of the edition as written in editions.conf.
|
/plugin/headerfooter/ |
D | plugin.info.txt | 6 desc Add header or footer text in every page in a namespace without the need to edit pages
|
/plugin/userpage/ |
D | plugin.info.txt | 6 desc Add item the user menu that links to the user page for every logged-in user
|
/plugin/footer/ |
D | plugin.info.txt | 6 desc Add footer text in every page in a namespace without the need to edit pages
|
/plugin/footerv2/ |
H A D | plugin.info.txt | 6 desc Add footer text in every page in a namespace without the need to edit pages
|
/plugin/logger/ |
D | plugin.info.txt | 6 desc This plugin logs every request of DokuWiki. It logs the date, time, ip, username, host name,…
|
/plugin/pagebreak/ |
D | plugin.info.txt | 6 desc Inserts " <br style="page-break-after:always;"> " into the html of the document for every <…
|
/plugin/botmon/logs/ |
H A D | logfiles.txt | 8 - .tck – Logs every 30 seconds while a visitor is on a page.
|