Home
last modified time | relevance | path

Searched refs:hours (Results 26 – 50 of 249) sorted by path

12345678910

/plugin/bible/bible_douayRheims/
H A DEcclesiasticus.txt1584 51:31. Draw near to me, ye unlearned, and gather yourselves together into the hours of discipline.
H A DJohn.txt489 …11:9. Jesus answered: Are there not twelve hours of the day? If a man walk in the day he stumbleth…
H A DJudith.txt129 …re was great weeping and lamentation of all in the assembly, and for many hours with one voice the…
H A DTobias.txt258 …12:22. Then they lying prostrate for three hours upon their face, blessed God, and rising up, they…
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php185 $hours = stripslashes($this->row['miscField4']);
186 if(!$hours && !$minutes)
188 if(!$hours)
189 $hours = 0;
190 $this->bibformat->formatRunningTime($minutes, $hours);
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php1148 function formatRunningTime($minutes, $hours) argument
1160 $runningTime = $hours . "'00\"";
1168 $runningTime = $hours . ":" . $minutes;
1171 $runningTime = $hours . ":00";
1179 $runningTime = $hours . "," . $minutes;
1182 $runningTime = $hours . ",00";
1186 $hours = ($hours == 1) ? $hours . " hour" : $hours . " hours";
1190 $runningTime = $hours . ", " . $minutes;
1193 $runningTime = $hours;
1197 $hours = ($hours == 1) ? $hours . " hour" : $hours . " hours";
[all …]
H A DBIBSTYLE.php197 $hours = stripslashes($this->row['miscField4']);
198 if(!$hours && !$minutes)
200 if(!$hours)
201 $hours = 0;
202 $this->bibformat->formatRunningTime($minutes, $hours);
H A DREADME.txt185 $bibformat->formatRunningTime(INT: $minutes, INT: $hours);
/plugin/bliki/
H A Dlocal.php.dist4 …']['offset'] = 0; // Number of hours to offset new post times from your server (eg -3 if you post …
7 …datefooter'] = 'n/j/Y g:ia'; // Format for the footer datestamp (includes hours/minutes) (passed t…
/plugin/codemirror/dist/modes/
H A Dsparql.min.js.map1 … \"strbefore\", \"strafter\", \"year\", \"month\", \"day\", \"hours\", \"minutes\", \"…
H A Dsql.min.js.map1 …se end escape events every exists false first from full group having hour hours in inner insert in…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64hours-from-time|fn:hours-from-duration|fn:hours-from-dateTime|fn:floor|fn:false|fn:expanded-QName|…
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DHoursField.php22 // if DST will be changed between the hours.
38 $hours = array();
40 $hours = array_merge($hours, $this->getRangeForExpression($part, 23));
44 $position = $invert ? count($hours) - 1 : 0;
45 if (count($hours) > 1) {
46 for ($i = 0; $i < count($hours) - 1; $i++) {
47 if ((!$invert && $current_hour >= $hours[$i] && $current_hour < $hours[$i + 1]) ||
48 ($invert && $current_hour > $hours[
[all...]
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron-image.php307 …om %02d.%02d. %02d:%02d by %d %6s ",$dateArr[mday],$dateArr[mon],$dateArr[hours],$dateArr[minutes]…
347 …sprintf("to %02d.%02d. %02d:%02d\n",$dateArr[mday],$dateArr[mon],$dateArr[hours],$dateArr[minutes]…
H A Dpseudo-cron.inc.php264 …om %02d.%02d. %02d:%02d by %d %6s ",$dateArr[mday],$dateArr[mon],$dateArr[hours],$dateArr[minutes]…
304 …sprintf("to %02d.%02d. %02d:%02d\n",$dateArr[mday],$dateArr[mon],$dateArr[hours],$dateArr[minutes]…
/plugin/cronojob/
H A Dpseudocron.php246 …om %02d.%02d. %02d:%02d by %d %6s ",$dateArr[mday],$dateArr[mon],$dateArr[hours],$dateArr[minutes]…
286 …sprintf("to %02d.%02d. %02d:%02d\n",$dateArr[mday],$dateArr[mon],$dateArr[hours],$dateArr[minutes]…
/plugin/datedifference/
H A Dsyntax.php164 $hours = $interval->format('%h');
183 if($hours > 1)
184 $result .= "$hours hours ";
185 elseif($hours == 1)
186 $result .= "$hours hour ";
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js634 return Boolean(dur.hours() || dur.minutes() || dur.seconds() || dur.milliseconds());
1459 hours: this.hours(),
1478 return this.hours(dayHours + time.hours())
1492 hours: 0,
12788 { hours: 1 },
H A Dfullcalendar.less30 /* default look for non-business-hours areas */
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dca.js1hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] L…
H A Del.js1 …"}},sameElse:"L"},calendar:function(e,n){var o=this._calendarEl[e],r=n&&n.hours();return t(o)&&(o=…
H A Des-do.js1hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},…
H A Des-us.js1hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},…
H A Des.js1hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},…
H A Dgl.js1hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},ne…

12345678910