Home
last modified time | relevance | path

Searched refs:day (Results 251 – 275 of 355) sorted by relevance

1...<<1112131415

/plugin/externalembed/
H A DREADME.md100 …s to prevent and reduce the number of calls needed to the YouTube API (maximum is 10,000 per day)
/plugin/bible/bible_douayRheims/
H A DProverbs.txt174 6:34. Because the jealousy and rage of the husband will not spare in the day of revenge,
189 7:14. I vowed victims for prosperity, this day I have paid my vows.
195 7:20. He took with him a bag of money: he will return home the day of the full moon.
292 11:4. Riches shall not profit in the day of revenge: but justice shall deliver from death.
445 16:4. The Lord hath made all things for himself: the wicked also for the evil day.
616 21:31. The horse is prepared for the day of battle: but the Lord giveth safety.
635 22:19. That thy trust may be in the Lord, wherefore I have also shewn it to thee this day.
662 23:17. Let not thy heart envy sinners: but be thou in the fear of the Lord all the day long:
771 27:1. Boast not for to morrow, for thou knowest not what the day to come may bring forth.
785 27:15. Roofs dropping through in a cold day, and a contentious woman are alike.
[all …]
H A DJames.txt84 …4:13. But who art thou that judgest thy neighbour? Behold, now you that say: To-day or to-morrow w…
93 …5:5. You have feasted upon earth: and in riotousness you have nourished your hearts, in the day of…
H A DEphesians.txt96 4:30. And grieve not the holy Spirit of God: whereby you are sealed unto the day of redemption.
144 …6:13. Therefore, take unto you the armour of God, that you may be able to resist in the evil day a…
H A DHabacuc.txt53 …rottenness enter into my bones, and swarm under me. That I may rest in the day of tribulation: tha…
H A D1_Corinthians.txt60 …3:13. Every man's work shall be manifest. For the day of the Lord shall declare it, because it sha…
73 …4:3. But to me it is a very small thing to be judged by you or by man's day. But neither do I judg…
96 …atan for the destruction of the flesh, that the spirit may be saved in the day of our Lord Jesus C…
211 …ication, as some of them that committed fornication: and there fell in one day three and twenty th…
414 …16:2. On the first day of the week, let every one of you put apart with himself, laying up what it…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64day-from-dateTime|fn:day-from-date|fn:data|fn:current-time|fn:current-dateTime|fn:current-date|fn:…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js15967 var css = templates.resource_cell_class(day.start_date, day.end_date, resource, day.tasks);
15968 var content = templates.resource_cell_value(day.start_date, day.end_date, resource, day.tasks);
15971 var sizes = timeline.getItemPosition(resource, day.start_date, day.end_date);
16171 var css = templates.histogram_cell_class(day.start_date, day.end_date, resource, day.tasks);
16172 var content = templates.histogram_cell_label(day.start_date, day.end_date, resource, day.tasks);
16173 var fill = templates.histogram_cell_allocated(day.start_date, day.end_date, resource, day.tasks);
16225 …var capacity = templates.histogram_cell_capacity(day.start_date, day.end_date, resource, day.tasks…
16266 …var capacity = templates.histogram_cell_capacity(day.start_date, day.end_date, resource, day.tasks…
27622 day,
27628 for (day = 0; day < 7; day++) {
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsTypeTransfers.yml220 month and day in ISO8601 order.
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js13 …odebase/",n(n.s=214)}({2:function(t,e){var n={second:1,minute:60,hour:3600,day:86400,week:604800,m… property in AnonymousFunctiond1a47c7f0400.n
H A Ddhtmlxgantt_click_drag.js13 …odebase/",n(n.s=217)}({2:function(t,e){var n={second:1,minute:60,hour:3600,day:86400,week:604800,m… property in AnonymousFunctionfc12088e0400.n
/plugin/tuxquote/
H A Dquotes.txt419 24 hours in a day ... 24 beers in a case ... coincidence?
641 …ive a man a fish and he will eat for a day. Teach him how to fish, and he will sit in a boat & dri…
704 Even a stopped clock is right twice a day. <BR> -- Proverb
1917 The second day of a diet is always easier than the first. By the second day you're off it. <BR> -- …
2169 Any idiot can face a crisis -- it's this day-to-day living that wears you out. <BR> -- Anton Chekho…
2847 Most turkeys taste better the day after; my mother's tasted better the day before. <BR> -- Rita Rud…
3597 A day for firm decisions! Or is it?
3598 A day without sun shine is like, you know, night.
3636 Bald guys never have a bad hair day.
3705 Fine day to work off excess energy. Steal something heavy.
[all …]
/plugin/schedule/
H A Dschedules.class.php1102 $day = $this->scheduleRoot->ds2df ($event->syncStart ? $event->syncStart : $event->from);
1103 …$overEvent=' onMouseOver="javascript:scheduleHighlightEvent (\''.$day.'\', \''.$this->getLocations…
1110 …ptln ($day.(($event->syncStart || ('' == $event->to)) ? '' : '<br/>'.NL.$this->scheduleRoot->ds2df…
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1465 day,
1509 day = start.getDay();
1528 } else if (options.disabledWeekDays.indexOf(day) !== -1) {
/plugin/edittable/lib/
H A Dhandsontable.full.js8622 return day;
8645 return this.day(this.day() % 7 ? weekday : weekday - 7);
8647 return this.day() || 7;
50025 var day = date.getDay();
50026 return day === 0 || day === 6;
50187 day += opts.firstDay;
50188 while (day >= 7) {
50189 day -= 7;
50191 return abbr ? opts.i18n.weekdaysShort[day] : opts.i18n.weekdays[day];
50227 opts.day +
[all …]
/plugin/codemirror/dist/modes/
H A Dsparql.min.js.map1 … \"strbefore\", \"strafter\", \"year\", \"month\", \"day\", \"hours\", \"min…
H A Dmirc.min.js.map1 … \"$cr $crc $creq $crlf $ctime $ctimer $ctrlenter $date $day $daylight \" +\n …
H A Dsql.min.js.map1day decimal defined dependency directories elem_type exchange file following for grouping hour ign…
H A Dgherkin.min.js.map1 …|Ða |Cuando |Cho |Cando |Când |Cand |Cal |But y'all |But at the end of the day I reckon |BUT |But …
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js2858 day: 'day'
4422 View.prototype.isHiddenDay = function (day) {
4423 if (moment.isMoment(day)) {
4424 day = day.day();
4426 return this.isHiddenDayHash[day];
4437 while (this.isHiddenDayHash[(out.day() + (isExclusive ? inc : 0) + 7) % 7]) {
5606 if (!this.dowHash || this.dowHash[unzonedDate.day()]) {
6670 firstDay = dayDates[0].day();
6672 if (dayDates[daysPerRow].day() === firstDay) {
7488 if (this.cellWeekNumbersVisible && (date.day() === weekCalcFirstDoW)) {
[all …]
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js634 var day = date.getDate();
636 if (day > max) {
/plugin/database/
H A Ddatabase.php736 $day=substr($value,8,2);
741 ||!checkdate($month,$day,$year))
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md631 and all-day events in the `calendar-query`, `calendar-multiget` and
1354 * Fixed: Correctly checking if recurring, all-day events with no dtstart fall in
1357 * Fixed: All-day recurring events wouldn't match if an occurence ended exactly
1361 * Fixed: Issue 228: DTEND is now non-inclusive for all-day events in the
1403 of the month, if this day did not exist.
1415 or BYMONTHDAY match the first day of the month.
1419 * Fixed: Correctly filtering all-day events.
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

1...<<1112131415