Home
last modified time | relevance | path

Searched refs:day (Results 301 – 325 of 355) sorted by path

1...<<1112131415

/plugin/noticeboard/noticeboard/
H A Dsyntax.php455 $out .= "<td class='today' valign='top'><span class='day-number'>".$day."</span>";
459 $out .= "<td width='14%' valign='top'><span class='day-number'>".$day."</span>";
/plugin/noticeboard/
H A Dstyle.css236 div.noticeboard-show table.noticeboard_calendar td span.day-number{
H A Dsyntax.php455 $out .= "<td class='today' valign='top'><span class='day-number'>".$day."</span>";
459 $out .= "<td width='14%' valign='top'><span class='day-number'>".$day."</span>";
/plugin/odp/
H A DZipLib.class.php224 $month=($header['mdate']&0x01E0)>>5;$day=$header['mdate']&0x001F;
225 $header['mtime'] = mktime($hour, $minute, $seconde, $month, $day, $year);
256 $day = $header['mdate'] & 0x001F;
257 $header['mtime'] = mktime($hour, $minute, $seconde, $month, $day, $year);
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pagequery/
H A Dreadme.md7 There are many different page listing / navigation plugins on the [[:plugin]] page, all trying to serve different needs. Pagequery tries to unify many of the ideas into a compact all-in-one method of listing your wiki pages, by name, title, a-z index, by date, by year, month, day, by namespace or by creator; ...and do it quickly.
17 * Sort lists by A-Z, by name, by year, by month, by day, by author, and many other options
/plugin/passpolicy/
H A Dwords.txt887 day
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js13548 var day = parseInt(matches[3], 10);
13549 day = day >= 1 && day <= 31 ? day : 1;
13570 return new Date(Date.UTC(year, month, day, hour, minute, second));
H A Dpdf.js.map1day","hour","minute","universalTimeRelation","offsetHour","offsetMinute","addNativeFontFace","inse…
/plugin/pgn4web/pgn4web/
H A DdemoGames.pgn44 Nxe4 h4 33. Ng5 Qh5 34. Re3 Kg8 35. c4 { Sadly, it was not the day for a
83 not the day for a masterpiece sacrifice win from Kramnik. Maybe Kramnik and
H A Dpgn-standard.txt181 Sadly, there are some accidents of history that survive to this day that have
521 day of the month. If the any of the digit fields are not known, then question
1036 This uses a time-of-day value in the form "HH:MM:SS"; similar to the Date tag
1389 single day would have a twelve character name in the format "YYYYMMDD.pgn".
1452 day of the month. Query characters used for unknown date digit values will be
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php80 @list($year, $month, $day, $hour, $min) = @$matches[3];
88 $versions['day'][$key] = $day;
91 $versions['date'][$key] = @mktime($hour, $min, 0, $month, $day, $year);
/plugin/pixelyear/
H A DSYNTAX.md8 …the tags is a list dates with a month, day and 'pixel' separated with a pipe character "|" in the …
H A Dsyntax.php79 list ($month, $day, $pixel) = explode ("|", $row);
81 if ($day>=1&&$day<=31) {
83 $dates[intval($month)."-".intval($day)]=$pixel;
/plugin/processing/
H A Dscript.js5065 p.day = function day() { function
/plugin/rater/
H A DREADME27 …end=09/25/10 - after that day no more votes/rates will be counted, can be any valid date expressi…
/plugin/schedule/lib/
H A DscheduleTable.js3 function scheduleHighlightEvent (day, locations) { argument
11 if (day && today == day)
/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/serverinfos/serverinfos/lib/
H A DElements.class.php296 public function getUptime($uptime, $day, $hour, $minute) argument
352 $ITIL = $days.$day.$sd." ".$heures." ".$display_hours.$sh." ".$minutes." ".$minute.$sm;
/plugin/statdisplay/helper/
H A Dlog.php106 $day = date('d', $date);
145 $this->logdata[$month][$type]['day'][$day]['count'] =
158 $this->logdata[$month][$type]['day'][$day]['bytes'] =
168 $this->logdata[$month]['usertraffic'][$day][$user] =
179 $this->logdata[$month][$type]['day'][$day]['visitor'] =
237 $this->logdata[$month]['hits']['day'][$day]['count'] =
238 isset($this->logdata[$month]['hits']['day'][$day]['count']) ?
251 $this->logdata[$month]['status']['day'][$day][$status] =
252 isset($this->logdata[$month]['status']['day'][$day][$status]) ?
253 $this->logdata[$month]['status']['day'][$day][$status] + 1 :
[all …]
/plugin/struct/types/
H A DDate.php78 [$year, $month, $day] = explode('-', $rawvalue, 3);
79 if (!checkdate((int)$month, (int)$day, (int)$year)) {
88 return sprintf('%d-%02d-%02d', $year, $month, $day);
H A DDateTime.php78 [$year, $month, $day] = explode('-', $date, 3);
79 if (!checkdate((int)$month, (int)$day, (int)$year)) {
96 return sprintf("%d-%02d-%02d %02d:%02d", $year, $month, $day, $h, $m);
/plugin/structgantt/meta/
H A DGantt.php50 'next' => '+1 day', // one more interval
155 'next' => '+1 day',
164 'next' => '+1 day',
173 'next' => '+1 day',
283 foreach ($this->days as $day) {
284 if ($day->format($this->interval['long']) == $today->format($this->interval['long'])) {
289 $text = $this->intervalFormat($day, 'short');
290 $title = $this->intervalFormat($day, 'long');
330 foreach ($r1 as $day) {
331 $this->renderer->doc .= '<td title="' . $this->intervalFormat($day, 'lon
[all...]
/plugin/subjectindex/plugins/
H A Dbible_verses.txt1953 … occur on the sixth day that they must prepare what they will bring in, and it must prove double w…
3288 On the day of YOUR sacrifice and directly the next day it should be eaten, but what is left over ti…
4302 …it on the third day, and on the seventh day he will be clean. But if he will not purify himself on…
10844 Sing to Jehovah, all YOU of the earth!Announce from day to day the salvation he gives!
12512 …the [true] God day by day, from the first day until the last day; and they went on holding the fes…
13386 That at the day of disaster an evil one is spared,At the day of fury he is delivered?
21208 for a day is near, yes, a day belonging to Jehovah is near. A day of clouds, an appointed time of n…
22676 The day for building your stone walls, at that day [the] decree will be far away.
22803 That day is a day of fury, a day of distress and of anguish, a day of storm and of desolation, a da…
23317 So, never be anxious about the next day, for the next day will have its own anxieties. Sufficient f…
[all …]
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1day> [0-9]{2} ) # day ', 'x');\n *\n * // Providing a regex object copies it. Native regex…

1...<<1112131415