Home
last modified time | relevance | path

Searched refs:now (Results 251 – 275 of 608) sorted by relevance

1...<<11121314151617181920>>...25

/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md87 $func = DsnParser::parseFunc('foo(udp://localhost failover:(tcp://localhost:61616,tcp://remotehost:61616)?initialReconnectDelay=100)?start=now');
89 echo $func->getParameters()['start']; // "now"
/plugin/pagequery/
H A Dreadme.md70 The same query, but now searching for pages contenting the word "help" (NOTE: ''fulltext'' means search in the page "content" not just its "name":
74 **Update:** Namespaces are now supported when searching by pagename (pageid) only. Use the same syntax as fulltext [[:search]], i.e. @namespace|^namespace. I haven't provide support for relative namespaces yet. In addition, you can use regular expressions when searching by pagename.
/plugin/bible/bible_douayRheims/
H A DMicheas.txt48 …, a mighty nation: and the Lord will reign over them in Mount Sion, from this time now and forever.
51 …4:10. Be in pain and labour, O daughter of Sion, as a woman that bringeth forth: for now shalt tho…
52 …4:11. And now many nations are gathered together against thee, and they say: Let her be stoned: an…
58 … height of the name of the Lord, his God: and they shall be converted, for now shall he be magnifi…
88 … the thorn of the hedge. The day of thy inspection, thy visitation cometh: now shall be their dest…
94 … saith to me: Where is the Lord thy God? my eyes shall look down upon her: now shall she be trodde…
H A D2_Thessalonians.txt18 2:6. And now you know what withholdeth, that he may be revealed in his time.
19 …2:7. For the mystery of iniquity already worketh: only that he who now holdeth do hold, until he b…
H A D2_Machabees.txt6 1:6. And now here we are praying for you.
9 1:9. And now celebrate ye the days of Scenopegia in the month of Casleu.
201 …6:17. But let this suffice in a few words for a warning to the readers. And now we must come to th…
225 …7:11. And said with confidence: These I have from heaven, but for the laws of God I now despise th…
255 7:42. But now there is enough said of the sacrifices and of the excessive cruelties.
305 … to lay it even with the ground, and to make it a common burying place, he now desireth to make fr…
327 …10:7. Therefore they now carried boughs and green branches and palms, for him that had given them …
330 …10:10. But now we will repeat the acts of Eupator, the son of that wicked Antiochus, abridging the…
472 …14:7. For I also being deprived of my ancestor's glory (I mean of the high priesthood) am now come…
501 …14:36. Therefore now, O Lord, the holy of all holies, keep this house for ever undefiled, which wa…
[all …]
H A DEphesians.txt25 …orld, according to the prince of the power of this air, of the spirit that now worketh on the chil…
36 …2:13. But now in Christ Jesus, you, who some time were afar off, are made nigh by the blood of Chr…
50 …3:5. Which in other generations was not known to the sons of men, as it is now revealed to his hol…
94 …4:28. He that stole, let him now steal no more: but rather let him labour, working with his hands …
106 …5:8. For you were heretofore darkness, but now light in the Lord. Walk then as children of the lig…
H A DMalachias.txt9 …1:9. And now beseech ye the face of God, that he may have mercy on you, (for by your hand hath thi…
15 2:1. And now, O ye priests, this commandment is to you.
46 …3:15. Wherefore now we call the proud people happy, for they that work wickedness are built up, an…
H A DRuth.txt7 …of the place of her sojournment, with both her daughters in law: and being now in the way to retur…
12 …1:12. Return again, my daughters, and go your ways: for I am now spent with age, and not fit for w…
28 …the steps of the reapers: and she hath been in the field from morning till now, and hath not gone …
51 …3:8. And behold, when it was now midnight the man was afraid, and troubled: and he saw a woman lyi…
H A D1_Corinthians.txt49 … drink, not meat: for you were not able as yet. But neither indeed are you now able: for you are y…
72 4:2. Here now it is required among the dispensers that a man be found faithful.
78 …4:8. You are now full: you are now become rich: you reign without us; and I would to God you did r…
83 …d: and we entreat. We are made as the refuse of this world, the offscouring of all, even until now.
256 11:20. When you come therefore together into one place, it is not now to eat the Lord's supper.
288 12:18. But now God hath set the members, every one of them, in the body as it hath pleased him.
290 12:20. But now there are many members indeed, yet one body.
313 …13:12. We see now through a glass in a dark manner: but then face to face. Now I know in part: but…
314 …13:13. And now there remain faith, hope, and charity, these three: but the greatest of these is ch…
374 15:20. But now Christ is risen from the dead, the firstfruits of them that sleep:
[all …]
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md65 * [#16982](http://dev.ckeditor.com/ticket/16982): Latest Safari now supports enhanced Clipboard API…
115 …/10015): Keyboard shortcuts (relevant to the operating system in use) will now be displayed in too…
116 …/13794): The [Upload Image](http://ckeditor.com/addon/uploadimage) feature now uses `uploaded.widt…
182 …ket/14747): The [Enhanced Image](http://ckeditor.com/addon/image2) caption now supports the link `…
795 …t/11341): [Enhanced Image](http://ckeditor.com/addon/image2) plugin: It is now possible to add a l…
855 …nks in the [About CKEditor](http://ckeditor.com/addon/about) dialog window now open in a new brows…
913 * To match the naming convention, the `language` button is now `Language` ([#11201](http://dev.cked…
922 …5): With drop-down menu button focused, pressing the *Down Arrow* key will now open the menu and f…
937 …itor.com/ticket/11125): Fixed: Keyboard navigation through menu and drop-down items will now cycle.
1052 * [#10753](http://dev.ckeditor.com/ticket/10753): The floating toolbar in inline instances now has …
[all …]
/plugin/lytebox/
H A Dlytebox.js863 var now = new Date();
864 var exitTime = now.getTime() + numberMillis;
866 now = new Date();
867 if (now.getTime() > exitTime) { return; }
/plugin/emoji/script/
H A Djquery.textcomplete.js940 var now = Date.now || function () { return new Date().getTime(); };
950 var last = now() - timestamp;
963 timestamp = now();
/plugin/davcal/
H A Dhelper.php858 $now = new \DateTime();
864 $res = $sqlite->query($query, $calid, $uri, $eventStr, $now->getTimestamp(), 'VEVENT',
1374 $now = new DateTime();
1378 $res = $sqlite->query($query, $eventStr, $now->getTimestamp(), $dtStart->getTimestamp(),
/plugin/wikistats/
H A DREADME.md202 * Namespace stats now show medias counts
204 * Plugin now display stats even if Tag plugin is not installed
/plugin/chat/
H A Dreadme.txt137 …* ''[Clear messages]'' button is now visible for logged-in user that has edit rights for current p…
138 …* Improved user-rights handling, now user must have write-rights for chat page to be able to see '…
/plugin/tindexmenu/
H A Dindexmenu-full.js394 var now, yday;
395 now = new Date();
396 yday = new Date(now.getTime() - 1000 * 60 * 60 * 24);
/plugin/indexmenu/scripts/
H A Dindexmenu.js526 let now, yday;
527 now = new Date();
528 yday = new Date(now.getTime() - 1000 * 60 * 60 * 24);
/plugin/sfauth/
H A DREADME.wiki54 You now can add Groups to your users that will be picked up by DokuWiki. DokuWiki will add the defa…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js386 this.timestamp = _.now();
407 elapsed = (_.now() - this.timestamp) / 1000,
/plugin/bez/mdl/
H A DTask.php238 $now = date('Y-m-d');
243 } elseif ($this->plan_date >= $now) {
/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js888 var now = JSON.stringify(target[key]);
890 if (old != now)
892 result[key] = now;
H A DApp.js32 Math.round((Date.now() - file.savingFileTime.getTime()) / 1000) : '') +
34 …'-age_' + ((file.ageStart != null) ? Math.round((Date.now() - file.ageStart.getTime()) / 1000) : '…
37 …'-open_' + ((file.opened != null) ? Math.round((Date.now() - file.opened.getTime()) / 1000) : 'x')…
38 …'-save_' + ((file.lastSaved != null) ? Math.round((Date.now() - file.lastSaved.getTime()) / 1000) …
40 '-alive_' + Math.round((Date.now() - App.startTime.getTime()) / 1000),
1828 Math.round((Date.now() - file.savingFileTime.getTime()) / 1000) : '') +
1833 …'-open_' + ((file.opened != null) ? Math.round((Date.now() - file.opened.getTime()) / 1000) : 'x')…
1836 '-alive_' + Math.round((Date.now() - App.startTime.getTime()) / 1000),
2031 mxSettings.settings['close' + 'ratingFooter'] = Date.now();
5911 if (cachedNotif == null || cachedNotif.ts + 24 * 60 * 60 * 1000 < Date.now()) //Cache for one day
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst109 And from now on, Twig will automatically compile your templates to take
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md94 * Simple edit for `date` uses now FEEL date. For FEEL `date and time`,
134 * The toolkit now requires the ES6 `Promise` to be present. To support IE11 you must polyfill it.
177 * table element now wrapped in an additional container which might affect your styles
304 * Grapical information is now stored using standardized `DMNDI` and support for the DI vendor exten…
498 * `FIX(drd)`: label editing now correctly activates on element creation ([#339](https://github.com/…
/plugin/fckg/
H A DChanges7 This upgrade will now be designated fckgLite 07.
176 Fixed broken internal media links in Weatherwax, which now appends file size to titl attr,
188 Fixed URL display line in image dialog: now displays file name as saved, instead of encoded format.

1...<<11121314151617181920>>...25