Home
last modified time | relevance | path

Searched refs:year (Results 76 – 100 of 712) sorted by relevance

12345678910>>...29

/plugin/bliki/
H A Dsyntax.php116 $year = array_pop($years);
117 $months = $this->read_dir_to_array($ID . '/' . $year . '/', 'dir');
122 $days = $this->read_dir_to_array($ID . '/' . $year . '/' . $month . '/', 'dir');
127 $posts = $this->read_dir_to_array($ID . '/' . $year . '/' . $month . '/' . $day . '/',
136 $recents[] = $ID . '/' . $year . '/' . $month . '/' . $day . '/' . $post;
/plugin/stats/
H A Dsyntax.php324 $year = $dt['year'];
327 $year = substr($period,strpos($period,"/")+1);
329 return $this->histoContribMonthByDay($year, $month);
334 $year = $dt['year'];
337 $year--;
342 return $this->histoContribMonthByDay($year, $month);
418 function histoContribMonthByDay($year, $month) { argument
431 if(date("n/Y", $singleChange['date']) == $month."/".$year) {
439 $monthTime = mktime(0, 0, 0, $month, 1, $year);
506 $chart->Render($conf['mediadir']."/wikistatistics/histocontrib_{$month}_{$year}.png");
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php537 …public function testParseTimestampAsUnixTimestampByDefault($yaml, $year, $month, $day, $hour, $min… argument
539 … $this->assertSame(gmmktime($hour, $minute, $second, $month, $day, $year), Inline::parse($yaml));
545 …public function testParseTimestampAsDateTimeObject($yaml, $year, $month, $day, $hour, $minute, $se… argument
549 $expected->setDate($year, $month, $day);
570 …public function testParseNestedTimestampListAsDateTimeObject($yaml, $year, $month, $day, $hour, $m… argument
574 $expected->setDate($year, $month, $day);
/plugin/struct/types/
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/zotero/
H A DZoteroEntry.php66 $year = 0;
72 return $year;
/plugin/metadisplay/
H A Dadmin.php19 private $year = ""; variable in admin_plugin_metadisplay
126 $this->year = $commands['year'];
156 …input type="text" size = "6" name="cmd[year]" placeholder="Year" value = "'. $this->year .'"/>');
H A Dcli.php110 list($year,$month,$day) = explode('-',$date_str);
112 return mktime($hour, $min, $second,$month,$day,$year);
/plugin/bez/mdl/
H A DThreadFactory.php17 //get only year
22 for ($year = $first; $year <= $last; $year++) {
23 $years[] = (string) $year;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DPostmasterTools.php128 'endDate.year' => [
148 'startDate.year' => [
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DCHANGELOG.md3 * Quality: Happy new year! (Alexis von Glasow, 2017-01-09T21:37:12+01:00)
25 * Happy new year! (Ivan Enderlin, 2015-01-05T14:56:34+01:00)
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v1.php389 * @param string $year
396 …public static function GenerateID3v1Tag($title, $artist, $album, $year, $genreid, $comment, $track… argument
401 $ID3v1Tag .= str_pad(trim(substr($year, 0, 4)), 4, "\x00", STR_PAD_LEFT);
/plugin/amcharts/assets/amcharts/plugins/dataloader/examples/data/
H A Dserial.csv1 year,cars,motorcycles,bicycles
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php1094 $year = '';
1103 $year = $this->_unwrap($entry['year']);
1116 if ((''!=$title) || (''!=$journal) || (''!=$year) || (''!=$authors)) {
1119 $line = str_replace("YEAR", $year, $line);
1151 $year = '';
1160 $year = $this->_unwrap($entry['year']);
1173 if ((''!=$title) || (''!=$journal) || (''!=$year) || (''!=$authors)) {
1176 $line = str_replace("YEAR", $year, $line);
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php785 $year = (int)$matches[1];
795 $ts = gmmktime($hour, $minute, $second, $month, $day, $year);
857 $year = (int)$yearmonth[0];
861 $timestamp -= gmmktime(0, 0, 0, $month, 1, $year);
864 $year += $durYears;
867 $year += 1;
871 $year -= 1;
876 $timestamp += gmmktime(0, 0, 0, $month, 1, $year);
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php1094 $year = '';
1103 $year = $this->_unwrap($entry['year']);
1116 if ((''!=$title) || (''!=$journal) || (''!=$year) || (''!=$authors)) {
1119 $line = str_replace("YEAR", $year, $line);
1151 $year = '';
1160 $year = $this->_unwrap($entry['year']);
1173 if ((''!=$title) || (''!=$journal) || (''!=$year) || (''!=$authors)) {
1176 $line = str_replace("YEAR", $year, $line);
/plugin/publist/bib2tpl/lib/
H A DBibTex.php1094 $year = '';
1103 $year = $this->_unwrap($entry['year']);
1116 if ((''!=$title) || (''!=$journal) || (''!=$year) || (''!=$authors)) {
1119 $line = str_replace("YEAR", $year, $line);
1151 $year = '';
1160 $year = $this->_unwrap($entry['year']);
1173 if ((''!=$title) || (''!=$journal) || (''!=$year) || (''!=$authors)) {
1176 $line = str_replace("YEAR", $year, $line);
/plugin/publistx/template/
H A Ddokuwiki_simple.tpl6 * @author@, @title@, @year@
H A Dxhtml_simple.tpl6 @author@, <strong>@title@</strong>, @year@
/plugin/publistf/template/
H A Ddokuwiki_simple.tpl6 * @author@, @title@, @year@
H A Dxhtml_simple.tpl6 @author@, <strong>@title@</strong>, @year@
/plugin/publist/template/
H A Ddokuwiki_simple.tpl6 * @author@, @title@, @year@
H A Dxhtml_simple.tpl6 @author@, <strong>@title@</strong>, @year@
/plugin/davcal/
H A Djstz.js122 dst_dates = function dst_dates(year) {
123 var yearstart = new Date(year, 0, 1, 0, 0, 1, 0).getTime();
124 var yearend = new Date(year, 12, 31, 23, 59, 59).getTime();
/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.
9 On the surface it may appear to fill a similar role to the really excellent [[plugin:indexmenu|IndexMenu]], however pagequery's aspirations are not as lofty or elaborate. IndexMenu focuses on displaying namespaces, and the pages within. allowing you to sort the namespaces and files by many options, and actively navigate and manipulate this index. Pagequery's purpose is __displaying lists of pages__: yes, you can sort by namespace if you wish, however the main goal is to search for and list pages in any order, and then neatly display them in groups (A-Z, by year, by month, etc...) and in addition in columns — to make best use of space. If you try both of them you'll quickly see that they //"scratch different itches."//
17 * Sort lists by A-Z, by name, by year, by month, by day, by author, and many other options
33 Here's an example of all the pages in a namespace listed by date modified, and grouped by year and month:
66 Another example, grouping by //year created//, then //month created//, then by //name//, in 2 columns, and displaying the real month name, plus having the links in "Sentence Case" with no underscores, and to top it off: a border around the table columns:
80 Or, all files in the "happy:go:lucky" namespace, sorted by year, then date created, in proper case, in 2 columns, and use the page title, not the name in the listing:
/plugin/yearbox/services/pageNameStrategies/
H A DPageNameStrategy.php24 abstract public function getPageId($baseNS, $year, $month, $day, $name); argument

12345678910>>...29