Home
last modified time | relevance | path

Searched refs:CMONTH (Results 1 – 6 of 6) sorted by relevance

/dports/www/piwigo/piwigo/include/
H A Dcalendar_monthly.class.php96 $this->build_nav_bar(CMONTH); // month
131 if (isset($date[CMONTH]) and $date[CMONTH]!=='any')
133 $b .= sprintf('%02d-', $date[CMONTH]);
134 $e .= sprintf('%02d-', $date[CMONTH]);
143 $e .= $this->get_all_days_in_month($date[CYEAR], $date[CMONTH]);
150 if (isset($date[CMONTH]) and $date[CMONTH]!=='any')
152 $res .= ' AND '.$this->calendar_levels[CMONTH]['sql'].'='.$date[CMONTH];
164 if (isset($date[CMONTH]) and $date[CMONTH]!=='any')
166 $res .= ' AND '.$this->calendar_levels[CMONTH]['sql'].'='.$date[CMONTH];
303 $page['chronology_date'][CMONTH] = $m;
[all …]
/dports/textproc/msort/msort-8.53/
H A Dcomparisons.h13 #define CMONTH (unsigned short) 0x0400 macro
H A Dmsort.c1363 KeyInfo[KeyCount-1]->CompType |= CMONTH;
1563 ((KeyInfo[i]->CompType & CMONTH) ||
2074 else if(KeyInfo[0]->CompType & CMONTH) fprintf(fp,"month name\n");
2091 else if(KeyInfo[0]->CompType & CMONTH) fprintf(fp,"month name\n");
2193 else if(KeyInfo[i]->CompType & CMONTH) fprintf(fp,"month name\n");
2214 else if(KeyInfo[i]->CompType & CMONTH) fprintf(fp,"month name\n");
4129 else if ((info[i]->CompType & CMONTH) && (info[i]->CompType & CNUMERIC)) {
/dports/science/cdo/cdo-2.0.0/src/
H A Dexpr.h19 CMONTH, enumerator
H A DExprf.cc410 varts.data[CMONTH] = mon; in setDateAndTime()
H A Dexpr.cc198 static double ts_cmonth(const double *const data) { return data[CMONTH]; } in ts_cmonth()