Home
last modified time | relevance | path

Searched refs:every (Results 1 – 25 of 746) sorted by relevance

12345678910>>...30

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A 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/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js349 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');
354 assert.strictEqual(_.every([1], _.identity), true, 'cast to boolean - true');
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');
363 assert.ok(_.every(list, {b: 2}), 'Can be called with object');
364 assert.notOk(_.every(list, 'c'), 'String mapped to object property');
366 assert.ok(_.every({a: 1, b: 2, c: 3, d: 4}, _.isNumber), 'takes objects');
373 assert.strictEqual(_.all, _.every, 'is an alias for every');
[all …]
/plugin/codeprettify/
H A Dall.css27 * put line numbers on every line instead of just every fifth line
/plugin/combo/vendor/carica/phpcss/
H A D.editorconfig4 # Unix-style newlines with a newline ending every file
/plugin/watermark/
H A Dplugin.info.txt6 desc The plugin places a watermark on every image after it is uploaded.
/plugin/purplenumbers/
H A Dplugin.info.txt6 desc Adds "Purple Numbers" (granular IDs) to every block level element.
/plugin/editions/images/
H A DREADME2 For every edition add one PNG icon (16x16) with the name of the edition as written in editions.conf.
/plugin/headerfooter/
H A Dplugin.info.txt6 desc Add header or footer text in every page in a namespace without the need to edit pages
/plugin/userpage/
H A Dplugin.info.txt6 desc Add item the user menu that links to the user page for every logged-in user
/plugin/footer/
H A Dplugin.info.txt6 desc Add footer text in every page in a namespace without the need to edit pages
/plugin/logger/
H A Dplugin.info.txt6 desc This plugin logs every request of DokuWiki. It logs the date, time, ip, username, host name,…
H A DREADME.md3 This plugin logs every request of DokuWiki.
/plugin/pagebreak/
H A Dplugin.info.txt6 desc Inserts " <br style="page-break-after:always;"> " into the html of the document for every <…
/plugin/bible/bible_douayRheims/
H A 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.
H A D1_Corinthians.txt52 3:5. The ministers of him whom you have believed: and to every one as the Lord hath given.
87 …will put you in mind of my ways, which are in Christ Jesus: as I teach every where in every church.
125 …7:2. But for fear of fornication, let every man have his own wife: and let every woman have her ow…
141 …7:17. But as the Lord hath distributed to every one, as God hath called every one: so let him walk…
144 7:20. Let every man abide in the same calling in which he was called.
148 7:24. Brethren, let every man, wherein he was called, therein abide with God.
277 12:7. And the manifestation of the Spirit is given to every man unto profit.
288 12:18. But now God hath set the members, every one of them, in the body as it hath pleased him.
384 15:30. Why also are we in danger every hour?
392 15:38. But God giveth it a body as he will: and to every seed its proper body.
[all …]
/plugin/userhomepage/
H A DREADME.md11 The content is resetted every hour and any Github update is applied with a maximum delay of one hou…
/plugin/datatables/assets/datatables.net-plugins/features/searchHighlight/
H A DdataTables.searchHighlight.min.js
/plugin/docsearch/conf/
H A Dconverter.php.dist7 # The plugin trys to convert every media document to a text file. On this
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.AggressivelyFixLt.txt
/plugin/chat/
H A Dlocal.php.dist2 $conf['chat']['automatic'] = false; // true if comments are enabled for every page
/plugin/autotabber/
H A DREADME.md10 * Auto indent, it keeps indentation after every new line
/plugin/xhtmlruby/
H A Dscript.js60 else if (Array.every) { browser = gecko; }
/plugin/editions/
H A DREADME28 4. Optionally, you can add add icons for every edition to the "images" folder. See README in there.
/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md29 * Updated: It's now possible to remove all listeners for every event.
/plugin/datatables/assets/datatables.net-plugins/features/searchFade/
H A DdataTables.searchFade.min.js

12345678910>>...30