Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Dbug-2756.c95 int findday(void) in findday() function
214 if ((thisday = findday()) == -1) in m()
245 if ((thisday = findday()) == -1) in m()
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/tv/classes/
H A DSchedule.php49 public $findday; variable in Schedule
291 $this->findday = (date('w', $this->starttime) + 1) % 7;
363 _or($this->findday, 0, true),
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/tv/tmpl/lite/
H A Dschedules_custom.php130 <dd><?php day_select($schedule->findday) ?></dd>
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/tv/tmpl/default/
H A Dschedules_custom.php250 <dd><?php day_select($schedule->findday) ?></dd>
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/tv/
H A Dschedules_manual.php91 $schedule->findday = date('w', $schedule->starttime);
H A Dschedules_custom.php104 $schedule->findday = $_POST['findday'];